/* ===============================================
	.less VERSION 2.0

	reynolds-nick2

	Sesame Communications - (c) 2021
	Written by: James Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited

=============================================== */
/*Colors */
/* middle */
/* tiffany || hyperlinks */
/* teal */
/* evergreeen */
/* Davy */
/* ===============================================
					fonts
=============================================== */
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v18-latin-regular.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v18-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v18-latin-500.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v18-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v18-latin-600.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v18-latin-700.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontM {
  font-family: 'Montserrat', 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;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.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;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.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;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 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);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}


form .radio-group label input {
    width: 20px !important;
    display: inline-block !important;
}
form .radio-group label span{
    display: inline-block !important;
}
/* ===============================================
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, html{
	scroll-snap-type: proximity;
	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y proximity;
}
*/
body,
input,
select,
textarea,
form button {
  font-family: 'Montserrat', sans-serif;
}
body {
  line-height: 1.66666667;
  font-size: 15px;
  color: #333;
  background: #e3e4e6;
  overflow: hidden;
  /* body content font-size declared below */
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    font-weight: 300;
    /* desk 1300w */
  }
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  color: #1f9092;
  text-decoration: underline;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #8fc8c9;
}
/* h family || hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 600;
  color: #4a4a4d;
  margin: 1.0em 0 .9em;
  text-rendering: auto;
}
header.sub {
  width: 100%;
  display: block;
  position: absolute;
  top: 16.5em;
  left: 0;
  z-index: 2998;
}
@media only screen and (min-width: 48em) {
  header.sub {
 top: 19em;
 
  }
}
@media only screen and (min-width: 64em) {
  header.sub {
    top: 12.3em;
    /* midTab 1024w */
  }
}
h1 {
  font-size: 6.66666667vw;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 2em;
    margin-top: -10px;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 63.9375em) {
  h1 {
    text-shadow: 0 0 0.5em #fff;
    /* midTab 1024oo */
  }
}
h1 .trait {
  display: block;
}
h1 .trait.top {
  line-height: 1;
  font-size: 0.33333333em;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 1.35em;
}
.home h1 {
  font-size: 10vw;
  text-align: center;
}
.meet-dr-reynolds h1, .meet-the-team h1{color:#fff;}

@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1:after {
  content: '';
  width: 1.83333333em;
  height: 2px;
  margin: 0.66666667em auto 0.8em;
  background: #008081;
  display: block;
}
h2:not(.topic) {
  font-size: 1.55555556em;
  margin: 1.2em 0 .9em;
}
h3 {
  font-size: 1.33333333em;
}
h4 {
  font-size: 1.11111111em;
}
h5 {
  font-size: 1.05555556em;
}
h6 {
  font-size: 1em;
}
/*containers*/
.container {
  max-width: 60em;
}
/*global override*/
.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: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  min-height: 220px;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
    min-height: 180px;
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
    min-height: 43px;
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    z-index: 3000;
    /* desk 1300w */
    /* background: #fff; */
    width: 100%;
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: calc(100% - 10em);
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 64em) {
  .teal-bg {
   width:100%;
   background:#4ca6a7;
   height: 40px;
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
}
@media only screen and (min-width: 64em) {
  #main-nav {
    font-size: inherit;
    /* midTab 1024w */
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  color: #4a4a4d;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 36px;
  height: 18px;
  position: relative;
  display: inline-block;
  top: 0.25em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  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) {
  width: 55.55555556%;
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  width: 77.77777778%;
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #008081;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #fff;
}
#main-nav .open .trigger .navicon span:nth-child(n) {
  width: 100%;
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  background-color: #4a4a4d;
  position: relative;
  float: right;
  z-index: 550;
  /* li:hover > a[id], */
  /* li.active > a[id], */
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul {
    padding: 4em 0;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul {
    min-height: 100vh;
    padding: 8em 0 0;
    /* midTab 1024w */
  }

#main-nav ul {

      overflow-y: scroll;
    max-height: calc(100vh - 185px);
}

#main-nav ul::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: #4a4a4d;
  border-radius: 10px;
}

#main-nav ul::-webkit-scrollbar
{
  width: 10px;
  background-color: #4a4a4d;
}

