<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===============================================
					Prefix Import
=============================================== */
/* ===============================================
					Colors
=============================================== */
/* White */
/* Body Text, Headings */
/* Links */
/* Nav Active Text/Orange */
/* H1 */
/* CO Bkg/Mustard */
/* Hot Pink */
/* Insta Feed */
/* HR */
/* ===============================================
					Mixins
=============================================== */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scale-down {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.scale-up {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.basic-duration {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* Body */
body {
  font: normal normal 19px/38px 'Montserrat', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #565555;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #61b4b8;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
a:hover,
a.active {
  color: #f06630;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 1.7em;
  color: #3f3f3f;
  letter-spacing: -0.01em;
  line-height: 1.142857142857143em;
  margin: 0 auto 20px;
}
.home header h1 {
  text-align: center;
  padding-bottom: 21px;
  margin-bottom: 40px;
  border-bottom: 1px solid #61b4b8;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}
.home header h1 img {
  display: inline-block;
  width: 80%;
  max-width: 427px;
}
.home header h1 span {
  display: block;
  text-transform: none;
  color: #3f3f3f;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 17px;
}
h2 {
  color: #565555;
  letter-spacing: -0.01em;
  font-size: 1.6em;
}
h3 {
  color: #565555;
  letter-spacing: -0.01em;
  font-size: 1.4em;
}
h4,
h5,
h6 {
  color: #565555;
  letter-spacing: -0.01em;
  font-size: 1.2em;
}
hr {
  color: #b9e9e9;
  background-color: #b9e9e9;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-rright {
  max-width: 100%;
}
/* List Styling */
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#main-content li,
#home-content li {
  line-height: inherit;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* Sitemap */
body.sitemap #main-content {
  width: 100%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  color: #61b4b8;
  letter-spacing: -0.01em;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: normal;
  color: #61b4b8;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #f06630;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 285px;
  margin: 10px auto 10px;
  text-decoration: none;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd .logo:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#hd-right {
  width: 100%;
  float: none;
  text-align: center;
  /* Social Icons */
}
#hd-right .social-icons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #61b4b8;
  width: 150px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto 10px;
}
#hd-right .social-icons a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.695em;
  color: #61b4b8;
  margin: 0 3px 3px;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#hd-right .social-icons a:hover {
  color: #f06630;
  animation-name: pulse_custom;
}
#hd-right .phone,
#hd-right a.phone {
  display: block;
  font-family: 'Nunito', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #ffae03;
  color: #ffae03;
  font-size: 1em;
  letter-spacing: -0.025em;
  width: 180px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: 0 auto 10px;
}
#hd-right a.phone:hover {
  color: #61b4b8;
}
/* Main Nav */
.hd-nav {
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#main-nav ul li a {
  font-family: 'Nunito', sans-serif;
  letter-spacing: -0.01em;
  font-size: 0.95em;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #3f3f3f;
  color: #3f3f3f;
  padding: 8px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active &gt; a,
#main-nav ul li:hover &gt; a {
  color: #f06630;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: rgba(97, 180, 184, 0.9);
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  font-size: 0.8em;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
}
#main-nav ul li ul li.active a,
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  background: #f06630;
  color: #ffffff;
}
#main-nav li.active li a {
  background: none;
}
#hd #main-nav .trigger {
  color: #fff;
  padding: 1px 10px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  background: #61b4b8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9000;
}
#hd #main-nav .trigger .label {
  display: none;
}
#hd #main-nav .trigger:hover .nav-icon {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#hd #main-nav .nav-icon {
  width: 19px;
  height: 12px;
  position: relative;
  display: inline-block;
  top: -0.14em;
  z-index: 900;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}
#hd #main-nav .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}
#hd #main-nav .nav-icon span:nth-child(1) {
  top: 0px;
}
#hd #main-nav .nav-icon span:nth-child(2),
#hd #main-nav .nav-icon span:nth-child(3) {
  top: 50%;
}
#hd #main-nav .nav-icon span:nth-child(4) {
  top: 100%;
}
#hd #main-nav .open .nav-icon span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#hd #main-nav .open .nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd #main-nav .open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd #main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#hd #main-nav .collapsible {
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
  width: 100%;
}
#hd #main-nav .trigger:hover,
#hd #main-nav .open .trigger {
  background: #ffae03;
}
#main-nav .collapsible.open &gt; ul li {
  -webkit-animation: peters_move 0.4s 1;
  -moz-animation: peters_move 0.4s 1;
  -ms-animation: peters_move 0.4s 1;
  -o-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul li {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
#interior-top {
  background: url(../images/interior-top.jpg) top center no-repeat;
  background-size: cover;
  height: 100px;
}
#interior-top.img-1{background-image: url(../images/interior-top1.jpg)}
#interior-top.img-2{background-image: url(../images/interior-top2.jpg)}
#interior-top.img-3{background-image: url(../images/interior-top3.jpg)}
#interior-top.img-4{background-image: url(../images/interior-top4.jpg)}
#interior-top.img-5{background-image: url(../images/interior-top5.jpg)}
#interior-top.img-6{background-image: url(../images/interior-top6.jpg)}
#interior-top.img-7{background-image: url(../images/interior-top7.jpg)}
#interior-top.img-8{background-image: url(../images/interior-top8.jpg)}
#interior-top.img-9{background-image: url(../images/interior-top9.jpg)}
#interior-top.img-10{background-image: url(../images/interior-top10.jpg)}
/*.meet-dr-michael-robertson #interior-top{background-image: url(../images/interior-top-robertson.jpg)}
.meet-dr-marc-fruithandler #interior-top{background-image: url(../images/interior-top-fruithandler.jpg)}*/




