<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 Site Manager Version: 14.2.0
 Date Created: May 2023
 Account: suarezmartinez-joanne
 Written by: KVanSant
 Sesame Communications - All rights reserved. C2023
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Nunito', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
/* ===============================================
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;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: 'Nunito', sans-serif;
}
form button,
button {
  font-family: 'Nunito', sans-serif;
}
svg {
  display: inline-block;
}
body {
  font-size: 15px;
  font-weight: 600;
  color: #727272;
  background: #e2f3f2;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #36978c;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #f5a657;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #36978c;
  margin: 0 0 1.02857143em;
  text-rendering: auto;
  font-weight: 800;
  text-transform: none;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 800;
  margin-bottom: 0.76em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 2.5em;
    /* mintab 480w */
  }
}
.home h1 {
  font-size: 10vw;
  text-align: center;
  margin: 0 0 0.72em;
  color: #36978c;
  font-weight: 800;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 2.35em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1024px) {
  .home h1 {
    text-align: right;
    white-space: nowrap;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 0.66666667;
  font-size: 0.95744681em;
  text-transform: none;
  color: #f5a657;
  font-family: 'Sue Ellen Francisco', cursive;
  font-weight: 400;
  margin-bottom: 0.38em;
}
.home h1 .trait.bottom {
  color: #96cb7f;
  margin-top: 0.06em;
}
h2:not(.topic) {
  font-size: 1.84210526em;
}
h3:not(.topic) {
  color: #77c5bb;
  font-size: 1.57894737em;
}
h4 {
  color: #96cb7f;
  font-size: 1.31578947em;
}
h5 {
  color: #77c5bb;
  font-size: 1.21052632em;
}
h6 {
  color: #96cb7f;
  font-size: 1.05263158em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
/* ===============================================
	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;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #masthead .container {
    max-width: none;
    /* midTab 1024oo */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 44px;
  width: 44px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(54, 151, 140, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 44px;
  color: #36978c;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  top: -0.3em;
}
#main-nav .trigger .navicon span {
  width: 100%;
  height: 2px;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #36978c;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #f5a657;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -44px 0 0;
  padding: 1em 0;
  background-color: #bddeab;
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.85714286;
  font-size: 0.7em;
  font-weight: 800;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #474646;
  width: 100%;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li.open &gt; a[id],
#main-nav ul li.active &gt; a[id],
#main-nav ul li:hover &gt; a[id] {
  color: #fff;
  background-color: #77c5bb;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open &gt; a[id]:after,
#main-nav ul li.active &gt; a[id]:after,
#main-nav ul li:hover &gt; a[id]:after {
  transition-duration: 0.15s;
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #77c5bb;
  display: inline;
  float: left;
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  line-height: 2.85714286;
  font-size: 0.7em;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 2.85714286em;
  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 {
  text-decoration: none;
  margin-bottom: 0;
  background: #ada0c0;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open &gt; ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
#imgcontainer {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0em;
  right: 0;
  margin: 0 auto;
  max-width: 65em;
  pointer-events: none;
}
#octopus {
  display: none;
}
@media only screen and (min-width: 1080px) {
  #octopus {
    display: block;
    position: absolute;
    left: 0.2em;
    top: 0.45em;
    width: 7.7em;
    height: 8.7em;
  }
}
#orange {
  display: none;
}
@media only screen and (min-width: 1080px) {
  #orange {
    display: block;
    position: absolute;
    right: -0.3em;
    top: 0.5em;
    width: 6.2em;
    height: 8.15em;
  }
}
/* ===============================================
	FULLMOB RULES
=============================================== */
@media only screen and (min-width: 1024px) {
  /* main-nav */
  /* midTab 1024w */
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #36978c;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
#hd .container {
  max-width: none;
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 4em 0em 0;
    /* range 666w - 1023oo */
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.73em 0 0.05em;
    max-width: 51.5em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  margin: 0.75em auto 0.75em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #logo {
    position: absolute;
    top: 0.5em;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0 auto;
    top: 0.3em;
    left: 0.93em;
    right: 0;
    width: 18em;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  color: #5cbdb2;
  font-size: 0.85em;
  line-height: 1.47058824;
  letter-spacing: 0.1em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
#logo a span {
  display: block;
  color: #1c756b;
  font-size: 2.41176471em;
  font-weight: 400;
  letter-spacing: normal;
  font-family: 'Sue Ellen Francisco', cursive;
  text-transform: none;
  margin-bottom: -0.2em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo-right,
#contactinfo-left {
  text-align: center;
  width: auto;
  margin: 0.7em 1em 0.5em;
  display: inline-block;
  vertical-align: top;
}
#contactinfo-right img,
#contactinfo-left img {
  display: inline-block;
}
#contactinfo-right .mini-mod,
#contactinfo-left .mini-mod {
  display: inline-block;
}
@media only screen and (min-width: 666px) {
  #contactinfo-right,
  #contactinfo-left {
    width: auto;
    margin: 0 0 0 0;
    /* mintab 480w */
  }
}
#contactinfo-right .address,
#contactinfo-left .address {
  line-height: 0.66666667;
  font-size: 1.5em;
  color: #9a8aa2;
  font-weight: 400;
  font-family: 'Sue Ellen Francisco', cursive;
  display: block;
  vertical-align: top;
  margin-bottom: 0.25em;
}
#contactinfo-right .phone,
#contactinfo-left .phone {
  line-height: 1.33333333;
  font-size: 0.75em;
  font-weight: 800;
  color: #474646;
  display: block;
  vertical-align: top;
  margin-bottom: 0.34em;
}
#contactinfo-right .phone span,
#contactinfo-left .phone span {
  font-size: 0.86666667em;
  font-weight: 400;
  display: inline-block;
  margin: 0 0.2em;
}
#contactinfo-right a,
#contactinfo-left a {
  transition: 0.33s ease-in-out;
}
#contactinfo-right a:hover,
#contactinfo-left a:hover {
  color: #36978c;
}
#contactinfo-right .address,
#contactinfo-right .socialmedia a {
  color: #e79c48;
}
@media only screen and (min-width: 1024px) {
  #contactinfo-left {
    float: left;
    text-align: left;
    margin-left: 1.73em;
  }
  #contactinfo-left .socialmedia {
    text-align: left;
    margin-left: -0.25em;
  }
  #contactinfo-left .phone span {
    float: right;
    margin: 0.2em 0.6em 0;
  }
  #contactinfo-right {
    float: right;
    text-align: right;
  }
  #contactinfo-right .socialmedia {
    text-align: right;
    margin-right: -0.25em;
  }
}
/* ===============================================
	socialmedia
=============================================== */
.socialmedia {
  line-height: 1;
  text-align: center;
  padding: 0;
  margin: 0 0;
  position: relative;
  z-index: 300;
}
.socialmedia a {
  font-size: 0.7em;
  color: #cac2cf;
  margin: 0 0.22142857em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
.socialmedia a:hover {
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #727272;
  background: #7ca9ae;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 107px;
    top: 0;
    height: 44.95em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    margin-top: 144px;
  }
}


