/* ===============================================
	.less VERSION 10
	
	pascale-dorothy2
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */

/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Jost', sans-serif;
}
body {
  font-size: 15px;
  color: #181818;
  background: #fff;
  overflow: hidden;
  font-weight: 300;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #9c5f97;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  color: #35898e;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #374147;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}
h1 {
  color: #374147;
  font-size: 10vw;
  font-weight: 400;
  margin-bottom: 0.75em;
  font-family: 'Abril Fatface', cursive;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 2.5em;
    /* mintab 480w */
  }
}
.home h1 {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3.6em;
    /* 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) {
  color: #35898e;
  text-transform: uppercase;
  font-size: 1.42105263em;
}
h3:not(.topic) {
  color: #9c5f97;
  text-transform: uppercase;
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}

.grecaptcha-badge{
  z-index: 9999;
}


/* ===============================================
	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: 50em;
    /* 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: #9c5f97;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #35898e;
}
#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.65em;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  color: #374147;
  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: #9c5f97;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(4, 7, 7, 0.89);
  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-weight: 400;
  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;
  color: #bd92bf;
  margin-bottom: 0;
  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: #fff;
  padding: 0;
  position: relative;
  background-color: #253036;
}
@media only screen and (min-width: 48em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    text-align: center;
    z-index: 3000;
    background: url('../images/nav/hd.png') center no-repeat;
    background-size: cover;
    height: 1.7em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 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: 13em;
  margin: 0.5em auto 1em 2%;
  display: block;
  position: relative;
  z-index: 10;
}
#logo:before {
  content: '';
  position: absolute;
  left: -1.55em;
  right: 0;
  bottom: -0.58em;
  background: url('../images/nav/logoback.png') center no-repeat;
  background-size: cover;
  width: 16.05em;
  height: 2.45em;
  z-index: -1;
}
#logo:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 16.05em;
  left: -1.55em;
  top: -0.5em;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 48em) {
  #logo {
    position: absolute;
    top: 0;
    margin-top: 0;
    left: 2%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0 auto;
    top: 2.25em;
    left: 1.1em;
    right: 0;
    /* maxTab 1024w */
  }
  #logo:before {
    content: '';
    position: absolute;
    left: -1.55em;
    right: 0;
    bottom: -0.58em;
    background: url('../images/nav/logoback.png') center no-repeat;
    background-size: cover;
    width: 16.05em;
    height: 2.45em;
    z-index: -1;
  }
  #logo:after {
    display: none;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 13em;
}
/* ===============================================
	contact info
=============================================== */
.navphone {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0 0.3em;
}
@media only screen and (min-width: 64em) {
  .navphone {
    margin: 0;
  }
}
.navphone .phone {
  line-height: 2.26666667;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 64em) {
  .navphone .phone {
    margin-left: 0.6em;
  }
}
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 64em) {
  #contactinfo {
    float: left;
    /* mintab 480w */
  }
}
#contactinfo .divider {
  background: #fbf9f9;
  opacity: 0.5;
  height: 1.7em;
  width: 1px;
  margin: 0 0.1em;
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
}
@media only screen and (min-width: 64em) {
  #contactinfo .divider {
    display: inline-block;
    opacity: 1;
    margin: 0 0.4em 0 0.6em;
  }
}
#contactinfo .address {
  line-height: 1.09090909;
  font-size: 0.55em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#contactinfo .address i {
  font-size: 1.09090909em;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 0.2em;
}
#contactinfo a {
  transition: 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #dbc5e0;
}
.vMaster {
  display: none;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #utilitynav {
    float: right;
  }
}
#utilitynav .divider {
  background: #fbf9f9;
  height: 1.7em;
  width: 1px;
  margin: 0 0.2em;
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
}
@media only screen and (min-width: 64em) {
  #utilitynav .divider {
    opacity: 0.5;
    margin: 0 0.5em 0 0.4em;
  }
}
#utilitynav a {
  line-height: 1.09090909;
  font-size: 0.55em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.33s ease-in-out;
}
#utilitynav a i {
  font-weight: bold;
  margin-right: 0.1em;
}
#utilitynav a:hover {
  color: #dbc5e0;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 300;
  vertical-align: middle;
  margin: 1px 0 0;
}
.socialmedia a {
  line-height: 0.95652174;
  font-size: 0.575em;
  color: #fff;
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .socialmedia a {
    /* maxTab 1024w */
  }
}
.socialmedia a:hover {
  color: #dbc5e0;
  z-index: 400;
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
#fixednav {
  text-align: right;
  position: absolute;
  right: 0;
  top: 13.3em;
}
#fixednav a {
  color: #fff;
  font-size: 0.65em;
  line-height: 1.07692308;
  letter-spacing: 0.005em;
  font-weight: 300;
  font-family: 'Josefin Sans', sans-serif;
  display: block;
  margin: 0 0 0.4em auto;
  padding-top: 1.30769231em;
  padding-right: 1em;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
}
#fixednav a span {
  display: block;
  font-weight: 600;
}
#fixednav a:nth-of-type(1) {
  background: url('../images/vc.png') center no-repeat;
  background-size: cover;
  width: 10.23076923em;
  height: 4.46153846em;
}
#fixednav a:nth-of-type(2) {
  background: url('../images/cu.png') center no-repeat;
  background-size: cover;
  width: 6.69230769em;
  height: 4.46153846em;
}
#fixednav a:hover {
  transform: scale(0.9) translateX(0.5em);
}
@media only screen and (min-width: 48em) {
  #fixednav {
    position: absolute;
    right: 0;
    top: 11.3em;
  }
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 38.47619048vw;
  /* 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 .cycle-slideshow {
    height: 40.4em;
  }
  #slideshow #home-slideshow .cycle-slideshow img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
#slideshow .ssoverlay {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 999;
}
@media only screen and (min-width: 64em) {
  #slideshow .ssoverlay {
    top: 61.7%;
  }
}
#slideshow .ssoverlay h1 {
  color: #dbc5e0;
  font-weight: 400;
  line-height: 1;
  font-size: 3.6em;
  font-family: 'Abril Fatface', cursive;
  text-transform: capitalize;
  margin-bottom: 0.9em;
}
#slideshow .ssoverlay h1 span {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  line-height: 1;
  font-size: 0.29166667em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin: 0.75em 0;
}
#slideshow .ssoverlay h1 span:nth-of-type(2) {
  margin-top: 1.6em;
}
#slideshow .ssoverlay a {
  color: #ede5f2;
  font-size: 1.75em;
  font-weight: 400;
  font-family: 'Sacramento', cursive;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
#slideshow .ssoverlay a:hover {
  color: #fff;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-align: center;
  color: #181818;
  padding: 2em 0 1em;
  position: relative;
  overflow: hidden;
  background-color: #c6e9ec;
}
@media only screen and (min-width: 64em) {
  #subnav {
    padding: 4.5em 0;
    padding-top: 9.55em;
    padding-bottom: 8em;
    background: url('../images/nav/subnav.png') center no-repeat;
    background-size: cover;
    /* desk 1300w */
  }
}
#subnav .container {
  max-width: 26.5em;
}
#subnav p {
  line-height: 1.35714286;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #181818;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:hover,
