 /* ===============================================
	.less VERSION 2.0
	
	callaway-cooper2
	
	Sesame Communications - (c) 2021
	Written by: Ryan Postell
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					fonts
=============================================== */
/* raleway-300 */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/raleway-v26-latin-300.woff2') format('woff2');
}
/* raleway-regular */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/raleway-v26-latin-regular.woff2') format('woff2');

}
/* raleway-700 */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/raleway-v26-latin-700.woff2') format('woff2');

}
/* raleway-italic */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/raleway-v26-latin-italic.woff2') format('woff2');

}

/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea,
form button {
  font-family: 'Raleway', Helvetica, Arial, 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 */
  }
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #61a8e8;
  text-decoration: underline;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #61a8e8;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #61a8e8;
  margin: 0 0 0.8em;
  text-rendering: auto;
  font-weight: 300;
  text-transform: uppercase;
}
h1 {
  font-size: 10vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1 {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 30em) {
  .home h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
.home h1:after {
  content: '';
  width: 4.5em;
  height: 2px;
  margin: 0.33333333em auto 0.7em;
  background: #61a8e8;
  display: block;
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.5;
  font-size: 0.5em;
  text-transform: none;
}
.home h1 .trait.bottom {
  color: #61a8e8;
  display: inline-block;
}
h2:not(.topic) {
  font-size: 1.2em;
  color: #61a8e8;
}
h3:not(.topic) {
  font-size: .95em;
  color: #48cf48;
}
h4,
h5,
h6 {
  font-size: 1em;
  color: #a09d9d;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 50em;
}
/* ===============================================
	list styles - global overrides
=============================================== */
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*='-after'] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0 0 0em;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 41.625em) {
  #masthead {
    padding: 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    z-index: 3000;
    /* desk 1300w */
  }
  #masthead.ready #logo {
    /*opacity: 0;*/
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: 60em;
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(97, 168, 232, 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: #61a8e8;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 0.33s ease-in-out;
}
#main-nav .trigger .navicon {
  width: 12px;
  height: 8px;
  position: relative;
  display: inline-block;
  top: -0.2em;
}
#main-nav .trigger .navicon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: rotate(0deg);
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#main-nav .trigger .navicon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .navicon span:nth-child(2),
#main-nav .trigger .navicon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .navicon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #61a8e8;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #61a8e8;
}
#main-nav .open .trigger .navicon span:nth-child(1),
#main-nav .open .trigger .navicon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .navicon span:nth-child(2) {
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  float: right;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.66666667;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #000;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.6em;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: scaleX(0);
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #61a8e8;
  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: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #808080;
  display: inline;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-transform: uppercase;
}
#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: #48cf48;
  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: #61a8e8;
  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 */
    padding: 0 1em;
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 1.5em 55px 2.2em 0;
    /* range 666w - 1023oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0;
    padding-top: 1.15em;
    max-width: 64.5em;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 20.35em;
  margin: 0.5em auto 2em 2%;
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 41.625em) {
  #logo {
    position: absolute;
    top: 0;
    left: 2%;
    width: 13.35em;
    width: 16.85em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    top: 1.05em;
    top: 0.15em;
    left: 0;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  /* width: 20.35em; */
}

@media only screen and (min-width: 41.625em) {
#logo img {
  /*width: 13.35em;*/
}
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: center;
  width: 100%;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) and (min-width: 666px) {
  #contactinfo {
    width: auto;
    margin: 0 3.5em 0 0;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 64em) {
  #contactinfo {
    margin: 0;
    width: auto;
  }
}
#contactinfo .address {
  line-height: 1.5;
  font-size: 0.6em;
  color: #000;
  width: auto;
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  #contactinfo .address {
    margin: 0;
  }
}
#contactinfo .address span {
  color: #61a8e8;
}
#contactinfo .phone {
  line-height: 1.5;
  font-size: 0.6em;
  color: #000;
  width: auto;
  margin-right: 1.91666667em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
#contactinfo .phone span {
  color: #48cf48;
}
#contactinfo a {
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #61a8e8;
}


.appointmentrequest {
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 3.3em;
  width: 200px;
}
.appointmentrequest a {
  color: #fff;
  /* font-size: 0.65em; */
  line-height: 1.07692308;
  letter-spacing: 0.005em;
  font-weight: 300;
  display: block;
  /* margin: 0 0 0.4em auto; */
  padding: 15px 5px;
  /* padding-right: 1em; */
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  background: #48cf48;
  transition-duration: 0.33s;
}

