h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  padding: 0;
  line-height: 1.05em;
  font-weight: 400;
  margin: 0;
}

.container {
  width: auto !important;
}

i {
  vertical-align: middle;
}

img {
  image-rendering: crisp-edges;
  -moz-image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: bicubic;
}

nav ul li {
  width: auto;
}

.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase,
.no-caps {
  text-transform: none !important;
}

.small-caps {
  font-variant: small-caps;
}

.rel {
  position: relative;
}

.w100 {
  font-weight: 100 !important;
}

.w200 {
  font-weight: 200 !important;
}

.w300 {
  font-weight: 300 !important;
}

.w400 {
  font-weight: 400 !important;
}

.w500 {
  font-weight: 500 !important;
}

.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.w900 {
  font-weight: 900 !important;
}

.w800 {
  font-weight: 800 !important;
}

.w900 {
  font-weight: 900 !important;
}

.em {
  font-style: italic !important;
}

.round,
.rounded {
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
}

.embed-video {
  width: 0;
  display: block;
  padding: 28% 50%;
  position: relative;
  margin-bottom: 30px;
}

.embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hide-stock {
  display: none;
}

body[class^='meet-dr-'] #hide-stock,
body[class^='about-dr-'] #hide-stock,
body[class^='meet-the-doctor'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}

.search-blog {
  font-size: 1.2em;
  margin-bottom: 12px;
}

form button {
  background: #54b6a7;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px;
  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;
  transition-duration: 0.5s;
}

form button:hover {
  background: #317369;
}

/* Office Hours Table */

table.office-hours {
  background: rgba(0, 0, 0, 0.008);
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  font-size: .95em;
  line-height: 1.45em;
}

table.office-hours td {
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 12px;
  font-size: .96em;
}

table.office-hours td.time {
  opacity: .8;
}

table.office-hours td.title {
  font-size: 1.07em;
}

/* SS nav active color */

.slideshow-nav .slideshow-active-page a {
  color: #54b6a7 !important;
}

/* Office Tour - Update 2018-09-12 */

.office-tour-outer {
  text-align: center;
}

.office_tour.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 20px;
}

.office_tour.cycle-slideshow img {
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0;
  color: #54b6a7;
  font-size: 2.8em;
}

.office_tour.cycle-slideshow .slide-control i {
  -webkit-transition: 0.35s ease-out;
  -o-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
  transition: 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;
  -ms-transform-origin: left center;
  -o-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;
  -ms-transform-origin: right center;
  -o-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;
}

.office-tour-pager {
  text-align: center;
  display: inline-block;
}

