/* 
 Site Manager Version: 11.2.0
 Buildkit Version: 11.2.0

 Account: gandy-allen3
 Written by: james stillion
 
 Date Created: December 2022
 Sesame Communications - All rights reserved. C2022
 Any reproduction or intentional misuse is strictly prohibited
*/

/* ===============================================
					fonts
=============================================== */
/* lato-300 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/lato-300.woff2') format('woff2'), url('../fonts/lato-300.woff') format('woff');
}
/* lato-300i */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/lato-300i.woff2') format('woff2'), url('../fonts/lato-300i.woff') format('woff');
}
/* lato-400 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/lato-400.woff2') format('woff2'), url('../fonts/lato-400.woff') format('woff');
}
/* lato-400i */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/lato-400i.woff2') format('woff2'), url('../fonts/lato-400i.woff') format('woff');
}
/* lato-700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/lato-700.woff2') format('woff2'), url('../fonts/lato-700.woff') format('woff');
}
/* lato-700i */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/lato-700i.woff2') format('woff2'), url('../fonts/lato-700i.woff') format('woff');
}

/* ===============================================
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: 'Lato', sans-serif;
}
body {
  font-size: 15px;
  color: #1d1d1d;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #52bdeb;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #79c250;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  margin: 0 0 1.33333333em;
  text-rendering: auto;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 400;
  text-align: inherit;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.32307692em;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.25em;
    /* mintab 480w */
  }
}
.sub h1 .trait {
  font-weight: 300;
}
.home h1 {
  font-size: 8vw;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1f6b;
  margin: 0 0 0.41666667em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 2.4em;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) {
  .home h1 {
    white-space: nowrap;
    /* desk 1300w */
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  font-weight: 300;
}
h2:not(.topic) {
  font-size: 1.42105263em;
  text-transform: uppercase;
  color: #1a1f6b;
}
h3:not(.topic) {
  font-size: 1.26315789em;
  color: #2e88cc;
}
h4 {
  font-size: 1em;
  color: #79c250;
}
h5 {
  font-size: 0.94736842em;
}
h6 {
  font-size: 0.89473684em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 48em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #1a1f6b;
  position: relative;
  z-index: 3000;
  /* socialmedia */
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    font-size: inherit;
    background-color: rgba(26, 31, 107, 0.84);
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  #masthead .container {
    max-width: calc(100% - 2em);
    /* maxTab 1024w */
  }
}
#masthead .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: rgba(121, 194, 80, 0.9);
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 665px) {
  #masthead .socialmedia {
    margin: 1em 0 0;
    /* custom 666w */
  }
}
@media only screen and (max-width: 1023px) {
  #masthead .socialmedia {
    padding: 0.625em 0;
    display: flex;
    justify-content: center;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia {
    width: 2.9em;
    margin: 0;
    padding: 1em 0;
    display: block;
    position: absolute;
    right: 0;
    top: 10.75em;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #masthead .socialmedia {
    position: fixed;
    /* desk 1300w */
  }
}
#masthead .socialmedia a {
  line-height: 2.0625;
  font-size: 0.8em;
  color: #fff;
  height: 2.0625em;
  width: 2.0625em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  #masthead .socialmedia a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* maxTab 1024w */
  }
}
#masthead .socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: translate3d(0, 0, 0) scale(1.44);
}
#masthead .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(82, 189, 235, 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: #52bdeb;
  width: 100%;
  height: 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;
  display: inline-block;
  position: relative;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #52bdeb;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #79c250;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(26, 31, 107, 0.9);
  background-image: -moz-linear-gradient(top, rgba(26, 31, 107, 0) 0%, rgba(26, 31, 107, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(26, 31, 107, 0) 0%, rgba(26, 31, 107, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(26, 31, 107, 0) 0%, rgba(26, 31, 107, 0.99) 100%);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  letter-spacing: 0.1em;
  line-height: 2.85714286;
  font-size: 0.7em;
  color: #fff;
  width: auto;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #61b035;
  display: block;
  position: absolute;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  #main-nav ul li a[id]:after {
    bottom: 2px;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #main-nav ul li a[id]:after {
    bottom: 1.21428571em;
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li.open > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(46, 136, 204, 0.96);
  display: inline;
  float: left;
}
@media only screen and (min-width: 1024px) {
  #main-nav ul ul {
    opacity: 0.96;
    /* midTab 1024w */
  }
}
#main-nav ul ul li {
  width: 100%;
  background: none;
  float: left;
}
#main-nav ul ul li a {
  letter-spacing: 0.1em;
  line-height: 3.33333333;
  font-size: 0.6em;
  color: #fff;
  width: 100%;
  height: 3.33333333em;
  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: #fff;
  margin-bottom: 0;
  background: #79c250;
  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;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 1024px) {
  #hd .container {
    padding: 0.75em 0 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.66em;
  width: 6.25em;
  margin: 0.75em auto 0.75em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 665px) {
  #logo {
    margin: 1em auto;
    transform: translate3d(-11em, 0, 0);
    /* range 480w - 666oo */
  }
}
@media only screen and (min-width: 666px) and (max-width: 1023px) {
  #logo {
    font-size: min(0.9vw, 1em);
    margin: 0 auto 0 2%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    /* range 666w - 1024oo */
  }
}
@media only screen and (min-width: 1024px) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 1.65em;
    left: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    transition: transform 0.33s ease-in-out, font-size 0.33s ease-in-out;
    /* desk 1300w */
  }
  .ready #logo {
    transform: translate3d(calc( 50vw - 1em - 3.125em ), 17.3em, 0);
  }
  .no-appearance .ready #logo {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 2000px) {
  #logo {
    /* custom 2000w */
  }
  .ready #logo {
    font-size: 1vw;
    transform: translate3d(calc( 50vw - 1em - 3.125em ), 17.3em, 0);
  }
  .no-appearance .ready #logo {
    font-size: 1em;
    transform: translate3d(0, 0, 0);
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 6.25em;
  height: 3.15em;
}
@media only screen and (min-width: 1300px) {
  #logo svg {
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    transform-origin: 50% 0;
    /* desk 1300w */
  }
  .ready #logo svg {
    transform: translate3d(0, 0, 0) scale(1.56);
  }
  .no-appearance .ready #logo svg {
    transform: translate3d(0, 0, 0) scale(1);
  }
  .ready #logo svg .vert {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
  .no-appearance .ready #logo svg .vert {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 0;
  }
  .ready #logo svg .horz {
    transform: translate3d(-100%, 0, 0) scale(0);
    opacity: 0;
  }
  .no-appearance .ready #logo svg .horz {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}