#main-nav ul::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background:#007c7d
}

}
@media only screen and (min-width: 64em) {
  #main-nav ul {
    width: 50vw;
    margin: 0 0 0 auto;
    background-image: url(../images/logo.svg);
    background-position: left 5em top 2.75em;
    background-repeat: no-repeat;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 64em), (max-height: 50.1875em) {
  #main-nav ul {
    font-size: 2.5vh;
    /* midTab 1024w and 804h-oo */
  }
}
#main-nav ul li {
  clear: both;
  width: 76%;
  max-width: 25em;
  display: block;
}
@media only screen and (max-width: 81.1875em) {
  #main-nav ul li {
    margin-left: auto;
    margin-right: auto;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li {
    margin: 0 auto 0 5em;
    /* desk 1300w */
  }
}
#main-nav ul li a[id] {
  letter-spacing: 0.05em;
  font-size: 1em;
  text-align: left;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}


@media only screen and (max-width: 81.1875em) {
  #main-nav ul li a[id] {
    line-height: 3;
    height: 3em;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li a[id] {
    line-height: 4;
    height: 4em;
    /* desk 1300w */
  }
}
#main-nav ul li a[id]:after {
  content: '\f078';
  line-height: inherit;
  font-size: inherit;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  -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;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
  transform: translate3d(0, -50%, 0) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#main-nav ul li.open > a[id] {
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
  transform: translate3d(0, -50%, 0) rotate(0deg);
  opacity: 1;
}

#main-nav ul li a#home{
  display: none;
}
@media only screen and (min-width: 64em) {
  #main-nav ul li a#home{
    display: block;
    content: '';
    position: absolute;
    display: block;
    content: '';
    position: absolute;
    width: 290px;
    height: 70px;
    top: -175px;
    color: transparent;
  }
}

#main-nav ul ul {
  width: 100%;
  min-height: 0;
  padding: 0;
  float: left;
  background: none;
  display: inline;
}
@media only screen and (max-width: 81.1875em) {
  #main-nav ul ul {
    margin: -0.75em 0 0;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul ul {
    margin-top: -1.25em;
    /* desk 1300w */
  }
}
#main-nav ul ul li {
  width: 100%;
  margin: 0;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  letter-spacing: 0.05em;
  line-height: 3.33333333;
  font-size: 0.6em;
  text-align: left;
  color: #fff;
  width: 100%;
  height: 3.33333333em;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #main-nav ul ul li a {
    line-height: 2.08333333;
    height: 2.08333333em;
    /* midTab 1024w */
  }
}
#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;
  color: #1f9292;
  margin-bottom: 0;
  border: none;
}
@media only screen and (min-width: 64em) {
  #main-nav .open .mod {
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    /* desk 1300w */
  }
}
#main-nav .mod {
  text-align: left;
  width: 50vw;
  display: block;
  position: absolute;
  top: 0;
  right: 50vw;
  z-index: -1;
  -webkit-transition: transform 0s linear, opacity 0.99s ease-in-out;
  transition: transform 0s linear, opacity 0.99s ease-in-out;
  -webkit-transform-origin: right;
  transform-origin: right;
}
@media only screen and (max-width: 81.1875em) {
  #main-nav .mod {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav .mod {
    display: block;
    -webkit-transform: translate3d(50vw, 0, 0) scaleX(0);
    transform: translate3d(50vw, 0, 0) scaleX(0);
    /* desk 1300w */
  }
}
#main-nav .mod .office {
  color: #fff;
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#main-nav .mod .office.stpe {
  background-image: url(../images/nav/stpe.jpg);
}
#main-nav .mod .office.semi {
  background-image: url(../images/nav/semi.jpg);
}
#main-nav .mod .office .info {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5em;
}
#main-nav .mod .office .address {
  line-height: 2;
  font-size: 0.75em;
}
#main-nav .mod .office .address .trait {
  line-height: 1.7;
  font-size: 1.33333333em;
  font-weight: 500;
}
#main-nav .mod .office .address .marker {
  line-height: 2.55;
  font-size: 1.33333333em;
  display: block;
}
#main-nav .mod .office .phone {
  line-height: 2;
  font-size: 0.75em;
  font-weight: 700;
}
#main-nav .mod .office a {
  color: #fff;
  -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;
}
#main-nav .mod .office a:hover {
  opacity: 0.5;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: flyinmobilenav 0.4s 1;
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
@media only screen and (min-width: 64em) {
  #main-nav .open ul .open ul li {
    height: 1.25em;
    /* midTab 1024w */
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;

  position: relative;
}


.dropdown-content a{    color: #3b999d;
}

@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
    width: 100%;
    color: #fff;
    height: 135px;
    /* background: #4ca6a7; */
  }
  #hd a{
 color:#fff;
}
#hd a:hover{
 color:#4a4a4d;
}
}
  #hd .container {
    min-height: 186px;
  }
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    height: 136px;
  }
}