.appointmentrequest a:hover {
  transform: scale(0.9) translateX(-0.5em);

    color: #000 !important;

}



/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav ul {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav ul li {
  line-height: 0;
  width: auto;
  margin: 0 0 0 0.5em;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#utilitynav a {
  line-height: 2.5;
  font-size: 0.65em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  background: #61a8e8;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #fff;
  background-color: #61a8e8;
}
#utilitynav a.appointmentrequest {
  width: 13em;
}
#utilitynav a.patient-login {
  width: 9em;
}
/* ===============================================
	socialmedia || aka social-icons
=============================================== */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 1em 0 0;
  position: relative;
  z-index: 300;
}
@media only screen and (max-width: 63.9375em) {
  .socialmedia {
    display: flex;
    justify-content: center;
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  .socialmedia {
    margin-left: 7.75em;
    text-align: left;
  }
}
.socialmedia a {
  line-height: 2.27777778;
  font-size: 0.9em;
  color: #fff;
  height: 2.27777778em;
  width: 2.27777778em;
  border-radius: 50%;
  margin: 0 2px 0 0;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out !important;
}
.socialmedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialmedia a:hover {
  background: #61a8e8;
  z-index: 400;
  transform: scale(1.24);
}
.socialmedia a:hover span {
  color: #fff;
}
.socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 38.0952381vw;
  /* adjust to match slideshow height from proof */
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 64em) {
  #slideshow {
    font-size: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #slideshow {
    margin-top: 126px;
  }
}
#slideshow #home-slideshow {
    width: 150%;
    margin: 0 -25%;
  aspect-ratio: 5 / 2;
}
@media only screen and (min-width: 48em) {
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
}

