/* 
 Site Manager Version: 14.2.0
 Date Created: December 2024
 Account: lakegrove-dental
 Written by: Ryan Postell
 Sesame Communications - All rights reserved. C2024
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
/* jost-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/jost-v18-latin-200.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jost-v18-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/jost-v18-latin-100.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jost-v18-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/jost-v18-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* resets */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* GLOBAL OVERRIDES */
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: 'Jost', Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  color: #000000;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #b9d233;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #0099CC;
  text-decoration: underline;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #b9d233;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 400;
  text-transform: uppercase;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.76em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.5em;
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3em;
  }
}
.home h1:after {
  content: '';
  width: 2.5em;
  height: 2px;
  margin: 0.33333333em auto 0.7em;
  background: #0099CC;
  display: block;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.2;
  font-size: 0.41666667em;
  text-transform: none;
}
.home h1 .trait.bottom {
  font-weight: 700;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #81b9d2;
}
h3:not(.topic) {
  font-size: 1.21052632em;
  color: #94b2a1;
}
h4,
h5,
h6 {
  font-size: 1.10526316em;
  color: #2a3034;
}
h5 {
  font-size: 1.10526316em;
}
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;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 48px;
  width: 48px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(185, 210, 51, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  width: 100%;
  height: 100%;
  padding: 0;
}
#main-nav ul {
  width: 0vw;
  margin: -48px 0 0;
  padding: 1em 0;
  background-color: rgba(56, 56, 56, 0.96);
  position: relative;
  float: right;
  z-index: 550;
  transition: width 0.3s;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 1.83333333;
  font-size: 1.125rem;
  color: #7b7a7a;
  width: auto;
  text-transform: uppercase;
  height: 2.22222222em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #946d88;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#main-nav ul li a[id]:before {
  transition: width 0.3s;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #a0c5d4;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul li.open > a[id] {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #383838;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.5;
  font-size: 0.8em;
  color: #fff;
  width: 100%;
  height: 2.5em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  color: #cad5b3;
  margin-bottom: 0;
  border: none;
}
/* Toggle Button */
@media only screen and (max-width: 1023px) {
  #main-nav {
    box-shadow: none;
    width: 48px;
    height: 48px;
    top: 2px;
    right: 3px;
  }
  #main-nav .trigger {
    line-height: 48px;
    color: #b9d233;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    background: none;
    box-shadow: none;
    border: none;
    -webkit-display: none;
    display: block;
    position: relative;
    z-index: 600;
    transition: color 0.33s ease-in-out;
    cursor: pointer;
  }
  #main-nav .trigger .navicon {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 6px;
  }
  #main-nav .trigger .navicon span {
    width: 100%;
    height: 4px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    opacity: 1;
    transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s, opacity 0.3s, bottom 0.3s;
  }
  #main-nav .trigger .navicon span:nth-child(1) {
    width: 100% !important;
    top: 0px;
    transform-origin: center;
  }
  #main-nav .trigger .navicon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
  }
  #main-nav .trigger .navicon span:nth-child(3) {
    top: auto;
    bottom: 0;
  }
  #main-nav .trigger .navicon span:nth-child(4) {
    display: none;
  }
  #main-nav .trigger:hover {
    color: #b9d233;
  }
  #main-nav .trigger:hover .navicon span {
    /* background:@color1; */
  }
  #main-nav .open .trigger {
    color: #0099CC;
  }
  #main-nav .open .trigger .navicon span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
    left: 50%;
  }
  #main-nav .open .trigger .navicon span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
  }
  #main-nav .open .trigger .navicon span:nth-child(3) {
    bottom: 100%;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main-nav {
    top: 12px;
    right: 12px;
  }
}
/* Dropdown */
@media only screen and (max-width: 1023px) {
  #main-nav .collapsible.open .socialmedia {
    display: flex;
  }
  #main-nav .socialmedia {
    background-color: #b3ddef;
    height: 48px;
    position: relative;
    right: -3px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100vw;
    float: right;
  }
  #main-nav .socialmedia a {
    font-size: 25px;
    color: #fff;
  }
  #main-nav ul {
    margin-top: 103px;
    margin-right: -4px;
  }
  #main-nav ul li {
    text-align: center;
    margin-bottom: 10px;
    height: auto;
  }
  #main-nav ul li:last-of-type {
    margin: 0;
  }
  #main-nav ul li a[id] {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
  }
  #main-nav ul li a[id]:after {
    background-color: #fff;
    bottom: 0px;
    display: none;
  }
  #main-nav ul li a[id]:before {
    content: '';
    width: 0vw;
    height: 100%;
    background: #4d4d4d;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    right: -43px;
    z-index: -1;
    transition: width 0.3s;
  }
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #a0c5d4;
  }
  #main-nav ul ul {
    background-color: transparent;
  }
  #main-nav ul ul li {
    margin: 0;
    text-align: center;
  }
  #main-nav ul ul li a {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main-nav ul {
    margin-top: 10px;
    margin-right: -13px;
  }
  #main-nav .socialmedia {
    margin-right: -10px;
  }
}
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 48px;
  opacity: 1;
}
/* ===============================================
main-nav - Desktop Stylings
=============================================== */
@media only screen and (min-width: 1024px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.65em;
    margin-top: 0.6em;
    box-shadow: none;
    position: relative;
    top: auto;
    right: auto;
    z-index: 2900;
  }
  #main-nav .container {
    width: 96%;
    max-width: 100%;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav .socialmedia {
    display: none;
  }
  #main-nav ul {
    height: 2.65em;
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.35em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 40px;
    height: 40px;
    text-align: center;
    height: 100%;
    z-index: 3000;
    color: #fff;
  }
  #main-nav ul li a[id]:after {
    display: none;
    bottom: 1.61111111em;
    background-color: #b8b0ab;
  }
  #main-nav ul li.open > a[id],
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #b3ddef !important;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    position: absolute;
    background-color: rgba(56, 56, 56, 0.9);
    display: none;
    z-index: 2800;
  }
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.1875;
    text-align: left;
    white-space: nowrap;
    height: 2.1875em;
    float: left;
    padding: 0 2.1875rem;
  }
  #main-nav ul ul li.active a:hover,
  #main-nav ul ul li a:hover,
  #main-nav ul ul li a.active {
    color: #cad5b3;
    margin-bottom: 0;
    border: none;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    display: block;
    left: -1.75em;
    /*top:37px;*/
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: -1.75em;
  }
  /*END*/
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
}
@media only screen and (max-width: 1023px) {
  body.active #masthead {
    overflow: visible;
  }
  body.active #masthead:before {
    height: 100%;
    opacity: 0.9 !important;
  }
  body.active #masthead:after {
    width: 100%;
  }
  body.active #masthead #contactinfo {
    opacity: 1;
    visibility: visible;
  }
  body.active #masthead #logo {
    opacity: 1;
    visibility: visible;
  }
  body.active #masthead #main-nav ul {
    width: 100vw;
  }
  #masthead:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #383838;
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s, height 0.3s;
  }
}
#masthead,
body.home #masthead {
  width: 100%;
  padding: 0;
  padding-top: 0.625rem;
  padding-bottom: 2.375rem;
  position: relative;
  z-index: 3000;
  top: 0;
  left: 0;
  transition: background-color 0.3s, box-shadow 0.3s;
}
#masthead:before,
body.home #masthead:before {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #masthead,
  body.home #masthead {
    padding-bottom: 10px;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead,
  body.home #masthead {
    font-size: 1.1em;
    width: 100%;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
    background-color: rgba(56, 56, 56, 0.9);
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead,
  body.home #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
  #masthead.ready,
  body.home #masthead.ready {
    background-color: transparent;
  }
  #masthead.ready #main-nav ul li a,
  body.home #masthead.ready #main-nav ul li a {
    color: #fff;
  }
  #masthead.ready #contactinfo .phone,
  body.home #masthead.ready #contactinfo .phone {
    color: #fff;
  }
  #masthead.ready #logo,
  body.home #masthead.ready #logo {
    opacity: 0;
  }
}
#masthead .container,
body.home #masthead .container {
  width: 96%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container,
  body.home #masthead .container {
    width: 96%;
    max-width: 100%;
    /* maxTab 1024w */
  }
}
#masthead {
  margin-bottom: -103px;
}
#masthead:before {
  content: '';
  width: 100%;
  height: 52px;
  background: #383838;
  opacity: 0.96;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #masthead:before {
    height: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead:before {
    opacity: 0.9;
  }
}
body.home #masthead {
  margin-bottom: -156px;
}
@media only screen and (min-width: 768px) {
  body.home #masthead {
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  body.home #masthead {
    margin-bottom: -115px;
  }
}
@media only screen and (max-width: 1023px) {
  body.home #masthead:before {
    content: '';
    width: 100%;
    height: 0px;
    background: #383838;
    opacity: 0.96;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
  }
  body.home.active #masthead:before {
    height: 100% !important;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #b9d233;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