@media only screen and (max-width: 1299px) {
  #hd .container {
    padding: 7px 0 0;
  }
}

@media only screen and (min-width: 64em) {
  #hd .container {
    /* padding: 0; */
    width: 100%;
    min-height: 43px;
    /* background: #4ca6a7; */
  }
}





#hd .spotbtn {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 0.85em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 19.3em;
  height: 2.5em;
  border-radius: 1.25em;
  background-color: rgba(0, 128, 129, 0.7);
  display: inline-block;
  -webkit-transition: color 0.99s ease-in-out, background-color 0.99s ease-in-out;
  transition: color 0.99s ease-in-out, background-color 0.99s ease-in-out;
  vertical-align: middle;
  margin: -2px 25px auto;
}

#hd .spotbtn.appt {
  font-size: .9em;
  background-color: #8fc8c9;
  text-align: center;
}



#hd .spotbtn.lrg{
  width: 26.5em;
  font-size: .85em;
  text-align: center;
}
#hd .spotbtn.lrg.std{
  width: 28.5em;
  font-size: .9em;
}
@media only screen and (max-width: 63.9375em) {
  #hd .spotbtn {
    top: 1.5em;
    right: 50px;
    /* midTab 1024oo */
  }
    #hd .spotbtn.lrg {
    top: 2.5em;
    right: 50px;
    /* midTab 1024oo */
  }
  
  #hd .spotbtn {
	    display: block;
	    margin: 4px auto;
	    text-align: center;
}
}
@media only screen and (min-width: 64em) {
  #hd .spotbtn {
    top: 6.33333333em;
    right: 10em;
    /* midTab 1024w */
  }
  
    #hd .spotbtn.lrg {
    top: 8.33333333em;
    right: 10em;
    /* midTab 1024w */
    font-size: .7em;
    /* padding: 15px 0; */
    border-radius: 2.5em;
    height: 37px;
    margin-top: 8px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1300px) {
 
  
    #hd .spotbtn.lrg {
   
height: 28px;
   
line-height: 28px;
  }
}
#hd .spotbtn:hover {
  color: #aabfd0;
  background-color: rgba(74, 74, 77, 0.7);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

#content .spotbtn {
  letter-spacing: 0.1em;
  /* line-height: 2.5; */
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration:none;
  width: auto;
  /* height: 2.5em; */
  border-radius: 1.25em;
  background-color: rgba(0, 128, 129, 0.7);
  -webkit-transition: color 0.99s ease-in-out, background-color 0.99s ease-in-out;
  transition: color 0.99s ease-in-out, background-color 0.99s ease-in-out;
  /* vertical-align: middle; */
  margin: 0 auto 20px;
  text-align: center;
  padding: 10px;
  display: block;
}
#content .spotbtn:hover {
 color: #aabfd0;
  background-color: rgba(74, 74, 77, 0.7);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  text-decoration:none;
}

/* logo  */
#logo {
  line-height: 0;
  font-size: 0.6em;
  width: 14.4em;
  margin: 1em auto 1em 2%;
  display: block;
  position: relative;
  z-index: 500;
}
@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    margin: 1em 0 0 0;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 2.75em;
    left: 8px;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 17.4em;
  height: 4.55em;
}

#hd-social{/* position: relative; *//* top: -12px; */width: 80px;display: block;margin: 0 0 0 48.3%;text-align: center;}

#hd-social a{color:#3c8f91;}
#hd-social a:hover{color:#8fc8c9;}

@media only screen and (min-width: 64em) {
	#hd-social{position: relative;top: -12px;width: 120px;display: inline-block;margin: 0;}
	#hd-social a{color:#fff;}}

#hd-social .socialmedia{margin:0;
padding:0;}


#exam{position: absolute;
    top: 135px;
    right: 0;
    background: #4ca6a7;
    padding: 15px;
	display:none}
	
	
	

	
/* contact-info */
#contactinfo {
  letter-spacing: 0.05em;
  line-height: 3.07692308;
  font-size: 0.65em;
  text-align: center;
  height: 3.07692308em;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 22.4375em) {
  #contactinfo {
    font-size: min(2.9vw, 0.65em);
    /* custom 359oo */
  }
}
@media only screen and (min-width: 64em) {
  #contactinfo {
    width: 70%;
    /* mintab 480w */
    text-align: right;
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 47.9375em) {
  #contactinfo {
    margin-left: 3em;
    /* range 666w - 767oo */
  }
}
#contactinfo .office {
  width: auto;
  display: inline-block;
  font-size: .95em;
}
#contactinfo .divider {
  margin: 0 0.323077em;
  display: inline-block;
  vertical-align: top;
}
#contactinfo .address {
  width: auto;
  margin-right: 0.46153846em;
  display: inline-block;
  vertical-align: top;
  font-size: .95em;
}
#contactinfo .phone {
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  font-size: .95em;
}
#contactinfo a {
 color: #4a4a4d;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #4ca6a7;
}



