/* ===============================================
	.less VERSION 2.0
	
	li-lina2
	
	Sesame Communications - (c) 2021
	Written by: Ryan Postell
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* color */
/* color || hyperlinks */
/* ===============================================
					fonts
=============================================== */
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condens ed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/roboto-condensed-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-condensed-v24-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condens ed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/roboto-condensed-v24-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-condensed-v24-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condens ed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/roboto-condensed-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/roboto-condensed-v24-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* red-hat-text-regular - latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/red-hat-text-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/red-hat-text-v10-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* red-hat-text-500 - latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('../fonts/red-hat-text-v10-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/red-hat-text-v10-latin-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* red-hat-text-700 - latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/red-hat-text-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/red-hat-text-v10-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* red-hat-text-italic - latin */
@font-face {
  font-family: 'Red Hat Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/red-hat-text-v10-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/red-hat-text-v10-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.fontR {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.fontRC {
  font-family: 'Montserrat', Helvetica, Arial, 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%);
}
/* ===============================================
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: 'Open Sans', Helvetica, Arial, sans-serif;
}
form button {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #138dd6;
  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: #138dd6;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #138dd6;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-weight: 500;
  text-transform: uppercase;
}
h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.5;
  font-size: 0.5em;
  text-transform: none;
}
.home h1 .trait.bottom {
  line-height: 1.5;
  font-size: 0.5em;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #0578bc;
}
h3:not(.topic) {
  font-size: 1.1em;
  color: #808080;
}
h4 {
  font-size: 1em;
  color: #000000;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.05em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 50em;
}
/* ===============================================
	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 1em;
  background-color: #fff;
  position: relative;
  z-index: 3000;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    background: rgba(19, 141, 214, 0.9);
  }
  #masthead:before {
    content: '';
    position: absolute;
    display: block;
    height: 4.55em;
    width: 100%;
    background: #fff;
    opacity: 1;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 81.25em) {
  #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: 60em;
    /* 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(19, 141, 214, 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: #138dd6;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: color 0.33s ease-in-out;
  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;
  -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) {
  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: #138dd6;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #138dd6;
}
#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) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  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: 2.66666667;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #000;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  -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: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
  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 {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #000000;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  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;
  color: #fff;
  margin-bottom: 0;
  background: #138dd6;
  border: none;
}
/* 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 {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #138dd6;
  padding: 0;
  position: relative;
}
@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;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 1.5em 55px 1.5em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0;
    width: 96%;
    max-width: 64.5em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 15.3em;
  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: 1.75em;
    left: 0.1em;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 15.3em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    width: auto;
    margin: 0 0.5em 0 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  #contactinfo {
    padding-top: 0em;
    margin: 0;
    font-size: inherit;
    height: 1.3em;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
#contactinfo .address {
  line-height: 1.266667em;
    font-size: 1em;
  color: #4a4f55;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 64em) {
  #contactinfo .address {
    color: #fff;
    margin-right: 2em;
  }
}
#contactinfo .address:hover {
  text-decoration: underline;
  color: #fff;
}
#contactinfo .address span {
  margin-right: 0.25em;
}
#contactinfo .phone {
  font-size: 1em;
  line-height: 1.16666667;
  color: #4a4f55;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin-right: 1.66666667em;
}
@media only screen and (min-width: 64em) {
  #contactinfo .phone {
    color: #fff;
    margin-right: 2.33333333em;
  }
}
#contactinfo .phone span {
  margin-right: 0.25em;
}
#contactinfo a {
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #138dd6;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#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 a {
  line-height: 2.5;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #138dd6;
  display: inline-block;
  vertical-align: top;
  -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;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #138dd6;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: 1.3em;
  padding: 0 0.75em;
  margin: 1em 0 0;
  position: absolute;
  top: -0.5em;
  right: 4em;
  z-index: 300;
  background: #138dd6;
  display: inline-flex;
  justify-content: center;
}
@media only screen and (min-width: 386px) {
  .socialmedia {
    top: 0.5em;
  }
}
@media only screen and (min-width: 386px) {
  .socialmedia {
    margin: 0;
    margin-left: 0.7em;
  }
}
@media only screen and (min-width: 666px) {
  .socialmedia {
    position: relative;
    top: auto;
    right: auto;
    font-size: inherit;
  }
}
@media only screen and (min-width: 1024px) {
  .socialmedia {
    background: transparent;
    padding: 0;
    margin: 0;
  }
}
.socialmedia a {
  line-height: 1.63636;
  font-size: 0.75em;
  color: #fff;
  height: 2.36363636em;
  width: 1.63636364em;
  border-radius: 50%;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -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;
}
@media only screen and (min-width: 64em) {
  .socialmedia a {
    margin: 0 0 3px 0;
    /* maxTab 1024w */
  }
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  color: #fff !important;
  z-index: 400;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #fff;
  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;
  aspect-ratio: 5 / 2;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