#hd .container {
  width: 96%;
  max-width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.5em 0 0;
    height: auto;
    /* midTab 1024w */
  }
}
#slideshow .socialmedia {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #slideshow .socialmedia {
    width: 58px;
    padding: 1.1em 0;
    background-color: #b3ddef;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 410;
  }
  #slideshow .socialmedia:before {
    content: '';
    width: 11px;
    height: 100%;
    background: #b3ddef;
    border-right: 1px solid #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    right: 100%;
  }
  #slideshow .socialmedia a {
    color: #fff;
    font-size: 18px;
  }
}
/* ===============================================
	logo
=============================================== */
#logo,
body.home #logo {
  line-height: 0;
  font-size: 0.7em;
  max-width: 21.7em;
  margin: 0 auto 0 0;
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 500;
}
@media only screen and (min-width: 768px) {
  #logo,
  body.home #logo {
    width: 12.6em;
    font-size: inherit;
    left: 2px;
    transform: none;
    top: 0.9em;
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 13px;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo,
  body.home #logo {
    max-width: 21.7em;
    width: 28vw;
    left: 0;
    top: 33px;
    /* maxTab 1024w */
  }
}
#logo a,
body.home #logo a {
  width: 100%;
  display: block;
  vertical-align: top;
}
#logo img,
body.home #logo img {
  width: 100%;
}
#logo {
  opacity: 1;
  visibility: visible;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  gap: 0.45em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 768px) {
  #contactinfo {
    opacity: 1;
    padding-top: 0;
    padding-right: 3.75rem;
    justify-content: flex-end;
    gap: 0.55em;
    visibility: visible;
    flex-direction: row;
  }
  #contactinfo .phone {
    color: #202020;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo {
    padding-right: 0;
    position: relative;
    top: auto;
    right: auto;
  }
}
#contactinfo .cs-link {
  line-height: 3rem;
  font-size: 11px;
  padding: 0 10px;
  color: #fff;
  border: 1px solid #ffffff;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  vertical-align: top;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s;
}
#contactinfo .cs-link .fa-solid {
  color: #cad5b3;
}
@media only screen and (min-width: 768px) {
  #contactinfo .cs-link {
    margin-right: 0;
    width: 203px;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
  #contactinfo .cs-link:hover {
    background-color: #fff;
    color: #606d3a;
  }
}
#contactinfo .link2 {
  padding: 0 22px;
}
@media only screen and (min-width: 768px) {
  #contactinfo .link2 {
    width: 128px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
#contactinfo .phone {
  line-height: 1.25rem;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #contactinfo .phone {
    line-height: 3rem;
    margin: 0;
    color: #fff;
  }
  #contactinfo .phone .fa-solid {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #contactinfo .phone {
    color: #fff;
    font-size: 20px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #contactinfo .cs-link .cs-remove {
    display: none;
  }
  #contactinfo .cs-link,
  #contactinfo .phone {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contactinfo .cs-link .fa-solid,
  #contactinfo .phone .fa-solid {
    font-size: 22px;
    color: #cad5b3;
  }
  #contactinfo .phone {
    border: 1px solid #fff;
  }
  #contactinfo .phone .cs-remove {
    display: none;
  }
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #0099CC;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: min(2vw, 1em);
  text-align: center;
  color: #fff;
  min-height: 200px;
  height: 55vw;
  background: #000;
  position: relative;
  z-index: 400;
}
#slideshow:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 401;
}
@media only screen and (min-width: 1024px) {
  #slideshow.scroll .overlay {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: 800px;
  }
}
#slideshow .welcomevid {
  width: 100%;
  height: 100%;
  vertical-align: top;
  position: absolute !important;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow .welcomevid {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
  }
}
#slideshow .overlay {
  width: 74%;
  max-width: 36.625rem;
  position: absolute;
  left: 50%;
  bottom: 0.9375rem;
  transform: translateX(-50%);
  z-index: 402;
  transition: transform 0.3s, opacity 0.6s;
}
@media only screen and (min-width: 1024px) {
  #slideshow .overlay {
    bottom: 5.25rem;
    transform: translateX(-1000px) translateY(-500px);
    opacity: 0;
  }
}
/* services section */
@media only screen and (min-width: 0em) {
  #services-page-1196 {
    position: relative;
    padding-top: 3.55em;
    padding-bottom: 3.5em;
    border-top: 12px solid #fff;
    background: #fff;
  }
  #services-page-1196 .topographic {
    display: none;
  }
  #services-page-1196 .container {
    position: relative;
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 20px;
    width: 96%;
    max-width: 32.5em;
  }
  #services-page-1196 .service {
    width: 10em;
    height: 10em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 50%;
  }
  #services-page-1196 .service .image-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #606d3a;
    transition: background-color 0.3s, box-shadow 0.3s;
  }
  #services-page-1196 .service .image {
    width: 100%;
    height: auto;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }
  #services-page-1196 .service .image {
    filter: grayscale(1);
  }
  #services-page-1196 .service .hover {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
  }
  #services-page-1196 .service h3 {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    line-height: 1.04166667;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s, color 0.3s;
  }
  #services-page-1196 .service h3 span {
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 0.79166667em;
    line-height: 1.15789474em;
  }
  #services-page-1196 .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #services-page-1196 .desktop {
    display: none;
  }
}
@media only screen and (min-width: 400px) {
  #services-page-1196 .container {
    font-size: min(3vw, 1.5em);
  }
}
@media only screen and (min-width: 666px) {
  #services-page-1196 .container {
    width: 90%;
    max-width: 52em;
    gap: 0;
    font-size: min(2vw, 1rem);
    justify-content: space-between;
  }
  #services-page-1196 .service {
    margin: 0;
  }
  #services-page-1196 .mobile {
    display: none;
  }
  #services-page-1196 .desktop {
    display: block;
  }
}
@media only screen and (min-width: 64rem) {
  #services-page-1196 {
    padding-bottom: 7.2em;
  }
  #services-page-1196 .container {
    font-size: inherit;
  }
  #services-page-1196 .service:hover .hover {
    opacity: 1;
  }
  #services-page-1196 .service:hover .image-box {
    background-color: #94b2a1;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  }
  #services-page-1196 .service:hover .image-box:before {
    opacity: 0;
  }
  #services-page-1196 .service:hover h3 {
    color: #606d3a;
    transform: translate(-50%, 118px);
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 4.35em 0;
  position: relative;
  overflow: hidden;
  background-color: #cad5b3;
  display: none;
  z-index: 420;
  border-bottom: 10px solid #fff;
}
#subnav:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: url("../images/spotlight/pattern1.png");
  background-size: 100px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1300px) {
  #subnav {
    display: block;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 10.35em;
    /* desk 1300w */
  }
}
#subnav .container {
  max-width: 42em;
}
#subnav p {
  line-height: 1.4;
  font-size: 0.75em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 53em;
}
#subnav a {
  color: #fff;
  margin: 0 0.8em;
  padding: 0.6em 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.3s;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    padding: 0;
    /* maxTab 1024w */
  }
}
#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: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
  color: #606d3a;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 1em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  width: 100%;
  padding: 3em 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 9.1em 0 6em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding: 4.1em 0 6em;
  }
}
#bd .sub h1 {
  color: #000000;
  font-size: clamp(2em, 4vw, 3.4em);
  line-height: 1;
  font-weight: 300;
}
#bd.sub:after {
  content: none;
  height: 100%;
  display: block;
  background: url("../images/spotlight/int-side.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 7.5em;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #bd.sub:after {
    content: '';
    width: 33%;
    /* adjust to maintain aesthetic spacing between sidebar and content area  */
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #bd.sub:after {
    width: auto;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 20.1em;
  }
}
#bd .container {
  width: 85%;
  max-width: 66em;
}
@media only screen and (min-width: 768px) {
  #bd .container {
    width: 96%;
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.60606061%;
    max-width: 40em;
    float: left;
  }
  #content p {
    text-align: left;
  }
}
#content .content-text {
  line-height: 1.68421053;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 1.1875rem;
  }
  #content .content-text a {
    color: #81b9d2;
    text-decoration: none;
  }
  #content .content-text a:hover {
    color: #94b2a1;
    text-decoration: underline;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 4.45em 0 3em;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .home #bd {
    padding-top: 3.25em;
  }
  .home #bd:after {
    display: none;
  }
  .home #bd:before {
    content: '';
    width: 100%;
    top: 0;
    bottom: 5em;
    background: #cad5b3;
    opacity: 1;
    position: absolute;
    display: block;
    top: 7.3em;
    left: 50%;
    margin-left: 5em;
  }
}
.home #bd .container {
  width: 85%;
  max-width: 66em;
}
@media only screen and (min-width: 1024px) {
  .home #bd .container {
    width: 96%;
  }
}
.home #bd h1 {
  margin-bottom: 0.55882353em;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 0.94117647;
}
.home #bd h1:after {
  display: none;
}
@media only screen and (min-width: 30em) {
  .home #bd h1 {
    font-size: 3.4em;
  }
}
@media only screen and (min-width: 1200px) {
  .home #bd h1 {
    text-align: right;
  }
}
.home #bd h1 span {
  display: block;
}
.home #bd h1 .top {
  line-height: 1.2;
  font-size: 0.51470588em;
  color: #606d3a;
  text-transform: uppercase;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1200px) {
  .home #bd h1 .top {
    transform: translateY(6px);
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 35em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1200px) {
  .home #bd #content {
    float: left;
    max-width: 26em;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-left: 0;
    width: 50%;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  font-size: 1.1875rem;
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1.1875rem;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1200px) {
  .home #bd #content h1,
  .home #bd #content h2,
  .home #bd #content h3,
  .home #bd #content h4,
  .home #bd #content h5,
  .home #bd #content h6 {
    text-align: right;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1200px) {
  .home #bd #content p,
  .home #bd #content li {
    text-align: justify;
    text-align-last: right;
    /* midTab 768w */
  }
}
.home #bd #content a {
  color: #81b9d2;
  transition: color 0.3s;
}
.home #bd #content a:hover {
  color: #606d3a;
}
.home-image {
  display: none;
}
body.home .home-image {
  display: none;
}
@media only screen and (min-width: 1200px) {
  body.home .home-image {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0.6em;
    left: 50%;
    width: 41.7em;
    height: 41.05em;
    margin-left: -1em;
  }
  body.home .home-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
    border: none;
  }
}
.spot05 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #94b2a1;
}
.spot05:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: url("../images/spotlight/pattern1.png");
  background-size: 100px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.spot05 .container {
  width: 100%;
  text-align: center;
  padding: 3em 0 2.4em;
}
@media only screen and (min-width: 48em) {
  .spot05 .container {
    width: 96%;
    max-width: 66em;
    text-align: left;
    position: relative;
    padding-top: 6.4em;
    padding-bottom: 6.45em;
    z-index: 1;
  }
}
.spot05 .cs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96%;
  margin: auto;
}
@media only screen and (min-width: 48em) {
  .spot05 .cs-wrapper {
    width: 100%;
    align-items: flex-start;
    padding-left: 18em;
  }
}
.spot05 h2 {
  font-size: 2.65em;
  line-height: 0.94339623em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.32075472em;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .spot05 h2 {
    text-align: left;
  }
}
.spot05 .stars {
  width: 10.9em;
  height: auto;
  display: block;
  margin-bottom: 2.95em;
}
.spot05 .cycle-slideshow {
  color: #0099CC;
  width: 96%;
  max-width: 46em;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 48em) {
  .spot05 .cycle-slideshow {
    margin-left: 0em;
  }
}
.spot05 .cycle-slideshow:hover {
  color: #007399;
}
.spot05 .cycle-slide {
  width: 100%;
  display: block;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-slide {
    margin-bottom: 0em;
  }
}
.spot05 .controls {
  line-height: 0;
  width: 96%;
  padding-top: 2.5em;
  max-width: 5.125rem;
  margin: 1.65em auto 1.55em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls {
    width: 37px;
    flex-direction: column;
    gap: 4px;
    margin: 0 0 2.8em;
  }
}
.spot05 .controls > a {
  width: 37px;
  height: auto;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot05 .controls > a:hover {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.5;
}
.spot05 .controls > a.prev {
  margin-right: 0em;
  order: 2;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls > a.prev {
    float: left;
    order: 1;
    /* midTab 768w */
  }
}
.spot05 .controls img {
  width: 100%;
  height: auto;
  display: block;
}
.spot05 .testimony {
  line-height: 1.19354839;
  font-size: 1.55em;
  display: block;
  color: #fff;
}
.spot05 .testifier {
  font-style: normal;
  color: #fff;
}
.spot05 .button-box {
  margin: auto;
  display: flex;
  margin-top: 2.5em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.spot05 .button-box:before {
  content: '';
  width: 100vw;
  height: 100vw;
  border-top: 0.55em solid #fff;
  background: #cad5b3;
  pointer-events: none;
  opacity: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .spot05 .button-box:before {
    top: 50%;
    right: -4.5em;
    border: none;
    border-right: 11px solid #fff;
    left: auto;
    transform: translateY(-50%);
  }
}
.spot05 .button-box:after {
  content: '';
  position: absolute;
  display: block;
  height: 100vw;
  width: 100vw;
  background: url("../images/spotlight/pattern1.png");
  background-size: 100px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  top: 0;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .spot05 .button-box:after {
    background-size: 500px;
    top: 50%;
    left: auto;
    right: -4.5em;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .spot05 .button-box {
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    margin: 0;
    left: 0em;
    top: 7.8em;
    width: 10em;
  }
}
.spot05 .link {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.21428571em;
  margin-bottom: 1.5em;
  color: #fff;
}
.spot05 .link:hover {
  text-decoration: underline;
}
.spot05 .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  line-height: 1.21428571em;
  color: #fff;
  text-transform: uppercase;
}
.spot05 .social-link span {
  margin: 0;
}
.spot05 .social-link .text {
  white-space: nowrap;
}
.spot05 .social-link .social {
  font-size: 0.875rem;
  color: #fff;
  transition: transform 0.3s;
}
.spot05 .social-link .social:hover {
  transform: translateY(-4px);
}
.spot05 .social-link span {
  margin-left: 2px;
}
.spot05 .social-link:hover:before {
  opacity: 1;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: 84%;
  max-width: calc( 100% - 96px );
  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 .cycle-slide {
  margin-top: 0!important;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #b9d233;
  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:hover {
  opacity: 0.68;
}
.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 {
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 48px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 48px;
  }
}
@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: #b9d233;
  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:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #0099CC;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  padding: 0.66em;
  z-index: 420;
  white-space: normal;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: '';
  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%);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: -1.68em;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #0099CC;
  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 h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 8em;
  }
}
/* 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.52173913;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #81b9d2;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000000;
  margin-left: 0;
}
.sitemap #content a:hover {
  color: #0099CC;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 22em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 33.33333333%;
    margin: 6px 0 1em;
    display: block;
    float: right;
    clear: right;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'],*/
