/* 
 Site Manager Version: 14.2.0
 Date Created: November 2025
 Account: stone-schwarz
 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: "Open Sans", Helvetica, Arial, sans-serif;
}

form button,
button {
  font-family: "Open Sans", 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;
  }
}

/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}

#content a {
  color: #f57d31;
  transition: color 0.33s ease-in-out;
  text-decoration: underline;
  font-weight: 700;
}

#content a:focus,
#content a:hover {
  text-decoration: none;
  color: #739bd6;
}

/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #f57d31;
  text-rendering: auto;
  margin: 0 0 1.28571429em;
  font-family: "Bubblegum Sans", sans-serif;
  font-weight: 400;
}

.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0.44117647em;
  color: #739bd6;
}

@media only screen and (min-width: 1024px) {
  .sub h1 {
    font-size: 3.4em;
  }
}

.home h1 {
  font-size: min(3.4em, 10vw);
  margin: 0 0 0.55em;
  color: #739bd6;
  line-height: 0.8;
  max-width: 500px;
}

@media only screen and (min-width: 1024px) {
  .home h1 {
    font-size: min(3.4em, 4.5vw);
    max-width: none;
  }
}

.home h1 .trait {
  display: block;
}

.home h1 .trait.top {
  line-height: 1.08571429;
  font-size: 0.51470588em;
  text-transform: none;
  color: #f57d31;
}

h2:not(.topic) {
  font-size: 1.47368421em;
}

h3:not(.topic) {
  font-size: 1.36842105em;
  color: #afc859;
}

h4 {
  font-size: 1.26315789em;
  color: #858383;
}

h5 {
  font-size: 1.15789474em;
}

h6 {
  font-size: 1.10526316em;
}

/* ===============================================
	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: 1299px) {
  #masthead {
    height: 111px;
  }

  #masthead.ready.mobtron #logo {
    opacity: 0;
  }

  #masthead.ready.mobtron .mobile-clouds {
    opacity: 1;
  }

  #masthead.ready.mobtron #trigger::after {
    transform: scale(1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  }

  #masthead.ready.mobtron::before {
    transform: translate(0%, -100%);
    box-shadow: none;
  }
}

@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    height: 5.55em;
    position: fixed;
  }

  #masthead.ready #hd {
    z-index: 1;
  }

  #masthead.ready #logo {
    opacity: 0;
  }

  #masthead.ready .masthead-cloud {
    transform: scale(1);
    opacity: 1;
  }

  #masthead.ready::before {
    transform: translate(0%, -100%);
    box-shadow: none;
  }
}

#masthead .masthead-cloud {
  position: absolute;
  top: -1.75em;
  left: -2.75em;
  height: 9.4em;
  display: none;
  z-index: -1;
  width: 111.5%;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform-origin: top right;
  opacity: 0;
  transform: scale(0);
}

@media only screen and (min-width: 1300px) {
  #masthead .masthead-cloud {
    display: block;
  }
}

#masthead::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition:
    transform 0.33s ease-in-out,
    box-shadow 0.33s ease-in-out;
  background-color: white;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.05);
}

#masthead .container {
  max-width: none;
  width: calc(100% - 3.95em);
}

@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
  }
}

/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #739bd6;
  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;
  flex-direction: column;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}

#trigger:focus-visible {
  color: #739bd6;
}

@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}

.open #trigger .icon {
  transform: rotate(225deg);
}

#trigger::before {
  content: "Menu";
  display: block;
  font-family: "Bubblegum Sans", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #f57d31;
}

#trigger::after {
  content: none;
  display: block;
  width: 198px;
  height: 198px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  border-radius: 50%;
  top: -75px;
  right: -75px;
  z-index: -1;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
  transform-origin: top right;
  transform: scale(0);
  box-shadow: none;
}

@media only screen and (min-width: 768px) {
  #trigger::after {
    content: "";
  }
}

#trigger .icon {
  display: inline-block;
  font-size: 23px;
  transition:
    transform 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}

/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 110px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
  z-index: 500;
}

@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.85em;
    margin-top: 2em;
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
    text-align: right;
  }
}

@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 .mod {
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
}

@media only screen and (max-width: 665px) {
  #main-nav .mod {
    display: none;
    background-color: #fff;
    width: 100%;
    padding: 40px 0 20px;
    margin-top: -20px;
    transition-property: transform, opacity;
    transition-duration: 0.6s, 0.9s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.24s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  #main-nav .mod.mobtron {
    transform: translate(0, -33px);
    transition-duration: 0s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }

  #main-nav .mod.mobtron * {
    pointer-events: none;
  }

  #main-nav .mod.mobtron:focus-within {
    transform: translate(0, 0);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    pointer-events: auto;
    opacity: 1;
  }

  #main-nav .mod.mobtron:focus-within * {
    pointer-events: auto;
  }
}

@media only screen and (min-width: 666px) and (max-width: 1299px) {
  #main-nav .mod {
    display: none;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav .mod {
    margin-top: -6px;
  }
}

#main-nav .container {
  height: 100%;
  padding: 0;
}

@media only screen and (min-width: 1300px) {
  #main-nav .container {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 2em;
    max-width: right;
  }
}

/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #739bd6;
  position: relative;
  z-index: 550;
  height: auto;
}

@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 3.85em;
    margin: 0 1.4em 0 0;
    padding: 0;
    background: none;
    position: static;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: auto;
  }
}

#main-nav ul li {
  clear: both;
  cursor: pointer;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.2125em 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.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
}

#main-nav ul li a[id] {
  line-height: 50px;
  font-size: 23px;
  color: #fff;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
  font-family: "Bubblegum Sans", sans-serif;
  text-shadow: 0.25px 0.25px 0px currentColor;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 1.73913043;
    font-size: clamp(12px, 1.15em, 23px);
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
    color: #000;
  }
}

#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;
  color: #000;
}

@media only screen and (min-width: 1300px) {
  #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] {
    color: #739bd6;
  }
}

/* ===============================================
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.6em 0 2.4em;
    position: absolute;
    background-color: #739bd6;
    left: 0em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
  }

  #main-nav ul ul.two-columns {
    columns: 2;
    left: auto;
    right: 0;
    column-gap: 0;
    padding-right: 1.35em;
    padding-left: 0.7em;
  }

  #main-nav ul ul.two-columns li {
    float: none;
  }

  #main-nav ul ul.two-columns li a {
    text-align: right;
    float: none;
  }
}

#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.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;
  transition: color 0.33s ease-in-out;
}

@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 1.66666667;
    text-align: left;
    white-space: nowrap;
    height: 1.66666667em;
    padding: 0 1.66666667em;
    padding: 0 1.95em;
    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: #000;
  margin-bottom: 0;
  border: none;
}

/* ===============================================
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;
  }
}

/* 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: 1299px) {
  .collapsible .socialmedia {
    display: flex;
  }
}

@media only screen and (min-width: 1300px) {
  .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: #f57d31;
  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;
  height: 100%;
  align-items: center;
}

#hd .mod .mobile-clouds {
  display: none;
  position: absolute;
  top: 0;
  right: -71px;
  width: 100%;
  height: 180px;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.33s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #hd .mod {
    width: 350px;
    display: inline-flex;
    vertical-align: top;
    gap: 24px;
    position: absolute;
    top: calc(0% + 0px);
    right: 0;
  }

  #hd .mod .mobile-clouds {
    display: block;
  }

  .home #hd .mod {
  }
}

@media only screen and (min-width: 768px) {
  #hd .mod {
    display: inline-flex;
    gap: 36px;
    vertical-align: top;
    margin-right: 145px;
  }
}

@media only screen and (min-width: 1300px) {
  #hd .mod {
    display: none;
  }
}

/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 7.9em;
  margin: 0 auto 0 16px;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.45em;
  transition:
    transform 0.33s ease-in-out,
    filter 0.33s ease-in-out,
    -webkit-filter 0.33s ease-in-out,
    opacity 0.33s ease-in-out;
}

@media only screen and (min-width: 375px) {
  #logo {
    font-size: 0.75em;
  }
}

@media only screen and (min-width: 1300px) {
  #logo {
    font-size: inherit;
    top: 50%;
    margin: 13px 0 0 2px;
  }
}

#logo a {
  display: inline-block;
  vertical-align: top;
  transition:
    opacity 0.33s ease-in-out,
    filter 0.33s ease-in-out,
    -webkit-filter 0.33s ease-in-out;
}

@media only screen and (max-width: 1299px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

#logo a:focus-visible {
  opacity: 0.51;
}

#logo svg {
  width: 7.9em;
  height: 6.5em;
  filter: drop-shadow(10px 15px 8px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(10px 15px 8px rgba(0, 0, 0, 0.1));
}

#logo svg path,
#logo svg g {
  transition: opacity 0.33s ease-in-out;
}

/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}

.contactinfo .address {
  font-size: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  font-weight: 600;
  line-height: 44px;
  height: 44px;
  width: 44px;
  color: #739bd6;
}

.contactinfo .address .icon {
  width: 22px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .contactinfo .address {
    display: none;
  }
}

.contactinfo .phone,
.contactinfo .other-contact {
  font-size: 16px;
  display: inline-flex;
  vertical-align: top;
  font-weight: 600;
  line-height: 2.8125;
}

@media only screen and (max-width: 767px) {
  .contactinfo .phone,
  .contactinfo .other-contact {
    font-size: 30px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    color: #739bd6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .contactinfo .phone .icon,
  .contactinfo .other-contact .icon {
    width: 30px;
    height: auto;
    line-height: 0;
  }

  .contactinfo .phone .icon[class] svg,
  .contactinfo .other-contact .icon[class] svg {
    width: 30px;
  }
}

.contactinfo .phone .icon,
.contactinfo .other-contact .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.875em;
  background-color: #f57d31;
  line-height: inherit;
  border-top-left-radius: 22.5px;
  border-bottom-left-radius: 22.5px;
  padding-left: 0.1875em;
  transition: background-color 0.33s ease-in-out;
}

.contactinfo .phone .icon svg,
.contactinfo .other-contact .icon svg {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .contactinfo .phone .icon svg path:nth-last-of-type(1) {
    display: none;
  }

  .contactinfo .other-contact {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .contactinfo .phone .icon,
  .contactinfo .other-contact .icon {
    width: auto;
    line-height: inherit;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 0em;
    background: none;
  }
}

.contactinfo .phone .cta,
.contactinfo .other-contact .cta {
  line-height: inherit;
  display: inline-block;
  background-color: #739bd6;
  padding: 0 0.75em;
  border-top-right-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
  transition: background-color 0.33s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .contactinfo .phone .cta,
  .contactinfo .other-contact .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: color 0.33s ease-in-out;
}

.contactinfo a:focus,
.contactinfo a:hover {
  animation: squishPop 0.6s ease;
}

@media only screen and (max-width: 767px) {
  .contactinfo a:focus,
  .contactinfo a:hover {
    color: #f57d31;
  }
}

@media only screen and (min-width: 768px) {
  .contactinfo a:focus .icon,
  .contactinfo a:hover .icon {
    background-color: #739bd6;
  }

  .contactinfo a:focus .cta,
  .contactinfo a:hover .cta {
    background-color: #f57d31;
  }
}

/* ===============================================
	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(245, 125, 49, 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: #739bd6;
  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;
  position: relative;
  z-index: 401;
  height: 840px;
}

/* @media only screen and (min-width: 666px) and (max-width: 1299px) {
  #slideshow {
    height: 1040px;
  }
} */