@media only screen and (min-width:64em) {#exam{display:block}
#exam-mob{/* display:none; */position: absolute;top: 65px;right: 7.7%;z-index: 50;}


#contactinfo a {
  color: #fff;
  
}
#contactinfo a:hover {
  color: #4a4a4d;
}

}

@media only screen and (min-width: 88em) {    #hd .spotbtn.lrg {
      
        font-size: .85em;}
		#exam-mob{/* right: 105px; */}

}

/* utility-nav */
#utilitynav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  position: absolute;
  left: 0;
  display: none;
  background: #fff;
  /* height: 45px; */
  padding: 25px 0 0;
}
@media only screen and (max-width: 63.9375em) {
  #utilitynav {
    font-size: min(4.2vw, 1em);
    margin: 1em 0 0;
    top: 100%;
    /* midTab 1024oo */
    height: 85px;
  }
}
@media only screen and (min-width: 48em) {
  #utilitynav {
    display: block;
    height: 45px;
    padding: 12px 0;
  }
}
@media only screen and (min-width: 64em) {
  #utilitynav {
    width: 100%;
    top: 43px;
    right: 0;
    /* midTab 1024w */
    height: 85px;
    padding: 30px;
  }
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0 0 0 0.5em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav .link {
  letter-spacing: 0.1em;
  line-height: 2.30769231;
  font-size: 0.8em;
  font-weight: 500;
  color: #4a4a4d;
  height: 2.30769231em;
  margin: 0 1.30769231em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  -webkit-transition: transform 0.99s ease-in-out, color 0.99s ease-in-out;
  transition: transform 0.99s ease-in-out, color 0.99s ease-in-out;
}
#utilitynav .link:hover {
  color: #fff;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#utilitynav .link:hover:after {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#utilitynav .link:after {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -1.30769231em;
  bottom: 0;
  left: -1.30769231em;
  border-radius: 1.15384615em;
  z-index: -1;
  background-color: rgba(74, 74, 77, 0.7);
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
  -webkit-transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
  transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 265px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  right: 0;
  color: #4ca6a7;
}
#hd .dropdown-content a{
  display: block;
    color: #3b999d;
}
#hd .dropdown-content a:hover{
    color: #4a4a4d;
}

.dropdown:hover .dropdown-content {
  display: block;
}





/* ==================================================================
	torso and scroll snap rules
=================================================================== */
.torso {
  width: 100%;
  display: block;
  overflow: hidden;
}
[data-snap-child].top h2.topic {
  -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;
  opacity: 0;
}
[data-snap-child].top .links {
  pointer-events: none;
}
[data-snap-child].top .links2 {
  pointer-events: none;
}

[data-snap-child].top .playbtn,
[data-snap-child].top .spotbtn {
  -webkit-transition: transform 0.15s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.15s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
[data-snap-child].top.active h2.topic {
  opacity: 1;
}
[data-snap-child].top.active .links {
  pointer-events: auto;
}
[data-snap-child].top.active .links2 {
  pointer-events: auto;
}
[data-snap-child].top.active .playbtn,
[data-snap-child].top.active .spotbtn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  color: #fff;
  min-width: 100vw;
  min-height: 100vh;
  background: #000;
  position: relative;
  z-index: 400;
  overflow: hidden;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 25%;
  opacity: 0.5;
}
#slideshow:after {
  content: '\f078';
  line-height: 1;
  font-size: 1.5em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1.66666667em;
  left: 0;
  pointer-events: none;
}
#slideshow.active:after {
  -webkit-animation: bounce 5s both;
  animation: bounce 5s both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 20;
  animation-iteration-count: 20;
}
#slideshow .welcomevid {
  width: auto;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-59%, 0, 0);
  transform: translate3d(-59%, 0, 0);
}
@media (min-aspect-ratio: 16/9) {
  #slideshow .welcomevid {
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
#slideshow .links {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 6em;
}
#slideshow .spotbtn {
  letter-spacing: 0.1em;
  line-height: 3.33333333;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #008081;
  height: 3.33333333em;
  border-radius: 1.66666667em;
  margin: 0.83333333em;
  padding: 0 3.91666667em;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.99s ease-in-out, opacity 0.99s ease-in-out, transform 0.99s ease-in-out, background-color 0.99s ease-in-out;
  transition: color 0.99s ease-in-out, opacity 0.99s ease-in-out, transform 0.99s ease-in-out, background-color 0.99s ease-in-out;
}
#slideshow .spotbtn:hover {
  color: #fff;
  background-color: rgba(0, 128, 129, 0.8);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