#subnav a.active {
  color: #6a2f65;
  text-decoration: none;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.3em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 64em) {
  #bd {
    padding: 0em 0 6em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 50em;
}
#bd .container:before {
  content: '';
  position: absolute;
  left: -42.5em;
  top: -12.3em;
  width: 39.45em;
  height: 69.1em;
  background: url('../images/intleft.png') center no-repeat;
  background-size: cover;
  z-index: -1;
}
#bd .container:after {
  content: '';
  position: absolute;
  right: -31em;
  top: 1.5em;
  width: 44.85em;
  height: 57.15em;
  background: url('../images/intright.png') center no-repeat;
  background-size: cover;
  z-index: -1;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 30.25em;
    width: 60.5%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.94736842;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 7.4em 0 3.45em;
  background-color: #fff;
  z-index: 999;
  position: relative;
}
.home #bd .hrimg,
.home #bd .hlimg {
  display: none;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 7.4em 0 6.45em;
    /* midTab 768w */
  }
  .home #bd .hrimg,
  .home #bd .hlimg {
    display: block;
    position: absolute;
  }
  .home #bd .hlimg {
    left: -45.7em;
    top: -28em;
    width: 47.75em;
    height: 46.5em;
  }
  .home #bd .hrimg {
    right: -45.7em;
    top: 15.95em;
    width: 46em;
    height: 56.85em;
    z-index: 10;
  }
}
.home #bd .container {
  max-width: 50em;
}
.home #bd .container:before,
.home #bd .container:after {
  display: none;
}
.home #bd header .overlayline {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: -13.3em;
  display: block;
  height: 10em;
  width: 0.05em;
  margin: 0 auto;
  background-image: linear-gradient(#fff 5.9em, #54606f 5.9em);
  display: none;
  transition: 0.3s ease-in-out;
}
.home #bd header .overlayline.ready {
  opacity: 0;
  height: 0;
}
@media only screen and (min-width: 64em) {
  .home #bd header .overlayline {
    display: block;
  }
}
.home #bd header .overlayline:before {
  content: '';
  position: absolute;
  left: -0.15em;
  right: 0;
  top: -0.35em;
  height: 0.35em;
  width: 0.35em;
  border-radius: 50%;
  background: #fff;
}
.home #bd header h2 {
  color: #181818;
  font-size: 1.05em;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin: 0 auto 4.25em;
  text-align: center;
  max-width: 10.25em;
}
.home #bd header h2:before {
  content: '01';
  position: absolute;
  color: #ede5f2;
  font-size: 8.75em;
  line-height: 1;
  font-family: 'Abril Fatface', cursive;
  z-index: -1;
  top: -0.48em;
  left: 0em;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 39em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd #content {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    text-align-last: center;
    /* midTab 768w */
  }
}
.home #bd .spline {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12.01em;
  display: block;
  height: 7.7em;
  width: 0.05em;
  margin: 0 auto;
  background-color: #001b3b;
  display: none;
  transition: 2s ease-in-out;
}
.home #bd .spline.ready {
  opacity: 0;
  height: 0;
  top: 0;
  bottom: 0;
  transition: 2s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .home #bd .spline {
    display: block;
  }
}
.home #bd .spline:before {
  content: '';
  position: absolute;
  left: -0.15em;
  right: 0;
  top: -0.35em;
  height: 0.35em;
  width: 0.35em;
  border-radius: 50%;
  background: #001b3b;
}
/* ==================================================================
	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: #9c5f97;
  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.21052632em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #9c5f97;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1.05263158em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #9c5f97;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #35898e;
}
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: 100%;
  max-width: 15.95em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 31.9%;
    margin: 0 0.65em 1em 0;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock:before {
  content: '';
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  background-color: #a3acb9;
  height: 17.4em;
  width: 17.4em;
  clip-path: path('M0,315V25A24.39,24.39,0,0,0,25,0H315a24.39,24.39,0,0,0,25,25V315a24.39,24.39,0,0,0-25,25H25A24.4,24.4,0,0,0,0,315Z');
}
.stock {
  width: 100%;
  position: relative;
  clip-path: path('M0,295.54V23.46A22.89,22.89,0,0,0,23.46,0H295.54A22.89,22.89,0,0,0,319,23.46V295.54A22.89,22.89,0,0,0,295.54,319H23.46A22.9,22.9,0,0,0,0,295.54Z');
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar {
  display: block;
}
body[class~='blog'] #sidebar {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* END SIDEBAR - */
/* ==================================================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EDITED
=================================================================== */
.spot01 {
  text-align: center;
  padding: 7.5em 0 8.3em;
  margin: 0;
  background: #d7eeef url('../images/watercolor.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) {
  .spot01 {
    font-size: 1.6vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot01 {
    font-size: inherit;
    padding: 7.5em 0 8.3em;
    /* custom opt-out 979oo */
  }
}
.spot01 h2 {
  color: #181818;
  font-size: 1.05em;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin: 0 auto 3.9em;
  text-align: center;
  max-width: 10.25em;
}
.spot01 h2:before {
  content: '02';
  position: absolute;
  color: #fff;
  font-size: 8.75em;
  line-height: 1;
  font-family: 'Abril Fatface', cursive;
  z-index: -1;
  top: -0.48em;
  left: 0em;
}
.spot01 p {
  color: #181818;
  font-size: 0.95em;
  line-height: 1.94736842;
  width: 95%;
  max-width: 41.5em;
  margin: 0 auto 1.7em;
  text-align: justify;
  text-align-last: center;
}
.spot01 .mod a {
  font-family: 'Sacramento', cursive;
  color: #181818;
  font-size: 1.75em;
  font-weight: 400;
  position: relative;
  transition: 0.3s ease-in-out;
}
.spot01 .mod a i {
  margin-left: 0.5em;
}
.spot01 .mod a:hover {
  color: #9c5f97;
}
.spot01 .mod a:hover:before {
  width: 0;
}
.spot01 .mod a:before {
  content: '';
  position: absolute;
  width: 6.54285714em;
  height: 2px;
  background: #fff;
  bottom: 0.1em;
  left: -0.3em;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
}
.spot01 .mod a i {
  font-size: 0.68571429em;
}
.spot01 .callout {
  color: #fff;
  width: 15.85em;
  height: 25.3em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.4s ease-in-out;
}
.spot01 .callout:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.spot01 .callout:nth-of-type(1):before {
  background: url('../images/spotlight/spot01dec01h.png') center no-repeat;
  background-size: cover;
}
.spot01 .callout:nth-of-type(2):before {
  background: url('../images/spotlight/spot01dec02h.png') center no-repeat;
  background-size: cover;
}
.spot01 .callout:nth-of-type(3):before {
  background: url('../images/spotlight/spot01dec03h.png') center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .spot01 .callout {
    margin: 2%;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 .callout {
    margin: -1.5em 1.9em 0;
    /* midTab 768w */
  }
  .spot01 .callout:nth-of-type(2) {
    margin-top: 1.65em;
  }
}
.spot01 .callout:hover h3.topic {
  top: 50.1%;
}
.spot01 .callout:hover:before {
  opacity: 1;
}
.spot01 .callout .decoration {
  width: 100%;
  transition: transform 0.4s ease-in-out;
}
.spot01 .callout h3.topic {
  line-height: 0.72972973;
  font-size: 1.85em;
  text-transform: capitalize;
  color: currentcolor;
  width: 100%;
  display: block;
  font-family: 'Sacramento', cursive;
  font-weight: 400;
  position: absolute;
  top: 73.6%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  transition: 0.4s ease-in-out;
}
.spot01 .callout h3.topic .trait {
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.64864865em;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
/* ===============================================
	spot02 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot02 {
  padding: 6.5em 0 3.8em;
  background-color: #fff;
  position: relative;
  z-index: 400;
}
.spot02:before {
  content: '';
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
  height: 6.35em;
  width: 100%;
  background: url('../images/paintedborder.png') center no-repeat;
  background-size: cover;
}
.spot02 .spline2 {
  display: none;
}
@media only screen and (min-width: 48em) {
  .spot02 {
    padding: 6.5em 0 3.8em;
    /* midTab 768w */
  }
  .spot02 .spline2 {
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: -5.5em;
    display: block;
    height: 8.8em;
    width: 0.05em;
    margin: 0 auto;
    background-color: #3a4549;
    transition: 2s ease-in-out;
  }
  .spot02 .spline2.ready {
    opacity: 0;
    height: 0;
    bottom: 0;
    transition: 2s ease-in-out;
  }
  .spot02 .spline2:before {
    content: '';
    position: absolute;
    left: -0.15em;
    right: 0;
    top: -0.35em;
    height: 0.35em;
    width: 0.35em;
    border-radius: 50%;
    background: #3a4549;
  }
}
.spot02 h2 {
  color: #181818;
  font-size: 1.05em;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  margin: 0 auto 5.4em;
  text-align: center;
  max-width: 10.25em;
}
.spot02 h2:before {
  content: '03';
  position: absolute;
  color: rgba(219, 197, 224, 0.48);
  font-size: 8.75em;
  line-height: 1;
  font-family: 'Abril Fatface', cursive;
  z-index: -1;
  top: -0.485em;
  left: 0em;
}
.spot02 img.decoration {
  border-radius: 50%;
  width: 12.4em;
  height: 12.55em;
  background-color: #54606f;
  border: 2px solid #54606f;
  position: relative;
  z-index: 10;
}
.spot02 .decoration-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5em;
  margin-left: 2.7em;
  width: 12.4em;
  height: 12.55em;
}
.spot02 .decoration-wrap:before {
  content: '';
  border: 0.05em solid #54606f;
  height: 13.5em;
  width: 13.35em;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  left: -0.5em;
  top: -0.5em;
}
.spot02 .mod:nth-of-type(2) {
  width: 95%;
  max-width: 32em;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3em;
}
.spot02 .cycle-slideshow {
  color: #181818;
  margin: 0 auto;
  display: block;
  transition: 0.33s ease-in-out;
}
.spot02 .cycle-slideshow:hover {
  opacity: 0.8;
}
.spot02 .cycle-slide {
  width: 100%;
  display: block;
}
.spot02 .testimony {
  line-height: 1.54166667;
  font-weight: 400;
  font-size: 1.2em;
  display: block;
  color: #181818;
  font-family: 'Josefin Sans', sans-serif;
}
.spot02 .testifier {
  line-height: 1.16666667;
  font-size: 1.5em;
  margin-top: 0.685em;
  font-weight: 700;
  display: block;
  color: #6a2f65;
  font-weight: 400;
  font-family: 'Sacramento', cursive;
}
.spot02 .pager {
  margin: 1.45em 0 0;
}
.spot02 .pager span {
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  background-color: rgba(115, 180, 184, 0);
  color: rgba(255, 255, 255, 0);
  margin: 0 0.35em 0 0;
  border: 1px solid #738091;
}
.spot02 .pager .cycle-pager-active {
  background-color: #73b4b8;
  border: 1px solid #73b4b8;
}
.spot02 .mod:last-of-type {
  background-image: -moz-linear-gradient(0deg, #bd92bf 0%, #9c5f97 100%);
  background-image: -webkit-linear-gradient(0deg, #bd92bf 0%, #9c5f97 100%);
  background-image: -ms-linear-gradient(0deg, #bd92bf 0%, #9c5f97 100%);
  height: 4.05em;
  margin-top: 2.85em;
}
.spot02 .mod:last-of-type a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  line-height: 5.6em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-family: 'Josefin Sans', sans-serif;
}

.spot02 .mod:last-of-type a:hover {
  color: #dbc5e0;
}
.spot02 .mod:last-of-type .divider {
  height: 2.2em;
  width: 1px;
  background-color: #dbc5e0;
  vertical-align: middle;
  margin: 0 1em;
  display: inline-block;
}
.spot02 .s2flower {
  width: 21.5em;
  height: 37em;
  position: absolute;
  left: -50em;
  right: 0;
  bottom: -1em;
  margin: 0 auto;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #738091 url(../images/footer/back.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100;
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #dbc5e0;
}
#logos{ 
    padding:0 clamp(1rem, 1.5vw, 2rem);
    display:flex;
    justify-content:center;
    align-items:center;
    gap:min(2em, 4vw);
}
@media only screen and (max-width: 767px) {  
  #logos{ 
      flex-wrap:wrap;
      gap:1em;
  }
} 