.office-tour-pager div {
  margin: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.office-tour-pager div.cycle-pager-active {
  border: 2px solid #54b6a7;
  background: #54b6a7;
}

.office-tour-pager div:hover {
  background: rgba(84, 182, 167, 0.7);
}

/* ======================================================
						  TABLET SETUP
========================================================= */

/* ======================================================
						  DESKTOP SETUP
========================================================= */

.wow {
  visibility: hidden;
}

.subpage #hd .wow {
  -webkit-animation-name: none !important;
  -moz-animation-name: none !important;
  -o-animation-name: none !important;
  animation-name: none !important;
  visibility: visible !important;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-moz-keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-o-keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulseUp {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulseUp {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulseUp {
  from {
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -o-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulseUp {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulseUp;
  -moz-animation-name: pulseUp;
  -o-animation-name: pulseUp;
  animation-name: pulseUp;
  -webkit-animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
  -moz-animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
  -o-animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
  animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulse {
  from {
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes scroller {
  from {
    left: 0;
  }

  to {
    left: -2000px;
  }
}

@-moz-keyframes scroller {
  from {
    left: 0;
  }

  to {
    left: -2000px;
  }
}

@-o-keyframes scroller {
  from {
    left: 0;
  }

  to {
    left: -2000px;
  }
}

@keyframes scroller {
  from {
    left: 0;
  }

  to {
    left: -2000px;
  }
}

.scroller {
  -webkit-animation-name: scroller;
  -moz-animation-name: scroller;
  -o-animation-name: scroller;
  animation-name: scroller;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -moz-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -moz-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn2 {
  from {
    opacity: 0;
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn2 {
  from {
    opacity: 0;
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  -moz-animation-name: zoomIn2;
  -o-animation-name: zoomIn2;
  animation-name: zoomIn2;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomOut {
  from {
    opacity: 0;
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomOut {
  from {
    opacity: 0;
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  50% {
    opacity: 1;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes bounceRight {
  0%, 10% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  2%, 6% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  4%, 8% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@-moz-keyframes bounceRight {
  0%, 10% {
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  2%, 6% {
    -moz-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  4%, 8% {
    -moz-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@-o-keyframes bounceRight {
  0%, 10% {
    transform: translateZ(0);
  }

  2%, 6% {
    transform: translate3d(-4px, 0, 0);
  }

  4%, 8% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes bounceRight {
  0%, 10% {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  2%, 6% {
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  4%, 8% {
    -webkit-transform: translate3d(4px, 0, 0);
    -moz-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

.bounceRight {
  -webkit-animation: 6.8s ease both infinite bounceRight;
  -moz-animation: 6.8s ease both infinite bounceRight;
  -o-animation: 6.8s ease both infinite bounceRight;
  animation: 6.8s ease both infinite bounceRight;
}

@keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

#main-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 900;
}

#main-nav .hd-info {
  display: none;
}

#main-nav .nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1100;
  padding: 8.5px 9px;
  background: rgba(255, 255, 255, 0.88);
}

#main-nav .nav-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(84, 182, 167, 0.1);
}

#main-nav .nav-toggle .label {
  display: none;
}

#main-nav .nav-toggle .nav-icon {
  padding: 8px 14px;
  position: relative;
  display: inline-block;
  z-index: 1200;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  top: 0px;
}

#main-nav .nav-toggle .nav-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -15px -10px;
  z-index: 100;
}

#main-nav .nav-toggle .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #54b6a7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main-nav .nav-toggle .nav-icon span:nth-child(1) {
  top: 0px;
}

#main-nav .nav-toggle .nav-icon span:nth-child(2),
#main-nav .nav-toggle .nav-icon span:nth-child(3) {
  top: 50%;
}

#main-nav .nav-toggle .nav-icon span:nth-child(4) {
  top: 100%;
}

#main-nav .nav-bg {
  background: rgba(68, 174, 175, 0.98);
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 900;
  opacity: 0;
  text-align: center;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  -moz-transition: 1.0s;
  transition: 1.0s;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#main-nav .nav-bg::-webkit-scrollbar {
  display: none;
}

#main-nav .nav-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-nav nav {
  padding: 20px 20px;
  max-width: 500px;
  margin: 0 auto;
}

#main-nav nav ul {
  margin: 0;
  padding: 0;
}

#main-nav nav ul li {
  list-style: none;
  margin: 0 0 1px;
  padding: 0;
  position: relative;
}

#main-nav nav ul li a {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.24em;
  padding: 8px;
  -webkit-transition: .44s;
  -o-transition: .44s;
  -moz-transition: .44s;
  transition: .44s;
  letter-spacing: .1em;
  display: inline-block;
}

#main-nav nav ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#main-nav nav ul li.open ul {
  display: block;
  height: auto;
  padding: 0px 0 10px;
}

#main-nav nav ul li.open ul:after {
  opacity: 1;
  margin: -2px 0;
}

#main-nav nav ul li.open ul li {
  opacity: 0;
  -webkit-animation: navSlideIn .55s 1 forwards;
  -moz-animation: navSlideIn .55s 1 forwards;
  -o-animation: navSlideIn .55s 1 forwards;
  animation: navSlideIn .55s 1 forwards;
  height: auto;
}

#main-nav nav ul li.open ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

#main-nav nav ul li.open ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.24s;
  -moz-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

#main-nav nav ul li.open ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -o-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

#main-nav nav ul li.open ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.48s;
  -moz-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

#main-nav nav ul li.open ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#main-nav nav ul li.open ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

#main-nav nav ul li.open ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.84s;
  -moz-animation-delay: 0.84s;
  -o-animation-delay: 0.84s;
  animation-delay: 0.84s;
}

#main-nav nav ul li.open ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.96s;
  -moz-animation-delay: 0.96s;
  -o-animation-delay: 0.96s;
  animation-delay: 0.96s;
}

#main-nav nav ul li.open ul li:nth-of-type(9) {
  -webkit-animation-delay: 1.08s;
  -moz-animation-delay: 1.08s;
  -o-animation-delay: 1.08s;
  animation-delay: 1.08s;
}

#main-nav nav ul li.open ul li:nth-of-type(10) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#main-nav nav ul li.open ul li:nth-of-type(11) {
  -webkit-animation-delay: 1.32s;
  -moz-animation-delay: 1.32s;
  -o-animation-delay: 1.32s;
  animation-delay: 1.32s;
}

#main-nav nav ul li.open ul li:nth-of-type(12) {
  -webkit-animation-delay: 1.44s;
  -moz-animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  animation-delay: 1.44s;
}

#main-nav nav ul ul {
  overflow: hidden;
  min-width: 230px;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  margin: 0 20px;
}

#main-nav nav ul ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.09);
  opacity: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  z-index: -1;
  margin: 5% 10%;
}

#main-nav nav ul ul li {
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

#main-nav nav ul ul li a {
  font-size: 18px;
  padding: 6px;
}

html,
body { max-width: 100%;  overflow-x: hidden;}

body {font-family: 'Montserrat', sans-serif !important;
  background: #ffffff;
  color: #213747;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
  -moz-transition-duration: 0.32s;
  -o-transition-duration: 0.32s;
  transition-duration: 0.32s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.font1,
h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
font-family: 'Montserrat', sans-serif !important;
}

h1 span.tagline-heading { display : block; color : #000000; margin: 15px 0 0 0; }

/* Links */

a {
  color: #357E74;
  -webkit-transition-duration: 0.31s;
  -moz-transition-duration: 0.31s;
  -o-transition-duration: 0.31s;
  transition-duration: 0.31s;
  text-decoration: none;
}

a:hover {
  color: #8acdc3;
}

hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 36px 0;
}

/* Sections */

.section-container {
  padding: 58px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#welcomeVid {
    width: 100%;
    vertical-align: top;
}

.container {
  margin: 0 4.5%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* START Header */

#hd {
  z-index: 900;
  text-align: center;
  background: white;
  padding: 38px 5% 9px;
  /* Header Callouts */
}

#hd .container {
  margin: 0 auto;
}

#hd .logo {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  z-index: 100;
}

#hd #main-nav.open .hd-info {
  opacity: 0;
  -webkit-animation: navSlideInUp 1.25s 1 forwards;
  -moz-animation: navSlideInUp 1.25s 1 forwards;
  -o-animation: navSlideInUp 1.25s 1 forwards;
  animation: navSlideInUp 1.25s 1 forwards;
  -webkit-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

#hd #main-nav.open .social-icons a {
  opacity: 0;
  -webkit-animation: navSlideInUp 1.25s 1 forwards;
  -moz-animation: navSlideInUp 1.25s 1 forwards;
  -o-animation: navSlideInUp 1.25s 1 forwards;
  animation: navSlideInUp 1.25s 1 forwards;
}

#hd #main-nav.open .social-icons a:nth-of-type(1) {
  -webkit-animation-delay: 0.42s;
  -moz-animation-delay: 0.42s;
  -o-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

#hd #main-nav.open .social-icons a:nth-of-type(2) {
  -webkit-animation-delay: 0.64s;
  -moz-animation-delay: 0.64s;
  -o-animation-delay: 0.64s;
  animation-delay: 0.64s;
}

#hd #main-nav.open .social-icons a:nth-of-type(3) {
  -webkit-animation-delay: 0.86s;
  -moz-animation-delay: 0.86s;
  -o-animation-delay: 0.86s;
  animation-delay: 0.86s;
}

