/* ===============================================
	.less VERSION 10
	
	member_name
	Written by: Builder_Name
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
.fontH {
  font-family: 'Roboto', 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: 'Roboto', sans-serif;
}
form button {
  font-family: 'Roboto', sans-serif;
}
body {
  font-size: 15px;
  color: #231f20;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #005c86;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #818385;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #231f20;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-weight: 500;
  font-family: 'League Spartan', sans-serif;
}
h1 {
  font-size: 10vw;
  text-transform: lowercase;
  margin-bottom: 0;
  color: #231f20;
  word-spacing: -0.29em;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3.45em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
}
h1 .first-word {
  color: #818385;
}
body[class^='meet-dr-'] h1{
  text-transform: unset;
}
#int-hd {
  background-color: #f8f8f8;
  padding: 2.6em 0 2.5em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #int-hd {
    margin-bottom: 4.25em;
  }
}
@media only screen and (min-width: 64em) {
  #int-hd {
    margin-top: 5.85em;
    padding: 2.6em 0 2.5em;
  }
}
.home h1 {
  text-align: left;
  margin: 1.5em 0 0.43em;
  font-weight: 200;
  color: #005c86;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2.15em;
    /* mintab 480w */
  }
}
.home h1 .top {
  display: block;
  text-transform: none;
  margin-bottom: -0.1em;
}
.home h1 .trait {
  font-size: 1.4em;
  font-weight: 400;
}
.home h1 .trait.arbor,
.home h1 .trait.group {
  color: #818385;
}
.home h1 .trait.dental {
  color: #231f20;
}
h2:not(.topic) {
  color: #818385;
  font-size: 1.6em;
}
h3:not(.topic) {
  color: #005c86;
  font-size: 1.5em;
}
h4 {
  color: #231f20;
  font-size: 1.4em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.2em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	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 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 64.6em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 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: 43px;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: 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: #005c86;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #818385;
}
#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: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  /*
		background-image: -moz-linear-gradient(top,  fade(#fff, 0) 0%, fade(#fff, 99%) 100%);
		background-image: -webkit-linear-gradient(top,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		background-image: linear-gradient(to bottom,  fade(#fff, 0) 0%,fade(#fff, 99%) 100%);
		*/
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 3.07692308;
  font-size: 0.8em;
  font-family: 'League Spartan', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #231f20;
  width: auto;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #005c86;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: scale(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #818385;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 2.85714286;
  font-size: 0.7em;
  color: #fff;
  font-family: 'League Spartan', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  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: #005c86;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > 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;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #026b9b;
  padding: 0;
  position: relative;
  background: #026b9b;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    color: #fff;
    background: #005c86 url('../images/nav/topbar.png') center no-repeat;
    background-size: cover;
    height: 1.45em /* maxTab 1024w */;
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 2.5em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0em 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 13.2em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 0.3em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 13.2em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    width: auto;
    margin: 0 0 0 0;
    /* mintab 480w */
  }
}
#contactinfo .address {
  line-height: 2.14285714;
  font-size: 0.7em;
  color: #fff;
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  #contactinfo .address {
    color: #ffffff;
  }
}
#contactinfo .phone {
  line-height: 2.14285714;
  font-size: 0.7em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
@media only screen and (min-width: 64em) {
  #contactinfo .phone {
    color: #fff;
  }
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: rgba(255, 255, 255, 0.7);
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 1em 0;
  display: block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 41.625em) {
  #utilitynav {
    display: inline-block;
    position: fixed;
    top: 5.5em;
    right: 0.5em;
    padding: 0;
  }
}
@media only screen and (min-width: 64em) {
  #utilitynav {
    top: 12.5em;
  }
}
#utilitynav a {
  line-height: 1.16666667;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #005c86;
  padding: 0;
  background: url('../images/nav/utility.png') center no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  transition: 0.33s ease-in-out;
  width: 7.91666667em;
  height: 8em;
  padding: 1.5em 0 0;
  margin: 0 0.5em;
  font-weight: 500;
}
#utilitynav a i {
  display: block;
  font-size: 1.75em;
  line-height: 1em;
  margin-bottom: 0.3em;
}
#utilitynav a:nth-of-type(3) {
  padding-top: 2.2em;
}
#utilitynav a:hover {
  transform: scale(0.9);
}
@media only screen and (min-width: 41.625em) {
  #utilitynav a {
    margin: 0 0 0.3em 0;
    display: block;
  }
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1.9em 0 0;
  position: relative;
  z-index: 300;
}
.socialmedia a {
  line-height: 1;
  font-size: 0.5em;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.3s ease-in-out;
}
.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 38.0952381vw;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin: 0 -15em;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 2.9vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: 2.8vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 {
    font-size: 2vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot01 {
    font-size: 1.4vw;
    padding: 4.25em 0 0;
    /* custom opt-out 979oo */
  }
}
@media only screen and (min-width: 90em) {
  .spot01 {
    font-size: inherit;
  }
}
.spot01 .container {
  max-width: 65.9em;
}
@media only screen and (min-width: 61.25em) {
  .spot01 .container {
    text-align: left;
  }
}
.spot01 h2 {
  font-family: 'League Spartan', sans-serif;
  font-weight: 500;
  text-transform: lowercase;
  color: #818385;
  font-size: 3.7em;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 61.25em) {
  .spot01 h2 {
    text-align: left;
    position: absolute;
    left: 5.42em;
    right: 0;
    top: 0.98333333em;
    margin: 0 auto;
    width: 5em;
  }
}
.spot01 h2 span {
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  color: #231f20;
  font-size: 0.86666667em;
  margin-top: -0.08em;
}
.spot01 p {
  color: #231f20;
  font-size: 0.75em;
  line-height: 1.2;
  max-width: 20.13333333em;
  margin: 0 auto 2em;
  text-align: center;
}
@media only screen and (min-width: 61.25em) {
  .spot01 p {
    text-align: justify;
    position: absolute;
    left: 66.25em;
    right: 0;
    top: 26.9em;
    margin: 0 auto;
  }
}
.spot01 a {
  color: #fff;
  width: 15em;
  height: 15.75em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: 0.33s ease-in-out;
  font-family: 'League Spartan', sans-serif;
  margin: 0.75em;
}
.spot01 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 92, 134, 0.9);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.33s ease-in-out;
}
@media only screen and (min-width: 61.25em) {
  .spot01 a:nth-of-type(1) {
    margin-top: 4.6em;
  }
  .spot01 a:nth-of-type(4) {
    margin-top: -3.1em;
  }
  .spot01 a:nth-of-type(5) {
    margin-top: -9.45em;
  }
}
.spot01 a:hover {
  z-index: 400;
}
.spot01 a:hover:before {
  opacity: 1;
}
.spot01 a:hover .mod {
  opacity: 1;
}
.spot01 a:hover h3.doctor-name {
  opacity: 0;
}
.spot01 a .decoration {
  width: 100%;
  transition: 0.33s ease-in-out;
}
.spot01 a .mod {
  width: 100%;
  display: block;
  position: absolute;
  top: 53.4%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: 0.33s ease-in-out;
}
.spot01 a h3 {
  line-height: 1;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 1.15em;
  transition: 0.33s ease-in-out;
}
.spot01 a h3.doctor-name {
  position: absolute;
  bottom: 0.75em;
  left: 1em;
  text-align: left;
  margin-bottom: 0;
  transition: 0.33s ease-in-out;
}
.spot01 a p {
  color: currentcolor;
  font-weight: 600;
  max-width: 17.85714286em;
  font-size: 0.7em;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 1.5em;
  top: unset;
  left: unset;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transition: 0.33s ease-in-out;
}
.spot01 a span {
  display: block;
  color: #005c86;
  font-size: 0.74em;
  font-weight: 600;
  text-transform: lowercase;
  line-height: 2.46153846;
  height: 2.16216216em;
  width: 6.75675676em;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  transition: 0.33s ease-in-out;
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 0;
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 0em 0 6em;
    /* midTab 780w */
  }
  #bd:before {
    content: '';
    position: fixed;
    z-index: 0;
    top: 0;
    left: 50%;
    height: 100%;
    width: 40%;
    margin-left: 12.58em;
    background: url(../images/spotlight/int.jpg) top center no-repeat;
    background-size: cover;
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.75em;
    width: 61.62790698%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 4.25em 0 2.6em;
    /* midTab 768w */
  }
  .home #bd:before {
    display: none;
  }
}
.home #bd .container {
  max-width: 64.5em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 31.45em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd #content {
    margin-right: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd img {
  display: none;
}
@media only screen and (min-width: 64em) {
  .home #bd img {
    display: block;
    position: absolute;
    left: -18.7em;
    top: 0;
    width: 46em;
    height: 49.6em;
  }
}
/* ==================================================================
	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: #005c86;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  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 {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 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;
  }
}
/* 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: 81.25em) {
  #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;
}
/* ==================================================================
	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.52173913;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #005c86;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #005c86;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #818385;
}
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: 48em) {
  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: 110%;
  margin: 0 -5% 3em;
  display: block;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 26.89922481%;
    margin: 0 0;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 17.35em;
  margin: 0 auto 0 -4.15em;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  #hide-stock {
    margin-bottom: 0;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 1em 0.75em rgba(0, 92, 134, 0.9);
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  margin: 0 0 6%;
  background: #231f20;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 47.94em) {
  #subnav {
    padding: 1.6em 15% 1em;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  #subnav {
    padding: 2.4em 1em 4em 1.8em;
    order: 2;
    margin-left: 2.4em;
    margin-top: -1.6em;
    width: 14.95em;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 0.78571429;
  font-size: 1.4em;
  text-align: inherit;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  margin: 0 auto 0.68em;
  display: block;
  position: relative;
  z-index: 400;
  font-weight: 300;
  text-align: center;
  font-family: 'League Spartan', sans-serif;
}
@media only screen and (min-width: 48em) {
  #subnav h2.topic {
    text-align: left;
  }
}
#subnav p {
  line-height: 1.1875;
  font-size: 0.8em;
  font-family: 'League Spartan', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#subnav a {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin: 0.2em 0.8em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #subnav a {
    float: left;
    clear: left;
    margin: 0.2em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #818385;
  text-decoration: none;
}
/* END SIDEBAR - */
/* ==================================================================
	spot02 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot02 {
  text-align: center;
  padding: 2em 0 0;
  margin: 0;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot02 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot02 {
    font-size: 2.8vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot02 {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
@media only screen and (min-width: 64em) {
  .spot02 {
    position: absolute;
    left: 19.9em;
    right: 0;
    top: 4.5em;
    margin: 0 auto;
    padding: 0;
  }
}
.spot02 a {
  color: #fff;
  width: 8.5em;
  height: 8.5em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: 0.33s ease-in-out;
  margin: 0.25em;
}
.spot02 a:before {
  content: '';
  height: 10.6em;
  width: 10.6em;
  position: absolute;
  left: -1.1em;
  top: -1.1em;
  background-color: rgba(0, 92, 134, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 82% 100%, 82% 88.5%, 0 88.5%);
  opacity: 0;
  transform: scale(0.5);
  transition: 0.5s ease-in-out;
}
.spot02 a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.spot02 a div {
  background-color: #005c86;
  padding-top: 1.45em;
  display: block;
  width: 8.5em;
  height: 8.5em;
}
.spot02 a:nth-of-type(2):before {
  background-color: rgba(129, 131, 133, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 29% 88%, 29% 100%, 0 100%);
}
.spot02 a:nth-of-type(3):before {
  background-color: rgba(35, 31, 32, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 100%, 65% 88.5%, 0 88.5%);
}
.spot02 a:nth-of-type(4):before {
  background-color: rgba(0, 92, 134, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% 84%, 23% 84%, 23% 100%, 0 100%);
}
.spot02 a:nth-of-type(5):before {
  background-color: rgba(129, 131, 133, 0.5);
}
.spot02 a:nth-of-type(2) div {
  background-color: #818385;
  padding-top: 1.5em;
}
.spot02 a:nth-of-type(2) div i {
  margin-bottom: 0.26em;
}
.spot02 a:nth-of-type(3) span {
  background-color: #231f20;
}
.spot02 a:nth-of-type(3) span i {
  margin-bottom: 0.35em;
}
.spot02 a:nth-of-type(4) div {
  background-color: #005c86;
  padding-top: 1.62em;
}
.spot02 a:nth-of-type(4) div i {
  margin-bottom: 0.17em;
}
.spot02 a:nth-of-type(5) div {
  background-color: #818385;
  padding-top: 2em;
}
.spot02 a:nth-of-type(5) div i {
  margin-bottom: 0.23em;
}
@media only screen and (min-width: 64em) {
  .spot02 a {
    display: block;
    margin: -0.5em 0;
  }
  .spot02 a:nth-of-type(1) {
    margin-left: 2em;
  }
  .spot02 a:nth-of-type(1) div {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 82% 100%, 82% 88.5%, 0 88.5%);
  }
  .spot02 a:nth-of-type(2) div {
    clip-path: polygon(0 0, 100% 0, 100% 88%, 29% 88%, 29% 100%, 0 100%);
  }
  .spot02 a:nth-of-type(3) {
    margin-left: 2.95em;
  }
  .spot02 a:nth-of-type(3) div {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 100%, 65% 88.5%, 0 88.5%);
  }
  .spot02 a:nth-of-type(4) {
    margin-left: -0.5em;
  }
  .spot02 a:nth-of-type(4) div {
    clip-path: polygon(0 0, 100% 0, 100% 84%, 23% 84%, 23% 100%, 0 100%);
  }
  .spot02 a:nth-of-type(5) {
    margin-left: 2em;
  }
}
.spot02 a i {
  font-size: 2.1em;
  margin: 0 auto 0.4em;
  transition: 0.33s ease-in-out;
}
.spot02 a h2.topic {
  line-height: 1;
  font-size: 1em;
  text-transform: lowercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 500;
  font-family: 'League Spartan', sans-serif;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 2.95em 0 5em;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: 1.25vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .associationlogos a {
    margin: 0 1.08em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
}
.associationlogos a.ADA {
  width: 3.75em;
  height: 1.2em;
}
.associationlogos a.AGD {
  width: 6.3em;
  height: 1.7em;
}
.associationlogos a.CDA {
  width: 3.65em;
  height: 3.65em;
}
.associationlogos a.nhd {
  width: 7em;
  height: 1.45em;
}
.associationlogos a.ocds {
  width: 12.05em;
  height: 3.65em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	spot03 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot03 {
  text-align: center;
  padding: 4.9em 0;
  margin: 0;
  background: #08587c url('../images/spotlight/spot03.png') center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot03 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot03 {
    font-size: 1.8vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot03 {
    font-size: inherit;
    /* custom opt-out 979oo */
  }
}
.spot03 h2 {
  color: #fff;
  font-size: 2.95em;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif;
  font-weight: 200;
  margin: 0 auto 0.58em;
  max-width: 12.5em;
  text-align: left;
}
.spot03 .cycle-slideshow {
  height: 22em;
}
.spot03 div a {
  color: #fff;
  font-weight: 600;
  text-transform: lowercase;
  width: 15em;
  height: 22em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: 0.33s ease-in-out;
}
.spot03 div a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(35, 31, 32, 0.9);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 div a {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 div a {
    margin: 0 0.75em;
    /* midTab 768w */
  }
}
.spot03 div a:hover {
  z-index: 400;
}
.spot03 div a:hover:before {
  opacity: 1;
}
.spot03 div a:hover .mod {
  opacity: 1;
}
.spot03 div a:hover h3.doctor-name {
  opacity: 0;
}
.spot03 div a .decoration {
  width: 100%;
  transition: 0.33s ease-in-out;
}
.spot03 div a .mod {
  width: 100%;
  display: block;
  position: absolute;
  top: 53.15%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  transition: 0.33s ease-in-out;
}
.spot03 div a h3 {
  line-height: 1;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 1.7em;
  transition: 0.33s ease-in-out;
}
.spot03 div a h3.doctor-name {
  position: absolute;
  bottom: 0.75em;
  left: 1em;
  text-align: left;
  margin-bottom: 0;
}
.spot03 div a p {
  color: currentcolor;
  font-weight: 600;
  max-width: 17.14285714em;
  font-size: 0.7em;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 1.45em;
  top: unset;
  left: unset;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transition: 0.33s ease-in-out;
  white-space: normal;
}
.spot03 div a span {
  display: block;
  color: #005c86;
  font-size: 0.74em;
  font-weight: 600;
  text-transform: lowercase;
  line-height: 2.46153846;
  height: 2.16216216em;
  width: 6.75675676em;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  transition: 0.33s ease-in-out;
}
.spot03 #services-left,
.spot03 #services-right {
  display: block;
  width: 1.75438596em;
  height: 7.71929825em;
  background: rgba(255, 255, 255, 0.2);
  font-size: 2.85em;
  line-height: 7.71929825;
  margin: 0;
  color: #fff;
  top: 3.5em;
  position: absolute;
  z-index: 999;
}
@media only screen and (min-width: 61.25em) {
  .spot03 #services-left,
  .spot03 #services-right {
    top: 3.35em;
  }
}
.spot03 #services-left {
  left: 0;
}
.spot03 #services-right {
  right: 0;
}
.spot03 .sptbtn {
  color: #fff;
  font-weight: 600;
  text-transform: lowercase;
  font-family: 'League Spartan', sans-serif;
  width: 7.82352941em;
  background-color: #818385;
  height: 2.47058824em;
  line-height: 2.58823529;
  font-size: 0.85em;
  display: block;
  margin: 5.23529412em auto 0;
  transition: 0.33s ease-in-out;
}
.spot03 .sptbtn:hover {
  transform: scale(1.1);
}
/* ===============================================
	spot04 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot04 {
  background-color: #818385;
}
@media only screen and (min-width: 48em) {
  .spot04 {
    height: 30em;
    /* midTab 768w */
  }
}
.spot04 .mod {
  display: block;
  vertical-align: top;
  padding: 6.6em 0;
}
.spot04 .mod:nth-of-type(2) {
  background: url('../images/spotlight/spot04.jpg') center no-repeat;
  background-size: cover;
  padding: 8.625em 0 4.75em;
  text-align: left;
}
@media only screen and (min-width: 48em) {
  .spot04 .mod {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
  }
}
.spot04 .mod:first-of-type .inner {
  max-width: 15em;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  .spot04 .mod:first-of-type .inner {
    margin: 0 8.95em 0 auto;
  }
}
.spot04 .mod:first-of-type h2 {
  color: #fff;
  font-size: 2.75em;
  line-height: 1.2em;
  text-transform: lowercase;
  font-weight: 500;
  font-family: 'League Spartan', sans-serif;
  margin-bottom: 0.83em;
}
.spot04 .mod:first-of-type h2 span {
  font-size: 1.32727273em;
  line-height: 1.17741935em;
  text-transform: uppercase;
  font-weight: 200;
  display: block;
  margin-top: -0.1em;
}
.spot04 .mod:first-of-type .tlinks {
  display: block;
  background: #005c86;
  width: 10.47368421em;
  height: 2.10526316em;
  padding-left: 1em;
  font-weight: 600;
  font-family: 'League Spartan', sans-serif;
  color: #fff;
  font-size: 0.95em;
  line-height: 2.4;
  margin-bottom: 0.52631579em;
  text-transform: lowercase;
  transition: 0.33s ease-in-out;
}
.spot04 .mod:first-of-type .tlinks:hover {
  background-color: #000;
}
.spot04 .mod:first-of-type .tlinks a {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: -0.4em;
  transition: 0.33s ease-in-out;
}
.spot04 .mod:first-of-type .tlinks a:hover {
  transform: scale(1.2);
}
.spot04 .mod:first-of-type .tlinks a:first-of-type {
  margin-left: -0.4em;
}
.spot04 .cycle-slideshow {
  color: #fff;
  width: 96%;
  max-width: 22.5em;
  margin: 0 auto;
  display: block;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .spot04 .cycle-slideshow {
    margin: 0 0 0 9.05em;
  }
}
.spot04 .cycle-slideshow:hover {
  color: #68696b;
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
}
.spot04 .testimony {
  line-height: 1.22222222;
  font-size: 1.35em;
  display: block;
  text-align: left;
  margin-bottom: 2.03703704em;
  color: #fff;
}
.spot04 .testifier {
  line-height: 1.76;
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: 'League Spartan', sans-serif;
  font-weight: 200;
  display: block;
}
.spot04 .controls {
  line-height: 0;
  width: 96%;
  max-width: 23.5em;
  margin: 2.3em auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .spot04 .controls {
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot04 .controls {
    margin: 0 0 0 9.05em;
  }
}
.spot04 .controls > a {
  line-height: 1;
  font-size: 1em;
  text-align: left;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot04 .controls > a:hover {
  transform: scale(1.44);
  opacity: 0.5;
}
.spot04 .controls > a.prev {
  margin-right: 0.1em;
}
@media only screen and (min-width: 48em) {
  .spot04 .controls > a.prev {
    /* midTab 768w */
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #f1f3f4 url(../images/footer/map.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto 100% /* desk 1300w */;
  }
}
#ft a {
  color: #fff;
  transition: 0.33s ease-in-out;
}
#ft a:hover {
  color: rgba(255, 255, 255, 0.7);
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 8.5em 0 0;
  background: url('../images/footer/back.png') left center no-repeat;
  background-size: cover;
  display: block;
}
@media only screen and (min-width: 48em) {
  #location {
    text-align: left;
    width: 50%;
    margin-left: 50%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 48em) {
  #location {
    margin-left: 50%;
    padding-left: 9.5em;
    float: left;
    /* desk 1300w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 13.75em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    margin: 0 auto 0 0;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 0.9em;
  display: block;
}
#location .logo img {
  width: 13.75em;
}
#location .address {
  line-height: 1.065;
  font-size: 0.7em;
  color: #fff;
  margin: 0 auto;
  display: block;
}
#location .address .marker {
  line-height: 1;
  font-size: 4.71428571em;
  margin-left: -7.9em;
  position: absolute;
  left: 50%;
  top: 3.5em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
  display: none;
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address .marker:before {
  color: #005c86;
}
#location .address .marker:after {
  content: '';
  width: 1.10606061em;
  height: 1.01515152em;
  background: url(../images/footer/shadowalt.png) no-repeat center center;
  left: 0.2em;
  bottom: -0.15em;
  background-size: cover;
  position: absolute;
  z-index: -1;
  transition: transform 0.33s ease-in-out;
}
#location .address:hover .marker {
  transform: scale(2);
}
#location .phone {
  line-height: 1.5;
  font-size: 0.7em;
  display: block;
  margin-bottom: -0.63em;
}
#location .ftemail {
  color: #fff;
  font-size: 0.7em;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}
#location .util {
  line-height: 2.5;
  font-size: 0.6em;
  padding-bottom: 1.45em;
  margin-top: 9.20833333em;
}
#location .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#location .util a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#location .util a,
#location .util .divider {
  display: inline-block;
}
#location .util .divider {
  margin: 0 0em;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 1.02em 0;
  margin: 0;
  background-color: #fff;
  z-index: 999;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  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;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
a#backtotop {
  line-height: 1.55;
  font-size: 1.05em;
  font-family: 'League Spartan', sans-serif;
  font-weight: 200;
  color: #005c86;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out;
  text-transform: uppercase;
}
a#backtotop:hover {
  color: #000;
}
/*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: #666;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #005c86;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #005c86;
  border: 1px solid #005c86;
  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: #818385;
  background-color: #818385;
}
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) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .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%; }*/
  .before-after-box,
  p.before-after-text {
    width: 100%;
  }
  .before-after-image img {
    width: auto;
  }
  .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
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.42em;
    margin-top: 0em;
    position: relative;
    top: 1.1em;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.3em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.07em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    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.07692308;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    content: '';
    width: 37px;
    height: 49px;
    background: url('../images/nav/active.png') center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -0.5em;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform: scale(0);
    opacity: 0;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.3em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.1;
    text-align: left;
    white-space: nowrap;
    height: 1.85714286em;
    width: 100%;
    padding: 0 2.21428571em;
    float: left;
    transition-duration: 0s;
  }
  #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 {
    left: -1.55em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.55em;
    margin: 0;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@media only screen and (min-width: 81.25em) {
  #main-nav ul li a[id]:after {
    top: -0.2em;
  }
}