@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
#slideshow.ready .ssoverlay img {
  /*transform: none;*/
}
#slideshow .ssoverlay {
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 75%;
  transform: translate3d(0, -50%, 0);
  z-index: 420;
}
#slideshow .ssoverlay .text {
  font-size: 2.9em;
  line-height: 2.67241379;
  display: block;
  text-transform: uppercase;
}
#slideshow .ssoverlay img {
  width: 16.1em;
  height: 4.95em;
  display: none;
  transition: transform 0.3s;
  transform: translateY(-20em) translateX(-25em);
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=================================================================== */
.spot01 {
  padding: 3.1em 0 1.8em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#48cf48+0,61a8e8+100 */
  background: #48cf48;
  background: -moz-linear-gradient(top, #48cf48 0%, #61a8e8 100%);
  background: -webkit-linear-gradient(top, #48cf48 0%, #61a8e8 100%);
  background: linear-gradient(to bottom, #48cf48 0%, #61a8e8 100%);
}
@media only screen and (min-width: 768px) {
  .spot01 {
    background: #61a8e8;
    background: -moz-linear-gradient(left, #61a8e8 0%, #48cf48 100%);
    background: -webkit-linear-gradient(left, #61a8e8 0%, #48cf48 100%);
    background: linear-gradient(to right, #61a8e8 0%, #48cf48 100%);
  }
}
.spot01 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 96%;
  margin: auto;
  font-size: 20px;
  font-size: min(3.4vw, 1em);
}
@media only screen and (min-width: 768px) {
  .spot01 .container {
    max-width: 67.5em;
    font-size: min(1.7vw, 1em);
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .container {
    font-size: inherit;
    justify-content: center;
  }
}
.spot01 a {
  display: inline-block;
  margin-bottom: 2.5em;
  width: 12.35em;
  width: 14.35em;
}
@media only screen and (min-width: 768px) {
  .spot01 a {
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 a {
    margin-right: 4.15em;
    margin-right: 2.15em;
  }
  .spot01 a:last-of-type {
    margin-right: 0;
  }
}
.spot01 a:hover .box {
  background-color: #fff;
}
.spot01 a:hover .box span {
  color: #61a8e8;
}
.spot01 a:hover .default {
  display: none;
}
.spot01 a:hover .hover {
  display: block;
}
.spot01 a .default,
.spot01 a .hover {
  width: 2.8em;
  height: 3.55em;
  transform: translateY(-0.2em);
}
.spot01 a .hover {
  display: none;
}
.spot01 a .box {
  height: 5.75em;
  width: 5.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: box-shadow 0.3s, background-color 0.3s;
  position: relative;
  border-radius: 50%;
}
.spot01 a .box:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  pointer-events: none;
  top: 0;
  left: 0;
}
.spot01 a .box span {
  color: #fff;
  font-size: 2.4em;
  transition: color 0.3s;
}
.spot01 a h2 {
  color: #fff;
  font-size: 1.15em;
  line-height: 2.86956522;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  transition: text-shadow 0.3s;
  font-weight: 300;
  margin-bottom: 0.30434783em;
}
.spot01 a p {
  font-size: 0.75em;
  color: #fff;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 48em) {
  .spot01 a p {
    display: block;
  }
}
/* ===============================================
	spot02 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION
=============================================== */
.spot02 {
  color: #fff;
  background-color: #61a8e8;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot02 .decoration {
  width: 80%;
  max-width: 20em;
  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 1em 0 0;
    /* custom 666w */
  }
}
.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: 0.98;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.5em;
}
.spot02 h2.topic .trait {
  letter-spacing: 0.12em;
  line-height: 1.19354839;
  font-size: 0.62em;
  font-weight: 300;
}
.spot02 .info {
  line-height: 1.4;
  font-size: 0.75em;
  margin: 0 0 3.86666667em;
  display: none;
}
@media only screen and (min-width: 81.25em) {
  .spot02 .info {
    display: block;
    /* desk 1300w */
  }
}
.spot02 .spotbtn {
  letter-spacing: 0.14em;
  line-height: 3.30769231;
  font-size: 0.65em;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  width: 9.46153846em;
  height: 3.30769231em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
}
.spot02 .spotbtn:hover {
  color: #bfc57e;
  transition-duration: 0.33s;
}
.spot02 .spotbtn:hover:before {
  transform: scaleY(1);
  transform-origin: top;
  transition-duration: 0.33s;
}
.spot02 .spotbtn:hover:after {
  opacity: 0;
  transition-duration: 0.33s;
}
.spot02 .spotbtn:before,
.spot02 .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.spot02 .spotbtn:before {
  background-color: #878787;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.33s ease-in-out;
}
.spot02 .spotbtn:after {
  border: 2px solid #fff;
  transition: opacity 0.33s ease-in-out;
}
/* ===============================================
	spot03 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot03 {
  color: #fff;
  background-color: #61a8e8;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 {
    font-size: min(1.4vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 {
    direction: rtl;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot03 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot03 .decoration {
  width: 80%;
  max-width: 20em;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 .decoration {
    margin: 0 0 0 2em;
    /* custom 666w */
  }
}
.spot03 .mod {
  width: 96%;
  max-width: 25.2em;
  padding: 2em 0;
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
}
@media only screen and (min-width: 48em) {
  .spot03 .mod {
    text-align: right;
    padding: 0;
    /* midTab 768w */
  }
}
.spot03 h2.topic {
  line-height: 0.98;
  font-size: 2.5em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.5em;
}
.spot03 h2.topic span.trait {
  letter-spacing: 0.12em;
  line-height: 1.19354839;
  font-size: 0.62em;
  font-weight: 300;
}
.spot03 .info {
  line-height: 1.4;
  font-size: 0.75em;
  margin: 0 0 3.86666667em;
  display: none;
}
@media only screen and (min-width: 81.25em) {
  .spot03 .info {
    display: block;
    /* desk 1300w */
  }
}
.spot03 .spotbtn {
  letter-spacing: 0.14em;
  line-height: 3.30769231;
  font-size: 0.65em;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  width: 9.46153846em;
  height: 3.30769231em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
  transition: color 0.33s ease-in-out;
}
.spot03 .spotbtn:hover {
  color: #bfc57e;
  transition-duration: 0.33s;
}
.spot03 .spotbtn:hover:before {
  transform: scaleY(1);
  transform-origin: top;
  transition-duration: 0.33s;
}
.spot03 .spotbtn:hover:after {
  opacity: 0;
  transition-duration: 0.33s;
}
.spot03 .spotbtn:before,
.spot03 .spotbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.spot03 .spotbtn:before {
  background-color: #878787;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.33s ease-in-out;
}
.spot03 .spotbtn:after {
  border: 2px solid #fff;
  transition: opacity 0.33s ease-in-out;
}
/* ==================================================================
	
	subnav || aka subnav-outer || aka ipSub
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to 'side oriented' [=
	
=================================================================== */
/* ==================================================================
	content || aka .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  padding: 0 0 3em;
  background: #fff;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 4.85em 0 3.31em;
    /* midTab 780w */
  }
}
#bd .container {
  max-width: 64.5em;
  position: relative;
}
@media only screen and (min-width: 64em) {
  #bd .container:before {
    content: '';
    position: absolute;
    display: block;
    height: 24.25em;
    width: 24.25em;
    background: url("../images/spotlight/watermark.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    right: -11.25em;
    z-index: -1;
  }
}
.topper {
  padding: 3.75em 0;
    background: #61a8e8;
    background: -moz-linear-gradient(left, #61a8e8 0%, #48cf48 100%);
    background: -webkit-linear-gradient(left, #61a8e8 0%, #48cf48 100%);
    background: linear-gradient(to right, #61a8e8 0%, #48cf48 100%);
}
@media only screen and (min-width: 1300px) {
  .topper {
    padding-top: 10.3em;
    padding-bottom: 3.55em;
  }
}
.topper h1 {
  font-size: 9vw;
  text-align: center;
  color: #fff;
  margin: auto;
  font-weight: 300;
}
@media only screen and (min-width: 30em) {
  .topper h1 {
    font-size: 2.45em;
  }
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 39.75em;
    width: 61.62790698%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.8;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
#content .content-text a {
  color: #48cf48;
  text-decoration: underline;
}
#content .content-text a:hover {
  color: #61a8e8;
}
.meet-the-team-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 64em) {
  .meet-the-team-section {
    justify-content: space-between;
  }
}
.meet-the-team-section .image-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 15em;
  margin: 1.25em;
}
@media only screen and (min-width: 64em) {
  .meet-the-team-section .image-group {
    margin: 1.25em 0;
    width: 30%;
  }
}
.meet-the-team-section .image-group img {
  margin-bottom: 1em;
}
.meet-the-team-section .image-group .name {
  font-weight: 1.2em;
  color: #e0881f;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0em;
  display: block;
}
.meet-the-team-section .image-group .title {
  font-weight: 1.1em;
  color: #e0881f;
  font-weight: 400;
  text-transform: uppercase;
  display: block ;
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 5em 0 4.95em;
  position: relative;
}
.home #bd:before {
  display: none;
}
@media only screen and (min-width: 64em) {
  .home #bd {
    font-size: min(1.6vw, 1em);
    padding-bottom: 10.15em;
  }
  .home #bd .container:before {
    display: none;
  }
}
.home #bd h1 {
  font-size: 9vw;
  line-height: 1.02040816;
  color: #48cf48;
  margin-bottom: 0.63265306em;
  font-weight: 300;
}
@media only screen and (min-width: 30em) {
  .home #bd h1 {
    text-align: left;
    white-space: nowrap;
    font-size: 2.15em;
  }
}
.home #bd h1:after {
  width: 100%;
  background: #808080;
  height: 0.02325581em;
  margin-top: 0.20930233em;
  margin-bottom: 0.81395349em;
}
.home #bd h1 .green {
  color: #48cf48;
}
.home #bd h1 .top {
  display: block;
  color: #808080;
  letter-spacing: 0.22em;
  font-size: 0.62790698em;
  line-height: 1em;
  text-transform: uppercase;
  transform: translateY(-0.03703704em);
  margin-bottom: 0.07407407em;
}
.home #bd .container {
  max-width: 64.5em;
}
.home #bd .line {
  width: 8em;
  height: 0.05em;
  background: #72b6cc;
  margin: 2.65em auto 2.9em;
}
@media only screen and (min-width: 48em) {
  .home #bd .line {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .home #bd #content {
    float: right;
    max-width: 31.5em;
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-left: 0;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
.home #bd #content a {
  color: #48cf48;
  text-decoration: underline;
}
.home #bd #content a:hover {
  color: #61a8e8;
}
.hp-doc {
  padding: 1.8em 0;
  display: block;
  text-align: center;
  background: #fff;
}
.doc-mob{
  border-radius: 50%;
}
.hp-doc *{
  text-align: center !important;
}