@media only screen and (min-width: 666px) {
  #slideshow {
    height: 1100px;
  }
}

@media only screen and (min-width: 768px) {
  #slideshow {
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow {
    height: 900px;
  }
}

#slideshow .tree-ropes {
  display: block;
  position: absolute;
  width: 89.7em;
  max-width: none;
  top: 160px;
  right: calc(50% - 25em);
  font-size: 9px;
  pointer-events: none;
}

@media only screen and (min-width: 666px) {
  #slideshow .tree-ropes {
    right: calc(50% - 25.7em);
    top: 0px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .tree-ropes {
    opacity: 0;
  }
}

#slideshow .tree-ropes img {
  width: 100%;
  height: auto;
}

#slideshow .tree-ropes .ropes {
  max-width: 17.8em;
  position: absolute;
  top: 12.4em;
  right: 15.85em;
  transform-origin: top center;
  pointer-events: all;
}

#slideshow .clouds {
  width: 100em;
  height: 22.45em;
  position: absolute;
  top: 0;
  left: calc(50% - 50em);
  z-index: -2;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  #slideshow .clouds {
    font-size: 10px;
  }
}

#slideshow .clouds .cloud {
  position: absolute;
}

@media only screen and (min-width: 1300px) {
  #slideshow .clouds .cloud {
    opacity: 0;
  }
}

#slideshow .clouds .cloud.cloud1 {
  top: 1.9em;
  right: calc(50% + 23em);
  width: 19.3em;
}

@media only screen and (max-width: 1023px) {
  #slideshow .clouds .cloud.cloud1 {
    display: none;
  }
}

#slideshow .clouds .cloud.cloud2 {
  width: 26.95em;
  top: 8.5em;
  right: calc(50% - 2.5em);
}

#slideshow .clouds .cloud.cloud3 {
  width: 21.5em;
  top: 5.75em;
  left: calc(50% + 12em);
}

#slideshow .clouds .cloud.cloud4 {
  width: 15.4em;
  top: 14.35em;
  left: calc(50% + 32.35em);
}

@media only screen and (max-width: 1023px) {
  #slideshow .clouds .cloud.cloud4 {
    display: none;
  }
}

#slideshow .ssoverlay {
  width: 100%;
  max-width: 575px;
  padding: 0;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 420;
  top: 290px;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay {
    top: 304px;
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
    left: calc(50% + 1.1em);
  }
}

@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    opacity: 0;
  }
}

#slideshow .ssoverlay .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 10em;
  display: block;
  width: 100%;
  max-width: 320px;
  transform-origin: 50% 100%;
}

@media only screen and (min-width: 666px) {
  #slideshow .ssoverlay .logo {
    max-width: 575px;
    margin-bottom: 8.5em;
  }
}

@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay .logo {
    margin-bottom: 1em;
  }
}

#slideshow .ssoverlay .logo:focus {
  opacity: 0.51;
}

#slideshow .ssoverlay .logo svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(12.5px 21.65px 10px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(12.5px 21.65px 10px rgba(0, 0, 0, 0.25));
  transform: translate3d(0, 0, 0);
}

#slideshow .ssoverlay .logo svg .outline {
  display: none;
}

#slideshow .ssoverlay .spotbtn {
  line-height: 1.58;
  font-size: 50px;
  text-align: center;
  color: #fff;
  padding: 0;
  background: none;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  position: relative;
  font-family: "Bubblegum Sans", sans-serif;
  border-radius: 39.38px;
  width: 5.7262em;
}

