/* ===============================================
	.less VERSION 2.0
	
	bennion-ted2
	
	Sesame Communications - (c) 2021
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* offBlack */
/* Teal || hyperlinks */
/* red */
/* gold */
/* ice blue */
/* ===============================================
					fonts
=============================================== */
.fontA {
  font-family: 'Abril Fatface', sans-serif;
}
.fontL {
  font-family: 'Lato', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.trans2 {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Lato', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #ccc;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #317387;
  text-decoration: none;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #853320;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #1a2221;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  font-size: 10vw;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 2.75em;
    /* mintab 480w */
  }
}
.home h1 {
  text-align: center;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 2.5em;
    /* mintab 480w */
  }
}
h2:not(.topic) {
  font-size: 1.66666667em;
  color: #853320;
}
h3:not(.topic) {
  font-size: 1.38888889em;
  color: #317387;
}
h4 {
  font-size: 1.22222222em;
}
h5 {
  font-size: 1.11111111em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	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;
  background-color: rgba(26, 34, 33, 0.9);
  position: relative;
  z-index: 3000;
  transition: background-color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
  #masthead.ready {
    background-color: rgba(26, 34, 33, 0);
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: calc(100% - 2.6em);
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both;
  transition: transform 0.33s ease-in-out;
}
@media only screen and (min-width: 81.25em) {
  #main-nav {
    /* desk 1300w */
  }
  .ready #main-nav {
    transform: translate3d(0, 1em, 0);
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #dab06b;
  box-shadow: -1px 1px 0 rgba(218, 176, 107, 0.4);
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #dab06b;
  box-shadow: -1px 1px 0 rgba(218, 176, 107, 0.4);
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(26, 34, 33, 0.9);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.85714286;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: color 0.33s ease;
  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: #dab06b;
  text-decoration: none;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(218, 176, 107, 0.89);
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #1a2221;
  width: 100%;
  height: 3.07692308em;
  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;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: flyinmobilenav 0.4s 1;
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 2em;
  opacity: 1;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #317387;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #hd {
    height: 0;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* midTab 1024oo */
  }
}
#hd .mod {
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 22.4375em) {
  #hd .mod {
    font-size: 0.9em;
    top: 0.77em;
    /* custom 360oo */
  }
}
@media only screen and (min-width: 22.5em) {
  #hd .mod {
    top: 0.33em;
    /* custom 360w */
  }
}
@media only screen and (min-width: 64em) {
  #hd .mod {
    top: 1.1em;
    right: 0;
    /* midTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #hd .mod {
    transition: transform 0.33s ease-in-out;
    /* desk 1300w */
  }
  .ready #hd .mod {
    transform: translate3d(0, 1em, 0);
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 9.1em;
  margin: 0 auto 0 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 0.7em;
    left: -0.3em;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 9.1em;
  height: 3.35em;
  color: #daaf6a;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
  transform-origin: 0 0;
}
@media only screen and (min-width: 81.25em) {
  #logo svg {
    /* desk 1300w */
  }
  .ready #logo svg {
    color: #192120;
    transform: translate3d(0.4em, 0.45em, 0) scale(1.41208791);
  }
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: auto;
  margin: 0 0.5em 0 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 30em) {
  #contactinfo {
    margin: 0 1.55em 0 0;
    /* mintab 480w */
  }
}
#contactinfo .phone {
  line-height: 2.5em;
  font-size: 1em;
  font-family: 'Abril Fatface', sans-serif;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #dab06b;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav a {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  border-radius: 0.5em;
  line-height: 1.09090909;
  font-size: 0.55em;
  text-align: center;
  text-transform: uppercase;
  color: #dab06b;
  border: solid 1px #dab06b;
  padding: 1.2em 0 1em;
  background: none;
  display: inline-block;
  vertical-align: top;
}
#utilitynav a:hover {
  color: #fff;
  border-color: #ffffff;
}
#utilitynav a.patient-login {
  width: 6.81818182em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 55vw;
  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 */
  }
}
@media only screen and (min-width: 81.25em) {
  #slideshow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#slideshow:before,
#slideshow:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#slideshow:before {
  z-index: 400;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 15.8%;
  opacity: 0.6;
}
#slideshow:after {
  z-index: 410;
  background: url(../images/slideshow/ssol.png) no-repeat center center;
  background-size: cover;
}
#slideshow .welcomevid {
  width: 100%;
  vertical-align: top;
  aspect-ratio: 16 / 9;
}
#slideshow .toy {
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  width: 100%;
  height: 25.4em;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 410;
}
#slideshow .toy .cycle-slide {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  #slideshow .toy .cycle-slide {
    padding-left: 25%;
    /* midTab 1024oo */
  }
}
#slideshow .toy .slogan {
  width: 90%;
  max-width: 53.15em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#slideshow .toy .slogan > div {
  text-align: center;
  position: relative;
}
#slideshow .toy .slogan > div:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #2b2b26;
  z-index: -1;
}
#slideshow .toy .slogan .top {
  line-height: 1.03333333;
  font-size: 1.5em;
  width: 5.8em;
  height: 5.8em;
  z-index: 410;
}
#slideshow .toy .slogan .top:after {
  background-color: rgba(120, 169, 193, 0.9);
}
#slideshow .toy .slogan .bottom {
  line-height: 1.01391181;
  font-size: 2.1205em;
  width: 5.58830465em;
  height: 5.58830465em;
  margin: -1.39118133em 0 0 1.76845084em;
  z-index: 420;
}
#slideshow .toy .slogan .bottom:after {
  background-color: rgba(133, 51, 32, 0.9);
}
#slideshow .toy .level {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}