#logos a{ 
    max-width:min(45%, 200px);
    min-height:44px;
    display:inline-flex;
    align-items:center;
}
@media only screen and (min-width: 480px) and (max-width: 767px){  
  #logos a{ 
      max-width:min(30%, 200px);
  }
}

#logos a img{ 
    width:auto;
    max-height:88px;
}

/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 6em 0 2.1em;
  display: block;
}
#location h2 {
  color: #181818;
  font-size: 0.8em;
  line-height: 4.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: url('../images/footer/title.png') center no-repeat;
  background-size: cover;
  width: 24.6875em;
  height: 4.0625em;
  margin: 0 auto 3.2em;
}
#location .mod {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 1em 4.5em;
}
@media only screen and (min-width: 48em) {
  #location .mod {
    margin: 0 4.5em;
    text-align: left;
  }
}
#location .mod h3 {
  color: #ffff;
  font-family: 'Sacramento', cursive;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 0.85714286em;
  letter-spacing: 0.015em;
  text-transform: none;
  position: relative;
  width: auto;
  display: inline-block;
  margin-bottom: 0.87em;
}
#location .mod h3:before {
  content: '';
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#location a {
  color: #fff;
  line-height: 1.46666667;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1.3em;
}
#location a i {
  margin-right: 0.2em;
}
#location .address {
  line-height: 1.46666667;
  font-size: 0.75em;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1.4em;
}
#location .address div {
  display: inline-block;
  vertical-align: top;
}
#location .address i {
  margin-left: 2em;
  margin-right: -2em;
}
@media only screen and (min-width: 48em) {
  #location .address {
    text-align: left;
  }
  #location .address i {
    margin-right: 0.2em;
    margin-left: 0;
  }
}
#location .officehours {
  line-height: 2;
  font-size: 0.75em;
  letter-spacing: 0.025em;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
