/* 
 Site Manager Version: 14.2.0
 Date Created: December 2025
 Account: rendon-ortho
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button,
button {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000000;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #61969c;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  text-decoration: none;
  color: #3a6e8f;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #3a6e8f;
  text-rendering: auto;
  margin: 0 0 2em;
  font-weight: 400;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  text-transform: uppercase;
  margin-bottom: 0.55882353em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  margin: 0 0 40px;
  font-size: min(3.4em, 7.25vw);
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: min(3.4em, 7.25vw);
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    font-size: min(3.4em, 4.45vw);
  }
}
.home h1 .trait.top {
  display: block;
  line-height: 0.57142857;
  font-size: clamp( 20px, 0.51470588em , 35px );
  text-transform: none;
  color: #61969c;
  font-family: "Damion", cursive;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #61969c;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (max-width: 1299px) {
  #masthead {
    height: 67px;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: min(1em, 1.4vw);
    height: 5.85em;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#masthead .container {
  max-width: none;
  width: calc(100% - 3.1em);
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #fff;
  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: #3a6e8f;
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
#trigger::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 20px;
  background-color: #61969c;
  transition: transform 0.33s ease-in-out;
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 11.27272727px) scaleX(1) rotate(0deg);
  opacity: 0;
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -11.27272727px) scaleX(1) rotate(0deg);
  opacity: 0;
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(3) rotate(0deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(3) rotate(0deg);
}
#trigger .navicon {
  width: 12px;
  height: 31px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 7px;
  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, opacity 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: 68px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.75em;
    margin-top: 2em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
  }
}
@media only screen and (max-width: 1299px) {
  #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: 1299px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    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: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    max-width: right;
    text-align: right;
  }
}
#main-nav .mod {
  display: none;
  vertical-align: top;
  gap: 4px;
}
@media only screen and (min-width: 1300px) {
  #main-nav .mod {
    margin-top: -5px;
    display: inline-flex;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #9dc4bb;
  position: relative;
  z-index: 550;
  height: auto;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 3.75em;
    width: auto;
    margin: 0 1.25em 0 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.275em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
  }
  #main-nav ul li.home a {
    min-width: 2.2em;
  }
  #main-nav ul li.home a::before {
    content: "\f015";
    font-family: "Font Awesome 7 Pro";
    display: block;
    color: currentColor;
  }
  #main-nav ul li.home a span {
    display: none;
  }
  #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;
  }
}
#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 17px;
  text-transform: uppercase;
  color: #2b3b47;
  font-weight: 600;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    color: #3a6e8f;
    line-height: 2.35294118;
    font-size: clamp( 12px, 0.85em , 17px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='9' fill='none' viewBox='0 0 36 9'%3E%3Cpath fill='%232B3B47' d='M36 0c-1.36 1.197-2.956 2.241-4.73 3.106l-.252-.691a.29.29 0 0 0-.376-.174l-2.828 1.028a.29.29 0 0 0-.174.375l.296.814c-1.319.435-2.7.785-4.125 1.044l-.066-.61a.293.293 0 0 0-.32-.26l-2.992.315a.293.293 0 0 0-.261.321l.07.672c-.742.049-1.49.076-2.243.076a34.04 34.04 0 0 1-2.244-.076l.07-.672a.293.293 0 0 0-.26-.321l-2.992-.315a.293.293 0 0 0-.321.26l-.063.61a30.127 30.127 0 0 1-4.18-1.06l.351-.96a.295.295 0 0 0-.174-.376L5.358 2.078a.292.292 0 0 0-.376.174l-.301.832C2.929 2.222 1.349 1.188 0 .003 1.099 1.52 2.586 2.856 4.357 3.968L3.952 5.08a.292.292 0 0 0 .174.376l2.828 1.028a.292.292 0 0 0 .375-.174l.253-.694a25.485 25.485 0 0 0 4.452 1.357l-.095.911c-.016.16.1.305.261.321l2.992.316a.292.292 0 0 0 .32-.261l.082-.776a29.273 29.273 0 0 0 4.812 0l.081.776c.016.16.16.277.321.26l2.992-.315a.293.293 0 0 0 .26-.32l-.094-.912a25.494 25.494 0 0 0 4.4-1.335l.305.835a.29.29 0 0 0 .375.174l2.826-1.028a.29.29 0 0 0 .174-.376l-.455-1.245c1.793-1.118 3.297-2.464 4.406-3.995'/%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0em;
  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 (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    top: -0.4em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='9' fill='none' viewBox='0 0 36 9'%3E%3Cpath fill='%236BA295' d='M36 0c-1.36 1.197-2.956 2.241-4.73 3.106l-.252-.691a.29.29 0 0 0-.376-.174l-2.828 1.028a.29.29 0 0 0-.174.375l.296.814c-1.319.435-2.7.785-4.125 1.044l-.066-.61a.293.293 0 0 0-.32-.26l-2.992.315a.293.293 0 0 0-.261.321l.07.672c-.742.049-1.49.076-2.243.076a34.04 34.04 0 0 1-2.244-.076l.07-.672a.293.293 0 0 0-.26-.321l-2.992-.315a.293.293 0 0 0-.321.26l-.063.61a30.127 30.127 0 0 1-4.18-1.06l.351-.96a.295.295 0 0 0-.174-.376L5.358 2.078a.292.292 0 0 0-.376.174l-.301.832C2.929 2.222 1.349 1.188 0 .003 1.099 1.52 2.586 2.856 4.357 3.968L3.952 5.08a.292.292 0 0 0 .174.376l2.828 1.028a.292.292 0 0 0 .375-.174l.253-.694a25.485 25.485 0 0 0 4.452 1.357l-.095.911c-.016.16.1.305.261.321l2.992.316a.292.292 0 0 0 .32-.261l.082-.776a29.273 29.273 0 0 0 4.812 0l.081.776c.016.16.16.277.321.26l2.992-.315a.293.293 0 0 0 .26-.32l-.094-.912a25.494 25.494 0 0 0 4.4-1.335l.305.835a.29.29 0 0 0 .375.174l2.826-1.028a.29.29 0 0 0 .174-.376l-.455-1.245c1.793-1.118 3.297-2.464 4.406-3.995'/%3E%3C/svg%3E%0A");
  }
}
#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: 1300px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 1.7em 0 1.55em;
    position: absolute;
    background: #9dc4bb;
    left: 50%;
    transform: translate(-50%, 0);
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.65em;
    margin: 0;
    padding: 0 1.8em;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #2b3b47;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  width: max-content;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.2;
    text-align: center;
    white-space: nowrap;
    height: 2.2em;
    padding: 0 1.46666667em;
    display: block;
    float: none;
    padding: 0;
    margin: 0 auto;
  }
}
#main-nav ul ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a::after {
    bottom: 0.3em;
  }
}
#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;
  margin-bottom: 0;
  border: none;
}
#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 {
  transform: scaleX(1);
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0 1em;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #61969c;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #hd .mod {
    max-width: 320px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 76px;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
  }
  #hd .mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  #hd .mod.mobtron * {
    pointer-events: none;
  }
  #hd .mod.mobtron:focus-within {
    transform: translate(0, 0);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    pointer-events: auto;
    opacity: 1;
  }
  #hd .mod.mobtron:focus-within * {
    pointer-events: auto;
  }
}
@media only screen and (max-width: 767px) {
  #hd .mod {
    gap: 0px;
    right: 68px;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    display: none;
    gap: 36px;
    vertical-align: top;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  font-size: 0.5em;
  line-height: 0;
  width: 15.55em;
  margin: 0 auto 0 2%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
}
@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 49%;
  }
}
#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: 15.55em;
  height: 5em;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
.contactinfo .phone {
  font-size: clamp( 12px, 0.6em , 12px );
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #61969c;
  padding: 0.58333333em 0.83333333em;
  min-width: 153px;
  border-radius: 21.5px;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 768px) {
  .contactinfo .phone .icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .contactinfo .phone {
    min-width: auto;
    line-height: 67px;
    padding: 0;
    border-radius: 0px;
    font-size: 25px;
    width: 50px;
    background: none;
    color: #61969c;
    border-left: 1px solid #d9dcdf;
    border-right: 1px solid #d9dcdf;
  }
  .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);
  }
}
.contactinfo a {
  color: #fff;
  transition: background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
.contactinfo a .icon {
  width: auto;
  margin-left: 3px;
}
.contactinfo a:focus,
.contactinfo a:hover {
  background-color: #476e8b;
}
@media only screen and (max-width: 767px) {
  .contactinfo a:focus,
  .contactinfo a:hover {
    color: #fff;
  }
}
.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 );
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0;
  background: #476e8b;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  padding: 0.58333333em 1.66666667em;
  min-width: 153px;
  border-radius: 21.5px;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 768px) {
  .utilitynav a .icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .utilitynav a {
    min-width: auto;
    line-height: 67px;
    padding: 0;
    border-radius: 0px;
    font-size: 25px;
    width: 50px;
    background: none;
    color: #476e8b;
    border-right: 1px solid #d9dcdf;
  }
  .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);
  }
}
.utilitynav a .icon {
  width: auto;
  margin-left: 3px;
}
.utilitynav a:focus,
.utilitynav a:hover {
  background-color: #61969c;
}
@media only screen and (max-width: 767px) {
  .utilitynav a:focus,
  .utilitynav a:hover {
    color: #fff;
  }
}
.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(97, 150, 156, 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: #3a6e8f;
  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: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 711px) {
  #slideshow {
    min-height: 400px;
  }
}
@media only screen and (min-width: 712px) and (max-width: 1245px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 1246px) {
  #slideshow {
    height: 700px;
    min-height: 700px;
  }
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0 0 -2px;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
  height: auto;
  pointer-events: none;
}
@media only screen and (max-width: 711px) {
  #slideshow .welcomevid {
    width: 712px;
    margin: 0 calc( -356px  + 50vw );
  }
}
@media only screen and (min-width: 1246px) {
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot01 {
  color: #fff;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    padding: 3em 0 5em;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    align-items: flex-start;
    font-size: min(1em, 1.35vw);
    flex-direction: row-reverse;
    padding: 5.15em 0 5.05em;
  }
}
.spot01 .decoration {
  width: 90%;
  max-width: 1236px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 463px;
  border-radius: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot01 .decoration {
    height: 753px;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .decoration {
    width: 94%;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .decoration {
    width: 90%;
    max-width: 61.8em;
  }
}
.spot01 .decoration img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 63% 50%;
}
@media only screen and (min-width: 1024px) {
  .spot01 .decoration img {
    object-position: center;
  }
}
.spot01 .decoration .abo {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 175px;
  right: 5em;
  z-index: 1;
  font-size: min(20px, 3vw);
  width: 10.85em;
  height: 9.2em;
}
@media only screen and (max-width: 665px) {
  .spot01 .decoration .abo {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  .spot01 .decoration .abo {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .decoration .abo {
    bottom: 2.2em;
    right: 2em;
  }
}
.spot01 .decoration .abo:focus img,
.spot01 .decoration .abo:hover img,
.spot01 .decoration .abo:focus svg,
.spot01 .decoration .abo:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}
.spot01 .decoration .abo svg {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.spot01 .decoration .abo img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.spot01 .mod {
  width: 85%;
  max-width: 600px;
  padding: 3.8em 5% 4em;
  display: inline-block;
  vertical-align: middle;
  background-color: #2b3b47;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  position: relative;
  z-index: 1;
  margin-top: -130px;
}
@media only screen and (min-width: 666px) {
  .spot01 .mod {
    padding: 3.8em 80px 3.75em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .mod {
    margin-right: auto;
    margin-left: calc(5% + 30px);
    margin-top: -218px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .mod {
    margin-right: -19.75em;
    margin-top: 16.4em;
    margin-left: 0;
    max-width: 30em;
  }
}
.spot01 h2.topic {
  line-height: 1;
  font-size: 49px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0.75em;
  font-family: "Damion", cursive;
}
.spot01 h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.19354839;
  font-size: clamp( 12px, 0.63265306em , 31px );
  font-weight: 700;
}
.spot01 .info {
  line-height: 1.55;
  font-size:clamp(12px, 1em, 20px);
  margin: 0 0 1.75em;
}
.spot01 .spotbtn {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #80b4a6;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: background-color 0.33s ease-in-out, color 0.33s ease-in-out;
  letter-spacing: 0.18em;
  font-weight: 500;
  line-height: 1.35714286;
  padding: 0.5em 1.92857143em;
  border-radius: 25.5px;
  margin: 5px 1px;
  min-width: 140px;
}
.spot01 .spotbtn.last {
  background-color: #c3cdd5;
  color: #2b3b47;
}
.spot01 .spotbtn.last:hover,
.spot01 .spotbtn.last:focus {
  color: #fff;
  background-color: #80b4a6;
}
.spot01 .spotbtn:focus,
.spot01 .spotbtn:hover {
  color: #2b3b47;
  background-color: #c3cdd5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #2b3b47;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #f8f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    padding: 5.15em 0 5.15em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    flex-direction: row;
    gap: 0;
    padding-right: 5px;
  }
}
.spot02 .decoration {
  width: 36em;
  height: 20.25em;
  display: block;
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto 40px;
  font-size: min(2.5vw, 1em);
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
.spot02 .decoration iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.spot02 .mod {
  width: 90%;
  max-width: 27.45em;
  padding: 0;
  text-align: left;
  display: contents;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2em;
  }
}
.spot02 h2.topic {
  line-height: 1.4125;
  font-size: min(2em, 8vw);
  color: #3a6e8f;
  margin: 0 0 0.6em;
  font-weight: 600;
  letter-spacing: 0.01em;
  order: -1;
}
.spot02 h2.topic .line {
  display: block;
}
.spot02 h2.topic .line--last {
  margin-left: 0.6em;
}
.spot02 h2.topic .trait {
  line-height: 0.62992126;
  font-size: clamp( 12px, 1.5875em , 63.5px );
  color: #61969c;
  font-family: "Damion", cursive;
  font-weight: 400;
}
.spot02 .items {
  display: block;
  width: 90%;
  position: relative;
  max-width: 27.45em;
}
@media only screen and (min-width: 1024px) {
  .spot02 .items {
    width: 100%;
    max-width: none;
  }
}
.spot02 .item {
  display: block;
  border-bottom: 1px solid #c3cdd5;
  padding: 0.65em 1em 0.8em 4em;
  position: relative;
  color: #2b3b47;
}
.spot02 .item:nth-child(1) {
  border-top: 1px solid #c3cdd5;
}
.spot02 .info {
  line-height: 1.41176471;
  font-size: clamp( 12px, 0.85em , 17px );
  margin: 0 0 3.41176471em;
}
.spot02 .info:nth-last-of-type(1) {
  margin: 0;
}
.spot02 h3.topic {
  line-height: 1.17647059;
  font-size: clamp( 12px, 0.85em , 17px );
  text-transform: uppercase;
  color: #3a6e8f;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  min-height: 39px;
  margin-bottom: 0.2em;
}
.spot02 .info {
  line-height: 1.41176471;
  font-size: clamp( 12px, 0.85em , 17px );
}
.spot02 .icon {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  line-height: 0;
  position: absolute;
  top: 0.75em;
  left: 0.95em;
}
.spot02 .icon svg {
  width: 100%;
  height: auto;
}
.spot02 .icon svg .shape {
  transition: fill 0.33s ease-in-out;
  fill: rgba(0, 0, 0, 0);
}
.spot02 .icon svg .checkmark {
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  transition: stroke-dashoffset 0.33s ease-in-out;
}
.spot02 .item:hover .icon,
.spot02 .item:focus .icon,
.spot02 .item.active .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}
.spot02 .item:hover .icon .shape,
.spot02 .item:focus .icon .shape,
.spot02 .item.active .icon .shape {
  fill: #61969C;
}
.spot02 .item:hover .icon .checkmark,
.spot02 .item:focus .icon .checkmark,
.spot02 .item.active .icon .checkmark {
  stroke-dashoffset: 0;
  transition-delay: 0.16s;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #61969c;
  margin: 0;
  padding: 2em 0;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding: 5em 0 2.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    padding: 4.65em 0;
    font-size: inherit;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    padding-bottom: 0em;
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: clamp( 12px, 2.4em , 48px );
  color: #3a6e8f;
  width: 100%;
  display: block;
  font-family: "Damion", cursive;
  margin: 0 auto 0.85em;
}
@media only screen and (min-width: 666px) {
  .spot03 h2.topic {
    width: 90%;
    max-width: 22.70833333em;
    text-align: left;
  }
}
.spot03 .item {
  color: #000;
  width: 90%;
  max-width: 18em;
  padding: 2.95em 1em 0;
  display: block;
  margin: 0 auto 1em;
  position: relative;
  transition: color 0.33s ease-in-out;
  background-color: #96c3b9;
  min-height: 25.5em;
  border-radius: 50px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot03 .item {
    width:calc(50% - 1.7em);
    margin: 0.85em;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 956px) {  
  .spot03 .item {
    margin-block: 0;
  }
}
.spot03 .item h3.topic {
  line-height: 1;
  font-size: clamp( 12px, 1em , 20px );
  text-transform: uppercase;
  color: #2b3b47;
  font-weight: 600;
  width: 100%;
  display: block;
  margin-bottom: 0.75em;
}
.spot03 .item h3.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-size: clamp( 12px, 0.75em , 15px );
  font-weight: 700;
  font-style: italic;
  display: block;
}
.spot03 .item .info {
  line-height: 1.2;
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  width: 84%;
}
.spot03 .item .decoration {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.spot03 .item .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #3a6e8f;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  letter-spacing: 0.32em;
  border-radius: 21.5px;
  padding: 0 1.33333333em;
  position: absolute;
  bottom: 3em;
  left: 50%;
  transform: translate(-50%, 0) scale(1);
  white-space: nowrap;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1299px) {
  .spot03 .item .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 .item .spotbtn {
    line-height: 2.86666667;
  }
}
.spot03 .item .spotbtn:hover,
.spot03 .item .spotbtn:focus {
  color: #3a6e8f;
  background-color: #fff;
  transform: translate(-50%, 0);
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 4.65em 0;
  position: relative;
  overflow: hidden;
  background-color: #2c3b48;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 10.6em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
    width: 60.69802731%;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #84bfc6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a: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);
  opacity: 1;
}
#subnav .divider {
  margin: 0 1em;
  display: inline-block;
  vertical-align: 4px;
  background-color: #fff;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.65em 0 3em;
  }
}
#bd.sub:after {
  content: none;
  height: 100%;
  background: #c3cdd6;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 24%;
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    left: calc(50% + 17.05em );
  }
}
#bd.sub .content-text ul {
  margin-left: 0em;
}
#bd.sub .content-text ul li {
  list-style: none;
  min-height: 2.47368421em;
  position: relative;
  padding-left: 3.26315789em;
  margin-bottom: 1.52631579em;
  line-height: 1.26315789em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center; 
 
}
#bd.sub .content-text ul li strong,
#bd.sub .content-text ul li .title {
  min-height: 2.47368421em;
  display: flex;
  align-items: center;
}
#bd.sub .content-text ul li::before {
  content: "";
  width: 2.05263158em;
  height: 2.05263158em;
  background: url(../images/icons/checkmark-circle.svg) center / cover no-repeat;
  position: absolute;
  top: 0.21052632em;
  left: 0;
}
#bd .container {
  width: 90%;
  max-width: 65.9em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.69802731%;
    max-width: 40em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.69802731%;
  }
}
#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;
  }
}
#content .content-text.after-content {
  color: #3a6e8f;
  border-bottom: 21px solid #eaeaea;
  margin-bottom: 3em;
  padding-bottom: 1em;
  text-align: left;
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 3.9em 0 3.25em;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    min-height: 50em;
  }
}
.home #bd .decoration {
  font-size: min(4vw, 1em);
  width: 100%;
  height: min(874px, 115vw);
  position: relative;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 1024px) {
  .home #bd .decoration {
    margin: 0;
    position: absolute;
    top: 1em;
    right: calc(100% + 3.5em);
    height: min(43.7em, 56vw);
    width: 115%;
  }
}
.home #bd .decoration img {
  width: 100%;
  position: absolute;
  box-shadow: 7.5px 12.99px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2em;
}
@media only screen and (min-width: 666px) {
  .home #bd .decoration img {
    border-radius: 4em;
  }
}
.home #bd .decoration img.img1 {
  max-width: 62.33%;
  top: 0;
  left: 0;
}
.home #bd .decoration img.img3 {
  max-width: 52.25%;
  right: 0;
  top: 11.45%;
  z-index: 3;
}
.home #bd .decoration img.img2 {
  max-width: 81.25%;
  bottom: 0;
  right: 4.5%;
  z-index: 2;
}
.home #bd .container {
  width: 90%;
  max-width: 70.25em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
.home #bd #content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 30em;
    width: 42.70462633%;
    padding-top: 5.75em;
    margin-right: 0;
  }
  .home #bd #content header {
    position: absolute;
    top: 0;
    right: 14.5%;
  }
  .home #bd #content header h1 {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 666px) {
}
@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.4em 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.1em;
}
/* ==================================================================
	custom content
=================================================================== */
.twentytwenty-container img{
  clip: unset;
}
.twentytwenty-wrapper {
  display: block;
  margin: 0 auto 2.75em;
  width: 100%;
  max-width: 280px;
}
@media only screen and (min-width: 768px) {
  .twentytwenty-wrapper {
    display: inline-block;
    margin: 0 auto 2.75em;
    width: 100%;
    height: 200px;
    max-width: 300px;
  }
}