#sidebar {
  max-width: 300px;
  margin: 0 auto;
}
/* Subnav */
#subnav-outer {
  position: relative;
  background: #f0f0f0;
  width: 100%;
  text-align: left;
  font-family: 'Nunito', sans-serif;
  padding: 0 0 30px;
}
#subnav-outer .title {
  text-align: center;
  color: #3f3f3f;
  font-size: 1.25em;
  border-bottom: 1px solid #e1e1e1;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
#subnav-outer p {
  color: #61b4b8;
  width: 100%;
  margin: 0 auto;
  font-size: 0.8em;
}
#subnav-outer a {
  color: #61b4b8;
  display: block;
  letter-spacing: -0.01em;
  line-height: 1.875em;
  text-decoration: none;
  padding: 0 10px 0 30px;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #ffffff;
  background: #f06630;
  text-decoration: none;
}
/* Office Tour */
.office-tour-outer {
  text-align: center;
}
.office_tour.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 30px;
  /* Padding for navigation btns */
  /* Navigation - Prev/Next */
}
.office_tour.cycle-slideshow img {
  padding: 0 5%;
  box-sizing: border-box;
}
.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0;
  color: #61b4b8;
  font-size: 2.8em;
}
.office_tour.cycle-slideshow .slide-control i {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.office_tour.cycle-slideshow .slide-control.cycle-prev {
  left: 0;
  text-align: left;
}
.office_tour.cycle-slideshow .slide-control.cycle-prev i {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.office_tour.cycle-slideshow .slide-control.cycle-next {
  right: 0;
  text-align: right;
  direction: rtl;
}
.office_tour.cycle-slideshow .slide-control.cycle-next i {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}
.office_tour.cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
/* Pager Nagigation  */
.cycle-pager {
  text-align: center;
}
.cycle-pager div {
  margin: 2.5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 999em;
  border: 1px solid #61b4b8;
  cursor: pointer;
  -webkit-transition-duration: 0.42s;
  -moz-transition-duration: 0.42s;
  -o-transition-duration: 0.42s;
  -ms-transition-duration: 0.42s;
  transition-duration: 0.42s;
}
.cycle-pager div.cycle-pager-active {
  background: #61b4b8;
}
.cycle-pager div:hover {
  background: #7ac0c3;
  border: 1px solid #6cb9bd;
}
/* homepage slideshcw */
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
}
#slideshow #welcomeVid {
    width: 100%;
    vertical-align: top;
}
#ss-overlay {
  z-index: 400;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 2%;
  right: 0;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Nunito', cursive;
  text-align: center;
  font-size: 1.3em;
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #ffae03;
  padding: 20px 0;
}
#bd-callouts .container {
  max-width: 1412px !important;
}
#bd-callouts a {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 0.85em;
}
#bd-callouts .co-text {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ffffff;
  height: 60px;
  line-height: 58px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #61b4b8;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#bd-callouts .co-text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffae03;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#bd-callouts .co-icon {
  display: none;
}
#bd-callouts a:hover .co-text:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#bd-grid {
  text-align: center;
  width: 100%;
  position: relative;
  background: #ffffff;
  border-top: 10px solid #ffffff;
  border-bottom: 9px solid #ffffff;
  overflow: hidden;
}
#bd-grid a, #bd-grid div.co-01 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  float: left;
  width: 50%;
  color: #ffffff;
  text-align: center;
  position: relative;
  height: 200px;
}
#bd-grid .icon {
  display: none;
}
#bd-grid .text-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
}
#bd-grid .title {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  letter-spacing: -0.01em;
  line-height: 1.166666666666667em;
  font-size: 0.9em;
}
#bd-grid .co-01 .title {
 display:none;
}
#bd-grid .hidden-text {
  display: none;
}
#bd-grid .co-01 .hidden-text {
  display: inline-block;
}
#bd-grid .co-01 {
  background: url(../images/grid/meet-dr.jpg) top center no-repeat;
  background-size: cover;
}
#bd-grid .co-02 {
  background: #61b4b8;
  border-right: none;
}
#bd-grid .co-03 {
  background: url(../images/grid/club-kids.jpg) top center no-repeat;
  background-size: cover;
}