#hd #main-nav.open .social-icons a:nth-of-type(4) {
  -webkit-animation-delay: 1.08s;
  -moz-animation-delay: 1.08s;
  -o-animation-delay: 1.08s;
  animation-delay: 1.08s;
}

#hd #main-nav.open .social-icons a:nth-of-type(5) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#hd #main-nav.open .social-icons a:nth-of-type(6) {
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  animation-delay: 1.52s;
}

#hd .hd-info {
  margin: 1% 5% 2%;
  color: #ffffff;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4% 0 0;
  position: relative;
  font-size: 14px;
  line-height: 15px;
}

#hd .hd-info a {
  color: #ffffff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

#hd .hd-info a:hover {
  color: rgba(255, 255, 255, 0.73);
}

#hd .main {
  display: inline-block;
  margin: 5px;
}

#hd .main i {
  position: relative;
  top: -1px;
}

#hd .main br {
  display: none;
}

#hd .phone-outer {
  display: inline-block;
  margin: 10px;
  font-size: 18px;
  vertical-align: middle;
  letter-spacing: .05em;
  line-height: 1.5em;
}

#hd .phone-outer i {
  position: relative;
  top: -1px;
}

#hd .phone-outer .phone,
#hd .phone-outer .phone a {
  display: inline-block;
}

#hd .callouts {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .1em;
  margin: 5px;
}

#hd .callouts ul,
#hd .callouts li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

#hd .callouts a {
  display: inline-block;
  position: relative;
  margin: 5px 10px;
}

#hd .callouts a i {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

#hd .social-icons {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

#hd .social-icons a {
  color: #cd5072;
  font-size: 16px;
  padding: 3px;
  z-index: 10;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s;
  -o-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-transition: .26s;
  -o-transition: .26s;
  -moz-transition: .26s;
  transition: .26s;
}

#hd .social-icons a i {
  -webkit-transition: .24s;
  -o-transition: .24s;
  -moz-transition: .24s;
  transition: .24s;
}

#hd .social-icons a:nth-of-type(1n) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#hd .social-icons a:nth-of-type(2n) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#hd .social-icons a:nth-of-type(3n) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#hd .social-icons a:nth-of-type(4n) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#hd .social-icons a:nth-of-type(5n) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#hd .social-icons a:nth-of-type(6n) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#hd .social-icons a:nth-of-type(7n) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

#hd .social-icons a:hover {
  z-index: 20;
  color: #54b6a7;
}

#hd .social-icons a:hover i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/* END Header */

/* START Home Slideshow */

#hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#hero .slide {
  width: 100%;
}

#hero .photo {
  margin: 0 -15%;
  z-index: 10;
  position: relative;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

#hero .photo img {
  width: 100%;
  max-width: 500%;
  display: block;
}

/* END Home Slideshow */

#invisalign.section-container {
  background-color: #cd5072;
  margin: 42px 0 0;
  padding: 42px 0;
}

#invisalign.section-container .text {
  padding: 0 0 30px 0;
  text-align: center;
}

#invisalign .text h2, #invisalign .text h3 {
  color: #fff;
}
#invisalign.section-container .qrcode img {
  display: block;
  margin: 0 auto;
}

/* START Section 1 */

#section1 {
  z-index: 10;
  text-align: center;
  background: #f9ece3;
  color: #2a2c2d;
  margin: 42px 0;
}

#section1 .photo {
  max-width: 350px;
  margin: 0 auto 35px;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#section1 .photo img {
  border: 15px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#section1 .photo:hover {
  opacity: .88;
  -webkit-filter: saturate(1.2);
  filter: saturate(1.2);
}

#section1 h2 {
  font-size: 40px;
  margin: 0 0 20px;
}
#section1 h3 {
  margin: 0 0 15px;
}
#section1 p {
  font-size: 20px;
  line-height: 30px;
}

/* END Section 1 */

/* START Btns */

.btns {
  margin-top: 30px;
}

.btns a {
  background: #cd5072;
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  padding: 17px 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.btns a i {
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.btns a:after,
.btns a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  margin: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.btns a:before {
  margin: -5px;
}

.btns a:nth-of-type(1n) {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.btns a:nth-of-type(2n) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.btns a:nth-of-type(3n) {
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.btns a:nth-of-type(4n) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.btns a:hover {
  color: #cd5072;
  background: #ffffff;
  z-index: 20;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.btns a:hover:after,
.btns a:hover:before {
  margin: 0;
  opacity: .4;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* END Btns */

/* START Callout Section 1 */

#callouts1 {
  z-index: 30;
  text-align: center;
  background: #44aeaf;
  padding: 60px 0 160px;
}

#callouts1 .container {
  padding: 0;
  margin: 0;
}

#callouts1 .callout {
  padding: 10px 7%;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#callouts1 .callout:nth-of-type(1n) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#callouts1 .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#callouts1 .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#callouts1 .callout:nth-of-type(4n) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#callouts1 .callout:nth-of-type(5n) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#callouts1 .callout:nth-of-type(6n) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#callouts1 .callout:nth-of-type(7n) {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

#callouts1 .callout a {
  font-size: 28px;
  line-height: 1em;
  color: #2a2c2d;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  display: block;
  background: #ffffff;
  padding: 32px 12px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.31);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.31);
}

#callouts1 .callout a .bg {
  position: relative;
  max-width: 230px;
  margin: 0 auto 20px;
}

#callouts1 .callout a .bg .graphic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}

#callouts1 .callout a .bg img {
  position: relative;
  z-index: 10;
  -webkit-transition: 1.9s;
  -o-transition: 1.9s;
  -moz-transition: 1.9s;
  transition: 1.9s;
}

#callouts1 .callout a .main {
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}

#callouts1 .callout a:hover {
  background: #fff;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#callouts1 .callout a:hover .main {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

#callouts1 .callout a:hover .bg .circle {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

#callouts1 .callout a:hover .bg .graphic {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#callouts1 #prev,
#callouts1 #next {
  position: absolute;
  bottom: -110px;
  left: 0;
  cursor: pointer;
  -webkit-transition: .46s;
  -o-transition: .46s;
  -moz-transition: .46s;
  transition: .46s;
  color: #ffffff;
  background: url("../images/arrow1.png") center center #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.35);
  width: 90px;
  height: 102px;
  text-indent: -999em;
  z-index: 100;
}