#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  /* range 1300w - 1999oo */
}
#slideshow iframe {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  /* range 1300w - 1999oo */
}

#slideshow .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #slideshow .ssoverlay {
/*    top: 53.35%;*/
  }
}
#slideshow .ssoverlay .mod {
  border-radius: 50%;
  width: 31.65em;
  height: 12.8em;
  background-color: rgba(244, 246, 241, 0.95);
  margin: 0 auto;
  animation-fill-mode: forwards;
}
#slideshow .ssoverlay h2 {
  line-height: 1;
  font-size: 1.1em;
  color: #727272;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 3.8em;
}
#slideshow .ssoverlay h2 .trait-top {
  text-align: left;
  display: block;
  margin-left: 4.74em;
  margin-bottom: -1.15em;
}
#slideshow .ssoverlay h2 .trait-middle {
  display: block;
  font-size: 3.90909091em;
  font-family: 'Sue Ellen Francisco', cursive;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  margin-left: 0.86em;
  letter-spacing: normal;
}
#slideshow .ssoverlay h2 .trait-middle .trait-orange {
  color: #f5a657;
}
#slideshow .ssoverlay h2 .trait-middle .trait-purple {
  color: #ada0c0;
  margin-left: 0.25em;
}
#slideshow .ssoverlay h2 .trait-middle .trait-blue {
  color: #77c5bb;
}
#slideshow .ssoverlay h2 .trait-bottom {
  display: block;
  text-align: right;
  margin-right: 3.65em;
  margin-top: 0.35em;
  font-size: 0.90909091em;
}
#slideshow .ssoverlay h2 .trait-bottom span:first-of-type {
  margin-right: 2.6em;
}
#slideshow .overlayappt {
  position: absolute;
  bottom: 3.15em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  width: 18.2em;
  height: 4.55em;
  transform: translateX(2.9em);
  display: none;
  transition: 0.33s ease-in-out;
}
#slideshow .overlayappt:hover {
  transform: scale(0.95) translateX(2.95em) skew(-5deg);
}
@media only screen and (min-width: 1024px) {
  #slideshow .overlayappt {
    display: block;
  }
}
#slideshow .overlayappt img {
  width: 100%;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight &gt; div {
  position: relative;
}
/* ===============================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #ddf3de;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot01 {
    font-size: 2.8vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot01 {
    font-size: 2vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 800px) {
  .spot01 {
    font-size: 1.45vw;
    padding: 6.4em 0 0;
    background: url('../images/spotlight/spot01.png') center no-repeat;
    background-size: cover;
    margin: -4.55em auto -4em;
    height: 37.2em;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1340px) {
  .spot01 {
    font-size: inherit;
  }
}
@media only screen and (min-width: 2000px) {
  .spot01 {
    background-repeat: repeat;
    background-size: contain;
  }
}
.spot01 a {
  color: #69b349;
  width: 14.95em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.33s ease-in-out;
  margin: 2%;
  filter: drop-shadow(0.2em 0.2em 0.1em rgba(0, 0, 0, 0));
}
@media only screen and (min-width: 800px) {
  .spot01 a {
    margin: 0 0.78em;
    /* midTab 768w */
  }
}
.spot01 a:hover {
  filter: drop-shadow(0.2em 0.2em 0.1em rgba(0, 0, 0, 0.2));
}
.spot01 a:hover .decoration {
  border-color: #36978c;
  transform: scale(1.03);
}
.spot01 a .decoration {
  width: 14.95em;
  height: 20.15em;
  border: 0.75em solid #fff;
  border-radius: 1.25em;
  transition: 0.33s ease-in-out;
  object-fit: cover;
}
.spot01 a h2.topic {
  line-height: 0.54054054;
  font-size: 1.85em;
  text-transform: none;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 400;
  font-family: 'Sue Ellen Francisco', cursive;
  margin: 0.95em 0 0;
  letter-spacing: normal;
}
.spot01 a h2.topic .trait {
  color: #36978c;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.62162162em;
  line-height: 2.08695652;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  display: block;
}
/* ===============================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot02 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 479px) {
  .spot02 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot02 {
    font-size: 1.7vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 800px) {
  .spot02 {
    padding: 7.85em 0 5em;
  }
}
@media only screen and (min-width: 979px) {
  .spot02 {
    font-size: inherit;
    padding: 7.85em 0 7.7em;
    /* custom 979w */
  }
}
.spot02 p {
  color: #474646;
  font-size: 1em;
  line-height: 1.4;
  max-width: 25em;
  text-align: justify;
  display: inline-block;
  vertical-align: top;
  margin: 0.15em 0 0 3em;
}
.spot02 a {
  color: #f5a657;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.33s ease-in-out;
}
.spot02 a:hover {
  transform: scale(1.1);
  filter: brightness(105%);
}
.spot02 a h2.topic {
  line-height: 0.864;
  font-size: 3.05em;
  font-weight: 700;
  text-transform: lowercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-family: 'Amatic SC', cursive;
}
.spot02 a h2.topic span {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.spot02 a h2.topic .ninenine {
  font-weight: 700;
  font-size: 3.01639344em;
  color: #ada0c0;
  display: inline-block;
  letter-spacing: -0.03em;
  margin-top: 0.02em;
}
/* ===============================================
	spot03 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: url('../images/spotlight/sea.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 479px) {
  .spot03 {
    font-size: 2.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 480px) {
  .spot03 {
    font-size: 2vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 979px) {
  .spot03 {
    font-size: 1.05vw;
    padding: 0 0 0 0;
    height: 30.85em;
    background: url('../images/spotlight/spot03.jpg') center no-repeat;
    background-size: cover;
    /* custom 979w */
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 1788px) {
  .spot03 {
    font-size: inherit;
  }
}
.spot03 a {
  color: #69b349;
  width: 20.35em;
  height: 25.2em;
  border-radius: 1.25em;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.28);
  background-color: #e2f4f2;
  padding: 0 3.05em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.33s ease-in-out;
  margin: 2%;
}
.spot03 a:nth-of-type(even) {
  background-color: #ddf2dd;
}
.spot03 a:nth-of-type(1) img {
  width: 4.05em;
  height: 6em;
  margin: 3.25em 0 1.4em;
}
.spot03 a:nth-of-type(2) img {
  width: 6.35em;
  height: 5.7em;
  margin: 3.45em 0 3.075em;
}
.spot03 a:nth-of-type(2) h2.topic {
  margin-bottom: 0.6em;
}
.spot03 a:nth-of-type(3) img {
  width: 6.35em;
  height: 6.3em;
  margin: 3.35em 0 1em;
}
.spot03 a:nth-of-type(4) img {
  width: 4.9em;
  height: 5.8em;
  margin: 3.45em 0 1.4em;
}
@media only screen and (max-width: 767px) {
  .spot03 a {
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 979px) {
  .spot03 a {
    margin: -5.15em 0.9em 0;
    /* midTab 768w */
  }
}
.spot03 a:hover {
  transform: scale(0.95);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
}
.spot03 a p {
  font-size: 0.85em;
  line-height: 1.35294118;
  color: #474646;
  margin: 0 auto;
}
.spot03 a h2.topic {
  line-height: 1.35135135;
  font-size: 1.85em;
  font-family: 'Sue Ellen Francisco', cursive;
  text-transform: none;
  font-weight: 400;
  color: currentcolor;
  width: 100%;
  display: block;
  margin: 0 0 0.1em;
}
.spot03 a h2.topic .trait {
  color: #36978c;
  font-size: 0.81081081em;
  line-height: 1.35135135;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: block;
  font-family: 'Nunito', sans-serif;
  margin-top: -0.15em;
}
.spot03 .info {
  font-size: 1.35em;
  line-height: 2;
  color: #fff;
  font-family: 'Sue Ellen Francisco', cursive;
  font-weight: 400;
  margin-top: 1.25em;
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  background: url('../images/spotlight/sea.jpg') center no-repeat;
  background-size: cover;
  text-align: center;
  color: #bddeab;
  padding: 1.5em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #subnav {
    padding: 7.6em 0;
    padding-top: 10.87em;
    background: url('../images/nav/subnav.jpg') bottom no-repeat;
    background-size: cover;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.78571429;
  font-size: 0.7em;
  margin: 0 auto;
  padding: 0;
  max-width: 37.14285714em;
}
#subnav a {
  color: #fff;
  margin: 0 0;
  padding: 0 0.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 0.35714286em;
  transition: 0.33s ease-in-out;
}
#subnav a:hover,
#subnav a.active {
  background-color: #f5a657;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.5em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #bd {
    padding: 0.525em 0 6em;
    /* midTab 768w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 59.68992248%;
    max-width: 38.5em;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.63157895;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 5em 0;
  background: #fff;
  z-index: 999;
}
@media only screen and (min-width: 1024px) {
  .home #bd {
    padding: 9.55em 0 8.35em;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 64.5em;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content {
    max-width: 31.7em;
    margin-left: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    hyphens: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  .home #bd #content p {
    text-align-last: right;
  }
}
.home #bd #hcimg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .home #bd #hcimg {
    display: block;
    position: absolute;
    top: -5.65em;
    left: 34.6em;
    width: 48.55em;
    height: 45.15em;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.35);
    border-radius: 1.25em;
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow &gt; button {
  font-size: 2.8em;
  color: #36978c;
  background: none;
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow &gt; button .icon {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow &gt; button.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow &gt; button.cycle-prev .icon {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow &gt; button.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow &gt; button.cycle-next .icon {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow &gt; button:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow &gt; button:hover .icon {
  transform: translate3d(0, 0, 0) scale(1.44);
  opacity: 0.68;
}
/* content centered for slideshow and video-centric 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 {
  float: none;
  margin: 0 auto;
}
/* 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;
}
/* office location ancillary image style */
@media only screen and (max-width: 767px) {
  .locationimg {
    margin: 0 auto 1em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  .locationimg {
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* 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%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	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;
}

a.int-btn {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0.8em 1.5em;
  background-color: #7d5995;
  border: 1px solid #7d5995;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}

a.int-btn.orange{
  border-color: #f5a657;
  background-color: #f5a657;
}
a.int-btn:hover {
  color: #fff;
  border-color: #36978c;
  background-color: #36978c;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column &gt; ul &gt; 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: 1.21052632em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #36978c;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1.05263158em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #36978c;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  color: #f5a657;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20.35em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 31.5503876%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0.75em;
}
/* ===============================================
	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 - */
/* ===============================================
	spot04 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  padding: 7.2em 0 9.35em;
  background: #0081a5 url('../images/spotlight/spot04.jpg') center no-repeat;
  background-size: cover;
  font-size: 2.3vw;
}
.spot04:before {
  content: '';
  position: absolute;
  top: -6em;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 8.7em;
  background: url('../images/spotlight/spot04wave.png') center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .spot04 {
    padding: 7.2em 0 9.35em;
    font-size: inherit;
    /* midTab 768w */
  }
}
.spot04 .mod {
  background-image: -moz-linear-gradient(135deg, #77c5bb 0%, #96cb7f 100%);
  background-image: -webkit-linear-gradient(135deg, #77c5bb 0%, #96cb7f 100%);
  background-image: -ms-linear-gradient(135deg, #77c5bb 0%, #96cb7f 100%);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.28);
  width: 40em;
  height: 25.05em;
  border-radius: 1.25em;
  padding: 3.75em 4.58em 0 4.35em;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .spot04 .mod {
    margin: 0 auto;
    transform: translateX(12.37em);
  }
}
.spot04 img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .spot04 img {
    display: block;
    width: 23.2em;
    height: 25.05em;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.28);
    border-radius: 1.25em;
    position: absolute;
    left: -28.85em;
    top: -7.05em;
  }
}
.spot04 h2 {
  color: #fff;
  font-weight: 800;
  font-size: 2.25em;
  text-align: center;
}
.spot04 i {
  display: inline-block;
  color: #fff;
  font-size: 1.6em;
  margin: 0 0.085em 0 0;
}
.spot04 .cycle-slideshow {
  color: #fff;
  width: 100%;
  margin: 1.55em auto 0;
  display: block;
}
.spot04 .cycle-slideshow:hover {
  color: rgba(255, 255, 255, 0.8);
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot04 .testimony {
  line-height: 1.37037037;
  font-size: 1.35em;
  font-weight: 600;
  hyphens: auto;
  display: block;
}
.spot04 .spotbtn {
  display: inline-block;
  color: #fff;
  font-size: 1.35em;
  font-weight: 400;
  font-family: 'Sue Ellen Francisco', cursive;
  background-color: #36978c;
  height: 2.18518519em;
  line-height: 2.33333333;
  padding: 0 0.96em;
  margin: 1.45em 0.27em 0 0.1em;
  border-radius: 0.25925926em;
  transition: 0.33s ease-in-out;
}
.spot04 .spotbtn:hover {
  transform: scale(0.95);
  background-color: #9a8aa2;
}
.spot04 .spotbtn2 {
  padding: 0 0.87em;
}
/* ==================================================================
	#ft
=================================================================== */
#ft-appt {
  background: #fff;
  padding: 0.65em 0 0;
  z-index: 500;
  position: relative;
}
#ft-appt:before {
  content: '';
  background: url('../images/footer/wavyline.png') top no-repeat;
  background-size: cover;
  width: 100%;
  height: 8.7em;
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
#ft-appt a {
  display: block;
  margin: 0 auto;
  width: 18.2em;
  height: 4.55em;
  position: relative;
  z-index: 600;
  transition: 0.33s ease-in-out;
}
#ft-appt a:hover {
  transform: scale(0.95) skew(-5deg);
}
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 600;
}
@media only screen and (min-width: 768px) {
  #ft {
    background: #bdbdbd url(../images/footer/map.png) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    background-size: auto 100%;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 2020px) {
  #ft {
    font-size: 1.05vw;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 1em 0 0;
  display: block;
}
#location:after {
  content: '';
  background: url('../images/footer/chalkborder.png') bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 1.25em;
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #location {
    padding: 5.7em 0 3.8em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  height: 5.7em;
  display: block;
  background-color: #eb8533;
  padding: 1em 1em 0 1.2em;
  margin: 0 0;
}
#location .mod:nth-of-type(2) {
  background-color: #7d5995;
}
#location .mod:nth-of-type(2) .phone {
  color: #e9d1f9;
}
@media only screen and (max-width: 767px) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #location .mod {
    text-align: left;
    margin: 0 auto 2.45em;
    width: 10.5em;
    border-radius: 0.5em;
    position: relative;
    transform: translateX(8.15em);
    /* midTab 768w */
  }
  #location .mod:before {
    content: '';
    position: absolute;
    width: 3.2em;
    height: 2.65em;
    left: -1.5em;
    top: 1.95em;
    background: url('../images/footer/orangearrow.png') center no-repeat;
    background-size: cover;
    z-index: -1;
  }
  #location .mod:after {
    content: '';
    position: absolute;
    width: 2.9em;
    height: 3.9em;
    left: -3.35em;
    top: -0.7em;
    background: url('../images/nav/orange.png') center no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #location .mod:nth-of-type(2) {
    transform: translateX(12.6em);
  }
  #location .mod:nth-of-type(2):before {
    content: '';
    position: absolute;
    width: 3.35em;
    height: 2.55em;
    left: 0.9em;
    top: 5em;
    background: url('../images/footer/purplearrow.png') center no-repeat;
    background-size: cover;
  }
  #location .mod:nth-of-type(2):after {
    content: '';
    position: absolute;
    width: 4.3em;
    height: 4.6em;
    left: -1.2em;
    top: 5.8em;
    background: url('../images/footer/octopus.png') center no-repeat;
    background-size: cover;
    z-index: 1;
  }
}
#location .phone {
  line-height: 1.53846154;
  font-size: 0.65em;
  display: block;
  color: #fbd99e;
  font-weight: 700;
}
#location .address {
  line-height: 1.41666667;
  font-size: 0.6em;
  margin: 0 auto 0.1em;
  display: block;
}
#location .address .address-title {
  display: block;
  font-weight: 900;
  font-size: 1.33333333em;
  margin-bottom: -0.1em;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0 0;
  margin: 0;
  position: relative;
  z-index: 999;
  background-color: #18a99f;
}
@media only screen and (min-width: 768px) {
  #links {
    height: 4.1em;
    padding: 1.225em 0 0;
    /* midTab 768w  */
  }
}
@media only screen and (min-width: 1024px) {
  #links {
    margin-top: 2.95em;
    perspective: 700px;
    transform-style: preserve-3d;
  }
  #links:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.3em;
    width: 100%;
    height: 33.95em;
    background: url('../images/footer/wave.png') top center no-repeat;
    background-size: cover;
    z-index: 700;
    pointer-events: none;
  }
  #links:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(-26.7em);
    top: -33.6em;
    width: 11.2em;
    height: 9.9em;
    background: url('../images/footer/surfer-orange.png') top center no-repeat;
    background-size: cover;
    z-index: 700;
    pointer-events: none;
    transform-style: preserve-3d;
  }
}
@keyframes surf {
  50% {
    transform: scale(0.95) translateX(-28em) skew(-5deg) rotate(7deg);
  }
}
@media only screen and (min-width: 2020px) {
  #links {
    font-size: 1.05vw;
  }
}
#links .util {
  line-height: 3;
  font-size: 0.55em;
  margin-bottom: 2em;
  display: inline-block;
  z-index: 999;
  position: relative;
}
#links .util a {
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: rgba(255, 255, 255, 0.75);
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 1em;
}
.wrappy {
  display: block;
}
.wrappy:hover #links:after {
  animation: surf 1.3s cubic-bezier(0.3, 0, 0.7, 1) both infinite;
}
.wrappy:hover #links:before {
  animation: wave 1s cubic-bezier(0.3, 0, 0.7, 1) both infinite;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2.18181818em;
  height: 1.81818182em;
  margin-right: 0.90909091em;
  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;
  margin: 0 0 0 0.55em;
  display: inline-block;
  z-index: 999;
  position: relative;
}
a#backtotop {
  line-height: 1.57142857;
  font-size: 1.05em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: 0.33s ease-in-out;
}
a#backtotop:hover {
  color: rgba(255, 255, 255, 0.75);
  transform: scale(1.3);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #f5a657;
  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: #36978c;
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: small;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #36978c;
  border: 1px solid #36978c;
  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: #f5a657;
  background-color: #f5a657;
}
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: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 44px;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #36978c;
  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: #f5a657;
}
/* ===============================================
	.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 (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: 100%;
    max-width: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .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*/
}
/* ===============================================
Large Tablet Stylings
Supports 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.65em;
    margin-top: 0;
    box-shadow: none;
    position: relative;
    top: auto;
    background-color: #bddeab;
    background: url('../images/nav/chalk.jpg') center no-repeat;
    background-size: cover;
    z-index: 4000;
  }
  #main-nav .container {
    max-width: none;
    z-index: 0;
    position: relative;
    max-width: 49.7em;
    margin: 0 auto;
    text-align: left;
    white-space: nowrap;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.65em;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    position: static;
    float: none;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.485em 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: 3.5;
    text-align: center;
    height: 100%;
    z-index: 3000;
    padding: 0 1.13em;
  }
  #main-nav ul li a[id]:after {
    content: '';
    width: 100%;
    height: 0.1em;
    background: url('../images/nav/active.png') bottom no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.33s ease-in-out;
    opacity: 0;
    z-index: -1;
  }
  #main-nav ul li a[id]#about-us:after {
    content: '';
    background: url('../images/nav/aboutus.png') bottom no-repeat;
    background-size: cover;
  }
  #main-nav ul li a[id]#new-patients:after {
    content: '';
    background: url('../images/nav/newpatients.png') bottom no-repeat;
    background-size: cover;
  }
  #main-nav ul li a[id]#preventive-care:after {
    content: '';
    background: url('../images/nav/preventive.png') top no-repeat;
    background-size: cover;
  }
  #main-nav ul li a[id]#pediatric-dentistry:after {
    content: '';
    background: url('../images/nav/pediatric.png') bottom no-repeat;
    background-size: cover;
  }
  #main-nav ul li a[id]#services:after {
    content: '';
    background: url('../images/nav/services.png') bottom no-repeat;
    background-size: cover;
  }
  #main-nav ul li a[id]#contact:after {
    content: '';
    background: url('../images/nav/services.png') bottom no-repeat;
    background-size: cover;
  }
  #main-nav ul li.open &gt; a[id],
  #main-nav ul li.active &gt; a[id],
  #main-nav ul li:hover &gt; a[id] {
    color: #fff;
    background: none;
    text-decoration: none;
    transition-duration: 0.15s;
  }
  #main-nav ul li.open &gt; a[id]:after,
  #main-nav ul li.active &gt; a[id]:after,
  #main-nav ul li:hover &gt; a[id]:after {
    opacity: 1;
    height: 100%;
  }
  #main-nav ul li:hover &gt; a[id] {
    color: #fff;
    background: #77c5bb;
    text-decoration: none;
    transition-duration: 0.15s;
  }
  #main-nav ul li:hover &gt; a[id]:after {
    opacity: 0;
  }
  #main-nav ul li:hover &gt; a#home {
    color: #fff;
    background: none;
    text-decoration: none;
    transition-duration: 0.15s;
  }
  #main-nav ul li:hover &gt; a#home:after {
    opacity: 1;
    height: 100%;
  }
  #main-nav ul ul {
    margin-top: -0.5em;
    width: auto;
    height: auto;
    padding: 0.4em 0 1em 0;
    position: absolute;
    display: none;
    z-index: 2800;
    border-radius: 0.75em;
    border-top-left-radius: 0;
  }
  #main-nav ul ul li {
    height: 1.25em;
    margin: 0;
    padding: 0;
    float: left;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.78571429;
    text-align: left;
    white-space: nowrap;
    height: 1.78571429em;
    padding: 0 3em 0 1.1em;
    float: left;
  }
  #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: 0em;
    /*top:37px;*/
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    margin: 0;
    left: auto;
    right: 0em;
    border-top-left-radius: 0.75em;
    border-top-right-radius: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* 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;
    max-width: min( 40.52631579em , 1200px );
    padding: 0;
    display: block;
  }
  .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;
  }
}
</pre></body></html>