/* ==================================================================
	.hero
=================================================================== */
.hero {
  width: 100%;
  display: block;
  position: relative;
  z-index: 400;
  margin-top: 180px;
}
.hero:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.7;
  z-index: 410;
}


.hero:after {
  z-index: 9999;
  content: '\f078';
  line-height: 1;
  font-size: 1.5em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1.66666667em;
  left: 0;
  pointer-events: none;
  text-align:center;
}
.hero:after {
  -webkit-animation: bounce 5s both;
  animation: bounce 5s both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 20;
  animation-iteration-count: 20;
}
@media only screen and (min-width: 48em) {
  .hero{
    margin: 180px 0 0 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .hero:before {
    background-size: 100% 100%;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
	
	 .hero{
    margin:0;
  }
  
  .hero:before {
    background-size: 100% 50%;
    /* midTab 1024w */
  }
}
.hero img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 400;
}
/* ==================================================================
	.spotlight
=================================================================== */
.logos-wrap{
    background: #d1d1d1;
    padding: 2em 0;
    text-align: center;
}
.logos-wrap img{
  margin: 20px 20px ;
}
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
.spotlight.top {
  height: 100vh;
  z-index: 400;
}
.spotlight.top > div,
.spotlight.top .fp-tableCell > div {
  width: 100vw;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.spotlight.top > div h2.topic,
.spotlight.top .fp-tableCell > div h2.topic {
  line-height: 1;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
  color: #fff;
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 5.45vw;
  z-index: 420;
  -webkit-transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
  transition: transform 0.99s ease-in-out, opacity 0.99s ease-in-out;
  pointer-events: none;
}
@media only screen and (max-width: 81.1875em) {
  .spotlight.top > div h2.topic,
  .spotlight.top .fp-tableCell > div h2.topic {
    top: 35%;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spotlight.top > div h2.topic,
  .spotlight.top .fp-tableCell > div h2.topic {
    top: 10vw;
    /* desk 1300w */
  }
}
.spotlight.top > div h2.topic.last,
.spotlight.top .fp-tableCell > div h2.topic.last {
  color: #fff;
}
.spotlight.top > div .links,
.spotlight.top .fp-tableCell > div .links {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 6.4em;
  z-index: 420;
}
.spotlight.top > div .links2,
.spotlight.top .fp-tableCell > div .links2 {
  width: 100%;
  display: block;
  position: fixed;
  left: 0.5em;
  bottom: 11.4em;
  z-index: 420;
}

.playbtn {
  color: rgb(109, 110, 112, .8);
  opacity: .6;
  font-size: 7.5em;
}

.spotlight.top > div .spotbtn,
.spotlight.top .fp-tableCell > div .spotbtn {
  letter-spacing: 0.1em;
  line-height: 3.33333333;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  height: 3.33333333em;
  border-radius: 1.66666667em;
  margin: 0.83333333em;
  padding: 0 3.91666667em;
  background-color: rgba(0, 128, 129, 0.9);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.99s ease-in-out, opacity 0.99s ease-in-out, transform 0.99s ease-in-out, background-color 0.99s ease-in-out;
  transition: color 0.99s ease-in-out, opacity 0.99s ease-in-out, transform 0.99s ease-in-out, background-color 0.99s ease-in-out;
}
.spotlight.top > div .spotbtn:hover,
.spotlight.top .fp-tableCell > div .spotbtn:hover {
  color: #008081;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.webp .spot01 {
  background-image: url(../images/spotlight/spot01bg.webp);
}
.no-webp .spot01 {
  background-image: url(../images/spotlight/spot01bg.jpg);
}
.webp .spot02 {
  background-image: url(../images/spotlight/spot02bg.jpg);
}
.no-webp .spot02 {
  background-image: url(../images/spotlight/spot02bg.jpg);
}
.webp .spot03 {
  background-image: url(../images/spotlight/spot03bg.webp);
}
.no-webp .spot03 {
  background-image: url(../images/spotlight/spot03bg.jpg);
}
.webp .spot04 {
  background-image: url(../images/spotlight/spot04bg.webp);
}
.no-webp .spot04 {
  background-image: url(../images/spotlight/spot04bg.jpg);
}
/* ==================================================================
	content || aka #home-content and .interior-content
=================================================================== */
#bd {
  padding: 5.5em 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 3em 0 3.4em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 40em;
}
body.meet-the-team #bd .container {
      max-width: 60em;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 40em;
    width: 100%;
    /* midTab 780w */
  }
  body.meet-the-team #content {
      max-width: 60em;
}
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ===============================================
 		.home content