#callouts1 #prev:hover,
#callouts1 #next:hover {
  opacity: .8;
}

#callouts1 #next {
  left: auto;
  right: 0;
  background: url("../images/arrow2.png") center center #fff;
}

#callouts1 .slick-list {
  overflow: visible;
}

/* END Callout Section 1 */

/* START Subnav Section */

#subnav {
  text-align: center;
  background: #54b6a7;
  padding: 39px 0;
}

#subnav p,
#subnav a {
  color: #afddd6;
}

#subnav p {
  font-size: 15px;
  line-height: 23px;
  margin: 0;
}

#subnav p a {
  color: #213747;
  text-decoration: none;
  display: inline-block;
  margin: 0 7px;
}

#subnav p a.active,
#subnav p a:hover {
  color: #ffffff;
}

/* END Subnav Section */

/* h1 Formatting */

h1 {
  font-size: 42px;
  line-height: 1em;
  font-weight: 400;
  color: #213747;
  margin: 0 0 32px;
  position: relative;
  display: block;
  padding-bottom: 30px;
}

h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ed8a44;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  z-index: -1;
  width: 90px;
  height: 9px;
}

.home h1 {
  text-align: center;
}

.home h1:after {
  background: #cd5072;
  margin-left: -45px;
  left: 50%;
}

.home h1 span {
  display: block;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 5px;
}

/* END h1 Formatting */

/* START Main Content Section */

#main-content {
  z-index: 9;
  background: #ffffff;
  /* staff & team photos */
  /* Page Photos */
  /* main content text */
}

#main-content h2 {
  font-size: 31px;
  font-weight: 700;
  color: #2a2c2d;
}

#main-content h3 {
  font-size: 25px;
  font-weight: 700;
  color: #2a2c2d;
}

#main-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #2a2c2d;
}

#main-content h5,
#main-content h6 {
  font-size: 21px;
  font-weight: 700;
  color: #2a2c2d;
}

#main-content .staff-photo {
  margin: 0 auto 20px;
  display: block;
}

#main-content #sidebar #hide-stock {
  max-width: 322px;
  position: relative;
}

#main-content #sidebar #hide-stock:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/photo-bg.png) right top no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

#main-content #sidebar img {
  max-width: 100%;
  width: auto;
  z-index: 0;
  position: relative;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
}

#main-content .content-text {
  text-align: left;
  min-height: 270px;
  font-size: 17.5px;
  line-height: 30px;
}

.home #main-content .content-text {
  min-height: 170px;
}

#main-content .content-text a {
}

#main-content .content-text h2,
#main-content .content-text h3,
#main-content .content-text h4,
#main-content .content-text h5,
#main-content .content-text h6,
#main-content header h2,
#main-content header h3,
#main-content header h4,
#main-content header h5,
#main-content header h6 {
  margin: .2em 0 .7em;
  text-align: left;
}

.office-tour #main-content .content-text h2,
.before-and-after #main-content .content-text h2,
.office-tour #main-content .content-text h3,
.before-and-after #main-content .content-text h3,
.office-tour #main-content .content-text h4,
.before-and-after #main-content .content-text h4,
.office-tour #main-content .content-text h5,
.before-and-after #main-content .content-text h5,
.office-tour #main-content .content-text h6,
.before-and-after #main-content .content-text h6,
.office-tour
#main-content header h2,
.before-and-after
#main-content header h2,
.office-tour
#main-content header h3,
.before-and-after
#main-content header h3,
.office-tour
#main-content header h4,
.before-and-after
#main-content header h4,
.office-tour
#main-content header h5,
.before-and-after
#main-content header h5,
.office-tour
#main-content header h6,
.before-and-after
#main-content header h6 {
  text-align: center;
}

#main-content .content-text p,
#main-content header p {
  margin: 0 0 1.58em;
}

#main-content .content-text ul li,
#main-content header ul li {
  margin: 0 0 8px;
}

.sitemap #main-content ul {
  margin: 0 0 20px;
  font-size: 1.25em;
  text-transform: uppercase;
}

.sitemap #main-content ul a {
  color: #54b6a7;
  text-decoration: none;
}

.sitemap #main-content ul a:hover {
  opacity: .76;
}

.sitemap #main-content ul li {
  margin: 3px 0 25px;
  list-style: none;
}

.sitemap #main-content ul li ul {
  font-size: .85em;
  margin: 0 0 20px 0;
  text-transform: none;
}

.sitemap #main-content ul li ul li {
  margin: 3px 0 3px;
}

.sitemap #main-content ul li ul a {
  color: #213747;
}

.sitemap #main-content .subnav,
.blog #main-content .subnav {
  display: none;
}

/* END Main Content Section */

#section2 {
  z-index: 10;
  text-align: center;
  background: #fbf6f2;
  color: #2a2c2d;
  margin: 0;
}

#section2 .photo {
  display: none;
}

#section2 .photo:hover {
  opacity: .88;
  -webkit-filter: saturate(1.2);
  filter: saturate(1.2);
}

#section2 h2 {
  font-size: 45px;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 35px;
}

#section2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ed8a44;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  z-index: -1;
  width: 90px;
  height: 9px;
}

#section2 p {
  font-size: 20px;
  line-height: 30px;
}

/* END Section 1 */

/* START Footer */

#ft {
  background: #f9ece3;
  text-align: center;
  z-index: 10;
  padding: 35px 0;
}

#ft .social-icons {
  display: inline-block;
  margin: 5px 0 30px;
  vertical-align: middle;
}

#ft .social-icons a {
  color: #ffffff;
  font-size: 13.6px;
  line-height: 36px;
  width: 38px;
  height: 38px;
  margin: 0 -1px;
  z-index: 10;
  background: #cd5072;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s;
  -o-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-transition: .29s;
  -o-transition: .29s;
  -moz-transition: .29s;
  transition: .29s;
}