#logo svg g {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#logo svg .vert {
  transform: translate3d(-100%, 0, 0) scale(0);
  pointer-events: none;
  transform-origin: 0 50%;
  opacity: 0;
}
#logo svg .horz {
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 0 50%;
  opacity: 1;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 480px) {
  #contactinfo {
    width: auto;
    margin: 0 0.7em 0 0;
    /* mintab 480w */
  }
}
#contactinfo .office {
  line-height: 0;
  text-align: right;
  display: block;
  position: relative;
}
#contactinfo .address {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 300;
  width: auto;
  display: inline-block;
  vertical-align: top;
  perspective: 1000px;
}
#contactinfo .address .icon {
  color: #52bdeb;
  width: 0.8em;
  height: 1.6em;
  margin: 0 0.43333333em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0s linear;
}
#contactinfo .address .icon path {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  transform-origin: 50% 100%;
}
#contactinfo .phone {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 0.75em;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
#contactinfo a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #52bdeb;
}
#contactinfo a:hover .icon {
  transition: transform 0.6s ease-in-out;
  transform: translateX(0) rotateY(-180deg);
}
#contactinfo a:hover .icon path {
  animation-name: pulse_custom;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 479px) {
  #utilitynav {
    font-size: 0.9em;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  #utilitynav {
    /* mintab 480w */
  }
}
#utilitynav a {
  letter-spacing: 0.1em;
  line-height: 3.69230769;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  pointer-events: none;
  z-index: -1;
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#utilitynav a:nth-child(n+2):after {
  border-left: none;
}
#utilitynav a:hover {
  color: #1a1f6b;
  opacity: 0.8;
}
#utilitynav a:hover:after {
  background-color: #ffffff;
}
#utilitynav a.forms {
  width: 18.84615385em;
}
#utilitynav a.forms .icon {
  width: 1.23076923em;
  height: 3.69230769em;
}
#utilitynav a.reviews {
  width: 10.76923077em;
}
#utilitynav a.reviews .icon {
  width: 1.07692308em;
  height: 3.49230769em;
}
#utilitynav a .icon {
  margin-right: 0.53846154em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#utilitynav a .icon path {
  transform: translate3d(0, -5%, 0);
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  min-height: 45.47619048vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 1024px) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 955;
  opacity: 0.75;
}
@media only screen and (min-width: 1024px) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow #home-slideshow {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
#slideshow .ssoverlay {
  line-height: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  z-index: 400;
}
@media only screen and (max-width: 479px) {
  #slideshow .ssoverlay {
    font-size: 0.8rem;
    position: relative;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  #slideshow .ssoverlay {
    position: absolute;
    left: 0;
    bottom: 4.56666667vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #slideshow .ssoverlay {
    bottom: 13.7em;
    /* range 1300w - 1999oo */
  }
}
@media only screen and (min-width: 2000px) {
  #slideshow .ssoverlay {
    bottom: 13.7vw;
    /* custom 2000w */
  }
}
#slideshow .ssoverlay ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #slideshow .ssoverlay ul {
    width: 39.82102908vw;
    /* mintab 480oo */
  }
}
#slideshow .ssoverlay ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #slideshow .ssoverlay ul li {
    width: 100%;
    /* mintab 480oo */
  }
}
#slideshow .ssoverlay ul li:nth-child(n+2) {
  margin: 0 0 0 0.5em;
}
#slideshow .ssoverlay a {
  letter-spacing: 0.1em;
  line-height: 4.15384615;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#slideshow .ssoverlay a[class]:hover {
  color: #fff;
  background-color: rgba(26, 31, 107, 0.5);
}
#slideshow .ssoverlay a.appointmentrequest {
  background-color: rgba(46, 136, 204, 0.9);
}
@media only screen and (max-width: 479px) {
  #slideshow .ssoverlay a.appointmentrequest {
    width: 60.17897092%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  #slideshow .ssoverlay a.appointmentrequest {
    width: 20.69230769em;
    /* mintab 480w */
  }
}
#slideshow .ssoverlay a.appointmentrequest:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='14' height='54' viewBox='0 0 14 54'><path fill='white' d='M7 20H5.25v1.75H2.625v2.625H14V21.75h-2.625V20h-1.75v1.75H7V20zm-4.375 5.25v6.125H14V25.25H2.625zM0 24.375V34h11.375v-1.312H1.312v-8.312H0z'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.07692308em;
  height: 4.15384615em;
  margin-right: 0.53846154em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#slideshow .ssoverlay a.patient-login {
  background-color: rgba(121, 194, 80, 0.9);
}
@media only screen and (max-width: 479px) {
  #slideshow .ssoverlay a.patient-login {
    width: 100%;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 480px) {
  #slideshow .ssoverlay a.patient-login {
    width: 13.69230769em;
    margin-left: 0.46153846em;
    /* mintab 480w */
  }
}
#slideshow .ssoverlay a.patient-login:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='17' height='54' viewBox='0 0 17 54'><path d='M5.95 27a3.4 3.4 0 1 1 0-6.8 3.4 3.4 0 0 1 0 6.8zm4.25 1.275V33.8H0l1.7-5.524h8.5zm3.825-1.7a.85.85 0 0 0-.851.85V28.7h1.7v-1.275a.848.848 0 0 0-.849-.85zm-2.125.85a2.124 2.124 0 1 1 4.25 0V28.7H17v5.1h-5.95v-5.1h.85v-1.275z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.30769231em;
  height: 4.15384615em;
  margin-right: 0.53846154em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot01