.hp-doc h2{
    margin: 0.8em 0;
    font-weight: 600;
}
.home-image {
  display: none;
}
body.home .home-image {
  display: none;
}
.doctor-callout{
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .hp-doc {
    display: none;
  }
  .doctor-callout{
    display: inline-block !important;
  }
  body.home .home-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 48em;
    height: 44.4em;
    margin-right: 0.7em;
  }
  body.home .home-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin: 0;
  }
}
/* ==================================================================
	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: #61a8e8;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaslider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaslider .cycle-slideshow > div.cycle-prev span {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* ===============================================
 		common treatments
=============================================== */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* comment line below if patient login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.52173913;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #61a8e8;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #61a8e8;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: underline;
  color: #61a8e8;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 110%;
  margin: 0 -5% 3em;
  display: block;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 27.98449612%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: flex;
    flex-direction: column;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
  width: 100%;
  max-width: 18.05em;
  margin: 0 auto 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  #hide-stock {
    margin-bottom: 0;
    display: block;
    order: 1;
    /* midTab 768w */
  }
}
.stock {
  width: 100%;
  position: relative;
}

#sidebar .watermark {
  position: relative;
  width: 100%;
  max-width: 18.05em;
  margin: 0 auto 0;
  padding: 0;
  display: none;
}
@media only screen and (min-width: 48em) {
  #sidebar .watermark {
    margin-bottom: 0;
    /*display: block;*/
    order: 3;
    /* midTab 768w */
  }
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
}
body[class~='blog'] #hide-stock {
  display: none;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  margin: 0 0 6%;
  background: #808080;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 47.94em) {
  #subnav {
    padding: 1em 10% 2em;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  #subnav {
    padding: 1.85em 1em 2em 1.7em;
    order: 2;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  #subnav {
    padding: 1.85em 1em 2em 3.7em;
    order: 2;
    /* midTab 768w */
  }
}
#subnav h2.topic {
  line-height: 1.89655172;
  font-size: 1.45em;
  text-align: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 1.89655172em;
  width: 100%;
  display: block;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #subnav h2.topic {
    text-align: left;
  }
}
#subnav p {
  line-height: 1.38461538;
  font-size: 0.65em;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