#ft .social-icons a i {
  -webkit-transition: .29s;
  -o-transition: .29s;
  -moz-transition: .29s;
  transition: .29s;
}

#ft .social-icons a:nth-of-type(1n) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#ft .social-icons a:nth-of-type(2n) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#ft .social-icons a:nth-of-type(3n) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#ft .social-icons a:nth-of-type(4n) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#ft .social-icons a:nth-of-type(5n) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#ft .social-icons a:nth-of-type(6n) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#ft .social-icons a:nth-of-type(7n) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

#ft .social-icons a:hover {
  z-index: 20;
  background: #54b6a7;
}

#ft .social-icons a:hover i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

#ft .locations {
  font-size: 20px;
  line-height: 32px;
}

#ft .locations a {
  display: block;
  color: #213747;
}

#ft .locations a:hover {
  color: rgba(33, 55, 71, 0.73);
}

#ft .locations .name {
  color: #54b6a7;
}

#ft .locations .name:hover {
  color: rgba(84, 182, 167, 0.73);
}

#ft .logo {
  display: block;
  margin: 0 auto 25px;
  max-width: 150px;
}

#ft .phone-outer {
  font-size: 19px;
  line-height: 1.55em;
  display: block;
  margin: 14px 0;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a {
  color: #213747;
  display: inline-block;
}

#ft .nav {
  display: none;
}

/* END Footer */

/* START Sesame Section */

#ft-sesame {
  z-index: 20;
  background: #ffffff;
  text-align: center;
  padding: 23px 0;
}

#ft-sesame .sesame {
  font-size: 12px;
  line-height: 2.5em;
  color: #213747;
}

#ft-sesame .sesame .div {
  padding: 0 8px;
  display: none;
}

#ft-sesame .sesame a {
  color: #213747;
  display: block;
}

#ft-sesame .sesame a img {
  margin: -2px 6px 0 0;
}

#ft-sesame .sesame a:hover {
  color: rgba(33, 55, 71, 0.72);
}

/* END Sesame Section */

/* ======================================================
   SLIDESHOW HEIGHT AND BG SIZES
========================================================= */

/* Slideshow Height Scaling  ============== */