=============================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #111113 url(../images/spotlight/spot01bg.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 665px) {
  .spot01 {
    font-size: 4vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 {
    font-size: 1.4vw;
    font-size: min(1.4vw, 1em);
    padding: 5em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 {
    background-attachment: fixed;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot01 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
@media only screen and (min-width: 2000px) {
  .spot01 {
    font-size: inherit;
    /* custom 2000w */
  }
}
.spot01 a {
  padding: 0;
  background-color: currentcolor;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 665px) {
  .spot01 a {
    width: 44%;
    margin: 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot01 a {
    width: 14.8em;
    margin: 0 1em;
    /* custom 666w */
  }
}
.spot01 a:hover {
  z-index: 400;
}
.spot01 a:hover .decoration {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  opacity: 0.5;
}
.spot01 a:hover .info {
  height: 100%;
}
.spot01 a:nth-child(1) {
  color: #52bdeb;
}
.spot01 a:nth-child(2) {
  color: #2e88cc;
}
.spot01 a:nth-child(3) {
  color: #79c250;
}
.spot01 a:nth-child(4) {
  color: #1a1f6b;
}
.spot01 a .decoration {
  width: 100%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
}
.spot01 a .info {
  width: 100%;
  height: 6.1em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.33s ease-in-out, height 0.33s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.spot01 a .info:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentcolor;
  z-index: -1;
  opacity: 0.8;
}
.spot01 a h2.topic {
  letter-spacing: 0.05em;
  line-height: 1.16666667;
  font-size: 0.9em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  width: 78.37837838%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.16666667em 0 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  left: 0;
  z-index: 420;
}
.spot01 a h2.topic.special {
  padding: 0;
}
.spot01 a h2.topic .trait {
  font-weight: 300;
}
/* ===============================================
	spot02
=============================================== */
.spot02 {
  color: #1f1f1f;
  background-color: #fff;
}
@media only screen and (max-width: 665px) {
  .spot02 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 {
    font-size: 1.4vw;
    font-size: min(1.4vw, 1em);
    padding: 6.825em 0;
    direction: rtl;
    /* custom 666w */
  }
}
@media only screen and (min-width: 2000px) {
  .spot02 {
    font-size: inherit;
    /* custom 2000w */
  }
}
.spot02 .mod {
  width: 96%;
  max-width: 23.35em;
  padding: 1em 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  direction: ltr;
}
@media only screen and (min-width: 666px) {
  .spot02 .mod {
    text-align: left;
    padding: 0;
    /* midTab 768w */
  }
}
.spot02 h2.topic {
  line-height: 1.04166667;
  font-size: 2.4em;
  text-transform: uppercase;
  color: #1a1f6b;
  margin: 0;
  display: block;
}
.spot02 h2.topic .trait {
  font-weight: 300;
}
.spot02 .info {
  line-height: 1.68421053;
  font-size: 0.95em;
  text-align: justify;
  font-weight: 300;
  margin-top: 1.05263158em;
}
@media only screen and (max-width: 1299px) {
  .spot02 .info {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot02 .info {
    display: block;
    /* desk 1300w */
  }
}
.spot02 .decoration {
  width: 96%;
  max-width: 37.75em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 420;
  direction: ltr;
}
@media only screen and (max-width: 665px) {
  .spot02 .decoration {
    margin: 0;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .decoration {
    margin: 0 3.5em 0 0.33em;
    /* custom 666w */
  }
}
.spot02 .decoration img {
  width: 49%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.spot02 .links {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 420;
}
@media only screen and (max-width: 665px) {
  .spot02 .links {
    font-size: 3vw;
    bottom: 0;
    /* custom 666oo */
  }
}

@media only screen and (min-width: 666px) {
  .spot02 .links {
    bottom: 10%;
    /* midTab 768w */
  }
}
.spot02 .spotbtn {
  letter-spacing: 0.14em;
  line-height: 4.1342121;
  font-size: 0.8345em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 4.1342121em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
@media only screen and (max-width: 666px) {
  .spot02 .spotbtn {
    width: 49%;
    /* midTab 768oo */
  }
  .spot02 .dec01btn {
    left: -.125em;
  }
  .spot02 .dec02btn {
    left: .125em;
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .dec01 {
    left: 0;
  }
  .spot02 .dec01btn {
    left: -3.5%;
  }
  .spot02 .dec02 {
    right: -71%;
  }
  .spot02 .dec02btn {
    right: -73.5%;
  }
  .spot02 h2.topic {
    position: relative;
    left: -75%;
    top: -17%;
  }
  .spot02 .info {
    position: relative;
    left: -89%;
  }
/* }
@media only screen and (min-width: 768px) { */
  .spot02 .spotbtn {
    width: auto;
    padding: 0 1.97723188em;
    /* midTab 768w */
  }
  .spot02 .spotbtn:nth-child(2) {
    margin-left: 0.53924506em;
  }
}
.spot02 .spotbtn:nth-child(1) {
  background-color: rgba(82, 189, 235, 0.9);
}
.spot02 .spotbtn:nth-child(2) {
  background-color: rgba(46, 136, 204, 0.9);
}
.spot02 .spotbtn:nth-child(n):hover {
  color: #fff;
  background-color: rgba(26, 31, 107, 0.9);
  transition-duration: 0.33s;
}
.spot02 .spotbtn .icon {
  line-height: 3.45;
  font-size: 1.19832235em;
  margin-left: 0.3em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* ==================================================================
	subnav
=================================================================== */
/* TOP ORIENTED */
#subnav {
  color: #1a1f6b;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 665px) {
  #subnav {
    padding: 1.8em 0;
    /* custom 666oo */
  }
}
@media only screen and (max-width: 767px) {
  #subnav {
    text-align: center;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 768px) {
  #subnav {
    text-align: left;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding: 0;
    /* desk 1300w */
  }
}
#subnav .hero {
  max-width: none;
  z-index: 1;
}
@media only screen and (max-width: 665px) {
  #subnav .hero {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #subnav .hero {
    width: 120%;
    margin: 0 -10%;
    position: relative;
    /* custom 666w */
  }
}
@media only screen and (max-width: 1299px) {
  #subnav .hero {
    opacity: 0.6;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #subnav .hero {
    width: 2000px;
    margin: 0 calc(-1000px + 50vw);
    /* range 1300w - 1999oo */
  }
}
@media only screen and (min-width: 2000px) {
  #subnav .hero {
    width: 100%;
    margin: 0;
    /* custom 2000w */
  }
}
#subnav .container {
  max-width: 64.4em;
}
@media only screen and (min-width: 666px) {
  #subnav .container {
    display: block;
    position: absolute;
    right: 0;
    bottom: 1.8em;
    left: 0;
    /* custom 666w */
  }
}
#subnav p {
  line-height: 1.42857143;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #subnav p {
    max-width: 57%;
    /* midTab 768w */
  }
}
#subnav a {
  color: #fff;
  margin: 0.2em 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
    /* maxTab 1024w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate3d(0, 0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:hover,
#subnav a.active {
  color: #fff;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate3d(0, 0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #subnav .divider {
    margin: 0 0.5em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 3.35em 0 5.05em;
    /* midTab 768w */
  }
}
#bd .container {
  max-width: 64.5em;
}
#content {
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    max-width: 36em;
    width: 55.81395349%;
    float: left;
    /* midTab 768w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.57894737;
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 0.95em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background-color: #52bdeb;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 10.35em 0 7em;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 52.3em;
}
.home #bd #content {
  padding: 3em 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 6.675em 0;
    float: none;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 27.95em;
    margin-left: 0;
    /* desk 1300w */
  }
}
.home #bd #content:after {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -14.5em;
  bottom: 0;
  left: -5.8em;
  background-color: #ffffff;
  z-index: -1;
}
@media only screen and (min-width: 1300px) {
  .home #bd #content .content-text {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 768px) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd .ornament {
  width: 33em;
  margin-left: 7.5em;
  display: block;
  position: absolute;
  top: 6.05em;
  left: 50%;
  z-index: 420;
  pointer-events: none;
}
@media only screen and (max-width: 1299px) {
  .home #bd .ornament {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd .ornament {
    display: block;
    /* desk 1300w */
  }
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mediaslider .cycle-slideshow .cycle-slide {
    padding: 0 5%;
    /* midTab opt-out 768oo */
  }
}
.mediaslider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #52bdeb;
  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: translate3d(0, 0, 0) scale(1.44);
  opacity: 0.68;
}
/* before-after and office-tour content center */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content {
  text-align: center;
}
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3 {
  text-align: center;
}
.before-and-after .before-after-image {
  margin-bottom: 0;
}
/* comment line below if patient-login is live and legit */
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  /* midTab 768w */
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  .common-procedures #content h2[id] {
    scroll-margin-top: 10em;
  }
  /* desk 1300w */
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	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: #52bdeb;
  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: #52bdeb;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #79c250;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 88%;
  max-width: 25.5em;
  margin: 0 auto 12%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 39.53488372%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  box-shadow: 1em 0.9em 0 #79c250;
  position: relative;
}
/* ===============================================
	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 - */