#bd-grid .co-03 .title {
  width: 50%;
}
#bd-grid .co-04 {
  border-right: none;
   background-image: url(../images/grid/invisalign-diamond.png) center center no-repeat;
      background-color:#fa0a6e;
}
#bd-grid .co-04 .icon{
	  display:block;

}
#bd-grid .co-05 {
  background: #ffae03;
}
#bd-grid .co-05 .title {
  width: 50%;
}
#bd-grid .co-06 {
  background: url(../images/grid/experience.jpg) top center no-repeat;
  background-size: cover;
  border-right: none;
}
#bd-grid .co-07 {
  background: #f06630;
  border-bottom: none;
}
#bd-grid .co-08 {
  background: url(../images/grid/community.jpg) top center no-repeat;
  background-size: cover;
  border: none;
}
#bd-grid .co-09 {
  background: url(../images/grid/group.jpg) top center no-repeat;
  background-size: cover;
  border: none;
}
#bd-grid a:hover, #bd-grid .co-01:hover {
  opacity: 0.8;
}
/* Content */
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
}
#home-content {
  padding: 20px 0 0;
  position: relative;
  background: #ffffff;
  border-bottom: 10px solid #ffffff;
  overflow: hidden;
}
.hm-content-wrap {
  max-width: 585px;
  margin: 0 auto;
}
.all-ages-links {
  width: 100%;
  position: relative;
  background: #ffffff;
  margin-top: 30px;
}
.all-ages-links a {
  display: block;
  font-family: 'Nunito', sans-serif;
  width: 100%;
  color: #ffffff;
  height: 200px;
  position: relative;
}
.all-ages-links .text-wrap {
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 100px;
  height: 40px;
  line-height: 38px;
  position: absolute;
  left: 5%;
  bottom: 5%;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
.all-ages-links .link-01 {
  background: url(../images/hm-kids.jpg) 67% center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ffffff;
}
.all-ages-links .link-01 .text-wrap {
  background: rgba(97, 180, 184, 0.9);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.all-ages-links .link-02 {
  background: url(../images/hm-teens.jpg) top center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ffffff;
}
.all-ages-links .link-02 .text-wrap {
  background: rgba(240, 102, 48, 0.9);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.all-ages-links .link-03 {
  background: url(../images/hm-adults.jpg) top center no-repeat;
  background-size: cover;
}
.all-ages-links .link-03 .text-wrap {
  background: rgba(250, 10, 110, 0.9);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.9);
}
.all-ages-links a:hover .text-wrap {
  animation-name: pulse_rev;
}
.interior-content {
  padding: 20px 0;
}

 #bd-grid div.co-01 a.dr-link{
    display: block;
    width: 100%;
    border: solid 1px #fff;
    height: 40px;
    margin: 4px auto 4px;
    padding: 0 2px;
    text-align: center;
    font-size: .7em;
    }
	
#bd-reviews {
  text-align: center;
  width: 100%;
  position: relative;
  background: #f06630;
  padding: 20px 0;
}
#bd-reviews .title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  letter-spacing: -0.01em;
  line-height: 1em;
  font-size: 1.5em;
  margin-bottom: 15px;
}
#bd-reviews .counter-text {
  display: inline-block;
  max-width: 350px;
  margin: 0 auto 20px;
}
#bd-reviews .ln1 {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  letter-spacing: -0.01em;
}
#bd-reviews .counter {
  display: block;
  font-family: 'Nunito', sans-serif;
  color: #ffae03;
  font-weight: 300;
  letter-spacing: -0.05em;
  font-size: 10em;
  line-height: 0.82em;
}
#bd-reviews .reviews-link {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  width: 225px;
  margin-top: 5px;
}
#bd-reviews .reviews-link .icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  text-align: center;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  line-height: 56px;
  border-radius: 50%;
  float: left;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#bd-reviews .reviews-link .text-right {
  display: inline-block;
  float: right;
  width: 68.8888888888889%;
  margin-top: 3px;
}
#bd-reviews .ln2 {
  font-family: 'Nunito', sans-serif;
  display: block;
  letter-spacing: -0.01em;
  font-size: 1.75em;
  line-height: 1em;
}
#bd-reviews .ln3 {
  font-family: 'Nunito', sans-serif;
  display: block;
  letter-spacing: -0.01em;
  font-size: 1em;
  line-height: 1em;
}
#bd-reviews .reviews-link:hover {
  color: #ffae03;
}
#bd-reviews .reviews-link:hover .icon {
  border-color: #ffae03;
  animation-name: pulse_custom;
}
#bd-reviews .whale-wrap {
  position: relative;
  width: 50%;
  max-width: 396px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