.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.custom-invis {
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.mediaslider.custom-invis img {
  padding: 0 10px;
}
.mediaslider.custom-invis > button {
  font-size: 2.8em;
  color: #61969c;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider.custom-invis > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider.custom-invis > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider.custom-invis > button:focus,
.mediaslider.custom-invis > button:hover {
  opacity: 0.69;
}
.mediaslider.custom-invis > button .icon {
  transform-origin: 50% 50%;
}
.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: #61969c;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button: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%;
  background-color: #61969c;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:focus:before,
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #3a6e8f;
}
.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: #3a6e8f;
  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 {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #61969c;
  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: #000000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #3a6e8f;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    max-width: 49%;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.34901366%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #hide-stock {
    opacity: 0;
  }
}
.stock {
  width: 100%;
  position: relative;
  border-radius: 50px;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 3em 0;
  background-color: #2b3b48;
}
@media only screen and (min-width: 666px) {
  .spot04 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 {
    padding: 4em 0 4.95em;
  }
}
.spot04 > a {
  display: block;
  color: #fff;
  transition: color 0.33s ease-in-out;
}
.spot04 > a:hover,
.spot04 > a:focus {
  color: #61969c;
}
.spot04 h2.topic {
  line-height: 1;
  font-size: min(2.55em, 10vw);
  text-transform: uppercase;
  color: currentColor;
  width: 90%;
  display: block;
  font-weight: 400;
  margin: 0 auto 0.75em;
}
@media only screen and (max-width: 665px) {
  .spot04 h2.topic {
    max-width: 8.43137255em;
    margin-bottom: 60px;
  }
}
.spot04 h2.topic .trait {
  line-height: 1;
  font-size: clamp( 12px, 1.39215686em , 71px );
  font-family: "Damion", cursive;
  min-width: 1.31690141em;
  display: inline-block;
}
.spot04 .container {
  max-width: 35em;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .spot04 .container {
    width: 96%;
    max-width: 78.5em;
  }
}
.spot04 .cycle-slideshow {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.spot04 .cycle-slideshow:not(.contin) {
  max-width: 72em;
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .spot04 .cycle-slideshow:not(.contin) {
    width: 88%;
  }
}
@media only screen and (min-width: 1024px) {
  .spot04 .cycle-slideshow:not(.contin) {
    width: 92%;
  }
}
.spot04 .cycle-slideshow:not(.contin) .cycle-carousel-wrap {
  display: flex;
  align-items: stretch;
}
.spot04 .cycle-slideshow:not(.contin) .cycle-carousel-wrap > .cycle-slide {
  visibility: visible !important;
}
.spot04 .cycle-slideshow:not(.contin) .cycle-carousel-wrap > .cycle-slide figure {
  visibility: visible !important;
}
.spot04 .cycle-slideshow:not(.contin) .cycle-carousel-wrap > .cycle-slide figure > * {
  visibility: visible !important;
}
.spot04 .cycle-slideshow:not(.contin) .cycle-slide {
  padding: 0 21px;
}
.spot04 .cycle-slideshow:not(.contin) .cycle-slide.cycle-sentinel + .cycle-sentinel {
  display: none !important;
}
.spot04 .cycle-slideshow:not(.contin) .cycle-slide figure {
  background-color: #3d4c59;
  padding: 2.5em 1.5em 2em;
  border-radius: 50px;
  height: 100%;
}
.spot04 .cycle-slideshow:not(.contin) .cycle-slide figure::before {
  content: "“";
  font-family: "Damion", cursive;
  font-size: 3.45em;
  line-height: 0.55;
  display: block;
  margin: 0 auto;
}
.spot04 .cycle-slideshow.contin {
  width: 100%;
  margin-bottom: 2.55em;
}
.spot04 .cycle-slideshow.contin .cycle-slide {
  width: auto;
  padding: 0 0.375em;
  min-height: 12em;
}
.spot04 .cycle-slideshow.contin .cycle-slide img {
  width: 21.5em;
  border-radius: 1em;
  transition: transform 0.33s ease-in-out, filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out;
}
.spot04 .cycle-slideshow.contin .cycle-slide:hover img,
.spot04 .cycle-slideshow.contin .cycle-slide:focus img {
  transform: scale(0.975);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.spot04 .cycle-slide {
  width: 100%;
  margin: 0;
  display: block;
  transition: color 0.33s ease-in-out;
  white-space: normal !important;
}
.spot04 .cycle-slide figure {
  margin: 0;
}
.spot04 .testimony {
  line-height: 1.2;
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0 auto 1.11111111em;
  display: block;
}
.spot04 .testifier {
  line-height: 1.72;
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 400;
  display: block;
  color: #80b4a6;
  font-family: "Damion", cursive;
}
.spot04 .controls {
  line-height: 0;
  width: 100%;
  margin: 3em auto 0;
  display: block;
  pointer-events: none;
  z-index: 100;
}
@media only screen and (min-width: 666px) {
  .spot04 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0, -50%);
  }
}
.spot04 .controls > button {
  font-size: clamp( 12px, 1em , 20px );
  text-align: center;
  color: #84bfc6;
  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;
}
@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: 3.1;
    width: 3.1em;
    height: 3.1em;
  }
}
.spot04 .controls > button svg {
  height: 100%;
  width: auto;
}
.spot04 .controls > button:focus,
.spot04 .controls > button:hover {
  color: #fff;
  transform: scale(1.1);
}
.spot04 .controls > button.spot04prev {
  margin-right: 1em;
}
@media only screen and (min-width: 666px) {
  .spot04 .controls > button.spot04prev {
    float: left;
  }
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot05 {
  color: #fff;
  padding: 3em 0 0em;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 768px) {
  .spot05 {
    padding: 4.8em 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .spot05 {
    font-size: min(1.4vw, 1em);
    flex-direction: row-reverse;
    padding-bottom: 0em;
  }
}
.spot05 .decoration {
  width: 90%;
  max-width: 43.8em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5em;
}
.spot05 .mod {
  width: 80%;
  max-width: 30em;
  padding: 4em 1.5em 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #61969c;
  border-radius: 5em;
  z-index: 1;
  margin-top: -5em;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .spot05 .mod {
    padding: 4em 4em 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot05 .mod {
    margin-right: -4.8em;
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.spot05 h2.topic {
  line-height: 1;
  font-size: min(2.45em, 6.5vw);
  font-family: "Damion", cursive;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 0.3em;
}
@media only screen and (max-width: 665px) {
  .spot05 h2.topic {
    margin-bottom: 30px;
  }
}
.spot05 .info {
  line-height: 1.40909091;
  font-size: clamp( 12px, 1.1em , 22px );
  margin: 0 0 2.04545455em;
}
.spot05 .spotbtn {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #2b3b47;
  background-color: #c3cdd5;
  display: block;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  letter-spacing: 0.18em;
  font-weight: 500;
  line-height: 3.64285714;
  padding: 0 1em;
  width: 100%;
  max-width: 269px;
  border-radius: 25.5px;
  margin: 0 auto 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 1299px) {
  .spot05 .spotbtn {
    line-height: 44px;
    min-width: 44px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot05 .spotbtn {
    line-height: 3.64285714;
  }
}
.spot05 .spotbtn:focus,
.spot05 .spotbtn:hover {
  background-color: #fff;
  color: #61969c;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: min(5.1vw, 20px);
  padding: 3em 0 2em;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 768px) {
  .associationlogos {
    font-size: min(1.35vw, 1em);
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .associationlogos {
    font-size: min(1.45vw, 1em);
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .associationlogos a {
    margin: 0 1.1em;
  }
}
@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.invisalign {
  width: 9.5em;
  height: 2.55em;
}
.associationlogos a.aao {
  width: 6.75em;
  height: 2.45em;
}
.associationlogos a.ada {
  width: 7.3em;
  height: 2.55em;
}
.associationlogos a.abo {
  width: 8.45em;
  height: 1.7em;
}
.associationlogos a.sso {
  width: 9em;
  height: 1.7em;
}
.associationlogos a.tda {
  width: 13.5em;
  height: 1.2em;
}
.associationlogos a.tao {
  width: 8.2em;
  height: 1.75em;
}
.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 {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #2b3b47;
  width: 100%;
  padding: 0;
  background: #f8f4f5;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 421;
}
#ft a {
  color: #2b3b47;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #3a6e8f;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 4em 0 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
@media only screen and (min-width: 768px) {
  #location {
    flex-direction: row;
    padding: 7.5em 0 5em;
    gap: 3em;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    gap: 5.5em;
  }
}
@media only screen and (min-width: 1300px) {
  #location {
    padding: 7.5em 0 0em;
  }
}
#location .spotbtn {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #61969c;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.57142857em 2.14285714em;
  border-radius: 25.5px;
  margin: 5px 0px;
}
#location .spotbtn.last {
  background-color: #c3cdd5;
  color: #2b3b47;
}
#location .spotbtn:focus,
#location .spotbtn:hover {
  background-color: #476e8b;
  color: #fff;
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 15em;
  display: block;
}
@media only screen and (max-width: 767px) {
  #location .mod.first + .mod {
    order: -1;
  }
}
@media only screen and (min-width: 768px) {
  #location .mod.first {
    text-align: right;
  }
  #location .mod.last {
    text-align: left;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 0.9em;
  display: block;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 14.75em;
  height: 4.75em;
}
#location .phone {
  font-size: clamp( 12px, 0.9em , 18px );
  display: block;
  color: #61969c;
  font-weight: 600;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.11111111;
  }
}
#location .address {
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.2;
  }
}
#location .officehours {
  line-height: 0;
  text-align: center;
  width: 160px;
  margin: 0 0 1em;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #location .officehours {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #location .officehours {
    display: block;
    margin-top: 0.5em;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp( 12px, 0.65em , 13px );
  display: inline-block;
  vertical-align: top;
}
#location .officehours .days {
  text-align: right;
  width: 3.07692308em;
  padding-right: 1em;
}
#location .officehours .hours {
  text-align: left;
  width: 8.46153846em;
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #6ba295;
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #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;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .socialmedia a:hover,
#location .socialmedia a:focus {
  color: #000;
}
#location .socialmedia a:hover .icon,
#location .socialmedia a:focus .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #000;
  margin: 0;
  background-color: #f7f4f4;
  position: relative;
  z-index: 420;
  margin-top: -1px;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 10.65em;
    padding: 4.225em 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;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  #links .util a {
    display: block;
  }
}
#links .util a:focus,
#links .util a:hover {
  color: #3a6e8f;
}
#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.66666667em;
  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: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #61969c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  font-family: "Damion", cursive;
  gap: 5px;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.66666667;
  }
}
a#backtotop .icon {
  width: 9px;
  height: auto;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #3a6e8f;
}
a#backtotop:focus .icon,
a#backtotop:hover .icon {
  --fa-bounce-height: -0.2em;
  animation: fa-bounce 1s ease;
}
/*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: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #fff;
  height: 46px;
  padding: 0 1em;
  background-color: #61969c;
  border: none;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
  border-radius: 25px;
  width: 140px;
}
form button:focus,
form button:hover {
  color: #fff;
  border-color: #3a6e8f;
  background-color: #3a6e8f;
  transform: scale(1.025);
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #3a6e8f;
  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: #61969c;
  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: #3a6e8f;
}
/* ===============================================
	.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( 42.10526316em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 1200px );
    }
  }
}
/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.reward-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .reward-group {
    grid-template-columns: repeat(5, 1fr);
  }
  .reward-group.one-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .reward-group.four-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials #content {
    width: 100%;
  }
}
@media only screen and (max-width: 1299px) {
  .testimonials #content .content-text {
    max-width: 100%;
  }
}
.test-embed-containers {
  display: grid;
  gap: 1em;
}
@media only screen and (min-width: 1024px) {
  .test-embed-containers {
    grid-template-columns: repeat(3, 1fr);
  }
}
.test-embed-containers .embed-container {
  margin: 0 auto;
}
.test-embed-containers .embed-container iframe {
  border-radius: 1em;
}
.test-text-containers {
  display: grid;
  gap: 1em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .test-text-containers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .test-text-containers {
    grid-template-columns: repeat(3, 1fr);
  }
}
.test-text-containers p {
  border-radius: 1em;
  padding: 1em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
.test-text-containers p .testifier {
  display: block;
  font-size: 1.25em;
  color: #3a6e8f;
  font-weight: 500;
}