#slideshow .ssoverlay {
  line-height: 1;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  color: currentcolor;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.8em;
  z-index: 420;
  text-transform: lowercase;
  display: none;
}
@media only screen and (min-width: 64em) {
  #slideshow .ssoverlay {
    display: block;
  }
}
#slideshow .ssoverlay .icon {
  display: block;
  margin: 0 auto;
  /*margin-top: 0.8em;*/
  font-size: 45px;
}


/* ==================================================================
	torso
=================================================================== */
.torso {
  background: rgba(45, 112, 144, 0.9);
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 81.25em) {
  .torso {
    margin-top: 55vw;
    /* desk 1300w */
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 420;
}
.spotlight.top {
  z-index: 410;
}
.spotlight.bottom {
  z-index: 420;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  text-align: center;
  margin: 0;
  background: none;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: min(3.3vw, 1em);
    /* mintab 480oo */
  }
}
@media only screen and (max-width: 47.9375em) {
  .spot01 {
    padding: 2em 0;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot01 {
    height: 42.5em;
    padding: 2.05em 0 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 {
    /* desk 1300w */
  }
  .spot01.ready .ssRigby {
    transform: translate3d(-80vw, -15.75em, 0) rotate(80deg);
  }
  .spot01.ready .ssRigby g {
    transition: opacity 0.33s linear 0s;
  }
  .spot01.ready .ssRigby .raster {
    opacity: 0;
  }
  .spot01.ready .ssRigby .vector {
    opacity: 1;
  }
  .spot01.ready a[class] {
    transition-delay: 0s;
  }
  .spot01.ready a.btn01 {
    transform: translate3d(5em, 33.5em, 0) scale(0) rotate(360deg);
  }
  .spot01.ready a.btn02 {
    transform: translate3d(-5em, 34.9em, 0) scale(0) rotate(-360deg);
  }
  .spot01.ready a.btn03 {
    transform: translate3d(-11em, 27.4em, 0) scale(0) rotate(180deg);
  }
}
.spot01 .ssRigby {
  width: 19.1em;
  height: 19.87995em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 7em;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: transform 0.99s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (max-width: 47.9375em) {
  .spot01 .ssRigby {
    font-size: 0.6em;
    /* midTab 768oo */
  }
}
.spot01 .ssRigby g {
  transition: opacity 0.99s cubic-bezier(0.25, 0.8, 0.25, 1) 0.66s;
}
.spot01 .ssRigby .raster {
  opacity: 1;
}
.spot01 .ssRigby .vector {
  opacity: 0;
}
.spot01 a {
  font-family: 'Abril Fatface', sans-serif;
  color: #1a2221;
  width: 8.7em;
  height: 8.7em;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: transform 0.66s ease-in-out, color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot01 a.btn01 {
  margin: 0 4.4em 0 -1.4em;
  transition-delay: 0.33s;
}
.spot01 a.btn01:after {
  background: #853320;
}
.spot01 a.btn01 h2.topic {
  color: #ffffff;
}
.spot01 a.btn02 {
  width: 6.75em;
  height: 6.75em;
  margin: -1.45em 0 0 4.4em;
  transition-delay: 0.44s;
}
.spot01 a.btn02:after {
  background: #c1d8dc;
}
.spot01 a.btn03 {
  margin: -2.25em 0 0 22em;
  transition-delay: 0.55s;
}
.spot01 a.btn03:after {
  background: #dab06b;
}
.spot01 a[class]:hover:after {
  background-color: #a0b897;
  animation: pulsate 1.5s ease-in-out infinite both;
}
.spot01 a[class]:hover h2.topic {
  color: #fff;
}
.spot01 a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: solid 0.15em #1a2221;
  z-index: -1;
}
.spot01 a h2.topic {
  line-height: 1.08695652;
  font-size: 1.15em;
  font-weight: 400;
  text-transform: none;
  color: currentcolor;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* ==================================================================
  Instagram Scroller Section
=================================================================== */
.instagram-section {
  background: #fff;
  padding: 40px 0; 
}

.instagram-section .logos i {
  border-right: 1px solid #444;
  margin-right: 20px;
  padding-right: 20px;
}

.instagram-section a {
  color: #444;
}

.instagram-section a:hover {
  color: #317387;
}

.instagram-section .logos {
  padding: 0 0 20px;
}

.instagram-section .link {
  padding: 20px 0 0 ;
}

/* ==================================================================
	subnav || aka subnav-outer || aka ipSub
=================================================================== */
.hero {
  width: 100%;
  max-width: none;
  display: block;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
/* ==================================================================
	subnav || aka subnav-outer || aka ipSub
=================================================================== */
/* TOP ORIENTED */
#subnav {
  text-transform: uppercase;
  text-align: center;
  color: #853320;
  padding: 12vw 0 2em;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 5.55em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.71428571;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}
#subnav a {
  letter-spacing: 0.05em;
  color: #1a2221;
  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:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#subnav a:hover,
#subnav a.active {
  color: #1a2221;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#subnav .divider {
  display: none;
}
@media only screen and (min-width: 64em) {
  #subnav .divider {
    margin: 0 0.5em;
    display: inline-block;
    vertical-align: top;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 0 0 3em;
  background: #b2cdd2 url(../images/bg.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) and (max-width: 41.5625em) {
  #bd {
    background-size: auto auto;
    /* range 1024w - 1999oo */
  }
}
#bd .ol {
  font-size: 1vw;
  width: 100em;
  height: 10.7em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 420;
  pointer-events: none;
}
#bd .container {
  max-width: 60em;
  width: 100%;
  border-radius: 0.5em;
  padding: 3em 6%;
  background: #ffffff;
}
@media only screen and (min-width: 48em) {
  #bd .container {
    padding: 4.3em 0;
    /* midTab 780w */
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 30.5em;
    width: 50.83333333%;
    margin-left: 2.5em;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
@media only screen and (min-width: 64em) {
  #content {
    margin-left: 5em;
    /* midTab 1024w */
  }
}
#content .content-text {
  line-height: 1.55555556;
  font-weight: 300;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 2em 0;
  background: url(../images/bd.png) no-repeat center bottom;
  background-size: 128em auto;
}
.home #bd .container {
  width: 96%;
  max-width: 60em;
  background: none;
  border-radius: 0;
  width: auto;
}
@media only screen and (max-width: 47.9375em) {
  .home #bd .container {
    padding: 0 6% 2em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd .container {
    padding: 0 0 2em;
    /* midTab 768w */
  }
}
.home #bd .container:after {
  content: '';
  border-radius: 50%;
  background-color: #f6d8a6;
  background-color: #FAE6C7;
  background: linear-gradient(180deg, rgba(250,230,199,1) 0%, rgba(255,255,255,1) 100%);
  display: block;
  position: absolute;
  top: -15.4em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: -1;
}
@media only screen and (max-width: 47.9375em) {
  .home #bd .container:after {
    width: 300%;
    height: 150%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd .container:after {
    width: 60.65em;
    height: 60.65em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 45em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 2.77777778em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 0.9em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	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: #317387;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.68;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* comment line below if patient login is live and legit */
/* .financial-information #financial-online-services{ 
	display:none; 
} */
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */


.card {
    position: relative;
    text-align: center;
    /*margin: auto;*/
    display: block;
    max-width: 300px;
}
.card .img-top {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity:0;
}
.card:hover .img-top {
    opacity:1;
}





.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;
}
@media only screen and (max-width: 47.9375em) {
  .group {
    margin: 0 auto 1em;
    display: block;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .group {
    width: 40%;
    margin: 0 0 1em 1em;
    float: right;
    /* midTab 768w */
  }
}
/* ==================================================================
	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.5;
  font-size: 1.66666667em;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  color: #853320;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.55555556;
  font-size: 1em;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: none;
  color: #1a2221;
  margin-left: 0;
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #dab06b;
}
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: 17.85em;
  margin: 0 auto 26%;
  /*display: none;*/
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 29.75%;
    margin: 0 2.5em 1em 0;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #sidebar {
    margin-right: 5em;
    /* midTab 1024w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
#hide-stock:before {
  content: '';
  background: url(../images/circles.png) no-repeat;
  background-size: cover;
  width: 18.05em;
  height: 16.25em;
  display: block;
  position: absolute;
  top: 8.85em;
  left: 2.8em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.stock {
  border-radius: 50%;
  width: 100%;
  position: relative;
  border: solid 0.15em #1a2221;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
/* ===============================================
	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 - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #1a2221;
  background-color: #fff;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 {
    padding: 2em 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    padding: 4.2em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 37.5em;
  background-color: #dab06b;
  border: 0.35em solid #dab06b;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.24);
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 .decoration {
    margin: 0 2em 0 -14em;
    /* custom 666w */
  }
}
.spot02 .decoration img {
  width: 50%;
  border: 0.35em solid #dab06b;
}
.spot02 .mod {
  width: 96%;
  max-width: 25.2em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 48em) {
  .spot02 .mod {
    text-align: left;
    padding: 0;
    /* midTab 768w */
  }
}
.spot02 h2.topic {
  line-height: 1.18;
  font-size: 2.5em;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 400;
  color: #1a2221;
  margin: 0 0 0.35em;
}
.spot02 h2.topic:before {
  content: 'just wait’ll you meet this guy';
  letter-spacing: 0.15em;
  line-height: 2.0625;
  font-size: 0.32em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ce6858;
  display: block;
}
.spot02 .info {
  line-height: 1.77777778;
  font-size: 0.9em;
  text-align: justify;
  color: #1a2221;
  width: 100%;
  margin: 0 0 1.66666667em;
}
@media only screen and (max-width: 81.1875em) {
  .spot02 .info {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 .info {
    display: block;
    /* desk 1300w */
  }
}
.spot02 .links {
  line-height: 0;
  display: block;
}
.spot02 .mark {
  width: 5.4em;
  height: 4.6em;
  margin-right: 1.6em;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot02 .mark:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.spot02 .mark svg {
  width: 100%;
  height: 100%;
}
.spot02 .spotbtn {
  letter-spacing: 0.1em;
  line-height: 3.53846154;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 11.53846154em;
  height: 3.53846154em;
  border-radius: 5px;
  background-color: #853320;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 420;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot02 .spotbtn:hover {
  background-color: #317387;
  -webkit-transform: scale(0.88);
  transform: scale(0.88);
}
.spot02 .blurb {
  line-height: 1.29411765;
  font-size: 0.85em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 1.38235294em 0 1.38235294em 1.70588235em;
  margin-top: 3.88235294em;
  display: block;
  position: relative;
  z-index: 420;
  pointer-events: none;
}
.spot02 .blurb .trait {
  font-weight: 700;
  display: block;
}
.spot02 .blurb:after {
  content: '';
  width: 76em;
  height: 100%;
  border-radius: 5px 0 0 5px;
  background: #317387 url(../images/spotlight/spot02ornament.png) no-repeat 0 center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* ===============================================
	spot03 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot03 {
  color: #fff;
  padding: 5.4em 0 3.8em;
  background: #214a2c no-repeat center top;
  background-size: cover;
}
@media only screen and (min-width: 41.625em) {
  .spot03 {
    font-size: min(1.5vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot03 {
    font-size: inherit;
    background-size: auto;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 125em) {
  .spot03 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.spot03 h2 {
  font-size: 2.5em;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.8em;
}
.spot03 a {
  color: #ffffff;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 a {
    width: 44%;
    margin: 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 a {
    margin: 0 1.2em;
    /* custom 666w */
  }
  .spot03 a:nth-of-type(1) .decoration {
    width: 16em;
  }
  .spot03 a:nth-of-type(2) .decoration {
    width: 20.75em;
  }
  .spot03 a:nth-of-type(3) .decoration {
    width: 17.6em;
  }
}
.spot03 a:hover {
  color: #fff;
  z-index: 400;
}
.spot03 a:hover:nth-of-type(2) .decoration {
  -webkit-transform: rotate(15deg) scale(0.9);
  transform: rotate(15deg) scale(0.9);
}
.spot03 a:hover .decoration {
  -webkit-transform: rotate(-10deg) scale(0.9);
  transform: rotate(-10deg) scale(0.9);
}
.spot03 a:hover h3.topic {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.spot03 a .decoration {
  width: 100%;
  filter: drop-shadow(0.35em 0.35em 0.5em rgba(0, 0, 0, 0.59));
  transition: transform 0.33s ease-in-out;
}
@media only screen and (max-width: 47.9375em) {
  .spot03 a .decoration {
    margin-bottom: 6%;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 a .decoration {
    margin-bottom: 1.6em;
    /* midTab 768w */
  }
}
.spot03 a h3.topic {
  line-height: 1;
  font-size: 1.65em;
  font-family: 'Abril Fatface', sans-serif;
  text-align: center;
  color: currentcolor;
  width: 100%;
  display: block;
  transition: transform 0.33s ease-in-out;
  transform-origin: 50% 0;
}
/* ===============================================
	spot04 || social media section spotlight
=============================================== */
.spot04 {
  background-color: #c1d8dc;
  background-repeat: no-repeat;
  /* socialmedia || aka social-icons */
}
@media only screen and (max-width: 41.5625em) {
  .spot04 {
    padding: 3em 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 {
    padding: 5.25em 0 7.3em;
    /* custom 666w */
  }
}
@media only screen and (max-width: 81.1875em) {
  .spot04 {
    background-position: 50% 50%;
    background-size: 150% auto;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot04 {
    background-position: 50% 0%;
    background-attachment: fixed;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 125em) {
  .spot04 {
    background-size: 100% auto;
    /* custom 2000w */
  }
}
.spot04 h2.topic {
  line-height: 1;
  font-size: 2.5em;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 400;
  color: #1a2221;
  margin: 0 0 0.52em;
  display: block;
}
.spot04 .socialmedia {
  line-height: 0;
  /* .fs(20px); */
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 2em;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 300;
}
.spot04 .socialmedia a {
  line-height: 2.83333333;
  font-size: 0.9em;
  color: #fff;
  height: 2.83333333em;
  width: 2.83333333em;
  border-radius: 50%;
  margin: 0 7px;
  background: #853320;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.spot04 .socialmedia a:hover {
  color: #fff;
  background: rgba(218, 176, 107, 0.9);
  z-index: 400;
  -webkit-transform: scale(1.44);
  transform: scale(1.44);
}
.spot04 .socialmedia a .icon {
  position: relative;
}
.spot04 .cycle-slideshow {
  border-radius: 10px;
  background: #fff;
  display: block;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 .cycle-slideshow {
    width: 120%;
    margin: 0 -10%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 .cycle-slideshow {
    width: 96%;
    max-width: 54.7em;
    margin-left: auto;
    margin-right: auto;
    /* custom 666w */
  }
}
.spot04 .cycle-slide {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 41.5625em) {
  .spot04 .cycle-slide {
    padding: 2em 0;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 .cycle-slide {
    padding: 3.25em 0;
    /* custom 666w */
  }
}
.spot04 .cycle-slide img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  animation-fill-mode: forwards;
  animation-duration: 0.55s;
  animation-timing-function: ease-out;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0;
  will-change: transform;
}
@media only screen and (max-width: 63.9375em) {
  .spot04 .cycle-slide img {
    width: 20.84095064%;
    margin: 1.00548446%;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .spot04 .cycle-slide img {
    width: 11.4em;
    margin: 0.55em;
    /* midTab 1024w */
  }
}
.spot04 .cycle-slide img:nth-child(1) {
  animation-delay: 0s;
}
.spot04 .cycle-slide img:nth-child(2) {
  animation-delay: 0.2s;
}
.spot04 .cycle-slide img:nth-child(3) {
  animation-delay: 0.4s;
}
.spot04 .cycle-slide img:nth-child(4) {
  animation-delay: 0.6s;
}
.spot04 .cycle-slide img:nth-child(5) {
  animation-delay: 0.7s;
}
.spot04 .cycle-slide img:nth-child(6) {
  animation-delay: 0.9s;
}
.spot04 .cycle-slide img:nth-child(7) {
  animation-delay: 1.1s;
}
.spot04 .cycle-slide img:nth-child(8) {
  animation-delay: 1.3s;
}
.spot04 .cycle-slide img.active {
  animation-name: flipIn;
}
/* ===============================================
	spot05 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot05 {
  padding: 2em 0;
  background: #1a2221 url(../images/spotlight/spot05bg.svg) no-repeat center bottom;
}
@media only screen and (max-width: 41.5625em) {
  .spot05 {
    font-size: 5vw;
    background-size: 100% auto;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 {
    font-size: min(1.8vw, 1em);
    height: 36.3em;
    padding: 5em 0 0;
    background-size: 92em 12.65em;
    /* custom 666w */
  }
}
.spot05 .ol {
  font-size: 1vw;
  width: 100em;
  height: 10.7em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 420;
  pointer-events: none;
}
.spot05 .ornament {
  color: #fff;
  width: 55.1326em;
  height: 5.86575em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  z-index: 430;
  pointer-events: none;
}
@media only screen and (max-width: 41.5625em) {
  .spot05 .ornament {
    font-size: min(1.4vw, 1em);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot05 .ornament {
    transform: translate3d(6.75em, -50%, 0);
    /* desk 1300w */
  }
}
.spot05 a {
  width: 7.35em;
  height: 7.35em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 41.5625em) {
  .spot05 a {
    margin: 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 a {
    margin-left: 6.25em;
    /* custom 666w */
  }
}
.spot05 a:nth-of-type(1) {
  color: #dab06b;
}
.spot05 a:nth-of-type(1) .decoration {
  width: 9.75em;
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(1) .decoration {
    right: 2.65em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(1) {
    /* custom 666w */
  }
  .spot05 a:nth-of-type(1) h2.topic .level {
    transform: translate3d(0, calc(-50% + 2.43em), 0);
  }
}
.spot05 a:nth-of-type(2) {
  color: #f59b86;
}
.spot05 a:nth-of-type(2) .decoration {
  width: 9.25em;
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(2) .decoration {
    right: 4.05em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(2) {
    /* custom 666w */
  }
  .spot05 a:nth-of-type(2) h2.topic .level {
    transform: translate3d(0, calc(-50% + 0.95em), 0);
  }
}
.spot05 a:nth-of-type(3) {
  color: #a0b897;
}
.spot05 a:nth-of-type(3) .decoration {
  width: 8.95em;
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(3) .decoration {
    right: 50%;
    /* custom 666w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(3) {
    /* custom 666w */
  }
  .spot05 a:nth-of-type(3) h2.topic .level {
    transform: translate3d(0, calc(-50% + 2.25em), 0);
  }
}
.spot05 a:nth-of-type(4) {
  color: #c1d8dc;
}
.spot05 a:nth-of-type(4) .decoration {
  width: 9.25em;
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(4) .decoration {
    right: 2.7em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:nth-of-type(4) {
    /* custom 666w */
  }
  .spot05 a:nth-of-type(4) h2.topic .level {
    transform: translate3d(0, calc(-50% + 2.43em), 0);
  }
}
.spot05 a:hover {
  z-index: 400;
}
.spot05 a:hover h2.topic:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:hover h2.topic {
    /* custom 666w */
  }
  .spot05 a:hover h2.topic .level {
    transform: translate3d(0, -50%, 0);
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 a:hover {
    /* custom 666w */
  }
  .spot05 a:hover .decoration {
    color: inherit;
  }
}
.spot05 a .decoration {
  color: #f8f8f8;
  height: 21.1em;
  display: block;
  position: absolute;
  z-index: 420;
  transition: color 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
@media only screen and (max-width: 41.5625em) {
  .spot05 a .decoration {
    font-size: 1vw;
    bottom: 0;
    left: -3.4em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot05 a .decoration {
    top: 2.6em;
    /* custom 666w */
  }
}
.spot05 a h2.topic {
  line-height: 1.08963093;
  font-size: 1.4225em;
  font-family: 'Abril Fatface', sans-serif;
  font-weight: 400;
  color: currentcolor;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot05 a h2.topic .level {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 420;
  transition: transform 0.33s ease-in-out;
}
.spot05 a h2.topic:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #000;
  transition: transform 0.33s ease-out, opacity 0.33s ease-out;
  transform: translate3d(0, -120%, 0);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
/* ===============================================
	spot06
=============================================== */
.spot06 {
  text-align: center;
  width: 100%;
  padding: 10em 0;
  background: #373737 no-repeat center center;
  position: relative;
}
@media only screen and (max-width: 41.5625em) {
  .spot06 {
    font-size: min(1.6vw, 1em);
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot06 {
    font-size: min(1.2vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot06 {
    height: 32.8em;
    padding: 11.3em 0 0;
    background-position: center top;
    background-size: 110% auto;
    background-atachment: fixed;
    /* desk 1300w */
  }
}
.spot06 .mod {
  font-family: 'Abril Fatface', sans-serif;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.spot06 .mod.years {
  width: 22.1em;
}
.spot06 .mod.smiles {
  width: 34.6em;
}
.spot06 .mod:nth-of-type(1) {
  border-right: 4px solid #dab06b;
}
.spot06 .mod .num {
  line-height: 0.7;
  font-size: 11.75em;
  width: 100%;
  margin-bottom: 0.16em;
  display: block;
}
.spot06 .mod .det {
  line-height: 0.8974359;
  font-size: 1.95em;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #ccc url(../images/footer/medford-orthodontic-office.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 410;
}
@media only screen and (min-width: 48em) {
  #ft {
    height: 25.75em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto;
    /* desk 1300w */
  }
}
#ft a {
  color: #1a2221;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #ae8d56;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  background-color: rgba(120, 169, 193, 0.86);
  display: block;
}
@media only screen and (min-width: 48em) {
  #location {
    width: 50%;
    margin-right: 50%;
    /* midTab 768w */
  }
}
#location .mod {
  width: 100%;
  max-width: 36.3em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 0;
  display: block;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #location .mod {
    height: 25.75em;
    margin: 0 0 0 auto;
    padding: 5.2em 0 0 0;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  margin: 0 auto 0.75em;
  display: block;
}
#location .logo svg {
  width: 17.55em;
  height: 6em;
  color: #192221;
}
#location .info {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 48em) {
  #location .info {
    text-align: left;
    padding-left: 6.75em;
    /* midTab 768w */
  }
}
#location .phone {
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-size: 1.2em;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  margin: 0 0 0.45em;
  display: block;
}
#location .address {
  letter-spacing: 0.1em;
  line-height: 1.5625;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}
#location .address .marker {
  line-height: 0;
  width: 2.8125em;
  height: 3.75em;
  margin-left: 9.2em;
  position: absolute;
  left: 50%;
  top: 12.7em;
  z-index: 400;
  -webkit-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@media only screen and (max-width: 47.9375em) {
  #location .address .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address:hover .marker {
  transform: scale(2);
}
#location .util {
  line-height: 2.5;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #1a2221;
  width: 100%;
  margin: 5em 0 0;
}
#location .util a {
  letter-spacing: 0.1em;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#location .util a,
#location .util .divider {
  display: inline-block;
}
#location .util .divider {
  margin: 0 0.7em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  -webkit-transition: fill 0.33s ease-in-out;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  color: #000;
  width: 100%;
  height: 25.45em;
  padding: 2.5em 0 0;
  margin: 0;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 420;
}
#btt .ol {
  width: 100em;
  height: 0.1em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (max-width: 124.9375em) {
  #btt .ol {
    font-size: min(1.5vw, 1em);
    /* custom 1999oo */
  }
}
@media only screen and (min-width: 125em) {
  #btt .ol {
    font-size: 1vw;
    /* custom 2000w */
  }
}
#btt .circles {
  width: 100em;
  max-width: none;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 400;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
a#backtotop {
  line-height: 0.8125;
  font-size: 1.6em;
  font-family: 'Abril Fatface', sans-serif;
  text-transform: uppercase;
  color: #dab06b;
  width: 7.25em;
  margin-left: 3.375em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
}
a#backtotop:hover {
  color: #dab06b;
}
a#backtotop:hover svg {
  color: #dab06b;
}
a#backtotop svg {
  color: #000;
  width: 7.25em;
  height: 4.90571875em;
  display: block;
  transition: color 0.33s ease-in-out;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
.types-of-braces hr,
.types-of-braces .types-of-braces #content div.clear {
  display: inline-block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #317387;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-size: smaller;
  color: #317387;
  height: 38px;
  border-radius: 5px;
  padding: 0 1.5em;
  background-color: rgba(49, 115, 135, 0);
  border: 1px solid #317387;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
}
form button:hover {
  color: #fff;
  border-color: #dab06b;
  background-color: #dab06b;
}
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: 88%;
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    float: 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 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.8em;
    margin-top: 0em;
    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: 4.8em;
    width: auto;
    padding: 0;
    margin: 0 13.4em 0 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.5em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 6.85714286;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    bottom: 1.14285714em;
  }
  #main-nav ul ul {
    border-radius: 0 0 0.3em 0.3em;
    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 {
    letter-spacing: 0.025em;
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    width: 100%;
    padding: 0 1.92307692em;
    float: left;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  #main-nav ul li:hover ul {
    left: -1.25em;
    /*top:37px;*/
    display: block;
  }
  /*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;
  }
}
/* flipIn */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) translateY(100%) translateZ(-160px) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
  }
}
.flipIn {
  animation-name: flipIn;
}
/* rollin */
@keyframes rollin {
  0% {
    transform: translateX(-50em) rotate(-720deg);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    filter: blur(0);
    opacity: 1;
  }
}
.rollin {
  animation: rollin 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
/* pulsate */
@keyframes pulsate {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.pulsate {
  animation: pulsate 1.5s ease-in-out infinite both;
}
/* puffin */
@keyframes puffin {
  0% {
    transform: scale(2);
    transform-origin: 50% 0%;
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
    filter: blur(0px);
    opacity: 1;
  }
}
.puffin {
  animation: puffin 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
/* blurin */
@keyframes blurin {
  0% {
    transform: translate(1000px, 1000px) skew(80deg, 10deg);
    transform-origin: 0% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) skew(0deg, 0deg);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.blurin {
  animation: blurin 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