@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay .spotbtn {
    position: absolute;
    left: calc(100% - 0.2em);
    top: 72%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #slideshow .ssoverlay .spotbtn {
    left: calc(100% - 10px);
    font-size: 35px;
  }
}

#slideshow .ssoverlay .spotbtn .cta {
  display: block;
  z-index: -1;
  border-radius: inherit;
  background-color: #f57d31;
  transition: background-color 0.33s ease-in-out;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

#slideshow .ssoverlay .spotbtn .monkey {
  display: block;
  position: absolute;
  bottom: calc(100% - 17px);
  left: calc(50% - 1.21em);
  line-height: 0;
  width: 2.34em;
  z-index: 1;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #slideshow .ssoverlay .spotbtn .monkey {
    bottom: calc(100% - 10px);
  }
}

#slideshow .ssoverlay .spotbtn .monkey svg {
  width: 100%;
  height: auto;
}

#slideshow .ssoverlay .spotbtn:hover .monkey,
#slideshow .ssoverlay .spotbtn:focus .monkey {
  animation: monkeyBounce 0.6s ease;
}

#slideshow .ssoverlay .spotbtn:hover .cta,
#slideshow .ssoverlay .spotbtn:focus .cta {
  animation: squishPop 0.6s ease;
  background-color: #739bd6;
}

/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 1300px) {
  .spotlight.spotlight01 {
    font-size: min(1vw, 1em);
    /* background: linear-gradient(to bottom, #AFC859 53.5%, transparent 53.5%); */
  }
}

.spotlight.slideshow-spot01 {
  --gradient-height: 700px;
  background: linear-gradient(
    to bottom,
    #7fc0d8 0%,
    #c8e1e8 var(--gradient-height),
    #afc859 var(--gradient-height)
  );
}

/* @media only screen and (min-width: 666px) {
  .spotlight.slideshow-spot01 {
    padding-bottom: 4em;
  }
}

@media only screen and (min-width: 768px) {
  .spotlight.slideshow-spot01 {
    padding-bottom: 10em;
  }
} */

@media only screen and (min-width: 1300px) {
  .spotlight.slideshow-spot01 {
    padding-bottom: 0;
    background-size: 100% 900px;
    background-repeat: no-repeat;
  }
}

.spotlight.slideshow-spot01 .hills {
  display: block;
  position: absolute;
  z-index: -1;
  top: 476px;
  left: 0;
  width: 100%;
  height: 504px;
}

@media only screen and (min-width: 0px) and (max-width: 1999px) {
  .spotlight.slideshow-spot01 .hills {
    width: 2000px;
    left: calc(50% - 1000px);
  }
}

.spot01-character {
  position: absolute;
  width: 100%;
  max-width: 14.5em;
  bottom: 10.7em;
  left: calc(50% + 35em);
  display: none;
}

@media only screen and (min-width: 1300px) {
  .spot01-character {
    display: block;
  }
}

.spotlight > div {
  position: relative;
}

/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #739bd6;
  margin: 0;
  padding: 5em 0 3em;
  position: relative;
  background: #000 url(../images/spotlight/spot01-background-mobile.jpg)
    center / cover no-repeat;
  max-width: 43em;
  display: grid;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  gap: 3em;
  width: 90%;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  font-size: 20px;
  box-shadow: 12.5px 21.651px 25px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 666px) {
  .spot01 {
    width: 90%;
    border-top-right-radius: 10em;
    border-bottom-left-radius: 10em;
    margin-top: 3.75em;
  }
}

@media only screen and (min-width: 768px) {
  .spot01 {
    grid-template-columns: repeat(2, 12.5em);
    padding: 5em 0;
  }
}

@media only screen and (min-width: 1024px) {
  .spot01 {
    padding: 5em 0;
    width: 96%;
    margin: 0 auto;
    background-image: url(../images/spotlight/spot01-background.jpg);
  }
}

@media only screen and (min-width: 1300px) {
  .spot01 {
    max-width: 66em;
    padding-right: 0.55em;
    gap: 2.75em;
    grid-template-columns: repeat(4, 12.5em);
    font-size: inherit;
    margin-bottom: 4.25em;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot01 {
    background-size: 66em auto;
  }
}

.spot01 .shadow-shape--first {
  display: block;
  position: absolute;
  bottom: 4%;
  right: -10%;
  width: 120%;
  height: 100%;
  background-color: #739bd6;
  z-index: -2;
  border-radius: 10em;
}

@media only screen and (min-width: 666px) {
  .spot01 .shadow-shape--first {
    right: 4%;
    width: 100%;
    bottom: 7%;
  }
}

@media only screen and (min-width: 1024px) {
  .spot01 .shadow-shape--first {
    right: 8%;
    bottom: 7%;
  }
}

@media only screen and (min-width: 1300px) {
  .spot01 .shadow-shape--first {
    width: 107.5%;
    height: 107%;
    bottom: 8.5%;
    right: 0%;
  }
}

.spot01 .shadow-shape--last {
  display: block;
  position: absolute;
  top: 4%;
  left: -10%;
  width: 120%;
  height: 100%;
  background-color: rgba(245, 125, 49, 0.8);
  z-index: -1;
  border-radius: 10em;
}

@media only screen and (min-width: 666px) {
  .spot01 .shadow-shape--last {
    left: 4%;
    width: 100%;
    top: 6%;
  }
}

@media only screen and (min-width: 768px) {
  .spot01 .shadow-shape--last {
    top: 8%;
  }
}

@media only screen and (min-width: 1024px) {
  .spot01 .shadow-shape--last {
    left: 8%;
  }
}

@media only screen and (min-width: 1300px) {
  .spot01 .shadow-shape--last {
    left: 0.5%;
    width: 107.5%;
    height: 107%;
    top: 9.5%;
  }
}

.spot01 .dark-overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
}

.spot01 a {
  color: #fff;
  width: 100%;
  max-width: 12.5em;
  padding: 0;
  display: block;
  position: relative;
  transition: color 0.33s ease-in-out;
  text-align: center;
  z-index: 1;
}
/* 
@media only screen and (min-width: 1300px) {
  .spot01 a:nth-child(2) {
    right: 1.95em;
  }

  .spot01 a:nth-child(3) {
    right: 0.95em;
  }
} */

.spot01 a .decoration {
  line-height: 0;
  width: 11em;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto -0.4em;
}

@media only screen and (min-width: 768px) {
  .spot01 a .decoration {
    height: 11.25em;
  }
}

.spot01 a .decoration svg,
.spot01 a .decoration img {
  width: 100%;
  height: auto;
}

.spot01 a:nth-child(1) .decoration {
  width: 12.05em;
}

.spot01 a:nth-child(2) .decoration {
  width: 9.15em;
}

.spot01 a:nth-child(3) .decoration {
  width: 7.3em;
}

.spot01 a:nth-child(4) .decoration {
  width: 7.65em;
}

.spot01 a h2.topic {
  line-height: 0.825;
  font-size: clamp(12px, 2em, 40px);
  color: currentcolor;
  display: inline-block;
  font-family: "Bubblegum Sans", sans-serif;
  position: relative;
  padding: 0.5em 0.675em;
  z-index: -1;
  border-radius: 53px;
  transition: background-color 0.33s ease-in-out;
}

.spot01 a:focus,
.spot01 a:hover {
  color: #f57d31;
}

.spot01 a:focus .hippo,
.spot01 a:hover .hippo {
  animation: hippoWobble 0.7s ease;
}

.spot01 a:focus .lion,
.spot01 a:hover .lion {
  animation: lionPounce 0.7s ease;
  transform-origin: bottom center;
}