/*body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class*='meet-dr-'] #sidebar,
body[class*='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR */
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  border-top: 10px solid #fff;
  background-color: #f7f7f7;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  #ft {
    height: 40em;
  }
  #ft:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: -11px;
    left: 0;
  }
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto 100% /* desk 1300w */;
  }
}
#ft .container {
  width: 100%;
  max-width: 82.5rem;
}
@media only screen and (min-width: 1024px) {
  #ft .container {
    width: 96%;
  }
}
#ft .marker {
  line-height: 1;
  font-size: 7.05em;
  color: #b3ddef;
  margin-left: -3.90070922em;
  position: absolute;
  top: 2.05673759em;
  left: 50%;
  z-index: 400;
  transition: transform 0.33s ease-in-out, color 0.3s;
  transform-origin: center bottom;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #ft .marker {
    display: block;
  }
}
#ft .marker:hover {
  color: #606d3a;
  transform: scale(1.2);
}
#ft .marker:hover .wrapper {
  background-color: #606d3a;
}
#ft .marker .wrapper {
  width: 0.57446809em;
  height: auto;
  border-radius: 50%;
  background-color: #b3ddef;
  position: absolute;
  top: 0.08510638em;
  left: 0.08510638em;
  transition: background-color 0.3s;
}
#ft .marker .wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
#ft .marker:before {
  color: currentcolor;
}
#ft .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.svg) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#ft a {
  color: #fff;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #0099CC;
}
#ft .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 2000px) {
  #ft .bg {
    width: 2000px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 3em;
  background-color: #606d3a;
}
@media only screen and (min-width: 1024px) {
  #location {
    text-align: right;
    width: 50%;
    max-width: 22em;
    margin-left: auto;
    height: 40em;
    padding-top: 0em;
    padding-bottom: 1.3em;
    position: relative;
    z-index: 100;
    /* midTab 768w */
  }
  #location:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #606d3a;
    opacity: 1;
    position: absolute;
    display: block;
    top: 99%;
    left: 0;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 22.8em;
  display: block;
  font-size: 20px;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod {
    margin: auto;
    font-size: 14px;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    font-size: inherit;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 1.65em auto 2.5em;
  display: block;
  width: 90%;
  max-width: 12.5em;
}
#location .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #location .logo {
    width: 11.5em;
  }
}
@media only screen and (min-width: 1300px) {
  #location .logo {
    max-width: 12.5em;
    width: 100%;
  }
}
#location .address {
  line-height: 1.4;
  font-size: 0.75em;
  margin: 0 auto 2.125rem;
  display: block;
  color: #fff;
}
#location .address:hover {
  color: #fff;
}
#location .address:hover {
  text-decoration: underline;
}
#location .address:hover .pin {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#location .link {
  font-size: 1.1em;
  line-height: 1.36363636em;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  color: #fff;
  margin-bottom: 0.59090909em;
}
#location .link:hover {
  color: #fff;
  text-decoration: underline;
}
#location .phone {
  line-height: 1.5;
  font-size: 1em;
  display: block;
  color: #fff;
  margin-bottom: 0.05em;
}
#location .cs-hours {
  display: block;
  font-size: 0.7em;
  line-height: 1.14285714em;
  color: #fff;
}
#location .hours-bottom {
  margin-bottom: 1rem;
}
/* ==================================================================
		#links
=================================================================== */
#links-2122 {
  text-align: center;
  color: #000000;
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1299px) {
  #links-2122 {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links-2122 {
    height: 3.95em;
    padding: 0.875em 0 0;
  }
}
#links-2122 .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#links-2122 .util {
  font-size: clamp( 12px, 0.6em , 12px );
}
@media only screen and (min-width: 480px) {
  #links-2122 .util {
    width: auto;
    margin: 0;
    float: left;
  }
}
@media only screen and (max-width: 1299px) {
  #links-2122 .util {
    line-height: 48px;
  }
}
@media only screen and (min-width: 1300px) {
  #links-2122 .util {
    line-height: 3.66666667;
  }
}
#links-2122 .util a {
  color: #343b19;
  transition: color 0.33s ease-in-out;
}
#links-2122 .util a:hover {
  text-decoration: underline;
}
#links-2122 .util a,
#links-2122 .util .divider {
  display: inline-block;
}
#links-2122 .util .divider {
  margin: 0 0 0 -2px;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link-2122 .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link-2122 .sesameicon path {
  transition: fill 0.33s ease-in-out;
}
a#sesame-link-2122 .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link-2122 .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link-2122:hover .sesameicon path {
  fill: currentcolor;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    float: right;
  }
}
a#backtotop {
  font-size: inherit;
  color: #b3ddef !important;
  display: inline-block;
  vertical-align: top;
  transition: color 0.3s, transform 0.3s !important;
  padding-top: 2px;
  margin-left: 12px;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 48px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.38461538;
  }
}
a#backtotop:hover {
  color: #343b19 !important;
  transform: rotate(90deg);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  font-weight: 400;
  text-transform: none;
  color: #fff;
  width: 100%;
  padding: 1rem;
  background: #b9d233;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: clamp( 12px, 0.95em , 19px );
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 48px;
  padding: 0 1.5em;
  background-color: #b9d233;
  border: 1px solid #b9d233;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #0099CC;
  background-color: #0099CC;
}
form p {
  height: auto;
}
/* ===============================================
	chat widget resize for mobile use comfort
=============================================== */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #b9d233;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #0099CC;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd.sub:after,
  .layout-full-width #bd.sub:after {
    content: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-left: auto;
    margin-right: 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-left: auto;
    margin-right: auto;
    display: block;
  }
  [class^='inovation-chart-'] {
    max-width: 50%;
    display: inline-block;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    transform: translate(100%, 0);
    opacity: 0;
    pointer-events: none;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  .embed-container,
  .embed-container.ratio16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 0;
    display: block;
  }
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 1200px );
    }
  }
  .embed-container embed,
  .embed-container.ratio16x9 embed,
  .embed-container object,
  .embed-container.ratio16x9 object,
  .embed-container iframe,
  .embed-container.ratio16x9 iframe {
    object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
  }
}
#contactinfo .cs-link.link1,
#main-nav ul ul li.appointment-request.last {
    display: none !important;
}
}