#subnav a {
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin: 0.2em 0.8em;
  position: relative;
}
@media only screen and (min-width: 48em) {
  #subnav a {
    float: left;
    clear: left;
    margin: 0.2em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  #subnav a {
    margin: 0;
    /* desk 1300w */
  }
}
#subnav a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
#subnav a:hover,
#subnav a.active {
  color: #48cf48;
  text-decoration: none;
}
#subnav a:hover:after,
#subnav a.active:after {
  transform: scaleX(1);
}
/* END SIDEBAR - */
/* ==================================================================
	.spotlight
=================================================================== */
/* ===============================================
	spot04 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot04 {
  font-size: 3vw;
  padding: 3em 0;
  background-color: #61a8e8;
}
@media only screen and (min-width: 30em) {
  .spot04 {
    font-size: 2.3vw;
    /* mintab 480w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot04 {
    font-size: inherit;
    /* custom 666w */
  }
}
@media only screen and (min-width: 48em) {
  .spot04 {
    padding: 5em 0;
    /* midTab 768w */
  }
}
.spot04 a {
  color: #61a8e8;
  width: 11.8em;
  height: 11.8em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 2%;
  padding: 4em 0 0;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
}
.spot04 a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.23);
  z-index: 400;
}
.spot04 a .decoration {
  width: 2em;
  margin: 0 auto 1em;
  transition: transform 0.33s ease-in-out;
}
.spot04 a h3.topic {
  line-height: 1.11111111;
  font-size: 0.9em;
  text-align: center;
  color: currentcolor;
  width: 100%;
  display: block;
}
.spot04 a h3.topic .trait {
  font-weight: 700;
  text-transform: uppercase;
}
/* ===============================================
	spot05 || COMMON TESTIMONIAL SLIDESHOW SECTION EXAMPLE
=============================================== */
.spot05 {
  padding: 3em 0;
  position: relative;
 
}
@media only screen and (min-width: 48em) {
  .spot05 {
    padding: 5em 0;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .spot05 {
    background: #60a8e8;
    /*background: url("../images/spotlight/reviews-bg.jpg");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    padding-bottom: 7.55em;
    padding-top: 6.65em;
  }
}
@media only screen and (min-width: 64em) {
  .spot05 .container {
    max-width: 64.5em;
    text-align: left;
    position: relative;
  }
}
.spot05 .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 64em) {
  .spot05 .bg {
    display: none;
  }
}
.spot05 .person {
  display: none;
}
@media only screen and (min-width: 64em) {
  .spot05 .person {
    display: block;
    position: absolute;
    bottom: -7.55em;
    right: -11.65em;
    width: 41.1em;
    height: 33.9em;
  }
}
.spot05 .cycle-slideshow {
  color: #61a8e8;
  width: 96%;
  max-width: 31.25em;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-slideshow {
    margin-left: 2.75em;
  }
}
.spot05 .cycle-slideshow:hover {
  color: #348fe2;
}
.spot05 .cycle-slide {
  width: 100%;
  display: block;
  transition: color 0.33s ease-in-out;
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-slide {
    margin-bottom: 1.4em;
  }
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-pager {
    width: 1.75em;
    position: absolute;
    left: -0.4em;
    top: 0em;
  }
}
.spot05 .cycle-pager span {
  font-size: 4em;
  color: transparent;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .spot05 .cycle-pager span {
    display: block;
    line-height: 0.4em;
  }
}
.spot05 .cycle-pager span:before {
  content: '';
  position: absolute;
  display: block;
  height: 0.24em;
  border-radius: 50%;
  width: 0.24em;
  border: 2px solid #fff;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spot05 .cycle-pager span.cycle-pager-active:before {
  background-color: #fff;
}
.spot05 .testimony {
  line-height: 1.18518519;
  font-size: 0.9em;
  display: block;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .spot05 .testimony {
    font-size: 1.35em;
  }
}
.spot05 .testifier {
  line-height: 1.45454545;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 1.15384615em;
  letter-spacing: 0.16em;
}
.spot05 .controls {
  line-height: 0;
  width: 96%;
  max-width: 40em;
  margin: 1em auto;
  display: block;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls {
    text-align: right;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate3d(0, -50%, 0);
    /* midTab 768w */
  }
}
.spot05 .controls > a {
  line-height: 2.5;
  font-size: 1em;
  text-align: center;
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #61a8e8;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot05 .controls > a:hover {
  transform: scale(1.44);
  opacity: 0.5;
}
.spot05 .controls > a.prev {
  margin-right: 1em;
}
@media only screen and (min-width: 48em) {
  .spot05 .controls > a.prev {
    float: left;
    /* midTab 768w */
  }
}
.spot05 .link {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 8.33333333em;
  line-height: 2.8;
  margin-right: 0.4em;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.spot05 .link:hover {
  background-color: #fff;
  color: #61a8e8;
}
.spot05 .read {
  margin-left: 3.66666667em;
}
.spot05 .leave {
  width: 12.73333333em;
}
/* ==================================================================
	association logos 
=================================================================== */
.associationlogos {
  text-align: center;
  padding: 2em 0;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 47.94em) {
  .associationlogos {
    font-size: 2vw;
    /* midTab opt-out 767oo */
  }
}
@media only screen and (min-width: 48em) {
  .associationlogos {
    font-size: 1.25vw;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 64em) {
  .associationlogos {
    font-size: inherit;
    /* maxTab 1024w */
  }
}
.associationlogos a {
  margin: 2%;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out;
}
@media only screen and (min-width: 48em) {
  .associationlogos a {
    margin: 0 1em;
    /* midTab 768w */
  }
}
.associationlogos a:hover {
  transform: scale(0.88);
  opacity: 0.5;
}
.associationlogos a.invisalign {
  width: 9.5em;
  height: 2.55em;
}
.associationlogos a img,
.associationlogos a svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 81.25em) {
  #ft {
    background-size: auto 100% /* desk 1300w */;
  }
}
#ft a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #61a8e8;
}
@media only screen and (min-width: 48em) {
  #ft {
    background: url("../images/spotlight/map.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#ft .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media only screen and (min-width: 64em) {
  #ft .bg {
    display: none;
  }
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  background: #48cf48;
  background: -moz-linear-gradient(left, #48cf48 0%, #61a8e8 100%);
  background: -webkit-linear-gradient(left, #48cf48 0%, #61a8e8 100%);
  background: linear-gradient(to right, #48cf48 0%, #61a8e8 100%);
  display: block;
}
@media only screen and (min-width: 48em) {
  #location {
    text-align: right;
    width: 50%;
    margin-left: 50%;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    padding-top: 5.1em;
    padding-bottom: 0.95em;
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 23.3em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 1300px) {
  #location .mod {
    margin-left: 8.8em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.25em;
  display: block;
  font-size: min(3.4vw, 1em);
}
#location .logo img {
  width: 22.95em;
}
#location .address {
  line-height: 1.61904762;
  font-size: 1.05em;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #location .address {
    text-align: left;
    margin-left: 7.38095238em;
  }
  #location .address:before {
    content: '';
    position: absolute;
    display: block;
    height: 7.76190476em;
    width: 0.0952381em;
    background: #fff;
    opacity: 1;
    top: 0.61904762em;
    left: -1em;
    z-index: 100;
  }
}
#location .address .pin {
  display: none;
}
@media only screen and (min-width: 768px) {
  #location .address .pin {
    display: block;
    position: absolute;
    left: 50%;
    top: -1.8em;
    margin-left: -34.0em;
    width: 4.47619048em;
    height: 3.76190476em;
    transition: transform 0.3s;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address .pin {
    top: -3.6em;
    margin-left: -41.76190476em;
  }
}
@media only screen and (min-width: 1300px) {
  #location .address .pin {
    top: -3.5em;
    margin-left: -45.3em;
  }
}
#location .address:hover {
  text-decoration: underline;
  color: #fff;
}
#location .address:hover .pin {
  transform: scale(1.2);
}
#location .phone {
  line-height: 1.61904762;
  font-size: 1.05em;
  display: block;
  color: #fff;
  margin-bottom: 0.06666667em;
}
@media only screen and (min-width: 1024px) {
  #location .phone {
    margin-bottom: 1.33333333em;
    text-align: left;
    margin-left: 7.38095238em;
  }
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  margin-top: 4.1em;
}
@media only screen and (min-width: 48em) {
  #links {
    height: 1.5em;
    padding: 0em 0 0;
    /* midTab 768w  */
  }
}
@media only screen and (min-width: 64em) {
  #links {
    margin-left: 7.75em;
  }
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
}
@media only screen and (min-width: 30em) {
  #links .util {
    line-height: 2.5;
    width: auto;
    margin: 0;
    float: left;
    /* mintab 480w */
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  text-decoration: underline;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.1em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.66666667em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  background: #fff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
a#backtotop {
  height: 3.8em;
  width: 3.8em;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.3s;
}
a#backtotop:hover {
  transform: scale(1.2);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.58em 0;
  background: #666;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #61a8e8;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: smaller;
  color: #000;
  height: 38px;
  padding: 0 1.5em;
  background-color: #61a8e8;
  border: 1px solid #61a8e8;
  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: #61a8e8;
  background-color: #61a8e8;
}
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;
}