.spot01 a:focus .giraffe,
.spot01 a:hover .giraffe {
  animation: giraffeSway 0.7s ease;
  transform-origin: bottom center;
}

.spot01 a:focus .elephant,
.spot01 a:hover .elephant {
  animation: elephantStomp 0.6s ease;
  transform-origin: bottom center;
}

.spot01 a:focus h2.topic,
.spot01 a:hover h2.topic {
  background-color: #fff;
}

/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot02 {
  color: #1e201d;
  padding: 7em 0 3em;
  position: relative;
  z-index: 410;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .spot02 {
    padding: 8em 0 5em;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.45vw, 1em);
    padding: 10em 0 17.5em 0em;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 {
    padding-top: 5em;
    padding-bottom: 3.75em;
  }
}

.spot02 .cloud1 {
  width: 100%;
  max-width: 25.6em;
  position: absolute;
  top: 1.1em;
  z-index: -1;
  display: none;
  right: calc(50% + 18em);
}

@media only screen and (min-width: 768px) {
  .spot02 .cloud1 {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .cloud1 {
    right: calc(50% + 31.3em);
  }
}

.spot02 .cloud2 {
  width: 100%;
  max-width: 17.15em;
  position: absolute;
  top: 3.1em;
  left: calc(50% + 15em);
  z-index: -1;
  display: none;
}

@media only screen and (min-width: 768px) {
  .spot02 .cloud2 {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .cloud2 {
    left: calc(50% + 35.3em);
  }
}

.spot02 .cloud3 {
  width: 100%;
  display: none;
  max-width: 16.4em;
  position: absolute;
  bottom: 10em;
  right: calc(50% + 18em);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .spot02 .cloud3 {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .cloud3 {
    right: calc(50% + 0em);
    bottom: 3em;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .cloud3 {
    right: calc(50% + 11.4em);
    bottom: -0.4em;
  }
}

.spot02 .spotlight-giraffe {
  display: none;
  width: 100%;
  position: absolute;
  max-width: 40em;
  top: 77.5em;
  right: calc(50% + 14em);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .spot02 .spotlight-giraffe {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .spotlight-giraffe {
    top: calc(100% - 33em);
    right: calc(50% + 24em);
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .spotlight-giraffe {
    max-width: 57.65em;
    right: calc(50% + 30.1em);
    top: 15.2em;
  }
}

@media only screen and (min-width: 2200px) {
  .spot02 .spotlight-giraffe {
    left: -33.75em;
    right: auto;
  }
}

.spot02 .decoration {
  width: 90%;
  max-width: 32em;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  display: block;
}

.spot02 .mod {
  width: 90%;
  max-width: 36.5em;
  padding: 0;
  display: contents;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    display: block;
    text-align: right;
    padding: 0;
    margin-right: -2.4em;
    margin-bottom: 3em;
  }
}

.spot02 .mod h2.topic {
  line-height: 1;
  font-size: min(4.35em, 13.5vw);
  font-weight: 400;
  color: #afc859;
  margin: 0 0 40px;
  font-family: "Bubblegum Sans", sans-serif;
  order: -1;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod h2.topic {
    margin-bottom: 0.34482759em;
  }
}

@media only screen and (min-width: 1300px) {
  .spot02 .mod h2.topic {
    margin-right: -2px;
  }
}

.spot02 .mod h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.19354839;
  font-size: clamp(12px, 0.35632184em, 31px);
  font-weight: 700;
}

.spot02 .mod .innermod {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2em;
}

@media only screen and (max-width: 1023px) {
  .spot02 .mod .innermod {
    max-width: 500px;
    margin-top: 0px;
    width: 90%;
    flex-direction: column-reverse;
  }
}

.spot02 .mod .innermod .info {
  line-height: 1.44444444;
  font-size: clamp(12px, 0.9em, 18px);
  margin: 0 0 0em;
  position: relative;
  padding: 2.22222222em 0 0;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod .innermod .info {
    padding: 0 1.27777778em 1.5em 0;
    margin-top: 0.88888889em;
  }
}

.spot02 .mod .innermod .info::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='3' fill='none' viewBox='0 0 10 3'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23D9D9D9' transform='rotate(-90 1.5 1.5)'/%3E%3C/svg%3E ")
    left / auto 100% repeat;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod .innermod .info::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='10' fill='none' viewBox='0 0 3 10'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23D9D9D9'/%3E%3C/svg%3E%0A")
      center top / 100% auto repeat;
    top: 0.45em;
    width: 3px;
    height: 100%;
  }
}

.spot02 .mod .innermod .spotbtns {
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-items: center;
  justify-content: center;
  gap: 25px 0px;
  width: 100%;
  margin-top: -2.5em;
}

@media only screen and (min-width: 480px) {
  .spot02 .mod .innermod .spotbtns {
    grid-template-columns: repeat(2, 15em);
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod .innermod .spotbtns {
    grid-template-columns: 1fr;
    gap: 1px;
    margin: 0;
  }
}

.spot02 .mod .innermod .spotbtns .spotbtn {
  text-transform: uppercase;
  color: #1e201d;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out;
  gap: 0.5em;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  font-size: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .spot02 .mod .innermod .spotbtns .spotbtn:nth-last-of-type(1) {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod .innermod .spotbtns .spotbtn {
    text-align: right;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.2em;
    font-size: inherit;
  }
}

.spot02 .mod .innermod .spotbtns .spotbtn .dr-img {
  width: 4.2em;
  display: inline-block;
  vertical-align: middle;
  border: 5px solid #fff;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  transition:
    border-color 0.33s ease-in-out,
    transform 0.33s ease-in-out,
    box-shadow 0.33s ease-in-out;
}

.spot02 .mod .innermod .spotbtns .spotbtn .dr-img img {
  width: 100%;
  transition:
    filter 0.33s ease-in-out,
    -webkit-filter 0.33s ease-in-out;
  border-radius: 50%;
}

.spot02 .mod .innermod .spotbtns .spotbtn h3.topic {
  line-height: 1.4375;
  font-size: clamp(12px, 0.8em, 16px);
  text-transform: uppercase;
  color: currentcolor;
  display: block;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
}

.spot02 .mod .innermod .spotbtns .spotbtn h3.topic .trait {
  transition:
    transform 0.33s ease-in-out,
    color 0.33s ease-in-out;
}

.spot02 .mod .innermod .spotbtns .spotbtn h3.topic .trait.top {
  display: block;
}

.spot02 .mod .innermod .spotbtns .spotbtn h3.topic .trait.bottom {
  line-height: 1.21052632;
  font-size: clamp(12px, 1.1875em, 19px);
  display: block;
  text-transform: none;
  color: #739bd6;
  font-family: "Bubblegum Sans", sans-serif;
}

.spot02 .mod .innermod .spotbtns .spotbtn:hover,
.spot02 .mod .innermod .spotbtns .spotbtn:focus {
  color: #f57d31;
  z-index: 4;
}

.spot02 .mod .innermod .spotbtns .spotbtn:hover .dr-img,
.spot02 .mod .innermod .spotbtns .spotbtn:focus .dr-img {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  border-color: #f57d31;
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod .innermod .spotbtns .spotbtn:hover .dr-img,
  .spot02 .mod .innermod .spotbtns .spotbtn:focus .dr-img {
    transform: translateX(-4px);
  }
}

.spot02 .mod .innermod .spotbtns .spotbtn:hover .dr-img img,
.spot02 .mod .innermod .spotbtns .spotbtn:focus .dr-img img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

@media only screen and (min-width: 1024px) {
  .spot02 .mod .innermod .spotbtns .spotbtn:hover h3.topic .trait,
  .spot02 .mod .innermod .spotbtns .spotbtn:focus h3.topic .trait {
    transform: translateX(4px);
  }
}

.spot02 .mod .innermod .spotbtns .spotbtn:hover h3.topic .trait.bottom,
.spot02 .mod .innermod .spotbtns .spotbtn:focus h3.topic .trait.bottom {
  color: #000;
}

/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 200px 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}

@media only screen and (min-width: 768px) {
  #bd {
    padding: 250px 0 3em;
  }
}

@media only screen and (min-width: 1024px) {
  #bd.sub {
    min-height: 69.35em;
  }
}

@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 11.75em;
  }
}