#location .phone {
  line-height: 1.46666667;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  letter-spacing: 0.1em;
  margin: 0 0 1.3em;
}
#location .ftemail {
  line-height: 1.46666667;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #cbcfd5;
  padding: 2em 0;
  margin: 0;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 5.5em;
    padding: 2em 0;
    /* midTab 768w  */
  }
}
#links .util {
  line-height: 2.72727273;
  font-size: 0.55em;
}
#links .util a {
  color: #cbcfd5;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #dbc5e0;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2.18181818em;
  height: 1.81818182em;
  margin-right: 0.54545455em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: #fff;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
  .screenreader 
  a11y support for descriptive text on vaguely worded buttons
  https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space:nowrap;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  border:0;
  position:absolute;
  overflow:hidden;
  clip:rect(0 0 0 0);
}

/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 4.21052632em;
  margin: 1.58em auto 1.58em 0;
  background: #cbcfd5;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #9c5f97;
}
/* ===============================================
	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: #9c5f97;
  border: 1px solid #9c5f97;
  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: #35898e;
  background-color: #35898e;
}
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-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 {
    font-size: inherit;
    width: 100%;
    height: 2.55em;
    margin-top: 1.45em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: left;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.1em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: left;
    text-align: left;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 2.2em 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.new-patients {
    margin-right: 21.1em;
  }
  #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 {
    bottom: 1.23076923em;
  }
  #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.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.78571429;
    text-align: left;
    white-space: nowrap;
    height: 1.78571429em;
    width: 100%;
    padding: 0 1.57142857em;
    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.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 */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