#bd-reviews .whale-body {
  display: none;
}
#bd-reviews .spout {
  display: none;
}
#bd-testimonials {
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/testimonials-bkg.jpg) center center no-repeat;
  background-size: cover;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  padding: 79px 0 60px;
  overflow: hidden;
}
#bd-testimonials .review-links a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
}
#bd-testimonials .review-links a .icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #38dce2;
  color: #38dce2;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#bd-testimonials .review-links a:hover .icon {
  animation-name: pulse_custom;
  border-color: #fa0a6e;
  color: #fa0a6e;
}
#bd-testimonials .review-links .reviews-01 {
  margin-bottom: 20px;
}
#bd-testimonials .slick-slider {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  max-width: 400px;
  height: 500px;
  margin-bottom: 30px;
}
#bd-testimonials .slide {
  display: inline-block;
  vertical-align: top;
  height: 500px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 40px 10px;
  text-align: left;
}
#bd-testimonials .slide .quote {
  margin: 0 auto 31px;
}
#bd-testimonials .slide p {
  color: #3f3f3f;
  font-size: 0.8em;
  line-height: 1.666666666666667em;
  margin-bottom: 22px;
}
#bd-testimonials .slide .patient-name {
  display: inline-block;
  color: #3f3f3f;
  font-weight: 300;
  font-size: 1.3em;
}
#bd-testimonials:before {
  content: '';
  background: url(../images/arrow-down.png) top center no-repeat;
  width: 194px;
  height: 38px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#bd-videos {
  text-align: center;
  width: 100%;
  position: relative;
  background: #fa0a6e;
  padding: 40px 0 80px;
  overflow: hidden;
}
#bd-videos .slick-list {
  margin-bottom: 1.5em;
  position: relative;
  z-index: 400;
}
#bd-videos .slick-slide {
  position: relative;
  margin: 0 5px;
  display: inline-block;
}
#bd-videos .play-bttn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(250, 10, 110, 0.8);
  border-radius: 10px;
  text-align: center;
  width: 60px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-videos .play-bttn img {
  display: inline;
}
#bd-videos .slick-slide:hover .play-bttn {
  background: rgba(255, 174, 3, 0.9);
}
#bd-videos .slick-arrow {
  position: absolute;
  bottom: -80px;
  z-index: 420;
}
#bd-videos .slick-prev,
#bd-videos .slick-next {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
}
#bd-videos .slick-prev:hover,
#bd-videos .slick-next:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#bd-videos .slick-prev {
  right: 50%;
  margin-right: 5px;
}
#bd-videos .slick-next {
  left: 50%;
  margin-left: 5px;
}
#bd-instagram {
  text-align: center;
  width: 100%;
  position: relative;
  background: #f0f0f0;
  padding: 40px 0;
  overflow: hidden;
  border-top: 10px solid #ffffff;
}
#bd-instagram .title {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  color: #3f3f3f;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1.2em;
}
#bd-instagram .title .icon {
  color: #61b4b8;
  font-size: 1.25725em;
  vertical-align: middle;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#bd-instagram .title:hover .icon {
  color: #fa0a6e;
  animation-name: pulse_custom;
}
#bd-instagram .slick-slide {
  margin: 0 15px;
  position: relative;
  display: inline-block;
}
#bd-instagram .slick-slide:hover {
  opacity: 0.7;
}
/* Footer */
#ft {
  background: #ffffff;
  text-align: center;
  width: 100%;
  display: table;
  padding: 40px 0;
}
#ft .ft-office {
  color: #3f3f3f;
  font-family: 'Nunito', sans-serif;
  letter-spacing: -0.05em;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#ft .ft-map-wrap {
  display: none;
}
#ft .coming-soon {
  display: none;
}
#ft .ft-left {
  margin-bottom: 20px;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #3f3f3f;
  font-size: 0.8em;
  line-height: 1.25em;
}
#ft .ft-location .highlight {
  text-transform: uppercase;
  font-weight: 700;
}
#ft .ft-location .ft-address:hover {
  color: #f06630;
}
.ft-design-credit {
  background: #61b4b8;
  position: relative;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.ft-design-credit .ft-logos {
  margin-bottom: 20px;
  border-bottom: 1px solid #b9e9e9;
  padding-bottom: 10px;
}
.ft-design-credit .ft-logos a {
  display: inline-block;
  vertical-align: bottom;
  padding: 1%;
}
.ft-design-credit .ft-logos a img {
  max-width: 80%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.ft-design-credit .ft-logos a:hover img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}
.ft-design-credit .ft-links a {
  float: none;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 0.6em;
  letter-spacing: 0.05em;
  display: block;
  line-height: 2em;
}
.ft-design-credit .ft-links a:hover {
  color: #ffae03;
}
.ft-design-credit .ft-links .links-divider {
  font-size: 0.6em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 3px;
  display: none;
}
.ft-design-credit a.sesame-link img {
  margin: -3px 9px 0 0;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #ffffff;
  font-size: 0.8em;
  letter-spacing: 0.025em;
  margin-top: 10px;
}
.ft-design-credit a.back-to-top .icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #ed7625;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0.80625em;
  margin-left: 10px;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
.ft-design-credit a.back-to-top:hover .icon {
  animation-name: pulse_custom;
  background: #ffae03;
}
/* Form Buttons */
form button {
  background: #61b4b8;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #37787c;
}
/* BLOG FORM */
.stButton {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.st_plusone_large {
  top: 9px;
  position: relative;
}
.share-article-links {
  text-align: center;
}
.share-text {
  color: #61b4b8;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #61b4b8;
  color: #565555;
  margin: 10px 0 0;
  padding: 10px 10px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #ffffff;
  color: #565555;
  border: 1px solid #565555;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #f06630;
  color: #ffffff;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #ad3a0d;
}
/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
/*body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}*/
form p {
  height: auto;
}
form.full .radio-group label input {
  width: auto !important;
  display: inline;
}
form.full .radio-group label span {
  display: inline;
}

a.btn-stuff{
    background: rgba(240, 102, 48, 0.9);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 1.4em;
    color: #ffffff;
    text-transform:   uppercase;  
    padding: 10px 20px; 
    display: block;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;

}

a.btn-stuff:hover{
    background: #ffffff;
    color: rgb(240, 102, 48);
    border-color: rgb(240, 102, 48);
}


a.btn-stuff2{
    background: rgba(97, 180, 184, 0.9);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 1.4em;
    color: #ffffff;
    text-transform:   uppercase;  
    padding: 10px 20px; 
    display: block;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;

}

a.btn-stuff2:hover{
    background: #ffffff;
    color: rgb(97, 180, 184);
    border-color: rgb(97, 180, 184);
}
#subnav-outer a.covid-19-safety-precautions {
  display: none;
  visibility: hidden;
}


/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  .row &gt; .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row &gt; .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row &gt; .col {
    margin-left: 0;
  }
  #staff-array .row &gt; .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row &gt; .col.span1 {
    width: 3.75%;
  }
  .row &gt; .col.span2 {
    width: 12.5%;
  }
  .row &gt; .col.span3,
  .row &gt; .col.quarter {
    width: 21.25%;
  }
  .row &gt; .col.span4,
  .row &gt; .col.third {
    width: 30%;
  }
  .row &gt; .col.span5 {
    width: 38.75%;
  }
  .row &gt; .col.span6,
  .row &gt; .col.half {
    width: 47.5%;
  }
  .row &gt; .col.span7 {
    width: 56.25%;
  }
  .row &gt; .col.span8 {
    width: 65%;
  }
  .row &gt; .col.span9 {
    width: 73.75%;
  }
  .row &gt; .col.span10 {
    width: 82.5%;
  }
  .row &gt; .col.span11 {
    width: 91.25%;
  }
  .row &gt; .col.span12,
  .row &gt; .col.full {
    width: 100%;
  }
  .row &gt; .col.offset1 {
    margin-left: 8.75%;
  }
  .row &gt; .col.offset2 {
    margin-left: 17.5%;
  }
  .row &gt; .col.offset3 {
    margin-left: 26.25%;
  }
  .row &gt; .col.offset4 {
    margin-left: 35%;
  }
  .row &gt; .col.offset5 {
    margin-left: 43.75%;
  }
  .row &gt; .col.offset6 {
    margin-left: 52.5%;
  }
  .row &gt; .col.offset7 {
    margin-left: 61.25%;
  }
  .row &gt; .col.offset8 {
    margin-left: 70%;
  }
  .row &gt; .col.offset9 {
    margin-left: 78.75%;
  }
  .row &gt; .col.offset10 {
    margin-left: 87.5%;
  }
  .row &gt; .col.offset11 {
    margin-left: 96.25%;
  }
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  /*#hide-stock {
  display: block;
  margin: 0 0 1em 0;
}*/
  /*body[class^='meet-dr-'] #hide-stock {
  margin: 0 0 1em 0;
}*/
  /*#hide-stock {
  display: block;
  margin: 0 0 1em 0;
}*/
  /*body[class^='meet-dr-'] #hide-stock {
  margin: 0 0 1em 0;
}*/
  /*body.meet-the-staff #hide-stock,
body.meet-the-team #hide-stock,
body.meet-our-team #hide-stock,
body.types-of-braces #hide-stock,
body.types-of-appliances #hide-stock,
body.color-my-braces #hide-stock,
body.common-orthodontic-issues #hide-stock,
body.common-procedures #hide-stock,
body.office-tour #hide-stock,
body.before-and-after #hide-stock,
body.invisalign #hide-stock,
body.opalescence #hide-stock,
body[class^='invisalign-'] #hide-stock,
body[class^='in-ovation-'] #hide-stock,
body.which-is-right-for-me #hide-stock,
body.your-child-s-first-orthodontic-checkup #hide-stock,
body.aao-testimonials #hide-stock,
body.ortho-tv #hide-stock,
body.my-life-my-smile-my-orthodontist #hide-stock,
body[class^='damon-'] #hide-stock {
  display: none;
}*/
  /*body.home #sidebar,
body.meet-the-staff #sidebar,
body.meet-the-team #sidebar,
body.meet-our-team #sidebar,
body.types-of-braces #sidebar,
body.types-of-appliances #sidebar,
body.color-my-braces #sidebar,
body.common-orthodontic-issues #sidebar,
body.common-procedures #sidebar,
body.office-tour #sidebar,
body.before-and-after #sidebar,
body.invisalign #sidebar,
body.opalescence #sidebar,
body[class^='invisalign-'] #sidebar,
body[class^='in-ovation-'] #sidebar,
body.which-is-right-for-me #sidebar,
body.your-child-s-first-orthodontic-checkup #sidebar,
body.aao-testimonials #sidebar,
body.ortho-tv #sidebar,
body.my-life-my-smile-my-orthodontist #sidebar,
body[class^='damon-'] #sidebar {
  display: none;
}*/
  /*body.meet-the-staff #main-content,
body.meet-the-team #main-content,
body.meet-our-team #main-content,
body.types-of-braces #main-content,
body.types-of-appliances #main-content,
body.color-my-braces #main-content,
body.common-orthodontic-issues #main-content,
body.common-procedures #main-content,
body.office-tour #main-content,
body.before-and-after #main-content,
body.invisalign #main-content,
body.opalescence #main-content,
body[class^='invisalign-'] #main-content,
body[class^='in-ovation-'] #main-content,
body.which-is-right-for-me #main-content,
body.your-child-s-first-orthodontic-checkup #main-content,
body.aao-testimonials #main-content,
body.ortho-tv #main-content,
body.my-life-my-smile-my-orthodontist #main-content,
body[class^='damon-'] #main-content {
  width: 100%;
}*/
  body.sitemap #sidebar {
    display: none;
  }
  body.sitemap #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-rright {
    display: block;
  }
  body.meet-our-team #main-content .img-rright {
    display: block;
  }
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*------------ Style Edit Region ------------*/
  #main-content {
    width: 65.5%;
    display: block;
    float: left;
    padding: 2px 0 30px 0;
  }
  #sidebar {
    width: 30%;
    float: right;
    display: inline;
    text-align: right;
    margin: 6px 0 0 0;
  }
  .interior-content {
    padding-top: 40px;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  h1 {
    font-size: 2.3em;
  }
  #hd .logo {
    width: 50%;
    text-align: left;
    float: left;
    margin-left: 10px;
  }
  #hd-right {
    width: 50%;
    float: right;
    text-align: right;
    padding: 55px 10px 0 0;
  }
  #hd-right .social-icons {
    display: inline-block;
    vertical-align: top;
  }
  #hd-right a.phone,
  #hd-right .phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  #ss-overlay {
    font-size: 2.5em;
    /*text-align: left; */
  }
  #bd-callouts a {
    margin: 16px 1%;
    display: inline-block;
    width: 22.5%;
    min-width: 274px;
    font-size: 0.65em;
  }
  #bd-callouts .co-icon {
    display: inline-block;
    margin-bottom: 19px;
    animation-fill-mode: both;
    animation-duration: 0.8s;
  }
  #bd-callouts a:hover .co-icon {
    animation-name: pulse_rev;
  }
  #bd-grid a,  #bd-grid div.co-01 {
    width: 25%;
  }
	
	 #bd-grid div.co-01 a.dr-link:hover{
		 background-color:#ffae03}
	
  #bd-grid .co-05,
  #bd-grid .co-06,
  #bd-grid .co-07,
  #bd-grid .co-08,
  #bd-grid .co-09 {
    border-bottom: 1px solid #ffffff;
  }
  #bd-grid .co-02,
  #bd-grid .co-06 {
    border-right: 1px solid #ffffff;
  }
  #interior-top {
    height: 200px;
  }
  .all-ages-links a {
    height: 300px;
  }
  .all-ages-links .link-01 {
    background-position: top center;
  }
  .all-ages-links .text-wrap {
    font-size: 1.6em;
    width: 190px;
    height: 80px;
    line-height: 78px;
    left: 30px;
    bottom: 40px;
  }
  #bd-reviews {
    padding: 40px 0;
  }
  #bd-reviews .title {
    font-size: 2.5em;
  }
  #bd-reviews .counter-text {
    vertical-align: top;
    margin-right: 47px;
    margin-top: 6px;
  }
  #bd-testimonials .slick-slider {
    max-width: 850px;
    margin-bottom: 61px;
  }
  #bd-testimonials .slide {
    margin-left: 25px;
    margin-right: 25px;
  }
  #bd-testimonials .slide p {
    font-size: 0.9em;
  }
  #bd-testimonials .review-links a {
    display: inline-block;
    vertical-align: top;
  }
  #bd-testimonials .review-links .reviews-01 {
    margin: 0 15px 0 0;
  }
  #bd-videos {
    padding: 98px 0 90px;
  }
  #bd-videos .container {
    max-width: 1500px!important;
  }
  #bd-videos .slider-wrap {
    position: relative;
  }
  #bd-videos .slider-wrap:before {
    content: '';
    background: #ffae03;
    width: 10px;
    height: 133.333%;
    position: absolute;
    top: -16.66666667%;
    left: 0;
    z-index: 402;
  }
  #bd-videos .slider-wrap:after {
    content: '';
    background: #ffae03;
    width: 10px;
    height: 133.333%;
    position: absolute;
    top: -16.66666667%;
    right: 0;
    z-index: 402;
  }
  #bd-instagram .title {
    font-size: 2em;
  }
  .ft-design-credit .ft-logos a {
    padding: 2% 3%;
  }
  .ft-design-credit .ft-logos a img {
    max-width: 100%;
    height: auto;
  }
  .ft-design-credit .ft-wrap {
    max-width: 1000px;
    margin: 0 auto;
  }
  .ft-design-credit .ft-links {
    float: left;
  }
  .ft-design-credit .ft-links a,
  .ft-design-credit .ft-links .links-divider {
    display: inline-block;
    line-height: 1em;
  }
  .ft-design-credit a.back-to-top {
    float: right;
    margin: 0;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #main-nav .container {
    width: 1000px !important;
    max-width: none;
  }
  .ie8 #main-nav .container {
    width: 1000px !important;
  }
  #content .container {
    width: 96% !important;
    max-width: 1000px;
  }
  #hd {
    display: block;
  }
  .hd-nav {
    top: 65px;
    right: 0;
    left: auto;
    width: auto;
  }
  #hd #main-nav .trigger {
    display: none;
  }
  /* Main-Nav */
  #main-nav {
    background: none;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
    margin-right: 21px;
  }
  #main-nav ul li a[id] {
    padding: 0 0 26px;
    border-bottom: none;
    background: none;
    position: relative;
  }
  #main-nav ul li a[id]:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    content: '';
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background: #61b4b8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
  }
  #main-nav ul li.active &gt; a[id]:after,
  #main-nav ul li:hover &gt; a[id]:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #main-nav ul li.contact ul {
    margin: 0 0 0 -72px;
  }
  #main-nav ul li.contact {
    margin-right: 0;
  }
  #main-nav ul ul {
    margin: 0 0 0;
    width: auto;
    padding: 15px 0 20px;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.875em;
    padding: 0 49px 0 25px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  /* homepage slideshow */
  #slideshow {
    width: 100%;
    padding: 0;
    z-index: 0;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  /*------------ Style Edit Region ------------*/
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
  }
  .home #hd {
    /*display: none;*/
    opacity:  0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .home #hd.show{
    /*display: block;*/

    opacity:  1;
  }


  #hd .logo {
    width: 28.5%;
    margin: 15px 0 15px 0;
  }
  #hd-right {
    padding: 20px 0 0 0;
  }
  #hd-right a.phone,
  #hd-right .phone {
    margin-right: 20px;
  }
  h1 {
    font-size: 3.5em;
    margin-bottom: 55px;
  }
  #ss-overlay {
    left: 0;
    font-size: 3.5em;
    top: 60%;
  }
  #bd-callouts {
    padding: 20px 0;
  }
  #bd-callouts a {
    font-size: 0.85em;
  }
  #interior-top {
    height: 430px;
  }
  .interior-content {
    padding-top: 70px;
  }
  #home-content {
    padding: 0;
    min-height: 900px;
  }
  .hm-content-wrap {
    float: left;
    width: 58.5%;
    margin-top: 80px;
  }
  .all-ages-links {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 125px;
    height: 900px;
    width: 875px;
    margin-top: 0;
  }
  .all-ages-links .link-01 {
    background-position: -190px top;
  }
  .all-ages-links .link-02 {
    background-position: -250px top;
  }
  .all-ages-links .link-03 {
    background-position: -230px top;
  }
  .all-ages-links .text-wrap {
    font-size: 1.2em;
    width: 150px;
    height: 60px;
    line-height: 58px;
    bottom: 20px;
    left: 20px;
  }
  #bd-reviews {
    padding: 71px 0 47px;
  }
  #bd-reviews .title {
    font-size: 3em;
  }
  #bd-reviews .counter-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 45px;
    width: 350px;
  }
  #bd-reviews .whale-wrap {
    height: 292px;
  }
  #bd-reviews .whale-body {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #bd-reviews .spout {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #bd-reviews .whale-wrap:hover .spout {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  #bd-reviews .whale-mob {
    display: none;
  }
  #bd-instagram {
    padding: 70px 0 90px;
  }
  #bd-instagram .title {
    margin-bottom: 60px;
  }
  
  #bd-grid .co-01 .title {
 display: block;
}

  #ft {
    padding: 67px 0 56px;
    overflow: hidden;
  }
  #ft .ft-office {
    margin-bottom: 33px;
  }
  #ft .ft-left {
    float: left;
    width: 49%;
    margin: 0;
  }
  #ft .ft-right {
    float: right;
    width: 49%;
  }
  #ft .ft-map-wrap {
    display: inline-block;
    position: relative;
    width: 480px;
    height: 480px;
    margin-bottom: 24px;
  }
  #ft .ft-tour {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    color: #ffffff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #ffffff;
    background: #f06630;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    padding-top: 35px;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
    animation-fill-mode: both;
    animation-duration: 0.8s;
    position: absolute;
    top: 160px;
    z-index: 1;
    display: none;
  }
  #ft .ft-tour .icon {
    display: block;
    margin: 0 auto 17px;
  }
  #ft .ft-tour:hover {
    background: #ffae03;
    animation-name: pulse_rev;
  }
  #ft .ft-map {
    display: inline-block;
  }
  #ft .ft-map .map-img {
    border-radius: 50%;
  }
  #ft .map-pointer {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 32px;
    height: 54px;
    animation-fill-mode: both;
    animation-duration: 0.8s;
  }
  #ft .ft-map:hover .map-pointer {
    animation-name: pulse_rev;
  }
  #ft .ft-left .map-pointer {
    top: 213px;
    margin-left: -16px;
  }
  #ft .ft-left .ft-tour {
    left: -81px;
  }
  #ft .ft-right .map-pointer {
    top: 143px;
    margin-left: -16px;
  }
  #ft .ft-right .ft-tour {
    right: -81px;
  }
  #ft .coming-soon {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 38px;
    background: url(../images/map-overlay.png) top center no-repeat;
    width: 480px;
    height: 155px;
    position: absolute;
    top: 218px;
    left: 0;
  }
  /* End 64em */
}
@media only screen and (min-width: 67em) {
  #hd {
    width: 98%;
    margin: 20px 1% 0;
  }
}
@media only screen and (min-width: 70em) {
  #ft .ft-tour {
    display: inline-block;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  #ss-overlay {
    /*left: 50%;*/
    /*right: auto;*/
    font-size: 4.5em;
    max-width: none;
    /*margin-left: -540px;*/
  }
  #bd-grid a, #bd-grid div.co-01 {
    height: 300px;
    overflow: hidden;
  }
  #bd-grid .text-wrap {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #bd-grid hr {
    max-width: 140px;
    margin: 0.8em auto;
  }
  #bd-grid .icon {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto 20px;
    width: 25%;
  }
  #bd-grid .icon img {
    max-width: 80%;
    height: auto;
  }
  #bd-grid .title {
    font-size: 1.2em;
    display: block;
  }
  #bd-grid .co-03 .title,
  #bd-grid .co-05 .title {
    width: auto;
  }
  #bd-grid .co-01 .icon {
    width: 20%;
  }
  #bd-grid .co-02 .icon {
    width: 40%;
  }
   #bd-grid .co-04 .icon {
    width: 100%;
  }
  #bd-grid .co-01:before,
  #bd-grid .co-03:before,
  #bd-grid .co-06:before,
  #bd-grid .co-08:before,
  #bd-grid .co-09:before {
    content: '';
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  #bd-grid .hidden-text {
    display: inline-block;
    position: absolute;
    width: 80%;
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  #bd-grid .hidden-text .title {
    font-size: 1em;
  }
  #bd-grid .hidden-text p {
    color: #ffffff;
    font-weight: 300;
    font-size: 0.65em;
    line-height: 1.666666666666667em;
    margin-bottom: 20px;
  }
  #bd-grid .learn-more {
    display: block;
    font-family: 'Nunito', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    width: 100px;
    height: 30px;
    line-height: 28px;
    font-size: 0.5em;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: 0 auto;
  }
  #bd-grid a:hover, #bd-grid .co-01:hover {
    opacity: 1;
  }
  #bd-grid a:hover .text-wrap, #bd-grid .co-01:hover .text-wrap {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  #bd-grid a:hover .hidden-text, #bd-grid .co-01:hover .hidden-text {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #bd-grid .co-01:hover:before,
  #bd-grid .co-03:hover:before,
  #bd-grid .co-06:hover:before,
  #bd-grid .co-08:hover:before,
  #bd-grid .co-09:hover:before {
    background: rgba(0, 0, 0, 0.5);
  }
  #bd-testimonials .container {
    max-width: 1300px!important;
  }
  #bd-testimonials .slick-slider {
    max-width: 1300px;
  }
  .ft-design-credit {
    padding: 20px 0 59px;
  }
  .ft-design-credit .container {
    max-width: 1200px!important;
  }
  .ft-design-credit .ft-logos {
    padding-bottom: 21px;
    margin-bottom: 23px;
  }
  .ft-design-credit .ft-logos a {
    padding: 1% 1.5%;
  }
  .ft-design-credit .ft-logos .first {
    padding-left: 0;
  }
  .ft-design-credit .ft-logos .last {
    padding-right: 0;
  }
}
@media only screen and (min-width: 100em) {
  #bd-grid a, #bd-grid div.co-01 {
    height: 500px;
  }
  #bd-grid .icon {
    width: auto;
    margin-bottom: 40px;
  }
  #bd-grid .icon img {
    max-width: 100%;
  }
  #bd-grid .co-02 .icon,
  #bd-grid .co-01 .icon {
    width: auto;
  }
  #bd-grid .co-02 .icon img,
  #bd-grid .co-01 .icon img {
    max-width: 100%;
  }
  #bd-grid .co-04  {