#bd.sub .interior-scene2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 1300px) {
  #bd.sub .interior-scene2 .cloud {
    opacity: 0;
  }
}

#bd.sub .interior-scene2 .cloud2 {
  display: none;
  position: absolute;
  top: 32.35em;
  right: calc(50% + 41.5em);
  width: 13.3em;
  max-width: none;
}

@media only screen and (min-width: 1024px) {
  #bd.sub .interior-scene2 .cloud2 {
    display: block;
  }
}

#bd.sub .interior-scene2 .cloud3 {
  display: none;
  position: absolute;
  top: 11.5em;
  right: calc(50% + 36.4em);
  width: 16.35em;
  max-width: none;
}

@media only screen and (min-width: 1024px) {
  #bd.sub .interior-scene2 .cloud3 {
    display: block;
  }
}

#bd.sub .interior-scene2 .cloud4 {
  display: block;
  position: absolute;
  top: -1em;
  right: calc(50% + 2em);
  width: 21em;
  max-width: none;
}

@media only screen and (min-width: 1024px) {
  #bd.sub .interior-scene2 .cloud4 {
    right: calc(50% + 5.6em);
    top: -1.5em;
  }
}

#bd.sub .interior-scene2 .cloud5 {
  display: block;
  position: absolute;
  top: 1.4em;
  left: calc(50% - 5em);
  width: 18.3em;
  max-width: none;
}

@media only screen and (min-width: 1024px) {
  #bd.sub .interior-scene2 .cloud5 {
    left: calc(50% + 0.9em);
  }
}

#bd.sub .interior-scene2 .boy {
  display: none;
  position: absolute;
  bottom: -0.25em;
  right: calc(50% + 36.75em);
  width: 11.95em;
  max-width: none;
}

@media only screen and (min-width: 1300px) {
  #bd.sub .interior-scene2 .boy {
    display: block;
  }
}

#bd.sub .interior-scene {
  display: none;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, #82c2d9 0%, #c8e1e8 100%);
  width: 33%;
  right: 0;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #bd.sub .interior-scene {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  #bd.sub .interior-scene {
    width: calc(50% - 15.1em);
    left: calc(50% + 15.1em);
    right: auto;
  }
}

#bd.sub .interior-scene .cloud {
  position: absolute;
  top: 0;
  left: 2.1em;
  width: 32.75em;
  max-width: none;
}

@media only screen and (min-width: 2000px) {
  #bd.sub .interior-scene .cloud {
    left: auto;
    right: 0;
  }
}

#bd.sub .interior-scene .giraffe {
  display: block;
  position: absolute;
  bottom: -1.9em;
  left: 2.5em;
  width: 100%;
  max-width: 13.6em;
}

@media only screen and (min-width: 1300px) {
  #bd.sub .interior-scene .giraffe {
    left: 14.15em;
  }
}

#bd.sub .interior-scene .trees {
  display: block;
  position: absolute;
  bottom: 8.5em;
  left: 5em;
  width: 34.5em;
  max-width: none;
}

@media only screen and (min-width: 1300px) {
  #bd.sub .interior-scene .trees {
    left: 14.05em;
    bottom: 12em;
  }
}

@media only screen and (min-width: 2000px) {
  #bd.sub .interior-scene .trees {
    bottom: 11em;
    left: 15em;
  }
}

#bd.sub .interior-scene .hills {
  display: block;
  position: absolute;
  bottom: -1.85em;
  left: 0;
  width: 34.9em;
  height: 17.95em;
  z-index: -1;
}

@media only screen and (min-width: 2000px) {
  #bd.sub .interior-scene .hills {
    width: 100%;
  }
}

#bd .container {
  width: 90%;
  max-width: 65.9em;
}

#content {
  max-width: 798.5px;
  display: block;
}

@media only screen and (min-width: 768px) {
  #content {
    width: 60.58421851%;
    max-width: 39.925em;
    float: left;
  }
}

@media only screen and (min-width: 1300px) {
  #content {
    width: 60.58421851%;
  }
}

#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 6em;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 5em 0 22em;
  }
}

@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 5em 0 7em;
    min-height: 1200px;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd {
    min-height: 50em;
  }
}

.home #bd .spotlight-character {
  display: block;
  width: 100%;
  max-width: 20.05em;
  display: none;
  position: absolute;
  bottom: 0em;
  right: calc(50% - 23em);
}

@media only screen and (min-width: 768px) {
  .home #bd .spotlight-character {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .home #bd .spotlight-character {
    right: calc(50% + 5em);
    bottom: 4.3em;
  }
}

@media only screen and (min-width: 1300px) {
  .home #bd .spotlight-character {
    left: calc(50% + 35.3em);
    right: auto;
  }
}

.home #bd .container {
  width: 90%;
  max-width: 66.25em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}

.home #bd #content {
  position: relative;
  z-index: 1;

  font-family: "Bubblegum Sans", sans-serif;
}

@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: 768px) and (max-width: 1023px) {
  .home #bd #content {
    max-width: 60ch;
  }
}

@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 32.05em;
    width: 48.37735849%;
    margin-right: 0;

    background-color: #cbf0fa;
    padding: 3em 2em;
    border-radius: 6em;
  }
}

.home #bd #content .decoration {
  width: 100%;
  position: relative;
  border-top-right-radius: 5em;
  border-bottom-left-radius: 5em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
  .home #bd #content .decoration {
    max-width: 36em;
    width: 36em;
    font-size: min(1.3vw, 1em);
    position: absolute;
    top: 0.25em;
    right: calc(100% + 1.9em);
    margin: 0;
  }
}

@media only screen and (min-width: 666px) {
}

@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    font-size: clamp(12px, 0.95em, 19px);
  }
}
@media only screen and (max-width: 1023px) {
  .home #bd #content .content-text {
    background-color: #cbf0fa;
    padding: 2em;
    border-radius: 2em;
  }
}

.home #bd #content .content-text h2 {
  font-size: 1.47368421em;
  line-height: 1.14285714;
  margin-bottom: 0.6em;
}

.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.3em 2.5em;
}

.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.3em 0;
}

.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}

.home #bd #content p {
  text-align: justify;
  margin-bottom: 1.35em;
}