@media only screen and (min-width: 30em) {
  #callouts1 {
    padding: 40px 3% 140px;
  }

  #callouts1 .callout {
    width: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 12px;
  }

  #callouts1 .callout a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 48em) {
  table.office-hours {
    font-size: 1em;
  }

  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }

  table.office-hours td.title {
    padding: 11px 15px;
  }

  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #sidebar,
  body.juvederm-xc #sidebar,
  body.clarity-sl #sidebar,
  body.palatal-expander #sidebar,
  body.retainer-instructions #sidebar,
  body.acceledent-aura #sidebar,
  body.common-procedures #sidebar,
  body.solea-dental-laser #sidebar,
  body.home #sidebar,
  body.sitemap #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-our-staff #sidebar,
  body.our-staff #sidebar,
  body.our-team #sidebar,
  body.the-staff #sidebar,
  body.the-team #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.digital-x-rays #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.clearcorrect #sidebar,
  body.before-and-after #sidebar,
  body.how-suresmile-works #sidebar,
  body.invisalign #sidebar,
  body.i-cat #sidebar,
  body.itero-element #sidebar,
  body.the-suresmile-process #sidebar,
  body.in-ovation #sidebar,
  body[class^='suresmile-'] #sidebar,
  body[class^='damon-'] #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.layout-full-width #sidebar {
    display: none !important;
  }

  body.oraverse #main-content .content-text,
  body.oraverse #main-content header,
  body.somnodent-sleep-apnea-appliance #main-content .content-text,
  body.somnodent-sleep-apnea-appliance #main-content header,
  body.tap-appliance #main-content .content-text,
  body.tap-appliance #main-content header,
  body.juvederm-xc #main-content .content-text,
  body.juvederm-xc #main-content header,
  body.clarity-sl #main-content .content-text,
  body.clarity-sl #main-content header,
  body.palatal-expander #main-content .content-text,
  body.palatal-expander #main-content header,
  body.retainer-instructions #main-content .content-text,
  body.retainer-instructions #main-content header,
  body.acceledent-aura #main-content .content-text,
  body.acceledent-aura #main-content header,
  body.common-procedures #main-content .content-text,
  body.common-procedures #main-content header,
  body.solea-dental-laser #main-content .content-text,
  body.solea-dental-laser #main-content header,
  body.home #main-content .content-text,
  body.home #main-content header,
  body.sitemap #main-content .content-text,
  body.sitemap #main-content header,
  body.meet-the-staff #main-content .content-text,
  body.meet-the-staff #main-content header,
  body.meet-our-staff #main-content .content-text,
  body.meet-our-staff #main-content header,
  body.our-staff #main-content .content-text,
  body.our-staff #main-content header,
  body.our-team #main-content .content-text,
  body.our-team #main-content header,
  body.the-staff #main-content .content-text,
  body.the-staff #main-content header,
  body.the-team #main-content .content-text,
  body.the-team #main-content header,
  body.meet-the-team #main-content .content-text,
  body.meet-the-team #main-content header,
  body.meet-our-team #main-content .content-text,
  body.meet-our-team #main-content header,
  body.types-of-braces #main-content .content-text,
  body.types-of-braces #main-content header,
  body.types-of-appliances #main-content .content-text,
  body.types-of-appliances #main-content header,
  body.digital-x-rays #main-content .content-text,
  body.digital-x-rays #main-content header,
  body.color-my-braces #main-content .content-text,
  body.color-my-braces #main-content header,
  body.common-orthodontic-issues #main-content .content-text,
  body.common-orthodontic-issues #main-content header,
  body.common-procedures #main-content .content-text,
  body.common-procedures #main-content header,
  body.office-tour #main-content .content-text,
  body.office-tour #main-content header,
  body.clearcorrect #main-content .content-text,
  body.clearcorrect #main-content header,
  body.before-and-after #main-content .content-text,
  body.before-and-after #main-content header,
  body.how-suresmile-works #main-content .content-text,
  body.how-suresmile-works #main-content header,
  body.invisalign #main-content .content-text,
  body.invisalign #main-content header,
  body.i-cat #main-content .content-text,
  body.i-cat #main-content header,
  body.itero-element #main-content .content-text,
  body.itero-element #main-content header,
  body.the-suresmile-process #main-content .content-text,
  body.the-suresmile-process #main-content header,
  body.in-ovation #main-content .content-text,
  body.in-ovation #main-content header,
  body[class^='suresmile-'] #main-content .content-text,
  body[class^='suresmile-'] #main-content header,
  body[class^='damon-'] #main-content .content-text,
  body[class^='damon-'] #main-content header,
  /*body[class^='invisalign-'] #main-content .content-text,*/
  /*body[class^='invisalign-'] #main-content header,*/
  body[class^='in-ovation-'] #main-content .content-text,
  body[class^='in-ovation-'] #main-content header,
  body.which-is-right-for-me #main-content .content-text,
  body.which-is-right-for-me #main-content header,
  body.your-child-s-first-orthodontic-checkup #main-content .content-text,
  body.your-child-s-first-orthodontic-checkup #main-content header,
  body.aao-testimonials #main-content .content-text,
  body.aao-testimonials #main-content header,
  body.ortho-tv #main-content .content-text,
  body.ortho-tv #main-content header,
  body.my-life-my-smile-my-orthodontist #main-content .content-text,
  body.my-life-my-smile-my-orthodontist #main-content header,
  body.layout-full-width #main-content .content-text,
  body.layout-full-width #main-content header {
    width: 100%;
  }

  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }

  /* Sections */

  .section-container {
    padding: 70px 0;
  }

  .container {
    margin: 0 5%;
  }

  #main-nav.open .nav-toggle {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
  }

  #main-nav nav ul li a {
    font-size: 29px;
  }

  #main-nav nav ul ul li a {
    font-size: 22px;
  }

  #hd {
    padding: 14px 0;
  }

  #hd .logo {
    position: relative;
    z-index: 1000;
  }

  #hero .photo {
    margin: 0 -20%;
  }

  #hero .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
  }

  #hero .caption h3 {
    font-size: 40px;
    line-height: 40px;
    max-width: 600px;
  }

  #invisalign.section-container .text {
    display: inline-block;
    float: left;
    width: 68%;
    padding: 10px 2% 0;
  }
  #invisalign .btns a {
    background-color: #54b6a7;
  }
  #invisalign .btns a:hover {
    color: #54b6a7;
    background-color: #fff;
  }
  #invisalign.section-container .qrcode {
    display: inline-block;
    width: 25%;
  }

  #section1 {
    background: url("../images/section1.jpg") center center #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #section1 h2 {
    font-size: 41px;
  }

  #section1 .photo {
    margin: 0;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 100%;
  }

  #section1 .main {
    text-align: left;
    width: 59%;
    display: inline-block;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }

  #section1 p {
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
  }

  #section1 .btns {
    text-align: right;
  }

  h1 {
    font-size: 45px;
  }

  .home h1 {
    font-size: 52px;
    max-width: 590px;
    margin: 0 auto 35px;
  }

  .home #main-content .container {
    margin: 0 10%;
  }

  #main-content #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }

  #main-content #sidebar {
    width: 33%;
    display: inline-block;
    text-align: right;
    margin: 7px 0 35px 35px;
    padding: 0;
    float: right;
  }

  #main-content .content-text,
  #main-content header {
    width: 61%;
    float: left;
  }

  .home #main-content .content-text,
  .home
  #main-content header {
    width: 100%;
    float: none;
  }

  #main-content .content-text {
    font-size: 19px;
    line-height: 34px;
    text-align: justify;
  }

  #main-content .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }

  #section2 h2 {
    font-size: 52px;
  }

  #section2 .photo {
    margin: 0;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 100%;

  }

  #section2 .main {
    text-align: left;
    width: 79%;
    display: inline-block;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }

  #section2 p {
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
  }

  #section2 .btns {
    text-align: right;
  }

  #ft {
    text-align: center;
    padding: 0;
  }

  #ft .container {
    height: 550px;
  }

  #ft .logo {
    margin: 88px 0 62px;
    display: inline-block;
    max-width: 100%;
  }

  #ft .social-icons {
    display: block;
    padding: 0;
    margin: 0;
  }

  #ft .locations {
    position: absolute;
    top: 122px;
    left: 0;
    text-align: left;
    width: 255px;
  }

  #ft .locations .main {
    /*margin: 30px 0 36px;*/
  }

  #ft .nav {
    position: absolute;
    right: 0;
    width: 145px;
    display: inline-block;
    top: 121px;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }

  #ft .nav a {
    display: block;
    color: #213747;
  }

  #ft .nav a:hover {
    color: rgba(84, 182, 167, 0.99);
  }

  #ft-sesame {
    padding: 25px 0;
  }

  #ft-sesame .sesame a,
  #ft-sesame .sesame .div {
    display: inline-block;
  }
}

@media only screen and (min-width: 52em) {
  #callouts1 {
    padding: 50px 20px 140px;
  }

  #callouts1 .callout {
    padding: 8px;
  }

  #callouts1 .callout a {
    font-size: 19px;
  }

  #callouts1 .callout a .bg {
    max-width: 100%;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }

  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #main-nav {
    position: absolute;
  }

  #main-nav .nav-toggle {
    display: none;
  }

  #main-nav .nav-bg {
    left: 0;
    right: 0;
    bottom: auto;
    opacity: 1;
    background: none;
    position: absolute;
    overflow-y: visible;
  }

  #main-nav .nav-inner {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