background-image:none
  }
    #bd-grid .co-04 .icon {
 max-width: 100%;
  }
  #bd-grid .title {
    font-size: 1.5em;
  }
  #bd-grid hr {
    margin: 1em auto;
  }
  #bd-grid .hidden-text .title {
    font-size: 1.2em;
  }
  #bd-grid .hidden-text p {
    font-size: 0.8em;
    margin-bottom: 30px;
  }
  #bd-grid .hidden-text .learn-more {
    width: 140px;
    height: 40px;
    line-height: 38px;
    font-size: 0.7em;
  }
  .all-ages-links .link-01 {
    background-position: top center;
  }
  .all-ages-links .link-02 {
    background-position: top center;
  }
  .all-ages-links .link-03 {
    background-position: top center;
  }
  .all-ages-links .text-wrap {
    font-size: 1.6em;
    width: 190px;
    height: 80px;
    line-height: 78px;
    bottom: 40px;
    left: 30px;
  }
}
/* custom animations */
/* mymove looted from Peter B. || credit due where credit is deserved [= */
@-webkit-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes peters_move {
  from {
    bottom: 300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-o-keyframes peters_move {
  from {
    bottom: 300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes peters_move {
  from {
    bottom: 300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
/* pulse_custom from James S. */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev from James S. */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}


#livesite_action_buttons {
    top: 110px !important;
}</pre></body></html>