/* ==================================================================
	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: #f57d31;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}

.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  right: 100%;
  left: auto;
}

.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}

.mediaslider .cycle-slideshow > button:focus,
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.69;
}

.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}

.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.54) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}

.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: "Before";
  left: 0;
}

.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: "After";
  right: 0;
}

.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.54) 100%
  );
  top: auto;
  bottom: 0;
}

.mediaslider.multi .cycle-slide {
  display: flex !important;
}

.mediaslider.multi .cycle-slide img {
  width: 50%;
}

.mediaslider .custompager {
  margin-bottom: 1.58em;
  display: block;
  position: relative;
}

.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}

.mediaslider .custompager > button:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: auto;
  background-color: #f57d31;
  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: #739bd6;
}

.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: #739bd6;
  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;
}

.test_bubble {
  padding: 0.75em;
  margin-bottom: 1.2em;
  border-radius: 1.2em;
  border: 5px solid #000;
  line-height: 1.6842105263em;
  font-size: 1.1875em;
}

.test_bubble:nth-child(3n + 1) {
  border-color: #f57d31;
}

.test_bubble:nth-child(3n + 2) {
  border-color: #62afcc;
}

.test_bubble:nth-child(3n) {
  border-color: #9cbc00;
}

.test_bubble h3 {
  margin-bottom: 0;
}

/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}

.sitemap #content ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sitemap #content ul a {
  line-height: 1.25;
  font-size: clamp(12px, 1.4em, 28px);
  font-weight: 400;
  text-decoration: none;
  color: #f57d31;
  font-family: "Bubblegum Sans", sans-serif;
  transition-duration: 0s;
}

.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-left: 0;
}

.sitemap #content a:focus,
.sitemap #content a:hover {
  text-decoration: none;
  color: #739bd6;
}

body.sitemap #bd ul li {
  list-style: none;
}

body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}

body.sitemap #content .width1 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }

  body.sitemap #content .width1:not(.first) {
    width: auto;
    max-width: 49%;
    float: right;
  }
}

/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 84%;
  max-width: 400px;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}

@media only screen and (min-width: 768px) {
  #sidebar {
    width: 36.34901366%;
    margin: 0.4em -2px 1em 0;
    display: flex;
    flex-direction: column;
    float: right;
    clear: right;
  }

  #sidebar.margin-top {
    margin-top: 15em;
  }
}

/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 6%;
  padding: 0;
  position: relative;
  display: none;
}

@media only screen and (min-width: 768px) {
  #hide-stock {
    margin-bottom: 1em;
    display: block;
    order: 1;
  }
}

.stock {
  width: 100%;
  position: relative;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
}

/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/* body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*="meet-dr-"] #sidebar,
body[class*="meet-doctor-"] #sidebar {
  display: flex;
}

.meet-the-doctor #hide-stock,
body[class*="meet-dr-"] #hide-stock,
body[class*="meet-doctor-"] #hide-stock {
  display: block;
}

body[class~="blog"] #sidebar {
  display: block;
}

body[class~="blog"] #hide-stock {
  display: none;
}

/* ==================================================================
	SUBNAV || SIDE ORIENTED
=================================================================== */
#subnav {
  color: #000000;
  margin: 0 0 6%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    padding: 3em 10%;
  }
}

@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
    padding: 0.9em 0 0;
    left: 6.2em;
    order: 2;
  }
}

@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}

#subnav h2.topic {
  line-height: 1.66666667;
  font-size: 1.05em;
  text-align: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 1.66666667em;
  margin: 0 auto 2em;
  display: block;
  position: relative;
  z-index: 400;
}

@media only screen and (max-width: 767px) {
  #subnav nav {
    width: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  #subnav nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

#subnav p {
  font-size: clamp(12px, 0.75em, 15px);
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}

@media only screen and (max-width: 767px) {
  #subnav p {
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #subnav p::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
  }
}

#subnav a {
  color: #000;
  margin: 0 0.8em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}

@media only screen and (min-width: 768px) {
  #subnav a {
    margin: 0;
    float: left;
    clear: left;
  }
}

#subnav a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0.3em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
}

#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}

#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
}

/* END SIDEBAR */
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot03 {
  color: #1e201d;
  padding: 3em 0;
  position: relative;
  z-index: 410;
}

@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: min(1vw, 1em);
    padding: 2.5em 0 10em;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 {
    padding-bottom: 4.75em;
  }
}

.spot03 .decoration {
  width: 100%;
  max-width: 48.25em;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin: 0 0 2em;
}

@media only screen and (min-width: 1024px) {
  .spot03 .decoration {
    position: absolute;
    top: 0.35em;
    left: calc(50% + 3.2em);
    margin: 0;
  }
}

.spot03 .decoration svg {
  width: 100%;
  height: auto;
}

.spot03 .decoration svg path {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}

.spot03 .container {
  max-width: 70.15em;
  position: static;
}

.spot03 .mod {
  width: 90%;
  max-width: 38.5em;
  padding: 0;
  display: block;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .spot03 .mod {
    margin: 0;
  }
}

.spot03 .mod h2.topic {
  line-height: 1;
  font-size: min(4em, 10vw);
  font-weight: 400;
  color: #739bd6;
  margin: 0 0 1em;
  font-family: "Bubblegum Sans", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .spot03 .mod h2.topic {
    margin-left: 0.6em;
    margin-bottom: 0.1em;
  }
}

.spot03 .mod h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.19354839;
  font-size: clamp(12px, 0.3875em, 31px);
  font-weight: 700;
}

.spot03 .mod .inner-mod {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2em;
}

@media only screen and (min-width: 768px) {
  .spot03 .mod .inner-mod {
    gap: 1.3em;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1024px) {
  .spot03 .mod .inner-mod {
    justify-content: flex-start;
  }
}

.spot03 .mod .column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

@media only screen and (min-width: 768px) {
  .spot03 .mod .column {
    width: calc(50% - 2em);
  }

  .spot03 .mod .column--first {
    padding-bottom: 0.5em;
  }

  .spot03 .mod .column--first {
    justify-content: flex-end;
    gap: 1.2em;
  }

  .spot03 .mod .column--last {
    gap: 3.9em;
  }
}

.spot03 .mod .column--first .item:nth-child(1) .spotbtn {
  width: 11.55555556em;
}

@media only screen and (min-width: 768px) {
  .spot03 .mod .column--first .item:nth-child(1) .spotbtn {
    margin-bottom: 0.9em;
    margin-left: 0.2em;
  }
}

.spot03 .mod .column--first .item:nth-child(1) .spotbtn .cta {
  top: 56%;
  left: 48%;
}

.spot03 .mod .column--first .item:nth-child(2) .spotbtn {
  width: 12.57777778em;
}

@media only screen and (min-width: 768px) {
  .spot03 .mod .column--first .item:nth-child(2) .spotbtn {
    margin-bottom: 0.3em;
    margin-right: 1.6em;
  }
}

.spot03 .mod .column--first .item:nth-child(2) .spotbtn .cta {
  top: 53%;
  left: 55%;
}

.spot03 .mod .column--last .item:nth-child(1) .spotbtn {
  width: 12.57777778em;
}

@media only screen and (min-width: 768px) {
  .spot03 .mod .column--last .item:nth-child(1) .spotbtn {
    margin-right: 2.5em;
  }
}

.spot03 .mod .column--last .item:nth-child(1) .spotbtn .cta {
  top: 45%;
  left: 58%;
}

.spot03 .mod .column--last .item:nth-child(2) .spotbtn {
  width: 12.22222222em;
}

@media only screen and (min-width: 768px) {
  .spot03 .mod .column--last .item:nth-child(2) .spotbtn {
    margin-left: 1em;
  }
}

.spot03 .mod .column--last .item:nth-child(2) .spotbtn .cta {
  left: 46%;
}

.spot03 .mod .item {
  display: block;
  width: 100%;
  text-align: center;
}

.spot03 .mod .item ul {
  margin: 0;
}

.spot03 .mod .item ul li {
  line-height: 1.640625;
  font-size: clamp(12px, 0.8em, 16px);
  list-style: none;
}

.spot03 .spotbtn {
  font-size: clamp(12px, 1.125em, 22.5px);
  text-align: center;
  color: #1e201d;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition:
    color 0.33s ease-in-out,
    text-shadow 0.33s ease-in-out;
  line-height: 1.91111111;
  font-family: "Bubblegum Sans", sans-serif;
  margin: 0 auto 0.53333333em;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.spot03 .spotbtn .cloud {
  position: relative;
  transition:
    filter 0.33s ease-in-out,
    -webkit-filter 0.33s ease-in-out;
}

.spot03 .spotbtn .cta {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}

.spot03 .spotbtn img {
  width: 100%;
}

.spot03 .spotbtn:focus .cloud,
.spot03 .spotbtn:hover .cloud {
  animation: squishPop 0.6s ease;
  filter: hue-rotate(175deg);
  -webkit-filter: hue-rotate(175deg);
}

.spot03 .spotlight-dinos {
  width: 90%;
  max-width: 500px;
  margin: 2em auto 3em;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .spot03 .spotlight-dinos {
    display: none;
  }
}

.spot03 .spotlight-elephant {
  width: 80%;
  max-width: 15em;
  margin: 2em auto 0;
  transform-origin: bottom right;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .spot03 .spotlight-elephant {
    max-width: 21.1em;
    position: absolute;
    right: calc(50% + 37em);
    margin: 0;
    bottom: 0;
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .spot03 .spotlight-elephant {
    right: calc(50% + 35.3em);
  }
}

/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  font-size: 4vw;
  padding: 2.4em 0 2.4em;
  background: rgba(246, 251, 254, 0.9);
  position: relative;
  z-index: 410;
}

@media only screen and (min-width: 666px) {
  .associationlogos {
    font-size: min(1.5vw, 1em);
  }
}

.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 666px) {
  .associationlogos a {
    margin: 0 2.05em;
  }
}

@media only screen and (max-width: 1023px) {
  .associationlogos a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

.associationlogos a:focus,
.associationlogos a:hover {
  animation: squishPop 0.7s ease;
}

.associationlogos a.invisalign {
  width: 9.5em;
  height: 2.55em;
}

.associationlogos a.ada {
  width: 7.35em;
  height: 2.6em;
}

.associationlogos a.abpd {
  width: 4.2em;
  height: 4em;
}

.associationlogos a.aapd {
  width: 4.05em;
  height: 4.05em;
}

.associationlogos a.aao {
  width: 7.05em;
  height: 2.55em;
}

.associationlogos a.cda {
  width: 3.45em;
  height: 3.45em;
}

.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: #1e201d;
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #7ec0d8 0%, #c3dfe7 100%);
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 500;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  #ft {
    font-size: min(1.2vw, 1em);
  }
}