=============================================== */
.home #bd {
  padding: 9em 0;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 5em 0 3.35em;
    /* midTab 780w */
  }
}
.home #bd .container {
  max-width: 60em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 60em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 4.61111111em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ===============================================
				custom content
=============================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaslider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #1f9092;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.68;
}
/* 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: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* comment line below if patient login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* 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: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
.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 {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.25;
  font-size: 1.33333333em;
  font-weight: 600;
  text-decoration: none;
  color: #008081;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.66666667;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #104849;
}
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%;
}
/* global override */
/* ==================================================================
		sidebar
	=================================================================== */
#sidebar {
  width: 100%;
  max-width: 15em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 37.5%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    /* midTab 768w */
  }
}
/*sitepics*/
#hide-stock {
  position: relative;
}
.static {
  width: 100%;
  position: relative;
}

.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  display: block;
  width: 100%;
  float: none;
  margin: 0 auto 25px;
  max-width: 600px;
  border: solid 4px #ffffff;
}
.staff {
  float: right;
  width: 45%;
  max-width: 180px;
  margin: 0 0 1em 1em;
}
.team-hover {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1.8em;
}
.team-hover.img-left {
  max-width: 234px;
}
.team-hover img {
  display: block;
  width: 100%;
  height: auto;
}
.team-hover .team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  /* height: 0; */
  height: 100%;
  opacity: 0;
  transition: .5s ease;
}
.team-hover:hover .team-overlay {
  /* height: 100%; */
  opacity: 1;
}
.team-overlay::before {
  content:"";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .3);
}
.team-hover .team-overlay::after {
  content:"";
  display: block;
  height: 100%;
  width: 45%;
  position: absolute;
  bottom: -20%;
  right: 0;
  z-index: 2;
  opacity: 0.75;
  background: url('/assets/images/team-watermark.png') bottom right no-repeat;
  background-size: contain;
  transition: .5s ease;
}
.team-hover:hover .team-overlay::after  {
  bottom: 0;
}
.team-hover.group .team-overlay::after {
  width: 23.6%;
}
.team-hover .text {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 1.150em;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  transition: .5s ease;
}
.team-hover:hover .text {
  top: 50%;
}
#team-group {
  text-align: center;
}
#team-group .col.span4:nth-child(3n-2){
  margin-left: 0;
}
.meet-the-team .lity-content {
  text-align: center;
  color: #fff;
  font-size: 0.875em;
}
.meet-the-team .lity-content::after {
  box-shadow: none;
}
.meet-the-team .lity-content h2 {
  color: #b1eded;
  margin-bottom: 5px;
  text-align: center;
}
.meet-the-team .lity-content h3 {
  color: #b1eded;
  text-align: center;
}
.meet-the-team .lity-content img {
  max-width: 280px;
  margin-bottom: 1.5em;
}
.meet-the-team .lity-content p {
  margin-bottom: 0;
}
#team-group .col a {
  position: relative;
  display: block;
  transition: .5s ease;
  max-width: 260px;
  margin: 0 auto;
}
#team-group .col a h2 {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  bottom: 60px;
  padding: 8px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #008081;
  transition: .5s ease;
    font-size: 1.25em;
}
#team-group .col a:hover h2 {
  transform: scale(1.1);
}


body[class~='blog'] #sidebar {
  display: block;
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
.spot05 {
  background-color: #222222;
  overflow: hidden;
}
.spot05 .cycle-slideshow {
  width: 200%;
  margin: 0 -50%;
}
@media only screen and (min-width: 48em) {
  .spot05 .cycle-slideshow {
    width: 150%;
    margin: 0 -25%;
    /* midTab */
  }
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-slideshow {
    width: 2000px;
    margin: 0 -1000px;
    left: 50%;
    /* maxTab */
  }
}
@media only screen and (min-width: 125em) {
  .spot05 .cycle-slideshow {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    /* custom */
  }
}
.spot05 .cycle-slide {
  padding: 0;
}