/* ===============================================
  .screenreader 
  a11y support for descriptive text on vaguely worded buttons
  https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  /* ===============================================
	custom content
=============================================== */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  .before-after-box,
  p.before-after-text {
    width: 100%;
  }
  .speed-system img[alt='Speed Braces'] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^='/sesame_media/docs/'] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^='inovation-chart-'] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*='in-ovation'] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
	main-nav
=================================================================== */
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.2em;
    margin-top: 0.75em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: 64.5em;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.2em;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1em 0 0;
    background: none;
    position: relative;
    vertical-align: top;
    float: none;
    clear: none;
  }

  #main-nav ul li a[id] {
    line-height: 2.66666667;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul li a[id]:after {
    display: none;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 1.92307692;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    width: 100%;
    padding: 0 1.92307692em;
    float: left;
    transition-duration: 0s;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: -1.1em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1.1em;
    margin: 0;
  }
  /*END*/
}

@media only screen and (min-width: 71em) {
 #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }}
  
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from { 
    transform:translate(100%,0);
    opacity:0;
    pointer-events:none; 
  }
  to {
	   
    transform:translate(0,0);
    opacity:1;
    pointer-events:auto; 
  }
}

@media only screen and (min-width: 64em) {
.hide-desk{display:none}}
@media only screen and (max-width: 64em) {
.hide-mob, .hide-tab{display:none}}