/* ===============================================
	spot03
=============================================== */
.spot03 {
  padding: 3em 0;
  background: #6f7580 no-repeat 100% 0;
}
@media only screen and (max-width: 665px) {
  .spot03 {
    font-size: 4vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  .spot03 {
    font-size: min(2vw, 1em);
    padding: 5.1em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 980px) {
  .spot03 {
    text-align: left;
    /* custom 980w */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03 {
    height: 30.9em;
    padding: 5.1em 0 0;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .spot03 {
    background-size: auto auto;
    /* range 1300w - 1999oo */
  }
}
.spot03:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(82, 189, 235, 0.99) 0%, rgba(255, 255, 255, 0.99) 100%);
}
@media only screen and (max-width: 1299px) {
  .spot03:after {
    background-color: #ffffff;
    opacity: 0.5;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 1300px) {
  .spot03:after {
    opacity: 0.5;
    /* desk 1300w */
  }
}
.spot03 .mod {
  width: 96%;
  max-width: 34.3em;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 979px) {
  .spot03 .mod {
    margin-left: auto;
    margin-right: auto;
    /* custom 979oo */
  }
}
@media only screen and (min-width: 980px) {
  .spot03 .mod {
    margin: 0 auto 0 calc(50% - 1.5em);
    /* custom 980w */
  }
}
.spot03 .cycle-slideshow {
  color: #79c250;
  width: 100%;
  margin: 0 0 1em;
  display: block;
}
.spot03 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
.spot03 .testimony {
  line-height: 1.8;
  font-size: 1em;
  color: #1a1f6b;
}
.spot03 .testifier {
  line-height: 1.8;
  font-size: 1em;
  font-style: italic;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .spot03 .testifier {
    display: block;
    /* midTab 768oo */
  }
}
.spot03 [data-pager] {
  line-height: 0;
  margin-bottom: 2.15em;
  display: block;
}
.spot03 [data-pager] button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 9px 0 0;
  padding: 0;
  background-color: #1a1f6b;
  border: none;
  cursor: pointer;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot03 [data-pager] button:hover {
  transform: translate3d(0, 0, 0) scale(1.23);
}
.spot03 [data-pager] button.cycle-pager-active {
  background-color: #52bdeb;
}
.spot03 [data-pager] button:nth-last-of-type(1) {
  margin: 0;
}
.spot03 .spotbtn {
  letter-spacing: 0.1em;
  line-height: 4.15384615;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  height: 4.15384615em;
  background-color: #79c250;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot03 .spotbtn.read {
  width: 17.23076923em;
}
.spot03 .spotbtn.leave {
  width: 16.30769231em;
}
.spot03 .spotbtn:nth-of-type(n+1) {
  margin-left: 0.53846154em;
}
.spot03 .spotbtn:hover {
  background-color: rgba(46, 136, 204, 0.9);
}
.spot03 .spotbtn .icon {
  line-height: inherit;
  margin-right: 0.57692308em;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #cccccc no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#ft a {
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 665px) {
  #location {
    font-size: min(4vw, 1em);
    padding: 3em 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #location {
    font-size: min(2vw, 1em);
    padding: 5.425em 0;
    /* custom 666w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 23.3em;
  background-color: #f1f3f4;
  position: relative;
}
@media only screen and (max-width: 665px) {
  #location .mod {
    display: block;
    margin: 4% auto;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 666px) {
  #location .mod {
    margin: 0 0.7em;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* custom 666w */
  }
}
#location .map {
  width: 100%;
  display: block;
}
#location .info {
  width: 100%;
  padding: 1.65em 0 1.4em;
  background-color: rgba(255, 255, 255, 0.99);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
}
#location .phone {
  letter-spacing: 0.05em;
  line-height: 1.04;
  font-size: 1.25em;
  color: #52bdeb;
  margin-bottom: 0.32em;
  display: block;
}
#location .address {
  letter-spacing: 0.1em;
  line-height: 1.28571429;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #1a1f6b;
  margin: 0 auto;
  display: block;
}
#location .address .marker {
  line-height: 1;
  font-size: 3.47571429em;
  width: 0.75em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  bottom: 6.51459104em;
  left: 0;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