@media only screen and (min-width: 1300px) {
  #ft {
    font-size: min(1.45vw, 1em);
  }
}

#ft .cloud1 {
  display: block;
  width: 18em;
  position: absolute;
  top: 15em;
  right: calc(50% + 10em);
  z-index: -1;
  pointer-events: none;
}

#ft .cloud1.home {
  top: 20em;
}

@media only screen and (min-width: 1024px) {
  #ft .cloud1 {
    top: -7em;
    right: calc(50% + 29.7em);
  }

  #ft .cloud1.home {
    top: 1.7em;
  }
}

#ft .cloud2 {
  display: block;
  width: 21.6em;
  position: absolute;
  top: -3.15em;
  right: calc(50% + 10em);
  z-index: -1;
  pointer-events: none;
  display: none;
}

#ft .cloud2.home {
  top: 5.5em;
}

@media only screen and (min-width: 666px) {
  #ft .cloud2 {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  #ft .cloud2 {
    right: calc(50% + 10.9em);
  }

  #ft .cloud2.home {
    top: 5.5em;
  }
}

#ft .cloud3 {
  width: 13.35em;
  position: absolute;
  top: 1em;
  left: calc(50% + 18em);
  z-index: -1;
  pointer-events: none;
  display: none;
}

#ft .cloud3.home {
  top: 10em;
}

@media only screen and (min-width: 666px) {
  #ft .cloud3 {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  #ft .cloud3 {
    left: calc(50% + 23.5em);
    top: -4.1em;
  }

  #ft .cloud3.home {
    top: 4.55em;
  }
}

#ft .cloud4 {
  width: 9.55em;
  position: absolute;
  top: 15em;
  left: calc(50% + 10em);
  z-index: -1;
  pointer-events: none;
}

#ft .cloud4.home {
  top: 25em;
}

@media only screen and (min-width: 666px) {
  #ft .cloud4 {
    left: calc(50% + 15em);
  }
}

@media only screen and (min-width: 1024px) {
  #ft .cloud4 {
    left: calc(50% + 36.65em);
    top: -0.1em;
  }

  #ft .cloud4.home {
    top: 8.65em;
  }
}

#ft .tree-group1 {
  position: absolute;
  width: 100%;
  max-width: 23.45em;
  bottom: 8em;
  right: calc(50% - 10em);
  z-index: -1;
  transform-origin: bottom center;
}

@media only screen and (min-width: 768px) {
  #ft .tree-group1 {
    bottom: 5em;
    right: calc(50% + 10em);
  }
}

@media only screen and (min-width: 1024px) {
  #ft .tree-group1 {
    right: calc(50% + 24.95em);
    bottom: 2.65em;
  }
}

#ft .tree-group2 {
  position: absolute;
  width: 100%;
  max-width: 23.45em;
  left: calc(50% + 10em);
  bottom: 5em;
  display: none;
  transform-origin: bottom center;
}

@media only screen and (min-width: 768px) {
  #ft .tree-group2 {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  #ft .tree-group2 {
    bottom: 2.65em;
    left: calc(50% + 27.1em);
  }
}

#ft .hills {
  display: block;
  position: absolute;
  left: calc(50% - 50em);
  bottom: 0em;
  width: 100em;
  height: 8.9em;
}

@media only screen and (max-width: 767px) {
  #ft .hills {
    height: 13.75em;
  }
}

@media only screen and (min-width: 2000px) {
  #ft .hills {
    left: -2.5%;
    width: 105%;
  }
}

#ft a {
  color: #1e201d;
  transition: color 0.33s ease-in-out;
}

#ft a:focus,
#ft a:hover {
  color: #000;
}

/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3em;
}

@media only screen and (min-width: 768px) {
  #location {
    padding: 3.65em 0;
  }
}

@media only screen and (min-width: 1024px) {
  #location {
    gap: 1.1em;
    flex-direction: row;
  }
}

#location .mod {
  text-align: center;
  width: 90%;
  max-width: 22em;
  display: block;
}

@media only screen and (max-width: 1023px) {
  #location .mod--first + .mod {
    order: -1;
  }
}

@media only screen and (min-width: 1300px) {
  #location .mod--first {
    position: relative;
    margin-top: 4.9em;
    left: 1em;
  }

  #location .mod--last {
    margin-top: 2.7em;
  }
}

#location .map {
  width: 100%;
  max-width: 20.3em;
  border-radius: 5em;
}

#location .follow-graphic {
  display: block;
  line-height: 0;
  width: 100%;
  max-width: 21.9em;
  margin: 0 auto 0.9em;
}

#location .follow-graphic svg {
  width: 100%;
  height: auto;
}

#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.35em;
  display: block;
  transition: opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0);
}

#location .logo:focus {
  opacity: 0.51;
}

#location .logo svg {
  width: 18.4em;
  height: auto;
  filter: drop-shadow(12.5px 21.65px 10px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(12.5px 21.65px 10px rgba(0, 0, 0, 0.25));
}

#location .logo svg .outline {
  display: none;
}