#slideshow .ssoverlay {
  line-height: 0.875;
  font-size: 2em;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .trait {
  line-height: 1;
  font-size: 2em;
  text-transform: uppercase;
  display: block;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  padding: 3.75em 0;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .spot01 {
    padding-top: 5.05em;
    padding-bottom: 5.05em;
    background: url("../images/spotlight/call-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.spot01 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(2.9vw, 1em);
  flex-wrap: wrap;
  max-width: 64.5em;
}
@media only screen and (min-width: 48em) {
  .spot01 .container {
    font-size: min(1.3vw, 1em);
    justify-content: space-between;
  }
}
.spot01 a {
  width: 14.9em;
  height: 17.8em;
  display: block;
  padding: 0.75em 0.75em 0 0.75em;
  background: #fff;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.14);
  margin: 0.75em;
}
@media only screen and (min-width: 48em) {
  .spot01 a {
    margin: 0;
  }
  .spot01 a:hover img {
    filter: grayscale(1);
  }
}
.spot01 a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.85em;
  transition: filter 0.3s;
}
.spot01 a h2 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #138dd6;
  font-size: 1em;
  line-height: 0.9em;
  font-weight: 300;
  text-align: left;
  margin-bottom: 1em;
}
.spot01 a h2 span {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1em;
  display: block;
  font-weight: 500;
}
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  padding: 3.75em 0;
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .spot02 {
    padding-top: 3.8em;
    padding-bottom: 5em;
  }
}
.spot02 h2 {
  font-size: 2.05em;
  line-height: 1em;
  color: #138dd6;
  font-weight: 300;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 1.07317073em;
}
.spot02 .container {
  max-width: 81em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: min(1.7vw, 1em);
}
@media only screen and (min-width: 600px) {
  .spot02 .container {
    justify-content: space-between;
    font-size: min(1.1vw, 1em);
    flex-wrap: nowrap;
  }
}
.spot02 img {
  width: 26.6em;
  height: 17.75em;
  margin: 0.75em;
}
@media only screen and (min-width: 600px) {
  .spot02 img {
    margin: 0;
  }
}
.spot02 .button {
  font-size: 0.75em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: 10.2em;
  height: 3.2em;
  background-color: #000;
  display: block;
  color: #fff;
  margin: auto;
  line-height: 3.2em;
  margin-top: 2.53333333em;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.spot02 .button:hover {
  background-color: #138dd6;
}
/* ===============================================
	spot03 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot03 {
  padding: 8.05em 0 6.1em;
  background: #138dd6;
}
@media only screen and (min-width: 600px) {
  .spot03 {
    background: url("../images/spotlight/reviews-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 {
    padding-top: 15.9em;
    padding-bottom: 4.65em;
  }
}
.spot03 .cycle-slideshow {
  color: #138dd6;
  width: 96%;
  max-width: 48.05em;
  margin: 0 auto;
  display: block;
}
.spot03 .cycle-slideshow:hover {
  color: #0f6ea7;
}
.spot03 .cycle-slide {
  width: 100%;
  display: block;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
.spot03 .testimony {
  line-height: 1.54545455;
  font-size: 1.1em;
  display: block;
  color: #fff;
  margin-bottom: 2.18181818em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  .spot03 .testimony {
    margin-top: 2.63157895em;
  }
}
@media only screen and (min-width: 768px) {
  .spot03 .testimony {
    margin-top: 0em;
    font-size: 1.9em;
    line-height: 0.94736842;
    margin-bottom: 2.22727273em;
  }
}
.spot03 .testifier {
  line-height: 1.81818182;
  font-size: 1.1em;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-bottom: 1.81818182em;
  margin-left: 0.38461538em;
}
@media only screen and (min-width: 768px) {
  .spot03 .testifier {
    font-size: 0.68421053em;
    line-height: 1.38461538;
    margin: 0;
    margin-left: 0.38461538em;
  }
}
.spot03 .button {
  line-height: 2.76923077em;
  font-size: 0.65em;
  width: 9em;
  text-transform: uppercase;
  color: #000000;
  background: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  .spot03 .button:hover {
    color: #2992b7;
  }
  .spot03 .button:hover:before {
    border: 30px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .spot03 .button:hover a {
    color: #2992b7;
  }
}
.spot03 .review {
  width: 14.23076923em;
  margin-left: 0.76923077em;
}
.spot03 .review a {
  color: #000000;
  margin-left: 0.76923077em;
  transition: transform 0.3s;
  display: inline-block;
}
.spot03 .review a:hover {
  transform: translateY(-5px);
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* ==================================================================
	content || aka .interior-content
=================================================================== */
.hero {
  display: none;
}
@media only screen and (min-width: 48em) {
  .hero {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .hero {
    margin-top: 5.85em;
  }
}
#bd {
  padding: 3em 0;
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
  border-bottom: 1px solid #ebeaea;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 4.6em 0 3.31em;
  }
}
@media only screen and (min-width: 64em) {
  #bd:before {
    margin-left: 11.5em;
  }
}
#bd .container {
  max-width: 64.5em;
}
#bd h1 {
  color: #000;
  font-weight: 500;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 30em) {
  #bd h1 {
    font-size: 2.35em;
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.75em;
    width: 61.62790698%;
    float: left;
    /* midTab 780w */
  }

  body.layout-full-width #content {
    max-width: none;
    width: 100%;
    float: none;
  }
  #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 */
  }
}
#content .content-text a {
  color: #33a0e1;
  text-decoration: underline;
}
#content .content-text a:hover {
  color: #0578bc;
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 4.35em 0 5em;
  position: relative;
  background: #fff;
  border: none;
}
@media only screen and (min-width: 1500px) {
  .home #bd:after {
    display: none;
  }
}
.home #bd .container {
  max-width: 67.5em;
}
@media only screen and (min-width: 1500px) {
  .home #bd .container {
    padding-left: 1.5em;
  }
}
.home #bd h1 {
  margin-bottom: 0.59574468em;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1em;
}
@media only screen and (min-width: 30em) {
  .home #bd h1 {
    font-size: 2.35em;
  }
}
@media only screen and (min-width: 48em) {
  .home #bd h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .home #bd h1 {
    white-space: nowrap;
  }
}
.home #bd h1 .trait {
  display: block;
  color: #31a3e7;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 0.65957447em;
  line-height: 1.03225806;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.home #bd .line {
  width: 6.5em;
  height: 0.1em;
  background: #4c3041;
  margin: 2.65em auto 2.3em;
}
@media only screen and (min-width: 48em) {
  .home #bd .line {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 35em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1200px) {
  .home #bd #content {
    float: left;
    max-width: 31.5em;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content .content-text {
  color: #000000;
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
.home #bd #content p {
  color: #000000;
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd #content a {
  color: #33a0e1;
  text-decoration: underline;
  transition: filter 0.3s;
}
.home #bd #content a:hover {
  filter: brightness(50%);
}
.home-image {
  display: none;
}
body.home .home-image {
  display: none;
}
@media only screen and (min-width: 1200px) {
  body.home .home-image {
    display: block;
    position: absolute;
    top: 0em;
    height: 45em;
    left: 50%;
    width: 44.5em;
    margin-left: 1.3em;
  }
  body.home .home-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
    filter: grayscale(1);
  }
}
/* ==================================================================
	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: #138dd6;
  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;
}
/* 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.125;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #0578bc;
  font-weight: 500;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #000000 !important;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
}
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: 23.33333333%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
  body.layout-full-width #sidebar {
    display: none;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  box-shadow: 8px 13px 15px 0px rgba(0, 0, 0, 0.14);
  z-index: 100;
  width: 100%;
  max-width: 15.05em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  #hide-stock {
    margin-bottom: 0em;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
.stock {
  width: 100%;
  position: relative;
}
/* ===============================================
	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: #138dd6;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 47.94em) {
  #subnav {
    padding: 2.5em 10% 2.5em;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  #subnav {
    padding: 1.85em 1em 1.85em 2.45em;
    order: 2;
    box-shadow: 8px 13px 15px 0px rgba(0, 0, 0, 0.14);
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 1.84210526;
  font-size: 0.95em;
  text-align: inherit;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  height: 1.84210526em;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 48em) {
  #subnav h2.topic {
    text-align: left;
  }
}
#subnav p {
  line-height: 1.5;
  font-size: 0.6em;
  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 {
    margin: 0.2em 0;
    display: block;
    text-align: left;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: underline;
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot04 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  position: relative;
  padding: 3.75em 0;
  background: #000;
}
@media only screen and (min-width: 48em) {
  .spot04 {
    background: url("../images/spotlight/what-sets-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 5.05em;
  }
}
@media only screen and (min-width: 48em) {
  .spot04 .container {
    position: relative;
    max-width: 64.5em;
    font-size: min(1.5vw, 1em);
  }
}
.spot04 .bg {
  display: none;
}
@media only screen and (min-width: 48em) {
  .spot04 .bg {
    display: block;
    position: absolute;
    width: 33em;
    height: 32.75em;
    top: -6.5em;
    left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .spot04 .content {
    background: rgba(19, 141, 214, 0.9);
    position: relative;
    z-index: 100;
    width: 25.05em;
    padding-top: 5.6em;
    padding-left: 5.05em;
    padding-bottom: 7em;
    margin-left: auto;
    margin-right: 11.45em;
    margin-top: 6.5em;
  }
}
.spot04 h2 {
  font-size: 2.55em;
  line-height: 0.88235294;
  font-weight: 300;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 0.45098039em;
}
@media only screen and (min-width: 48em) {
  .spot04 h2 {
    text-align: left;
  }
}
.spot04 h2 span {
  display: block;
  font-weight: 500;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.spot04 p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.27777778;
  max-width: 27.72222222em;
  margin: auto;
  margin-bottom: 1.38888889em;
}
@media only screen and (min-width: 48em) {
  .spot04 p {
    text-align: left;
    max-width: 16.61111111em;
    margin-left: 0;
  }
}
.spot04 .button {
  font-size: 0.65em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: 9em;
  height: 2.61538462em;
  background-color: #fff;
  display: block;
  color: #000;
  margin: auto;
  line-height: 2.61538462em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2.92307692em;
}
@media only screen and (min-width: 48em) {
  .spot04 .button {
    display: block;
    margin-left: 0;
    background-color: #000;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
  }
  .spot04 .button:hover {
    background-color: #fff;
    color: #000;
  }
}
/* ===============================================
	spot05 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
#spot05 {
  background: #138dd6;
  padding-top: 5em;
  padding-bottom: 5em;
}
#spot05 .container {
  max-width: 81em;
}
@media only screen and (min-width: 48em) {
  #spot05 .container {
    font-size: min(1.2vw, 1em);
  }
}
#spot05 a {
  height: auto;
}
#spot05 a:nth-of-type(1) h2:before {
  content: '';
  position: absolute;
  display: block;
  height: 1em;
  width: 1.3em;
  background: url("../images/spotlight/serv1-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0.45em;
}
#spot05 a:nth-of-type(2) h2:before {
  content: '';
  position: absolute;
  display: block;
  height: 1em;
  width: 1.3em;
  background: url("../images/spotlight/serv2-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0.7em;
}
#spot05 a:nth-of-type(3) h2:before {
  content: '';
  position: absolute;
  display: block;
  height: 1em;
  width: 1.3em;
  background: url("../images/spotlight/serv3-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8em;
}
#spot05 a:nth-of-type(4) h2:before {
  content: '';
  position: absolute;
  display: block;
  height: 1em;
  width: 1.3em;
  background: url("../images/spotlight/serv4-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0.65em;
}
#spot05 a:nth-of-type(5) h2:before {
  content: '';
  position: absolute;
  display: block;
  height: 1em;
  width: 1.3em;
  background: url("../images/spotlight/serv5-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
#spot05 a img {
  margin-bottom: 0.1em;
}
#spot05 a h2 {
  margin: 0;
  position: relative;
}
#spot05 a h2 span {
  font-size: 0.75em;
  line-height: 4.86666667;
  font-weight: 500;
  padding-left: 2.86666667em;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  padding: 3.75em 0;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  #ft {
    font-size: min(1.4vw, 1em);
    display: flex;
    justify-content: space-between;
    max-width: 56.25em;
    margin: auto;
  }
}
@media only screen and (min-width: 48em) {
  #ft {
    padding-top: 4.9em;
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    transform: translateX(4.3em);
    padding-bottom: 4.95em;
  }
}
#ft .map {
  width: 23.25em;
  height: 17.5em;
  display: block;
  position: relative;
  font-size: min(3.4vw, 1em);
  margin: auto;
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 48em) {
  #ft .map {
    margin: 0;
  }
  #ft .map:hover .pin {
    transform: translateY(-0.35em);
  }
}
#ft .map .map-image {
  position: relative;
}
#ft .map .pin {
  position: absolute;
  z-index: 1000;
  width: 4.7em;
  height: 3.95em;
  left: 10.35em;
  top: 6.6em;
  transition: transform 0.3s;
}
#ft .right-content {
  text-align: center;
}
@media only screen and (min-width: 48em) {
  #ft .right-content {
    width: 31.5em;
  }
}
#ft .right-content .logo {
  display: block;
  width: 23.1em;
  height: 5.5em;
  margin: auto;
  font-size: min(3.4vw, 1em);
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 48em) {
  #ft .right-content .logo {
    margin: 0;
    margin-bottom: 1.2em;
    margin-top: 2.05em;
    margin-left: 0.15em;
  }
}
@media only screen and (min-width: 48em) {
  #ft .right-content .contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 23.25em;
    margin-left: 8.25em;
  }
}
#ft .right-content .address {
  display: inline-block;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  line-height: 1.04761905;
  margin: auto;
}
@media only screen and (min-width: 48em) {
  #ft .right-content .address {
    margin: 0;
    text-align: left;
    width: auto;
  }
  #ft .right-content .address:hover {
    text-decoration: underline;
  }
}
#ft .right-content .phone {
  display: block;
  width: 14.28571429em;
  font-size: 1.05em;
  line-height: 3.19047619;
  margin: auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #138dd6;
  margin-bottom: 2.38095238em;
}
@media only screen and (min-width: 48em) {
  #ft .right-content .phone {
    margin: 0;
    text-align: left;
    width: auto;
  }
}
#ft .right-content .officehours {
  width: 17em;
  margin: auto;
  font-size: 1em;
  line-height: 1.2;
  color: #000;
}
@media only screen and (min-width: 48em) {
  #ft .right-content .officehours {
    margin: 0;
    transform: translateX(1.35em) translateY(-0.15em);
  }
}
#ft .right-content .day-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ft .right-content .days {
  width: 2.38095238em;
  text-align: right;
  margin-right: 0.6em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#ft .right-content .hours {
  width: 9.33333333em;
  text-align: left;
}
#ft .right-content .disc {
  width: auto;
  font-size: 0.66666667em;
  color: #808080;
  line-height: 1.2;
  font-style: italic;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #000;
  padding: 2em 0;
  margin: 0;
  font-weight: 500;
  background-color: #fff;
  background: url("../images/spotlight/creditbg-mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#links .container {
  max-width: 56.25em;
}
@media only screen and (min-width: 1300px) {
  #links .container {
    transform: translateX(4.3em);
  }
}
@media only screen and (min-width: 48em) {
  #links {
    height: 2.5em;
    padding: 0em 0 0;
    background: url("../images/spotlight/creditbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* 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: 4.16666667;
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #138dd6;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.5em;
  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.75em;
  color: #fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 8em;
  font-weight: 300;
  background-color: #138dd6;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.3s;
}
a#backtotop:hover {
  color: #fff;
  background-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: #138dd6;
}
/* ===============================================
	Form Buttons
=============================================== */
form ul li {
  list-style: none;
}
form ul {
  margin-left: 0;
}
form ul li {
  list-style: none !important;
}
form button,
form ul li input {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #fff;
  height: 38px;
  list-style: none !important;
  padding: 0 1.5em;
  background-color: #138dd6;
  border: 1px solid #138dd6;
  -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,
form ul li input:hover {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}
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
=============================================== */
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .before-after-box,
  p.before-after-text {
    width: 100%;
  }
  .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: 3.05em;
    margin-top: 1.5em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: 64.5em;
    width: 96%;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.05em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 0.8em 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: 2.93333333;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    content: '';
    position: absolute;
    display: block;
    height: 2.06666667em;
    width: 2.6em;
    background: url("../images/spotlight/active-nav.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0.46666667em;
    left: 50%;
    transform: translateX(-50%) !important;
    opacity: 0;
    pointer-events: none;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.15em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.76923077;
    text-align: left;
    white-space: nowrap;
    height: 1.76923077em;
    width: 100%;
    padding: 0 1.76923077em;
    float: left;
    -webkit-transition-duration: 0s;
    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.1em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.1em;
    margin: 0;
  }
  /*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;
  }
}