#location .address .marker:before {
  color: currentcolor;
  content: '\f041';
}
#location .address .marker:after {
  content: '';
  width: 0.96969697em;
  height: 0.87878788em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  -webkit-filter: blur(0.0825em);
  filter: blur(0.0825em);
  left: 0.075em;
  bottom: -0.025em;
  z-index: -1;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}
#location .address .marker.frisco {
  color: #52bdeb;
}
#location .address .marker.wylie {
  color: #2e88cc;
}
#location .address:hover {
  color: #61b035;
}
#location .address:hover .marker {
  transform: translate3d(0, 0, 0) scale(2);
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  margin: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  /* socialmedia */
}
@media only screen and (min-width: 768px) {
  #links {
    height: 5.7em;
    padding: 2.1em 0 0;
    /* midTab 768w  */
  }
}
#links .socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 300;
}
@media only screen and (min-width: 666px) {
  #links .socialmedia {
    text-align: left;
    width: auto;
    margin: 0;
    float: left;
    /* custom 666w */
  }
}
#links .socialmedia a {
  line-height: 2;
  font-size: 0.75em;
  color: #fff;
  height: 2em;
  width: 2em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
#links .socialmedia a .icon {
  position: relative;
}
#links .util {
  letter-spacing: 0.1em;
  line-height: 2.72727273;
  font-size: 0.55em;
  text-transform: uppercase;
  margin: 1em 0;
}
@media only screen and (min-width: 666px) {
  #links .util {
    width: 32.72727273em;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    right: 0;
    /* custom 666w */
  }
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.3em;
}
#links a {
  color: #fff;
}
#links a:hover {
  color: #61b035;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2.18181818em;
  height: 1.81818182em;
  margin-right: 0.72727273em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 666px) {
  #btt {
    width: auto;
    float: right;
    /* custom 666w */
  }
}
a#backtotop {
  letter-spacing: 0.1em;
  line-height: 2.72727273;
  font-size: 0.55em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
/*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: #666666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #52bdeb;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  padding: 0 1.5em;
  background-color: #52bdeb;
  border: 1px solid #52bdeb;
  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: #79c250;
  background-color: #79c250;
}
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 768px (768px) and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	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%; }*/
  .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 1024px (1024px) and up
=============================================== */
@media only screen and (min-width: 1024px) {
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 2.6em;
    margin-top: 0.4em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 2.6em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.4em 0 0;
    background: none;
    vertical-align: top;
    position: relative;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 2.85714286;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.75em 0;
    z-index: 2800;
    display: none;
    position: absolute;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.3em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.16666667;
    text-align: left;
    white-space: nowrap;
    height: 2.16666667em;
    width: 100%;
    padding: 0 2em;
    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.2em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.2em;
    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;
  }
}
/* PULSE STUFF */
/* pulse_custom */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.44, 1.44, 1.44);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}