#location .phone {
  font-size: clamp(12px, 1em, 20px);
  display: block;
  font-family: "Bubblegum Sans", sans-serif;
  margin-bottom: 0.25em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}

@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1;
  }
}

#location .phone [itemprop="telephone"] {
  position: relative;
  display: inline-block;
}

#location .phone [itemprop="telephone"]::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: 0em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}

#location .phone:hover [itemprop="telephone"]::after,
#location .phone:focus [itemprop="telephone"]::after {
  transform: scaleX(1);
}

#location .address {
  margin: 0 auto 1.1em;
  display: block;
}

#location .address .street {
  font-size: clamp(12px, 0.75em, 15px);
}

@media only screen and (max-width: 1023px) {
  #location .address .street {
    line-height: 22px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address .street {
    line-height: 1.2;
  }
}

#location .address .street {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#location .address .street::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: -0.25em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}

#location .address:hover .street::after,
#location .address:focus .street::after {
  transform: scaleX(1);
}

#location .address .marker {
  line-height: 1;
  font-size: 3.3em;
  color: #f57d31;
  width: 0.75em;
  position: absolute;
  left: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  bottom: 27.7%;
  margin-left: -0.45em;
}

@media only screen and (max-width: 359px) {
  #location .address .marker:not(.home) {
    bottom: 32%;
  }
}

@media only screen and (min-width: 360px) {
  #location .address .marker {
    bottom: 7.5em;
  }
}

@media only screen and (min-width: 768px) {
  #location .address .marker {
    margin-left: -0.45em;
    bottom: 5.75em;
  }
}

@media only screen and (min-width: 1024px) {
  #location .address .marker {
    top: 6.8em;
    bottom: auto;
    margin-left: 6.56060606em;
  }

  #location .address .marker:not(.home) {
    top: 4.2em;
  }
}

@media only screen and (min-width: 1300px) {
  #location .address .marker {
    top: 6.96969697em;
  }

  #location .address .marker:not(.home) {
    top: 4.3em;
  }
}

#location .address .marker:before {
  color: currentcolor;
}

#location .address .marker:after {
  content: "";
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  bottom: -0.15em;
  left: 0.2em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}

#location .address:focus .marker,
#location .address:hover .marker {
  transform: translate(0, 0) scale(2);
}

#location .officehours {
  line-height: 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.55em;
}

#location .officehours .days,
#location .officehours .hours {
  line-height: 1.38461538;
  font-size: clamp(12px, 0.65em, 13px);
  display: block;
}

#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

#location .socialmedia a {
  font-size: clamp(12px, 0.9em, 18px);
  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: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 2.44444444;
    width: auto;
    height: 2.44444444em;
  }
}

#location .socialmedia a .icon {
  position: relative;
}

#location .socialmedia a:hover,
#location .socialmedia a:focus {
  color: #f57d31;
}

#location .socialmedia a:hover .icon,
#location .socialmedia a:focus .icon {
  animation: fa-bounce 0.8s ease;
}

/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  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: 6.4em;
    padding: 2.1em 0 0;
  }
}

#links .util {
  font-size: clamp(12px, 0.6em, 12px);
}

@media only screen and (min-width: 768px) {
  #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: #fff;
  transition: color 0.33s ease-in-out;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #links .util a {
    display: block;
  }
}

#links .util a:focus,
#links .util a:hover {
  color: #000;
}

#links .util .divider {
  display: inline-block;
  margin: 0 0.7em;
}

@media only screen and (max-width: 767px) {
  #links .util .divider {
    display: none;
  }
}

/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}

a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}

/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 1em 0 0;
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
}

a#backtotop {
  font-size: clamp(12px, 1em, 20px);
  color: #f57d31;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  position: relative;
  line-height: 0;
}

@media only screen and (max-width: 1299px) {
  a#backtotop {
    height: 44px;
  }
}

@media only screen and (min-width: 1300px) {
  a#backtotop {
    height: 2.1em;
  }
}

a#backtotop .icon {
  position: relative;
  width: auto;
}

a#backtotop .icon svg {
  width: 100%;
  height: 100%;
}

a#backtotop .icon::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
}

a#backtotop:focus,
a#backtotop:hover {
  color: #739bd6;
}

a#backtotop:focus .icon,
a#backtotop:hover .icon {
  animation: fa-bounce 0.8s 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: 1.75em;
  height: auto;
  font-weight: 400;
  font-family: "Bubblegum Sans", sans-serif;
  color: #fff;
  padding: 0.25em 0.75em;
  background-color: #f57d31;
  border: none;
  transition:
    color 0.33s ease-in-out,
    background-color 0.33s ease-in-out,
    border-color 0.33s ease-in-out;
  border-radius: 3em;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

form button:focus,
form button:hover {
  animation: squishPop 0.6s ease;
  background-color: #739bd6;
}

form p {
  height: auto;
}

/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #739bd6;
  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 {
  font-family: "Bubblegum Sans", sans-serif;
  line-height: 1.2;
  min-height: 44px;
  font-weight: 700;
  color: #fff;
  width: auto;
  text-align: center;
  text-decoration: none;
  padding: 0.25em 0.75em;
  border-radius: 3em;
  font-size: 2.1em;
  background-color: #f57d31;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 665px) {
  a.intbtn,
  #content a.intbtn {
    font-size: 1.75em;
  }
}

a.intbtn:focus,
#content a.intbtn:focus,
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #739bd6;
}

/* ===============================================
	.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 .interior-scene,
  .layout-full-width #bd .interior-scene {
    display: none;
  }

  .sitemap #bd .interior-scene2 .boy,
  .layout-full-width #bd .interior-scene2 .boy {
    display: none;
  }

  .sitemap #bd,
  .layout-full-width #bd {
    min-height: auto;
  }

  .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.02631579em, 90%);
    }
  }

  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min(42.02631579em, 1200px);
    }
  }
}

@keyframes squishPop {
  0% {
    transform: scale(1, 1);
  }

  20% {
    transform: scale(0.92, 1.08);
  }

  40% {
    transform: scale(1.12, 0.9);
  }

  60% {
    transform: scale(0.97, 1.04);
  }

  80% {
    transform: scale(1.03, 0.98);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes monkeyBounce {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-8px) rotate(-5deg);
  }

  50% {
    transform: translateY(-12px) rotate(5deg);
  }

  75% {
    transform: translateY(-6px) rotate(-3deg);
  }
}

@keyframes hippoWobble {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-4px) rotate(-6deg);
  }

  50% {
    transform: translateY(-2px) rotate(6deg);
  }

  75% {
    transform: translateY(-3px) rotate(-4deg);
  }
}

@keyframes lionPounce {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
  }

  20% {
    transform: translateY(2px) scaleY(0.9);
  }

  50% {
    transform: translateY(-14px) scaleY(1.05);
  }

  70% {
    transform: translateY(-4px) scaleY(0.95);
  }
}

@keyframes giraffeSway {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }

  30% {
    transform: translateX(-4px) rotate(-4deg);
  }

  60% {
    transform: translateX(4px) rotate(4deg);
  }

  80% {
    transform: translateX(-2px) rotate(-2deg);
  }
}

@keyframes elephantStomp {
  0%,
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }

  30% {
    transform: translateY(-6px) scaleX(0.98) scaleY(1.04);
  }

  50% {
    transform: translateY(0) scaleX(1.06) scaleY(0.92);
  }

  70% {
    transform: translateY(-2px) scaleX(1.02) scaleY(0.98);
  }
}

.office-location {
  h2 {
    font-size: 1.35em;
    margin-bottom: 0.5em;
  }
}