#subnav{
  padding: 32px 0 0;
}
#subnav a {
  letter-spacing: 0.1em;
  line-height: 2.30769231;
  font-size: 0.65em;
  font-weight: 500;
  color: #4a4a4d;
  height: 2.30769231em;
  margin: 0 1.30769231em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  -webkit-transition: transform 0.99s ease-in-out, color 0.99s ease-in-out;
  transition: transform 0.99s ease-in-out, color 0.99s ease-in-out;
}
#subnav a:hover {
  color: #fff;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}


.spot00 {
  padding: 8.7em 0 9.3em;
  background-image: url(../images/spotlight/spot00.jpg);
      background: url(../images/spotlight/spot00.jpg) 57%;
    }
.spot00 h2.topic {
  letter-spacing: -0.01em;
  line-height: 1.66666667;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  display: block;
  margin: 0 0 0.4em;
}
.spot00 h2.topic .trait {
  letter-spacing: normal;
  line-height: 2.22222222;
  font-size: 0.6em;
  font-weight: 400;
}
.spot00 .spotbtn {
  letter-spacing: 0.1em;
  line-height: 3.33333333;
  font-size: 0.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 15em;
  height: 3.33333333em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 420;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
.spot00 .spotbtn:hover {
  color: #000;
}
.spot00 .spotbtn:hover:after {
  background-color: #ffffff;
}
.spot00 .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.66666667em;
  border: 2px solid #fff;
  z-index: -1;
  -webkit-transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #4b4b4d;
  width: 100%;
  padding: 0;
  background-color: #e3e4e6;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#ft a {
  -webkit-transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
#ft a:hover {
  color: #444;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  #location {
    padding: 5.5em 0 3em;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location {
    padding: 5.5em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 35.5625em) {
  #location .logo {
    margin: 0 auto 1em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 35.625em) and (max-width: 47.9375em) {
  #location .logo {
    margin-right: 2em;
    display: inline-block;
    vertical-align: middle;
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  #location .logo {
    order: 2;
    /* midTab 768w */
  }
}
#location .logo svg {
  width: 13.85em;
  height: 14em;
}
#location .mod {
  text-align: left;
  width: 96%;
  width: 16em;
  display: block;
}
#location .logos {
  line-height: 0;
  text-align: center;
  display: block;
}
#location .logos img {
  margin-bottom: 20px;
  max-width: 180px;
}
@media only screen and (max-width: 35.5625em) {
  #location .logos {
    margin: 0 auto 1em;
    max-width: 230px;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 35.625em) and (max-width: 47.9375em) {
  #location .logos {
    margin-right: 2em;
    display: inline-block;
    vertical-align: middle;
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  #location .logos {
    width: 15.33333333em;
    order: 3;
    /* midTab 768w */
  }

}


@media only screen and (max-width: 35.5625em) {
  #location .mod {
    margin: 2em auto 1em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 35.625em) and (max-width: 47.9375em) {
  #location .mod {
    display: inline-block;
    vertical-align: middle;
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {

    order: 1;
    /* midTab 768w */
  }
}
#location .mod a {
  color: #4b4b4d;
  -webkit-transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