#main-nav nav {
    position: absolute;
    top: 50px;
    right: 10px;
    padding: 0;
    max-width: 100%;
}

  #main-nav nav ul li {
    display: inline-block;
    position: inherit;
    margin: 0 0 0 1px;
    padding-bottom: 16px;
  }

  #main-nav nav ul li a {
    color: #213747;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 6px;
    position: relative;
  }

  #main-nav nav ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #cd5072;
    z-index: -1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
  }

  #main-nav nav ul li:hover > a,
  #main-nav nav ul li.active > a {
    color: #ffffff;
  }

  #main-nav nav ul li:hover > a:after,
  #main-nav nav ul li.active > a:after {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #main-nav nav ul li:last-of-type ul {
    text-align: right;
    right: 0;
  }

  #main-nav nav ul li ul {
    position: absolute;
    top: 100%;
    height: auto;
    display: none;
    z-index: 100;
    background: rgba(205, 80, 114, 0.89);
    padding: 14px 0 16px;
    margin: 0;
    text-align: left;
    width: auto;
    min-width: 226px;
  }

  #main-nav nav ul li ul li {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 1px 0;
  }

  #main-nav nav ul li ul li a {
    width: 100%;
    padding: 5px 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: auto;
    color: #ffffff !important;
    text-transform: none;
    letter-spacing: 0;
  }

  #main-nav nav ul li ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: #ffffff !important;
    z-index: -1;
    opacity: 0 !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #main-nav nav ul li ul li a:hover,
  #main-nav nav ul li ul li.active a {
    color: #2a2c2d !important;
	  background-color: #fff !important;
  }

  #main-nav nav ul li ul li a:hover:after,
  #main-nav nav ul li ul li.active a:after {
    opacity: 1 !important;
	   background-color: #fff !important;
  }

  #main-nav nav ul li:hover ul {
    display: block;
  }

  #hd {
    position: fixed;
    background: rgba(255, 255, 255, 0.88);
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
    border: none;
  }

  #hd:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    height: 25px;
    right: 0;
    background: white;
    z-index: -1;
    opacity: 1;
  }

  #hd .container {
    margin: 0 auto;
    max-width: 100%;
  }

  #hd .logo {
    margin: 26px 0 0;
    padding: 0;
    max-width: 20%;
  }

  #hd #main-nav .hd-info {
    text-align: right;
    display: block;
    border: none;
    padding: 0;
    margin: 0 5px;
    color: #54b6a7;
  }

  #hd #main-nav .hd-info .phone-outer {
    margin: 2px  16px 0 0;
  }

  #hd #main-nav .hd-info .phone-outer a,
  #hd #main-nav .hd-info .phone-outer .phone {
    color: #2a2c2d;
  }

  #hd #main-nav .hd-info .callouts {
    margin: 0;
  }

  #hd #main-nav .hd-info .callouts a {
    padding: 14px 19px;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    background: #ed8a44;
    margin: 0 0 0 -1px;
  }

  #hd #main-nav .hd-info .callouts a.callout2 {
    background: #54b6a7;
  }

  #hd #main-nav .hd-info .callouts a.callout2:hover {
    color: #fff;
    background: #46a597;
  }

  #hd #main-nav .hd-info .callouts a i {
    margin-left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    left: 0;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }

  #hd #main-nav .hd-info .callouts a:hover {
    color: #fff;
    background: #ea7928;
  }

  #hd #main-nav .hd-info .callouts a:hover i {
    left: 7px;
  }

  #hd #main-nav .address {
    display: inline-block;
  }

  #hero {
    margin-top: 0px;
  }

  #hero .photo {
    margin: 0 -30%;
  }

  #hero video {
    width: 106%;
    margin: 0 -3%;
  }

  #hero .caption {
    margin-top: 60px;
    max-width: 100%;
  }
  
  #invisalign.section-container .text {
    padding: 77px 2% 57px;
  }

  #section1 {
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    padding: 57px 0;
  }

  #section1 .container {
    max-width: 1010px;
  }

  #section1 h2 {
    font-size: 52px;
  }

  #section1 .main {
    width: 62%;
    top: 59%;
    margin-top: 54px;
  }

  #section1 .photo {
    width: 37%;
    left: -49px;
    position: relative;
  }

  #callouts1 {
    padding: 91px 20px 135px;
  }

  #callouts1 .container {
    max-width: 2100px;
    margin: 0 auto;
  }

  #callouts1 .callout {
    width: 25%;
    padding: 0 8px;
  }

  #callouts1 .callout a {
    padding: 14% 10% 20%;
    margin: 0 auto;
    font-size: 23px;
    line-height: 30px;
    background: white;
    max-width: 462px;
  }

  #callouts1 .callout a .main {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
  }

  #callouts1 .callout a:hover {
    -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.08);
  }

  #subnav {
    padding: 159px 20px 39px;
  }

  #subnav .container {
    max-width: 800px;
  }

  h1 {
    font-size: 45px;
    margin-bottom: 35px;
    padding-bottom: 42px;
  }

  .home h1 {
    text-align: left;
    font-size: 48px;
    max-width: 100%;
    margin: 0 auto 30px;
    padding-bottom: 40px;
  }

  .home h1:after {
    left: 0;
    margin: 0;
  }

  #main-content {
    padding: 95px 20px 85px;
  }

  .home #main-content .home-photo {
    position: absolute;
    top: 95px;
    left: 0;
    width: 41%;
    height: 700px;   
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .home #main-content .container {
    padding-left: 450px;
    margin: 0 auto;
  }

  #main-content #sidebar {
    margin: 8px 0 0;
  }

  #main-content #sidebar #hide-stock:after {
    left: auto;
    right: -32px;
    top: -35px;
    background: url("../images/photo-bg.png") 30% center #ffffff;
    width: 255px;
    height: 358px;
  }
	.blog #main-content #sidebar #hide-stock:after {
		display: none;
	}

  #main-content .content-text {
    font-size: 19px;
    line-height: 29px;
  }

  #section2 {
    background: #fff;
    margin-bottom: 20px;
  }

  #section2 .container {
    max-width: 1010px;
  }

  #section2 h2 {
    font-size: 52px;
  }

  #section2 .main {
    width: 610px;
    top: 59%;
    margin-right: 380px;
  }


