/* 
 Site Manager Version: 14.2.0
 Date Created: June 2025
 Account: volovic-ortho
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2025
 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: 'Poppins', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
body::before,
body::after {
  width: 20px;
  position: absolute;
  height: 100%;
  background-color: #fff;
  z-index: 2900;
  top: 0;
  content: "";
}
@media only screen and (min-width: 1024px) {
  body::before,
  body::after {
    top: 0;
    z-index: 3001;
  }
}
body::before {
  left: 0;
}
body::after {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  body.home::before,
  body.home::after {
    top: 650px;
    height: calc(100% - 650px);
  }
}
@media only screen and (max-width: 665px) {
  body.home::before,
  body.home::after {
    top: 420px;
    height: calc(100% - 340px);
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #81b8ee;
  text-decoration: underline;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #0c3151;
  opacity: 0.7;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #0c3151;
  text-rendering: auto;
  margin: 0 0 1.125em;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.44117647em;
  font-family: "Amiri", Helvetica, Arial, serif;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: 15vw;
  text-align: inherit;
  margin: 0 0 0.5em;
  font-family: "Amiri", Helvetica, Arial, serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 4.85em;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.04166667;
  font-size: 0.49484536em;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em;
  margin-right: -0.1em;
}
.home h1 .trait.bottom {
  line-height: 0.76923077;
  font-size: 0.53608247em;
}
h2:not(.topic) {
  font-size: 1.68421053em;
  font-family: "Amiri", Helvetica, Arial, serif;
  color: #81b8ee;
  text-transform: capitalize;
}
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;
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #masthead {
    height: 84px;
  }
  #masthead[class].open::after {
    transform: translate(0%, 0%);
  }
  #masthead[class].open #logo {
    opacity: 1;
  }
  #masthead[class].open #logo a {
    color: #0C3151;
  }
  #masthead.ready::after {
    transform: translate(0%, -100%);
  }
  #masthead.ready:not(.open) .contactinfo a,
  #masthead.ready:not(.open) .contactinfo .divider {
    color: #fff;
  }
  #masthead.ready:not(.open) .contactinfo a:hover,
  #masthead.ready:not(.open) .contactinfo .divider:hover,
  #masthead.ready:not(.open) .contactinfo a:focus,
  #masthead.ready:not(.open) .contactinfo .divider:focus {
    color: #81b8ee;
  }
  #masthead.ready #logo {
    opacity: 0;
  }
  #masthead.ready #logo a {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    height: 91px;
    position: fixed;
  }
  #masthead::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 24px;
    background-color: #fff;
  }
  #masthead.ready::after {
    transform: translate(0%, -100%);
  }
  #masthead.ready a[id] {
    color: #fff;
  }
  #masthead.ready a[id]::after {
    background-color: #fff;
  }
  #masthead.ready #logo {
    transform: translate(calc(50vw - 5.9em - 1em), 0);
  }
  #masthead.ready #logo a {
    color: #fff;
    transform: translate(0, 19em);
  }
  #masthead.ready #logo a svg .logo__shape {
    transform: translate(70%, -150%) scale(3.7);
  }
  #masthead.ready #logo a svg .logo__text {
    transform: translate(-47%, 195%) scale(2.15);
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    height: 5.4em;
  }
  #masthead.ready #logo a {
    transform: translate(0, 15em);
  }
}
@media only screen and (min-width: 2000px) {
  #masthead.ready #logo a {
    transform: translate(0, 15vw);
  }
}
#masthead::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.33s ease;
  background-color: white;
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    width: calc(100% - 40px);
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #0c3151;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: block;
  z-index: 600;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  cursor: pointer;
  background-color: #fff;
}
#trigger:focus-visible {
  color: #0c3151;
}
@media only screen and (min-width: 1024px) {
  #trigger {
    display: none;
  }
}
.open #trigger {
  color: #fff;
  background-color: #0c3151;
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 12.5px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -12.5px) 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: 41px;
  height: 25px;
  display: inline-block;
  vertical-align: -5.5px;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 5px;
  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: 84px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  /* a{ 
		@media only screen and (max-width: 1023px) { visibility:hidden; } 
	} */
}
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: auto;
    margin-right: 20px;
    height: 3.05em;
    margin-top: 0em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 3000;
    text-align: right;
    height: auto;
  }
}
#main-nav .mobile-mod {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #244c6f;
}
@media only screen and (min-width: 666px) {
  #main-nav .mobile-mod {
    display: none;
  }
}
#main-nav.open {
  /* a{  
			@media only screen and (max-width: 1023px) { visibility:visible; } 
		} */
}
@media only screen and (max-width: 1023px) {
  #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: 1023px) {
  #main-nav .collapsible {
    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 (max-width: 665px) {
  #main-nav .collapsible {
    width: 100vw;
  }
}
@media only screen and (min-width: 666px) {
  #main-nav .collapsible .utilitynav {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .collapsible {
    margin: 0 0.8em 0 auto;
    position: relative;
  }
}
#main-nav .mod {
  justify-content: center;
  z-index: 420;
  display: none;
}
@media only screen and (min-width: 666px) {
  #main-nav .mod {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    right: calc(100% + 6px);
    height: 100%;
    width: max-content;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav .mod {
    display: contents;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #main-nav .container {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
    max-width: right;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0;
  background-color: #81b8ee;
  position: relative;
  z-index: 550;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul {
    height: 3.05em;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: right;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li {
    margin: 0 0.9375em 0 0;
    background: none;
    vertical-align: top;
    clear: 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 a[id] {
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  color: #0c3151;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  outline: none;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id] {
    line-height: 2.22222222;
    font-size: clamp( 12px, 0.9em , 18px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
  }
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 9px;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 3px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 0em;
    background-color: #81b8ee;
  }
}
#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: #81b8ee;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0.9em 0;
    position: absolute;
    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;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #fff;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
  transition: color 0.33s ease;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    padding: 0 3em 0 2em;
    float: left;
  }
}
#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: #0c3151;
  margin-bottom: 0;
  border: none;
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1023px) {
  #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;
  }
}
/* socialmedia */
.collapsible .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #f00;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .collapsible .socialmedia {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .collapsible .socialmedia {
    display: none;
  }
}
.collapsible .socialmedia a {
  line-height: 48px;
  font-size: 25px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out;
}
.collapsible .socialmedia a:focus-visible {
  opacity: 0.5;
  outline: auto;
}
.collapsible .socialmedia a:focus:active {
  outline: transparent;
}
.collapsible .socialmedia a:hover {
  z-index: 400;
}
.collapsible .socialmedia a .icon {
  position: relative;
}
/* ===============================================
	FULLMOB RULES
=============================================== */
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #81b8ee;
  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: 1024px) {
  #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: 1023px) {
  #hd .mod {
    width: 100%;
    display: flex;
    gap: 24px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    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 (min-width: 1024px) {
  #hd .mod {
    display: inline-flex;
    gap: 36px;
    vertical-align: top;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 11.8em;
  margin: 0 auto 0 1.25em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  z-index: 1;
  transition: opacity 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    left: 1.5em;
    top: calc(50% + 0.6em);
    transition: transform 0.33s ease-in-out;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out, color 0.33s ease-in-out, transform 0.33s ease-in-out;
  color: #0C3151;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus {
  opacity: 0.51;
}
#logo svg {
  width: 11.8em;
  height: 2.15em;
}
#logo svg path,
#logo svg g {
  transition: transform 0.33s ease-in-out;
  transform-origin: center;
  transform-box: fill-box;
}
@media only screen and (min-width: 1300px) {
  .home #logo svg {
    opacity: 0;
  }
}
/* ===============================================
	contact
=============================================== */
.contactinfo {
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0.5em 0;
}
@media only screen and (min-width: 666px) {
  .contactinfo {
    width: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo {
    position: absolute;
    top: -24px;
    right: 0;
  }
}
.contactinfo__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 666px) {
  .contactinfo__item {
    gap: 5px;
    flex-direction: row;
  }
}
.contactinfo__item a {
  font-size: clamp( 12px, 0.6em , 12px );
  transition: color 0.33s ease-in-out;
  line-height: 44px;
  min-width: 44px;
  color: #fff;
}
@media only screen and (min-width: 666px) {
  .contactinfo__item a {
    color: #0c3151;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo__item a {
    line-height: 2;
  }
}
.contactinfo__item a:hover,
.contactinfo__item a:focus {
  color: #81b8ee;
}
.contactinfo__item .divider {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #0c3151;
  line-height: 44px;
  display: none;
}
@media only screen and (min-width: 666px) {
  .contactinfo__item .divider {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo__item .divider {
    line-height: 1.66666667;
  }
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
  width: 50%;
  gap: 1px;
}
@media only screen and (min-width: 666px) {
  .utilitynav {
    background: none;
    gap: 0px;
    width: auto;
  }
}
.utilitynav ul {
  display: contents;
}
.utilitynav ul li {
  display: contents;
}
.utilitynav ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
.utilitynav .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 0 1.7em;
  background: #0c3151;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  height: 5.6em;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 665px) {
  .utilitynav .spotbtn {
    width: 100%;
    height: 100%;
  }
}
.utilitynav .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #81b8ee;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
.utilitynav .spotbtn.dark {
  background-color: #062642;
}
.utilitynav .spotbtn:focus::before,
.utilitynav .spotbtn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
/* ===============================================
	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(129, 184, 238, 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: #0c3151;
  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;
  background: linear-gradient(135deg, #0C3151 20%, #81B8EE 70%);
  position: relative;
  z-index: 400;
  min-height: 410px;
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 666px) and (max-width: 1999px) {
  #slideshow {
    height: 650px;
    min-height: 650px;
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow {
    min-height: 30.95238095vw;
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 650;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #slideshow #home-slideshow {
    width: 1025px;
    margin: 0 calc( -512.5px  + 50vw );
  }
}
@media only screen and (max-width: 665px) {
  #slideshow #home-slideshow {
    width: 666px;
    margin: 0 calc( -333px  + 50vw );
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    position: relative;
  }
}
#slideshow #home-slideshow .hpslide,
#slideshow #home-slideshow picture img {
  display: block;
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 420px) {
  #slideshow #home-slideshow picture img {
    margin-left: 10%;
  }
}
#slideshow .sslogo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 162px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 400;
}
@media only screen and (min-width: 666px) {
  #slideshow .sslogo {
    max-width: 317px;
    top: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow .sslogo {
    display: 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;
  padding: 2em 0;
  margin: 0;
  background: #0c3151 url(../images/spotlight/spot01-mobile.jpg) center / cover no-repeat;
  position: relative;
  z-index: 410;
  border-top: 65px solid #fff;
  font-size: min(20px, 10vw);
  max-width: 73.8em;
  margin: 0 auto;
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    border-top: 1em solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    background-image: url(../images/spotlight/spot01.jpg);
    border-top: 7.5vw solid #fff;
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 {
    font-size: inherit;
    font-size: min(1em, 1.7vw);
    padding: 7.3em 0;
    border-top: 5em solid #fff;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1999px) {
  .spot01 {
    background-size: auto;
  }
}
.spot01::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(12, 49, 81, 0.5);
}
.spot01 a {
  color: #fff;
  width: max-content;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: transform 1s ease, opacity 0.33s ease;
  position: relative;
  z-index: 1;
  min-width: 12.5em;
  margin: 3em auto;
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    display: inline-flex;
    vertical-align: top;
    margin: 2em auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .spot01 a {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 a {
    margin: 0 2.05em;
  }
}
.spot01 a .icon {
  font-size: 3.75em;
  margin-bottom: 0.26666667em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transform: translate(0, 0, -777px);
}
@media only screen and (min-width: 768px) {
  .spot01 a .icon {
    margin-bottom: 0.41333333em;
  }
}
.spot01 a .icon::before {
  display: inline-block;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a .icon .fa-solid {
  position: absolute;
  top: 0;
  left: 0;
  color: #81b9ee;
  z-index: -1;
  transition: inherit;
  opacity: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a h2.topic {
  line-height: 0.92;
  font-size: clamp( 12px, 1.25em , 25px );
  text-transform: uppercase;
  color: #fff;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  letter-spacing: 0.28em;
  font-weight: 400;
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
.spot01 a h2.topic .trait {
  display: block;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a h2.topic .trait.top {
  line-height: 0.80555556;
  font-size: clamp( 12px, 1.44em , 36px );
  font-family: "Amiri", Helvetica, Arial, serif;
  letter-spacing: normal;
}
.spot01 a h2.topic .trait.bottom {
  margin-left: 0.2em;
}
.spot01 a:hover .icon::before,
.spot01 a:focus .icon::before {
  transform: translate(0, 0.6em);
}
.spot01 a:hover .icon .fa-solid,
.spot01 a:focus .icon .fa-solid {
  transform: translate(0.06em, 0.625em);
  opacity: 1;
}
.spot01 a:hover .trait.top,
.spot01 a:focus .trait.top {
  transform: translate3d(0, -2.75em, 0px) rotateX(-360deg);
}
.spot01 a:hover .trait.bottom,
.spot01 a:focus .trait.bottom {
  transform: translate3d(0, 0.15em, 0) rotateX(0deg);
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #292929;
  padding: min(55vw, 9em) 0 3em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: min(10vw, 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    padding: 4.7em 0 6.85em;
    flex-direction: row;
    align-items: flex-end;
    padding-left: 1.65em;
    font-size: min(1.425vw, 1em);
  }
}
.spot02 .spot02-mark {
  position: absolute;
  bottom: 7%;
  left: 50%;
  width: 90%;
  max-width: 35.25em;
  height: auto;
  z-index: -1;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 1024px) {
  .spot02 .spot02-mark {
    top: 40%;
    bottom: auto;
    left: auto;
    right: 20px;
    max-width: 25em;
    transform: none;
  }
}
.spot02 .decoration {
  width: 25.2em;
  height: 30.05em;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: min(3vw, 1em);
  margin: 0 0 3.75em;
}
@media only screen and (min-width: 1024px) {
  .spot02 .decoration {
    margin: 0 2.9em 0 0;
  }
}
.spot02 .decoration__background {
  width: 100%;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
.spot02 .decoration__doctor {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 21.5em;
}
.spot02 .decoration__doctor-img {
  width: 100%;
}
.spot02 .decoration::before {
  content: "";
  position: absolute;
  bottom: -6%;
  left: -7%;
  width: 68%;
  height: 66%;
  background-color: #81b8ee;
  z-index: -1;
}
.spot02 .mod {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  min-height: 21.65em;
  max-width: 25.15em;
  width: 85%;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    width: auto;
    max-width: none;
  }
}
.spot02 .mod__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod__wrap {
    padding-bottom: 1.4em;
    align-items: flex-start;
    flex-direction: row;
  }
}
.spot02 .mod__content {
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 25.2em;
  text-align: left;
  padding-bottom: 2.2em;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod__content {
    max-width: 26.2em;
    padding: 0 2.2em 0 0;
  }
}
.spot02 .mod__association-logos {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  vertical-align: top;
  position: relative;
  gap: 2em;
  padding: 2em 2em 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod__association-logos {
    align-items: flex-start;
    flex-direction: column;
    width: auto;
    padding: 3.3em 0em 2.35em 2.95em;
    margin-top: 0.3em;
  }
}
.spot02 .mod__association-logos::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #837f7f;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod__association-logos::before {
    width: 1px;
    height: 100%;
  }
}
.spot02 .mod__association-logos__logo {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.spot02 .mod__association-logos__logo:focus img,
.spot02 .mod__association-logos__logo:hover img,
.spot02 .mod__association-logos__logo:focus svg,
.spot02 .mod__association-logos__logo:hover svg {
  transform: scale(0.87);
  opacity: 0.48;
}
.spot02 .mod__association-logos__logo--abo {
  width: 5.4em;
  height: 4.6em;
}
.spot02 .mod__association-logos__logo--aao {
  width: 6.5em;
  height: 2.35em;
}
.spot02 .mod__association-logos__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.spot02 .mod__association-logos__logo img {
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
.spot02 h2.topic {
  line-height: 1;
  font-size: min(2.75em, 13vw);
  font-weight: 400;
  text-transform: uppercase;
  color: #0c3151;
  font-family: "Amiri", Helvetica, Arial, serif;
  margin: 0 0 0.4em;
  position: absolute;
  top: 1em;
  width: 78%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 9.09090909em;
}
@media only screen and (min-width: 1024px) {
  .spot02 h2.topic {
    position: relative;
    top: auto;
    width: auto;
    max-width: none;
    left: auto;
    transform: none;
  }
}
.spot02 h2.topic .trait {
  line-height: 1;
  font-size: clamp( 12px, 0.63636364em , 35px );
  display: block;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  letter-spacing: 0.26em;
}
.spot02 .info {
  line-height: 1.2;
  font-size: clamp( 12px, 1em , 20px );
  margin: 0 0 1.75em;
}
.spot02 .spotbtn {
  font-size: clamp( 12px, 0.75em , 15px );
  text-align: center;
  text-transform: uppercase;
  color: #0c3151;
  width: 10.86666667em;
  background-color: #81b8ee;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease;
}
@media only screen and (max-width: 1299px) {
  .spot02 .spotbtn {
    line-height: 44px;
    min-width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .spotbtn {
    line-height: 3.26666667;
  }
}
.spot02 .spotbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #0c3151;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
.spot02 .spotbtn:hover,
.spot02 .spotbtn:focus {
  color: #81b8ee;
}
.spot02 .spotbtn:hover::before,
.spot02 .spotbtn:focus::before {
  transform: scaleX(1);
  transform-origin: left;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 10em;
  background: linear-gradient(135deg, #0C3151 20%, #81B8EE 70%);
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1024px) and (max-width: 1999px) {
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    text-align: left;
    height: auto;
    padding: 18.5em 0 1.7em;
  }
}
#subnav .container {
  max-width: 65.85em;
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0;
  padding: 0;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  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.6302202%;
  }
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  display: inline;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  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 0.6em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 8em 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 10em 0 3em;
  }
  #bd.sub {
    min-height: 47.5em;
    background-image: url(../images/spotlight/bd-mark.svg);
    background-size: 35% auto;
    background-position: calc(95%) 33em;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1024px) {
  #bd.sub {
    background-size: 25em auto;
    background-position: calc(100% - 20px) 38em;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 4.7em;
  }
  #bd.sub {
    background-position: calc(100% - 20px) 33em;
  }
}
#bd .container {
  width: 90%;
  max-width: 65.85em;
}
@media only screen and (max-width: 1023px) {
  #bd .container {
    width: 85%;
  }
}
#content {
  max-width: 798.5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.6302202%;
    max-width: 39.925em;
    float: left;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.6302202%;
  }
}
#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: linear-gradient(135deg, #0C3151 20%, #81B8EE 80%);
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 7.15em 0 5.9em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1999px) {
  .home #bd {
    background-size: auto;
  }
}
.home #bd .container {
  width: 90%;
  max-width: 64.5em;
}
@media only screen and (max-width: 1023px) {
  .home #bd .container {
    width: 80%;
  }
}
.home #bd #content {
  width: 100%;
  float: none;
  margin: 0 auto;
  max-width: 28.15em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content header {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    max-width: 28.15em;
    margin-right: 5.8em;
  }
}
.home #bd #content .content-text {
  line-height: 1.6875;
  color: #fff;
  width: 100%;
  text-align: left;
}
.home #bd #content .content-text h2,
.home #bd #content .content-text h3,
.home #bd #content .content-text h4,
.home #bd #content .content-text h5,
.home #bd #content .content-text h6 {
  color: #fff;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 16px );
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content .content-text {
    display: inline-block;
    vertical-align: top;
    width: 43.64341085%;
    max-width: 35.1875em;
  }
}
.home #bd #content .content-text h2 {
  margin-bottom: 0.55em;
}
.home #bd #content .content-text ol li:not(:nth-last-of-type(1)),
.home #bd #content .content-text ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 1.5em;
}
.home #bd #content .content-text a {
  color: #fff;
}
.home #bd #content .content-text a:hover,
.home #bd #content .content-text a:focus {
  color: #000;
  opacity: 1;
}
.home #bd #content p {
  text-align: justify;
}
/* ==================================================================
	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: #81b8ee;
  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: #81b8ee;
  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: #0c3151;
}
.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: #0c3151;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #subnav p,
.office-tour #subnav p,
.smile-gallery #subnav p,
.invisalign-videos #subnav p {
  text-align: center;
}
.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.40625;
  font-size: clamp( 12px, 1.6em , 32px );
  font-weight: 400;
  font-family: "Amiri", Helvetica, Arial, serif;
  text-decoration: none;
  color: #81b8ee;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #0c3151;
  text-decoration: none;
  opacity: 0.7;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 80%;
  max-width: 20em;
  margin: 1em auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.37205771%;
    margin: 0.25em -0.1em 1em 0;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #hide-stock {
    opacity: 0;
  }
}
#hide-stock::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 7.5%;
  left: 10%;
  background-color: #81b9ee;
  z-index: -1;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #81b8ee;
  margin: 0;
  padding: 5em 0 3em;
  position: relative;
  z-index: 410;
  background-color: #fff;
  display: grid;
  align-items: center;
  place-content: center;
  gap: 1.8em;
  font-size: min(1em, 3.25vw);
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
@media only screen and (min-width: 768px) {
  .spot03 {
    font-size: min(1.7vw, 1em);
    padding: 4.9em 0;
    gap: 1.8em 2em;
    grid-template-columns: repeat(2, 26em);
    padding-left: 0.2em;
  }
}
.spot03 h2.topic {
  line-height: 0.77358491;
  font-size: clamp( 12px, 2.65em , 53px );
  text-transform: uppercase;
  color: #0c3151;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: column;
  font-family: "Amiri", Helvetica, Arial, serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .spot03 h2.topic {
    height: 10.81132075em;
    max-width: 9.81132075em;
    text-align: right;
  }
}
.spot03 h2.topic .trait.top {
  line-height: 0.6184739;
  font-size: clamp( 12px, 4.69811321em , 249px );
  display: block;
  color: #81b8ee;
  font-style: italic;
  text-transform: none;
}
.spot03 h2.topic .trait.bottom {
  letter-spacing: 0.3em;
  line-height: 1;
  font-size: clamp( 12px, 0.66037736em , 35px );
  font-weight: 400;
  display: block;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  margin-right: -0.25em;
}
.spot03 a {
  color: #fff;
  width: 100%;
  max-width: 26em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  perspective: none;
  transform: translate3d(0, 0, 0);
}
.spot03 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out, filter 0.33s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.spot03 a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.33s ease-in-out;
}
.spot03 a::after {
  content: '';
  position: absolute;
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  background-color: rgba(129, 184, 238, 0.9);
  z-index: 2;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: right;
  transform: scaleX(0);
}
.spot03 a h3.topic {
  line-height: 1;
  font-size: clamp( 12px, 2.75em , 55px );
  text-transform: uppercase;
  color: currentcolor;
  display: inline-block;
  position: absolute;
  bottom: 8%;
  right: 7.5%;
  z-index: 3;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  font-weight: 400;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  perspective: 1500px;
  -webkit-perspective: 1500px;
}
.spot03 a h3.topic .trait {
  display: block;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot03 a:hover::after,
.spot03 a:focus::after {
  transform: scaleX(1);
  transform-origin: left;
}
.spot03 a:hover .decoration,
.spot03 a:focus .decoration {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  animation: scaleInOut 0.66s ease forwards;
}
.spot03 a:hover h3.topic,
.spot03 a:focus h3.topic {
  transform: translate3d(calc( -4.72727273em  + 70%), calc( -5.20909091em  + 130%), 0px);
}
.spot03 a:hover h3.topic .trait,
.spot03 a:focus h3.topic .trait {
  transform: translate3d(0, 0, 0) rotateX(-360deg);
}
@keyframes scaleInOut {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.05);
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #f4efef;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #81b8ee;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 6.15em 0 0em;
    font-size: min(1em, 1.4vw);
  }
}
#location .map {
  display: inline-block;
  vertical-align: top;
  width: 30.5em;
  height: 20.9em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #location .map {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .map {
    z-index: -1;
    width: 34.5em;
  }
}
#location .map::after {
  content: "";
  background-color: #81b9ee;
  width: calc(100% + 4em);
  height: 100%;
  left: -2em;
  bottom: -2em;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  #location .map::after {
    width: 100%;
    height: 100%;
    left: 6%;
    bottom: 9.5%;
  }
}
#location .map__img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1023px) {
  #location .map__img {
    object-position: calc(50% - 2em) 50%;
  }
}
#location .mod {
  display: inline-flex;
  justify-content: flex-end;
  vertical-align: top;
  text-align: center;
  width: 80%;
  max-width: 34.5em;
  min-height: 20.9em;
  background: #000 url(../images/footer/office.jpg) center / cover no-repeat;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #location .mod {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    margin: 4.6em -5.75em 1.85em 0;
  }
}
#location .mod__inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: rgba(12, 49, 81, 0.9);
  padding: 0.6em 1em 0;
}
@media only screen and (min-width: 768px) {
  #location .mod__inner {
    max-width: 11.15em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  display: block;
  margin: 0 auto 2em;
  transition: opacity 0.33s ease-in-out;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 7.9em;
  height: 6.65em;
}
#location .logo svg path {
  fill: #fff;
}
#location .phone {
  font-size: clamp( 12px, 0.85em , 17px );
  display: block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.52941176;
  }
}
#location .address {
  font-size: clamp( 12px, 0.85em , 17px );
  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.52941176;
  }
}
#location .address .marker {
  line-height: 1;
  font-size: 3.88235294em;
  color: #0c3151;
  position: absolute;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 1023px) {
  #location .address .marker {
    bottom: min(262px, 37vw);
    left: calc(50% - 0.425em);
  }
}
@media only screen and (max-width: 767px) {
  #location .address .marker {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .marker {
    margin-left: 4.56060606em;
    top: 4.33333333em;
    left: 50%;
  }
}
#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 .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: 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;
}
@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;
}
/* ==================================================================
		#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: 4em;
    padding: 0.9em 0 0;
  }
}
#ft .util {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #504e4f;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
  line-height: 5.33333333;
}
@media only screen and (max-width: 319px) {
  #ft .util {
    margin-bottom: 2em;
  }
}
#ft .util a {
  color: #504e4f;
  transition: color 0.33s ease-in-out;
}
#ft .util a:focus,
#ft .util a:hover {
  color: #81b8ee;
}
#ft .util a,
#ft .util .divider {
  display: inline-block;
}
@media only screen and (max-width: 319px) {
  #ft .util a,
  #ft .util .divider {
    display: block;
  }
}
#ft .util .divider {
  margin: 0 0.1em;
}
@media only screen and (max-width: 319px) {
  #ft .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: 0;
  display: block;
  position: relative;
}
a#backtotop {
  font-size: clamp( 12px, 0.65em , 13px );
  background-color: #81b8ee;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.07692308;
    width: 3.07692308em;
  }
}
a#backtotop::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #062642;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
a#backtotop:focus::before,
a#backtotop:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
/*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: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  color: #fff;
  height: 44px;
  padding: 0 1em;
  background-color: #81b8ee;
  border: none;
  position: relative;
  z-index: 1;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  font-family: "Outfit", Helvetica, Arial, sans-serif;
}
form button::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #062642;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
}
form button:focus::before,
form button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #0c3151;
  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;
}
/* ===============================================
	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: #81b8ee;
  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: #0c3151;
}
/* ===============================================
	.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,
  .layout-full-width #bd.sub {
    background-image: none;
    min-height: auto;
  }
  .sitemap #content,
  .layout-full-width #content,
  .sitemap #subnav p,
  .layout-full-width #subnav p {
    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.02631579em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.02631579em , 1200px );
    }
  }
}