#location .mod a:hover {
  color: #008081;
}
#location .office {
  display: block;
  margin: 0 0 2em;
  padding: 0 0 0 1.65em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #location .office {
    /* midTab 768w */
  }
}
#location .address {
  line-height: 1.33333333;
  font-size: 0.75em;
  white-space: nowrap;
  margin: 0 auto;
  display: block;
}
#location .address:hover .marker {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#location .address .marker {
  line-height: 1;
  font-size: 1.33333333em;
  color: #008081;
  z-index: 400;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  display: block;
  position: absolute;
  top: -0.3em;
  left: 0;
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    /* midTab 768w */
  }
}
#location .address .trait {
  font-weight: 700;
}
#location .phone {
  line-height: 1.33333333;
  font-size: 0.75em;
  font-weight: 700;
  display: block;
}
/* socialmedia || aka social-icons */
.socialmedia {
  line-height: 0;
  width: 100%;
  height: auto;
  padding: 0 0 0 1.65em;
  margin: 0;
  display: block;
  position: relative;
  z-index: 300;
  text-align: left;
}
.socialmedia a {
  line-height: 2;
  font-size: 0.85em;
  height: 2em;
  width: 2em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.socialmedia a:hover {
  z-index: 400;
}
.socialmedia a:hover .icon {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .socialmedia a .icon {
    font-size: 11px;
    /* midTab 768oo */
  }
}
/* ===============================================
		tnav
=============================================== */
#textnav {
  line-height: 2.33333333;
  font-size: 0.75em;
  text-align: center;
  color: #008081;
}
@media only screen and (max-width: 47.9375em) {
  #textnav {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #textnav {
    text-align: right;
    width: 15.33333333em;
    display: inline-block;
    vertical-align: middle;
    order: 4;
    /* midTab 768w */
  }
}
#textnav p.text-nav {
  margin: 0;
  padding: 0;
}
#textnav a {
  color: #008081;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 29.9375em) {
  #textnav a {
    width: 25%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) {
  #textnav a {
    width: auto;
    /* mintab 480w */
  }
}
@media only screen and (max-width: 47.9375em) {
  #textnav a {
    margin: 0 0.6em 0.7em;
    display: inline-block;
    vertical-align: middle;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #textnav a {
    margin: 0 0 0 auto;
    display: block;
    /* midTab 768w */
  }
}
#textnav a:hover {
  color: #4a4a4d;
}
#textnav a.contact-us {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 0.8em;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: 13.33333333em;
  height: 2.5em;
  border-radius: 1.25em;
  margin: 0.91666667em auto 0;
  background-color: #008081;
}
@media only screen and (max-width: 47.9375em) {
  #textnav a.contact-us {
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #textnav a.contact-us {
    margin-right: 0;
    /* midTab 768w */
  }
}
#textnav a.contact-us:hover {
  background-color: #8fc8c9;
}
/* ==================================================================
		footer || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #58585a;
  margin: 0;
  background-color: #e3e4e6;
}
#links .container {
  padding: 2em 0;
  border-top: 1px solid #6d6e70;
}
@media only screen and (min-width: 48em) {
  #links .container {
    height: 7em;
    padding: 2.5em 0 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 3.33333333;
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  letter-spacing: 0.05em;
  color: #58585a;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #1f9092;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 1em;
}
/*sesame link*/
a#sesame-link .sesameicon {
  width: 1.58333333em;
  height: 1.33333333em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  -webkit-transition: fill 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out;
}
a#sesame-link .sesameicon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesameicon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesameicon path {
  fill: currentcolor;
}
/*backToTop*/
#btt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 30em) {
  #btt {
    width: auto;
    float: right;
    /* mintab 480w */
  }
}
a#backtotop {
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 50%;
  background-color: #008081;
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
a#backtotop:hover {
  background-color: #8fc8c9;
}
.liveChatFloatingButtonSpacer {
  height: 0!important;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 2px;
  width: 6.66666667em;
  margin: 1.58em auto 1.58em 0;
  background: #1f9092;
  border: none;
  display: block;
}
/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #1f9092;
}
/* Form Buttons */
form button {
  letter-spacing: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  border-radius: 19px;
  padding: 0 2em;
  background-color: #1f9092;
  border: 1px solid #1f9092;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  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: #1f9092;
  border-color: rgba(68, 68, 68, 0);
  background-color: rgba(68, 68, 68, 0.9);
}
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;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* 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;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .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%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    right: 8px;
    z-index: 3000;
  }
  #main-nav .collapsible .trigger {
    display: block;
    position: absolute;
    top: 3.55em;
    right: 5em;
    box-shadow: none;
  }
  #main-nav .collapsible .trigger .navicon {
    top: 0;
  }
  #main-nav .collapsible .trigger .navicon:before {
    content: 'Menu';
    letter-spacing: 0.1em;
    line-height: 0.5;
    font-size: 0.65em;
    text-transform: uppercase;
    color: currentcolor;
    display: block;
    position: absolute;
    right: calc(100% + 0.6em);
    bottom: 0;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@-webkit-keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* bounce */
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5em);
    transform: translateY(-5em);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  8% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  13% {
    -webkit-transform: translateY(-3.25em);
    transform: translateY(-3.25em);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  21% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  26% {
    -webkit-transform: translateY(-1.4em);
    transform: translateY(-1.4em);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    -webkit-transform: translateY(-0.4em);
    transform: translateY(-0.4em);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.bounce {
  -webkit-animation: bounce 5s both;
  animation: bounce 5s both;
}



/*vmaster adjust*/

.vMaster{
  left: auto !important;
  right: 0 !important;
  border-radius: 8px 0 0 8px !important;
}

.vTrigger{
    border-radius:0 !important;
}
.min .vControl {
    border-radius: 8px 0 0 0 !important;
}
.min .vTrigger {
    -webkit-transform: translateX(2.2em) !important;
    -moz-transform: translateX(2.2em) !important;
    -ms-transform: translateX(2.2em) !important;
    -o-transform: translateX(2.2em) !important;
    transform: translateX(2.2em) !important;
}