#section2 .photo {
      position: absolute;
    top: 0;
    width: 40%;    
    bottom: 0;
    right: 0;   
    z-index: -1;
}

  #ft {
    padding: 0 20px;
  }

  #ft .container {
    margin: 0 auto;
  }

  #ft-sesame {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 68em) {
  #hero .photo {
    margin: 0 -26.7%;
  }

  #hero video {
    margin: -0.4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 76em) {
  body {
    margin: 25px !important;	 
  }

  #hd {
    margin: 25px;
  }

  #hero .photo {
    margin: 0 -23.4%;
  }

  #hero video {
    margin: -1.3% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 77em) {
  #main-nav nav ul li {
    margin-left: 4px;
  }

  #main-nav nav ul li a {
    padding: 15px 12px;
  }

  .home #main-content {
    padding: 90px 0 70px;
  }

  .home #main-content .home-photo {
    /*width: 50%;*/
    /*margin-left: -200px;*/
  }

  .home #main-content .container {
    padding-left: 400px;
  }
}

@media only screen and (min-width: 84em) {
  #callouts1 {
    padding: 90px 20px;
  }

  #callouts1 #prev {
    left: auto;
    right: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 2px;
  }

  #callouts1 #next {
    right: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 2px;
  }

  #callouts1 .callout {
    padding: 0 3%;
  }

  #callouts1 .callout a {
    font-size: 26px;
    padding: 15% 18% 19%;
  }

  #callouts1 .callout a .main {
    bottom: 10%;
  }

  #hero .photo {
    margin: 0 -20.1%;
  }

  #hero video {
    margin: -2.2% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 92em) {
  #hero .photo {
    margin: 0 -16.8%;
  }

  #hero video {
    margin: -3.1% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 94em) {
  #callouts1 .callout {
    padding: 0 4%;
  }

  #callouts1 .callout a {
    font-size: 30px;
  }
}

@media only screen and (min-width: 97em) {
  .home #main-content .home-photo {
    /*width: 50%;*/
    /*margin-left: -220px;*/
  }
}

@media only screen and (min-width: 100em) {
  #hero .photo {
    margin: 0 -13.5%;
  }

  #hero video {
    margin: -4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 108em) {
  #hero .photo {
    margin: 0 -10.2%;
  }

  #hero video {
    margin: -4.9% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 116em) {
  #hero .photo {
    margin: 0 -6.9%;
  }

  #hero video {
    margin: -5.8% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 124em) {
  #hero .photo {
    margin: 0 -3.6%;
  }

  #hero video {
    margin: -6.7% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 125em) {
  #subnav,
  .para1,
  .para2 {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
}

@media only screen and (min-width: 132em) {
  #hero .photo {
    margin: 0 -0.3%;
  }

  #hero video {
    margin: -7.6% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 140em) {
  #hero .photo {
    margin: -0.2% 0;
  }

  #hero video {
    margin: -8.5% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 148em) {
  #hero .photo {
    margin: -1.52% 0;
  }

  #hero video {
    margin: -9.4% 0;
    width: 100%;
  }
}

@media only screen and (max-width: 64em) {
  #main-nav.navAlign .nav-inner {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #main-nav.navAlign .nav-bg {
    overflow-x: hidden;
    overflow-y: auto;
  }

  #main-nav.open {
    z-index: 9000;
  }

  #main-nav.open .nav-bg {
    left: 0;
    opacity: 1;
  }

  #main-nav.open nav ul li {
    opacity: 0;
    -webkit-animation: navSlideIn .55s 1 forwards;
    -moz-animation: navSlideIn .55s 1 forwards;
    -o-animation: navSlideIn .55s 1 forwards;
    animation: navSlideIn .55s 1 forwards;
  }

  #main-nav.open nav ul li:nth-of-type(1) {
    -webkit-animation-delay: 0.26s;
    -moz-animation-delay: 0.26s;
    -o-animation-delay: 0.26s;
    animation-delay: 0.26s;
  }

  #main-nav.open nav ul li:nth-of-type(2) {
    -webkit-animation-delay: 0.42s;
    -moz-animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    animation-delay: 0.42s;
  }

  #main-nav.open nav ul li:nth-of-type(3) {
    -webkit-animation-delay: 0.58s;
    -moz-animation-delay: 0.58s;
    -o-animation-delay: 0.58s;
    animation-delay: 0.58s;
  }

  #main-nav.open nav ul li:nth-of-type(4) {
    -webkit-animation-delay: 0.74s;
    -moz-animation-delay: 0.74s;
    -o-animation-delay: 0.74s;
    animation-delay: 0.74s;
  }

  #main-nav.open nav ul li:nth-of-type(5) {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }

  #main-nav.open nav ul li:nth-of-type(6) {
    -webkit-animation-delay: 1.06s;
    -moz-animation-delay: 1.06s;
    -o-animation-delay: 1.06s;
    animation-delay: 1.06s;
  }

  #main-nav.open nav ul li:nth-of-type(7) {
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    animation-delay: 1.22s;
  }

  #main-nav.open nav ul li:nth-of-type(8) {
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    animation-delay: 1.38s;
  }

  #main-nav.open nav ul li:nth-of-type(9) {
    -webkit-animation-delay: 1.54s;
    -moz-animation-delay: 1.54s;
    -o-animation-delay: 1.54s;
    animation-delay: 1.54s;
  }

  #main-nav.open nav ul li:nth-of-type(10) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    -o-animation-delay: 1.7s;
    animation-delay: 1.7s;
  }

  #main-nav.open nav ul ul li {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
  }

  #main-nav.open .nav-toggle {
    background: none;
  }

  #main-nav.open .nav-toggle:after {
    background: none;
  }

  #main-nav.open .nav-icon {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform-origin: center 50%;
    -moz-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    -o-transform-origin: center 50%;
    transform-origin: center 50%;
    margin: 7px 3px 1px;
  }

  #main-nav.open .nav-icon span {
    background: #fff;
  }

  #main-nav.open .nav-icon span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%;
  }

  #main-nav.open .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
  }

  #main-nav.open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    transform: rotate(-44deg);
  }

  #main-nav.open .nav-icon span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%;
  }
}


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.home-photo {
    margin-bottom: 20px;
}
#main-nav .sub-menu .current-menu-item a {
    background-color: #fff !important;
    color: #000 !important;
    z-index: 99999;
}