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

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

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

/* Basics */
.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 {
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
}

@-webkit-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

p, ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* List Styling */
ul li {
  list-style: disc;
}

li {
  line-height: 1.5;
}

.hr {
  visibility: hidden;
}

.img-right {
  max-width: 100%;
}

#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;
}

#main-nav nav.horizontal ul li {
  float: none;
}

/* Office Hours */
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;
}

.slideshow-nav .slideshow-active-page a {
  color: #2562ff !important;
}

/* Sitemap */
body.sitemap .content-text {
  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-size: 1.125em;
  color: #2562ff;
  display: inline-block;
  text-decoration: none;
}

body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 38px;
}

body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}

body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #333333;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #648fff;
}

/* 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: #2562ff;
  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;
}

.office-tour-pager a {
  margin: 3px;
  display: inline-block;
  width: .8em;
  height: .8em;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  border: 1px solid #2562ff;
}

.office-tour-pager a.cycle-pager-active {
  background: #2562ff;
}

.office-tour-pager a:hover {
  background: #497cff;
  border: 1px solid #346dff;
}

/* Form Buttons */
form button {
  background: #2562ff;
  color: #fff;
  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;
          transition-duration: 0.5s;
}

form button:hover {
  background: #0035be;
}

/* 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: #2562ff;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #2562ff;
  color: #333333;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 20px 0 30px;
}

form#blog_search label {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}

form#blog_search input {
  background: #fff;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 70%;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}

form#blog_search input:hover {
  background: #ebebeb;
}

form#blog_search button {
  display: block;
  background: #648fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

form#blog_search button:active,
form#blog_search button:hover {
  background: #0046fd;
}

/* 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-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          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,
body[class^='about-dr-'] #hide-stock,
body[class^='meet-the-doctor'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}

form p {
  height: auto;
}

@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid transparent;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -o-background-clip: padding-box !important;
       background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3, .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4, .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6, .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12, .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .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;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /* Office Hours -tablet */
  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 {
  font: normal normal 18px/33px 'Nunito', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333333;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
     -moz-transition-duration: 0.32s;
       -o-transition-duration: 0.32s;
          transition-duration: 0.32s;
}

@font-face {
  font-family: "CCBellyLaugh W05 Regular";
  src: url("../fonts/5112846/977f785a-ee98-4f7b-8841-6d822d99d595.eot?#iefix");
  src: url("../fonts/5112846/977f785a-ee98-4f7b-8841-6d822d99d595.eot?#iefix") format("eot"), url("../fonts/5112846/de4b4fc4-a279-44ba-b57b-a454152f9acd.woff2") format("woff2"), url("../fonts/5112846/9063a7a4-90a5-4dc0-8753-f614d1a73bb5.woff") format("woff"), url("../fonts/5112846/a047feda-9d7c-4da4-bfed-c7907058834a.ttf") format("truetype");
}

.font1,
.main-content-section h1,
.main-content-section h2,
.main-content-section h3,
.main-content-section h4,
.main-content-section h5,
.main-content-section h6 {
  font-family: 'CCBellyLaugh W05 Regular', 'Nunito', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #2562ff;
  -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: #648fff;
}

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

/* Sections */
.section-container,
section, #ft {
  padding: 40px 0;
}

.section-container,
section, #ft, #hd {
  position: relative;
}

.ie8 .container {
  width: 1000px;
}

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

ul, ol {
  margin: 0 0 1.8em 2em;
}

/* Main Nav - mobile */
#main-nav {
  z-index: 100;
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#main-nav .trigger {
  color: #fff;
  padding: 2px 9px 0;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 8px;
  right: -2px;
  z-index: 9000;
}

#main-nav .trigger .nav-icon {
  width: 27px;
  height: 14px;
  position: relative;
  display: inline-block;
  z-index: 900;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  vertical-align: top;
  top: 5px;
}

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

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

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

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

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

#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);
}

#main-nav .open .trigger .nav-icon {
  -webkit-transform: scale(1.26);
     -moz-transform: scale(1.26);
      -ms-transform: scale(1.26);
       -o-transform: scale(1.26);
          transform: scale(1.26);
  top: 8px;
}

#main-nav .open .trigger .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(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

#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);
}

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

#main-nav .collapsible {
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
  width: 100%;
}

#main-nav .collapsible ul {
  position: relative;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  padding: 10px 0;
  z-index: 0;
}

#main-nav .collapsible ul li a {
  font-size: 15px;
  line-height: 16px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

#main-nav .collapsible ul ul {
  padding: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}

#main-nav .collapsible ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  opacity: 0;
}

#main-nav .collapsible.open {
  background: rgba(120, 63, 198, 0.982);
  position: absolute;
  height: auto;
  padding: 20px 0;
}

#main-nav .collapsible.open ul li a {
  display: block;
}

#main-nav .collapsible.open ul li a:hover,
#main-nav .collapsible.open ul li.open > a {
  color: #fff;
  background: rgba(5, 5, 5, 0.2);
}

#main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.14);
  padding-bottom: 10px;
}

#main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

/* Header */
#hd {
  z-index: 90;
  text-align: center;
  background: url("../images/banner-mobile.jpg") center 0 #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding-bottom: 110px;
  /* Header Callouts */
}

#hd .container {
  margin: 0 auto;
}

#hd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  z-index: -1;
}

#hd .logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px 38px 9px;
}

#hd .logo span {
  display: inline-block;
  position: relative;
}

#hd .logo img {
  display: inline-block;
  width: 100%;
  -webkit-transition: .32s;
  -o-transition: .32s;
  -moz-transition: .32s;
  transition: .32s;
}

#hd .logo .icon {
  margin-bottom: 5px;
}

#hd .logo .icon img {
  max-width: 150px;
}

#hd .logo .main img {
  max-width: 250px;
}

#hd .logo:hover img {
  -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
  opacity: .9;
}

#hd .phone-outer {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  margin: 2px 5px 2px;
  vertical-align: middle;
}

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

#hd .callout {
  font-size: 15px;
  line-height: 15px;
  background: #5ebb30;
  color: #fff;
  padding: 10px 12px;
  display: inline-block;
  position: relative;
  margin: 10px 5px;
  letter-spacing: 0.0em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
}

#hd .callout:hover {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}

#hd .social-icons {
  display: block;
  margin: 5px 5px 16px;
  vertical-align: 20%;
  background: url("../images/socials-bg.png") center center no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  padding: 38px 20px 28px;
}

#hd .social-icons a {
  color: #fff;
  background: #2C63A4;
  font-size: 14px;
  height: 28px;
  width: 28px;
  line-height: 32px;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  margin: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  display: inline-block;
}

#hd .social-icons a i {
  vertical-align: 5%;
}

#hd .social-icons a:hover {
  -webkit-transform: scale(1.55);
     -moz-transform: scale(1.55);
      -ms-transform: scale(1.55);
       -o-transform: scale(1.55);
          transform: scale(1.55);
  z-index: 20;
}

#hd .social-icons a.facebook {
  background: #3257a8;
}

#hd .social-icons a.youtube {
  background: #dd3f4e;
}

#hd .social-icons a.twitter {
  background: #02b4e0;
}

#hd .social-icons a.instagram {
  background: #e22676;
}

/* Home Slideshow */
.home-slideshow-section {
  display: none;
}

/* Subnav Section */
.subnav-section {
  text-align: center;
  background: #225795;
}

.subnav-section p,
.subnav-section a {
  color: #fff;
}

.subnav-section p {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.0em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 2px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.subnav-section p a.active, .subnav-section p a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* h1 Formatting */
h1 {
  font-size: 43px;
  line-height: 43px;
  font-weight: 400;
  color: #783fc6;
  margin-bottom: 30px;
  padding-bottom: 0;
  letter-spacing: 0.0em;
}

.home h1 {
  text-align: center;
}

.home h1 span {
  display: block;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: url("../images/water.png") center top #fff no-repeat;
  -moz-background-size: 740px auto;
    -o-background-size: 740px auto;
       background-size: 740px auto;
  margin-top: -28px;
  padding-top: 90px;
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.main-content-section h2 {
  color: #5ebb30;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 400;
}

.main-content-section h3 {
  color: #dd3e4e;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
}

.main-content-section h4 {
  color: #783fc6;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

.main-content-section h5,
.main-content-section h6 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

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

.main-content-section #sidebar img {
  max-width: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #dd3e4e;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
}

.main-content-section .content-text {
  text-align: left;
  min-height: 270px;
}

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

.main-content-section .content-text a {
  font-weight: 700;
  text-decoration: underline;
}

.main-content-section .content-text strong {
  font-weight: 900;
}

.main-content-section .content-text h2, .main-content-section .content-text h3, .main-content-section .content-text h4, .main-content-section .content-text h5, .main-content-section .content-text h6,
.main-content-section header h2,
.main-content-section header h3,
.main-content-section header h4,
.main-content-section header h5,
.main-content-section header h6 {
  margin: 1.2em 0 1.1em;
  text-align: left;
}

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

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

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

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

.sitemap .main-content-section .content-text ul a:hover, .sitemap
.main-content-section header ul a:hover {
  opacity: .76;
}

.sitemap .main-content-section .content-text ul li, .sitemap
.main-content-section header ul li {
  margin: 3px 0 25px;
  list-style: none;
}

.sitemap .main-content-section .content-text ul li ul, .sitemap
.main-content-section header ul li ul {
  font-size: .85em;
  margin: 0 0 20px 0;
}

.sitemap .main-content-section .content-text ul li ul li, .sitemap
.main-content-section header ul li ul li {
  margin: 3px 0 3px;
}

.sitemap .main-content-section .content-text ul li ul a, .sitemap
.main-content-section header ul li ul a {
  text-transform: none;
}

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

/* Callout Section 1 */
.callout-section1 {
  z-index: 10;
  text-align: center;
  background: #ccc;
  padding: 1px 0;
}

.callout-section1 .container {
  padding: 0;
  margin: 0;
}

.callout-section1 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
}

.callout-section1 .callout a {
  font-size: 23px;
  line-height: 25px;
  padding: 0;
  color: #313031;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  overflow: hidden;
  background: #fff;
  padding: 15px 15px;
}

.callout-section1 .callout a .bg {
  display: block;
  margin-bottom: 10px;
}

.callout-section1 .callout a .bg img {
  height: 55px;
}

.callout-section1 .callout a:hover {
  background: #e9f4f5;
}

/* Section 1 */
.section1 {
  z-index: 10;
  padding: 46px 0;
  text-align: center;
  background: #9058dc;
  color: #fff;
}

.section1 .cloud,
.section1 .logs,
.section1 .kids {
  display: none;
}

.section1 .photo {
  margin: 0 auto 30px;
  border: 8px solid #dd3f4e;
  display: inline-block;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.section1 .photo:hover {
  border-color: #c72c3a;
}

.section1 h2 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: .0em;
  margin: 0 0 10px;
}

.section1 p {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0;
}

.btns {
  margin-top: 19px;
}

.btns a {
  background: #dd3f4e;
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 8px 25px;
  margin: 0;
  letter-spacing: 0.0em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
}

.btns a:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

/* Testimonials Section */
.testimonials-section {
  z-index: 10;
  padding: 42px 0;
  text-align: center;
  background: #fff;
}

.testimonials-section .photo {
  margin: 0 auto 30px;
  border: 8px solid #2663ff;
  display: inline-block;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.testimonials-section ul, .testimonials-section li {
  margin: 0;
  padding: 0;
}

.testimonials-section h3 {
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 35px;
  color: #dd3f4e;
}

.testimonials-section p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

.testimonials-section h5 {
  font-size: 15px;
  margin: 0px 0 20px;
}

.testimonials-section .controls {
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  height: 30px;
  z-index: 20;
  margin: 20px 0 10px;
}

.testimonials-section .controls #prev,
.testimonials-section .controls #next {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  color: #255184;
}

.testimonials-section .controls #prev:hover,
.testimonials-section .controls #next:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  color: #39689f;
}

.testimonials-section .controls #next {
  left: auto;
  right: 0;
  direction: rtl;
}

.testimonials-section .btns a {
  background: #2663ff;
  padding: 7px 7px;
}

/* Footer */
#ft {
  background: url("../images/ft.jpg") center top #76c045;
  -moz-background-size: auto 110%;
    -o-background-size: auto 110%;
       background-size: auto 110%;
  text-align: center;
  z-index: 10;
  padding: 150px 0 17px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}

#ft .location {
  margin-bottom: 100px;
}

#ft .logo {
  display: block;
  margin: 0 0 15px;
}

#ft .logo:hover {
  -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
}

#ft .main {
  color: #323232;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

#ft .main:hover {
  color: #003dda;
}

#ft .phone-outer,
#ft .phone-desk {
  font-size: 22px;
  line-height: 22px;
  display: block;
  margin: 5px 0 5px;
  color: #2663ff;
}

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

#ft .social-icons {
  display: block;
  margin: 5px 5px 16px;
  vertical-align: 20%;
}

#ft .social-icons a {
  color: #fff;
  background: #2C63A4;
  font-size: 14px;
  height: 28px;
  width: 28px;
  line-height: 32px;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  margin: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  display: inline-block;
}

#ft .social-icons a i {
  vertical-align: 5%;
}

#ft .social-icons a:hover {
  -webkit-transform: scale(1.55);
     -moz-transform: scale(1.55);
      -ms-transform: scale(1.55);
       -o-transform: scale(1.55);
          transform: scale(1.55);
  z-index: 20;
}

#ft .social-icons a.facebook {
  background: #3257a8;
}

#ft .social-icons a.youtube {
  background: #dd3f4e;
}

#ft .social-icons a.twitter {
  background: #02b4e0;
}

#ft .social-icons a.instagram {
  background: #e22676;
}

#ft p {
  margin: 0 0 20px;
}

#ft .info a {
  color: #fff;
}

#ft .info a:hover {
  color: #d4ecc2;
}

#ft .info .smile-savvy {
  display: block;
  margin: 20px 0;
}

#ft .info .smile-savvy:hover {
  color: #fff;
  opacity: .8;
}

#ft .nav {
  font-size: 14px;
  line-height: 18px;
}

#ft .nav .div {
  display: inline-block;
  margin: 0 4px;
}

#ft .nav a {
  display: inline-block;
  color: #fff;
}

#ft .nav a:hover {
  color: #d4ecc2;
}

#ft .back-to-top {
  background: #fff;
  display: inline-block;
  position: relative;
  font-size: 40px;
  line-height: 41px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  color: #f4cf70;
  padding: 0;
  margin: 30px 0 0;
  letter-spacing: 0.0em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

#ft .back-to-top:hover {
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  .container {
    margin: 0 2.5%;
  }
  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.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.i-cat #sidebar,
  body.itero-element #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 {
    display: none;
  }
  body.oraverse .content-text,
  body.oraverse header,
  body.somnodent-sleep-apnea-appliance .content-text,
  body.somnodent-sleep-apnea-appliance header,
  body.tap-appliance .content-text,
  body.tap-appliance header,
  body.juvederm-xc .content-text,
  body.juvederm-xc header,
  body.clarity-sl .content-text,
  body.clarity-sl header,
  body.palatal-expander .content-text,
  body.palatal-expander header,
  body.retainer-instructions .content-text,
  body.retainer-instructions header,
  body.acceledent-aura .content-text,
  body.acceledent-aura header,
  body.common-procedures .content-text,
  body.common-procedures header,
  body.solea-dental-laser .content-text,
  body.solea-dental-laser header,
  body.home .content-text,
  body.home header,
  body.sitemap .content-text,
  body.sitemap header,
  body.meet-the-staff .content-text,
  body.meet-the-staff header,
  body.meet-our-staff .content-text,
  body.meet-our-staff header,
  body.our-staff .content-text,
  body.our-staff header,
  body.our-team .content-text,
  body.our-team header,
  body.the-staff .content-text,
  body.the-staff header,
  body.the-team .content-text,
  body.the-team header,
  body.meet-the-team .content-text,
  body.meet-the-team header,
  body.meet-our-team .content-text,
  body.meet-our-team header,
  body.types-of-braces .content-text,
  body.types-of-braces header,
  body.types-of-appliances .content-text,
  body.types-of-appliances header,
  body.color-my-braces .content-text,
  body.color-my-braces header,
  body.common-orthodontic-issues .content-text,
  body.common-orthodontic-issues header,
  body.common-procedures .content-text,
  body.common-procedures header,
  body.office-tour .content-text,
  body.office-tour header,
  body.before-and-after .content-text,
  body.before-and-after header,
  body.invisalign .content-text,
  body.invisalign header,
  body.i-cat .content-text,
  body.i-cat header,
  body.itero-element .content-text,
  body.itero-element header,
  body.in-ovation .content-text,
  body.in-ovation header,
  body[class^='suresmile-'] .content-text,
  body[class^='suresmile-'] header,
  body[class^='damon-'] .content-text,
  body[class^='damon-'] header,
  body[class^='invisalign-'] .content-text,
  body[class^='invisalign-'] header,
  body[class^='in-ovation-'] .content-text,
  body[class^='in-ovation-'] header,
  body.which-is-right-for-me .content-text,
  body.which-is-right-for-me header,
  body.your-child-s-first-orthodontic-checkup .content-text,
  body.your-child-s-first-orthodontic-checkup header,
  body.aao-testimonials .content-text,
  body.aao-testimonials header,
  body.ortho-tv .content-text,
  body.ortho-tv header,
  body.my-life-my-smile-my-orthodontist .content-text,
  body.my-life-my-smile-my-orthodontist header {
    width: 100%;
  }
  .main-content-section .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* ======================================================
							  TABLET 
	========================================================= */
  body {
    font-size: 19px;
    line-height: 36px;
  }
  /* Header Section */
  #hd {
    padding: 0 0 190px;
    text-align: left;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #hd .container {
    padding: 0 2.5%;
  }
  #hd .logo {
    display: inline-block;
    padding: 20px 0 20px;
    width: auto;
  }
  #hd .top {
    position: absolute;
    top: -3px;
    right: 0;
    vertical-align: top;
    padding-right: 45px;
  }
  #hd .info,
  #hd .social-icons,
  #hd .callouts {
    margin: 0;
    clear: none;
    display: inline-block;
    vertical-align: top;
  }
  #hd .info .address {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #hd .info .address .phone-outer {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
  #hd .social-icons {
    position: absolute;
    top: 50px;
    right: 10px;
  }
  #hd #main-nav {
    margin: 0;
    width: 300px;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    display: block;
    margin: 0 -20%;
  }
  .home-slideshow-section .caption {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 50%;
    font-size: 40px;
    padding: 0;
    width: 100%;
    line-height: 50px;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 {
    padding: 0 0 20px;
    background: none;
  }
  .callout-section1 .callout {
    padding: 0;
    margin: 0 10px !important;
    width: auto !important;
    max-width: 100%;
    float: none;
  }
  .callout-section1 .callout a {
    margin: 0 auto;
    border: 8px solid #fff;
    -webkit-border-radius: 999em;
       -moz-border-radius: 999em;
            border-radius: 999em;
    width: 200px;
    height: 200px;
    padding: 0;
    -webkit-box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.22);
       -moz-box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.22);
            box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.22);
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .callout-section1 .callout a .main {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }
  .callout-section1 .callout a .bg {
    position: absolute;
    -webkit-transform-origin: top;
       -moz-transform-origin: top;
        -ms-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
    top: 10%;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .callout-section1 .callout a .bg img {
    height: 76px;
  }
  .callout-section1 .callout a:hover {
    background: #fff;
    -webkit-box-shadow: 8px 8px 0 0 rgba(255, 255, 255, 0.32);
       -moz-box-shadow: 8px 8px 0 0 rgba(255, 255, 255, 0.32);
            box-shadow: 8px 8px 0 0 rgba(255, 255, 255, 0.32);
    border-width: 14px;
  }
  .callout-section1 .callout a:hover .main {
    opacity: 0;
    bottom: 10%;
  }
  .callout-section1 .callout a:hover .bg {
    top: 25%;
  }
  .callout-section1 .callout.callout1 a {
    border-color: #2562ff;
  }
  .callout-section1 .callout.callout1 a .w700 {
    color: #2562ff;
  }
  .callout-section1 .callout.callout2 a {
    border-color: #5ebb30;
  }
  .callout-section1 .callout.callout2 a .w700 {
    color: #5ebb30;
  }
  .callout-section1 .callout.callout3 a {
    border-color: #dd3e4e;
  }
  .callout-section1 .callout.callout3 a .w700 {
    color: #dd3e4e;
  }
  /* h1 Formatting - tablet */
  h1 {
    font-size: 55px;
    line-height: 55px;
  }
  .home h1 {
    text-align: left;
  }
  /* Main Content Section - tablet */
  .main-content-section {
    -moz-background-size: 1100px auto;
      -o-background-size: 1100px auto;
         background-size: 1100px auto;
    padding: 140px 0 0;
  }
  .main-content-section #sidebar {
    width: 34%;
    display: inline-block;
    text-align: right;
    margin: 7px 0 35px 35px;
    padding: 0;
    float: right;
  }
  .main-content-section .content-text,
  .main-content-section header {
    width: 61%;
    float: left;
  }
  .home .main-content-section .content-text, .home
  .main-content-section header {
    width: 100%;
    float: none;
  }
  .main-content-section .content-text {
    text-align: justify;
  }
  /* Section1 - tablet */
  .section1 {
    padding: 57px 0;
  }
  .section1 h2 {
    font-size: 47px;
    line-height: 47px;
  }
  .section1 .photo {
    position: absolute;
    top: 0%;
    left: 0;
    width: 38%;
    max-width: 284px;
  }
  .section1 .main {
    margin-left: 330px;
    text-align: left;
  }
  /* Testimonials Section - tablet */
  .testimonials-section {
    padding: 60px 0;
  }
  .testimonials-section h3 {
    font-size: 37px;
    line-height: 37px;
  }
  .testimonials-section .photo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    max-width: 340px;
  }
  .testimonials-section .main {
    margin-left: 390px;
    text-align: left;
  }
  /* Footer Section - tablet */
  #ft .container {
    height: 500px;
  }
  #ft .location {
    position: absolute;
    top: 0;
    left: 50px;
    padding-left: 250px;
    text-align: left;
  }
  #ft .location .logo {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
  }
  #ft .info {
    position: absolute;
    top: 45%;
    right: 0;
    padding-left: 250px;
    text-align: left;
    width: 50%;
  }
  #ft .back-to-top {
    position: absolute;
    bottom: 0px;
    right: 0;
    margin: 0;
    z-index: 9;
  }
  #ft .nav {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }
  body {
    font-size: 20px;
    line-height: 26px;
  }
  .container {
    max-width: 1040px !important;
  }
  /* Header Section - desktop */
  #hd {
    background: -webkit-gradient(linear, left top, left bottom, from(#542c89), to(#783fc5));
    background: -webkit-linear-gradient(top, #542c89 0%, #783fc5 100%);
    background: -moz-linear-gradient(top, #542c89 0%, #783fc5 100%);
    background: -o-linear-gradient(top, #542c89 0%, #783fc5 100%);
    background: linear-gradient(to bottom, #542c89 0%, #783fc5 100%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    z-index: 900;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* Nav Section - desktop */
  }
  #hd .container {
    margin: 0 auto;
    padding: 0;
  }
  #hd .logo {
    position: absolute;
    top: 143px;
    padding: 0;
    margin: 0;
  }
  #hd .top {
    top: 1px;
    text-align: right;
    padding: 0;
    width: 300px;
  }
  #hd .phone-outer {
    z-index: 900;
    position: relative;
    position: absolute;
    top: 60px;
    right: 0;
  }
  #hd .phone-outer .phone,
  #hd .phone-outer a,
  #hd .phone-outer div {
    color: #0c88ff;
  }
  #hd .callout {
    z-index: 900;
    position: relative;
  }
  #hd .social-icons {
    position: absolute;
    top: 27px;
    right: 150px;
    width: 300px;
    text-align: center;
    -moz-background-size: auto;
      -o-background-size: auto;
         background-size: auto;
    padding: 46px 0 35px;
  }
  #hd #main-nav {
    margin: 0;
    position: absolute;
    top: 12px;
    left: 0;
    width: auto;
    background: none;
    vertical-align: top;
  }
  #hd #main-nav .trigger {
    display: none;
  }
  #hd #main-nav .collapsible.open,
  #hd #main-nav .collapsible {
    height: auto;
    background: none;
  }
  #hd #main-nav .collapsible.open ul,
  #hd #main-nav .collapsible ul {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 30px;
  }
  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 20px 0 0;
    padding: 0 0 0;
    float: none;
  }
  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    height: 35px;
    line-height: 34px;
    padding: 0 1px;
    background: none !important;
  }
  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 6px;
    content: " ";
    position: absolute;
    display: none;
    top: 30px;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    -webkit-transform: scale(0.9, 0.4);
       -moz-transform: scale(0.9, 0.4);
        -ms-transform: scale(0.9, 0.4);
         -o-transform: scale(0.9, 0.4);
            transform: scale(0.9, 0.4);
  }
  .home #hd #main-nav .collapsible.open ul li.home a,
  .about-us #hd #main-nav .collapsible.open ul li.about-us a,
  .first-visit #hd #main-nav .collapsible.open ul li.first-visit a,
  .dental-topics #hd #main-nav .collapsible.open ul li.dental-topics a,
  .reviews #hd #main-nav .collapsible.open ul li.reviews a,
  .contact #hd #main-nav .collapsible.open ul li.contact a,
  #hd #main-nav .collapsible.open ul li.active > a,
  #hd #main-nav .collapsible.open ul li:hover > a, .home
  #hd #main-nav .collapsible ul li.home a,
  .about-us
  #hd #main-nav .collapsible ul li.about-us a,
  .first-visit
  #hd #main-nav .collapsible ul li.first-visit a,
  .dental-topics
  #hd #main-nav .collapsible ul li.dental-topics a,
  .reviews
  #hd #main-nav .collapsible ul li.reviews a,
  .contact
  #hd #main-nav .collapsible ul li.contact a,
  #hd #main-nav .collapsible ul li.active > a,
  #hd #main-nav .collapsible ul li:hover > a {
    color: #e4d7f5;
    background: none;
  }
  #hd #main-nav .collapsible.open ul ul,
  #hd #main-nav .collapsible.open ul .open ul,
  #hd #main-nav .collapsible ul ul,
  #hd #main-nav .collapsible ul .open ul {
    text-align: left;
    background: #00a99a;
    padding: 15px 0;
    margin: 0 0 0 0px;
    width: auto;
    min-width: 225px;
    display: none;
    position: absolute;
    left: 0;
  }
  #hd #main-nav .collapsible.open ul ul li,
  #hd #main-nav .collapsible.open ul .open ul li,
  #hd #main-nav .collapsible ul ul li,
  #hd #main-nav .collapsible ul .open ul li {
    padding: 0;
    margin: 0;
    height: auto;
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
    opacity: 1;
  }
  #hd #main-nav .collapsible.open ul ul li a,
  #hd #main-nav .collapsible.open ul ul li.active a,
  #hd #main-nav .collapsible.open ul .open ul li a,
  #hd #main-nav .collapsible.open ul .open ul li.active a,
  #hd #main-nav .collapsible ul ul li a,
  #hd #main-nav .collapsible ul ul li.active a,
  #hd #main-nav .collapsible ul .open ul li a,
  #hd #main-nav .collapsible ul .open ul li.active a {
    font-weight: 400;
    text-transform: none;
    letter-spacing: .0em;
    font-size: 14px;
    line-height: 25px;
    color: #fff !important;
    padding: 0 20px;
    height: auto;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: none;
    margin: 0;
    border: none !important;
    white-space: nowrap;
    display: block;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
  }
  #hd #main-nav .collapsible.open ul ul li a:after,
  #hd #main-nav .collapsible.open ul ul li.active a:after,
  #hd #main-nav .collapsible.open ul .open ul li a:after,
  #hd #main-nav .collapsible.open ul .open ul li.active a:after,
  #hd #main-nav .collapsible ul ul li a:after,
  #hd #main-nav .collapsible ul ul li.active a:after,
  #hd #main-nav .collapsible ul .open ul li a:after,
  #hd #main-nav .collapsible ul .open ul li.active a:after {
    background: #fff;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0.9, 0.4);
       -moz-transform: scale(0.9, 0.4);
        -ms-transform: scale(0.9, 0.4);
         -o-transform: scale(0.9, 0.4);
            transform: scale(0.9, 0.4);
  }
  #hd #main-nav .collapsible.open ul ul li a:hover,
  #hd #main-nav .collapsible.open ul ul li.active a,
  #hd #main-nav .collapsible.open ul .open ul li a:hover,
  #hd #main-nav .collapsible.open ul .open ul li.active a,
  #hd #main-nav .collapsible ul ul li a:hover,
  #hd #main-nav .collapsible ul ul li.active a,
  #hd #main-nav .collapsible ul .open ul li a:hover,
  #hd #main-nav .collapsible ul .open ul li.active a {
    color: #444 !important;
  }
  #hd #main-nav .collapsible.open ul ul li a:hover:after,
  #hd #main-nav .collapsible.open ul ul li.active a:after,
  #hd #main-nav .collapsible.open ul .open ul li a:hover:after,
  #hd #main-nav .collapsible.open ul .open ul li.active a:after,
  #hd #main-nav .collapsible ul ul li a:hover:after,
  #hd #main-nav .collapsible ul ul li.active a:after,
  #hd #main-nav .collapsible ul .open ul li a:hover:after,
  #hd #main-nav .collapsible ul .open ul li.active a:after {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #hd #main-nav .collapsible.open ul li:hover ul,
  #hd #main-nav .collapsible ul li:hover ul {
    display: block;
  }
  /* Home Slideshow - desktop */
  .home-slideshow-section {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#005cff), to(#fff));
    background: -webkit-linear-gradient(top, #005cff 0%, #fff 100%);
    background: -moz-linear-gradient(top, #005cff 0%, #fff 100%);
    background: -o-linear-gradient(top, #005cff 0%, #fff 100%);
    background: linear-gradient(to bottom, #005cff 0%, #fff 100%);
    padding: 0 20px;
    z-index: 1;
    overflow: hidden;
  }
  .home-slideshow-section .container {
    height: 815px;
    width: 1180px !important;
    max-width: 1180px !important;
    position: relative;
  }
  .home .home-slideshow-section .container {
    height: 850px;
  }
  .home-slideshow-section img {
    width: auto;
    max-width: 200%;
  }
  .home-slideshow-section .parallax-layer {
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-left: -1000px;
  }
  .home-slideshow-section .rainbow {
    bottom: 45px;
    z-index: 10;
  }
  .home-slideshow-section .rays {
    top: 0;
    z-index: 20;
  }
  .home-slideshow-section .sun {
    top: 80px;
    width: 210px;
    height: 210px;
    background: #ffea39;
    -webkit-border-radius: 999em;
       -moz-border-radius: 999em;
            border-radius: 999em;
    z-index: 30;
    margin-left: 350px;
  }
  .home-slideshow-section .clouds {
    top: 0;
    z-index: 40;
    left: 30%;
  }
  .home-slideshow-section .cloud {
    z-index: 50;
  }
  .home-slideshow-section .cloud1 {
    bottom: 350px;
    margin-left: 395px;
    width: 517px;
  }
  .home-slideshow-section .cloud2 {
    bottom: 560px;
    margin-left: 60px;
    width: 198px;
  }
  .home-slideshow-section .cloud3 {
    bottom: 340px;
    margin-left: -975px;
  }
  .home-slideshow-section .plane {
    margin-left: 303px;
    bottom: 560px;
    z-index: 50;
  }
  .home-slideshow-section .plane img {
    width: 136px;
  }
  .home-slideshow-section .bird1 {
    top: 81px;
    z-index: 65;
    margin-left: -684px;
  }
  .home-slideshow-section .bird2 {
    bottom: 511px;
    z-index: 65;
    margin-left: -22px;
  }
  .home-slideshow-section .bird3 {
    bottom: 551px;
    z-index: 65;
    margin-left: 490px;
  }
  .home-slideshow-section .landscape {
    bottom: 0;
    z-index: 60;
  }
  .home-slideshow-section .kid {
    bottom: 160px;
    z-index: 70;
    margin-left: -700px;
  }
  .home-slideshow-section .kid img {
    height: 151px;
  }
  .home-slideshow-section .horse {
    bottom: 38px;
    z-index: 70;
    margin-left: 507px;
  }
  .home-slideshow-section .horse img {
    min-width: 190px;
    width: 190px;
  }
  .home-slideshow-section .kids-group {
    bottom: 40px;
    z-index: 70;
    margin-left: -527px;
  }
  .home-slideshow-section .logo {
    top: 127px;
    margin-left: -500px;
    z-index: 200;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .home .home-slideshow-section .logo {
    top: 143px;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 140px;
  }
  .subnav-section .container {
    max-width: 770px;
  }
  /* h1 formatting - desktop */
  h1 {
    font-size: 67px;
    line-height: 65px;
    margin-bottom: 26px;
  }
  .home h1 {
    font-size: 53px;
    line-height: 50px;
    margin-bottom: 46px;
  }
  .home h1 span {
    font-size: 37px;
    margin-bottom: 19px;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    background: #fff;
    margin: -20px 0 0;
    z-index: 800;
    padding: 290px 20px 55px;
    -moz-background-size: auto;
      -o-background-size: auto;
         background-size: auto;
  }
  .main-content-section:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    width: 2000px;
    margin-left: -1000px;
    height: 499px;
    background: url(../images/water.png);
    z-index: -1;
  }
  .home .main-content-section {
    background: #12b5ff;
    padding: 290px 20px 55px;
    margin: 0;
  }
  .home .main-content-section:after {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    width: 2000px;
    margin-left: -1000px;
    height: 502px;
    background: url(../images/water-home.png);
    z-index: -1;
  }
  .main-content-section .fish {
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -1000px;
  }
  .main-content-section .fish1 {
    margin-left: -681px;
    top: 584px;
  }
  .main-content-section .fish2 {
    margin-left: -780px;
    top: 620px;
  }
  .main-content-section .fish3 {
    margin-left: 580px;
    top: 460px;
  }
  .main-content-section .fish4 {
    margin-left: 500px;
    top: 600px;
  }
  .home .main-content-section .container {
    max-width: 1040px;
  }
  .main-content-section #sidebar {
    margin: 8px 0 0;
  }
  .home .main-content-section .content-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
  }
  /* Callout Section1 - desktop */
  .callout-section1 {
    z-index: 900;
    padding: 0;
    padding-bottom: 20px;
    background: #fff;
  }
  .home .callout-section1 {
    padding-bottom: 0px;
    background: url("../images/water-btm.png") center top no-repeat #9058dc;
  }
  .callout-section1 .container {
    max-width: 700px;
    margin: 0 auto;
  }
  .callout-section1 .callout {
    margin: -40px 0 10px !important;
  }
  .callout-section1 .callout a {
    margin: 0 10px;
  }
  /* Section1 - desktop */
  .section1 {
    background: url("../images/stars-bg.png") center bottom no-repeat #9058dc;
    padding: 0 20px;
    z-index: 910;
  }
  .section1 .container {
    height: 520px;
  }
  .section1 .photo {
    top: 13%;
    left: 40px;
  }
  .section1 .main {
    position: absolute;
    top: 15%;
    left: 0;
    margin-left: 390px;
  }
  .section1 .main p {
    font-size: 20px;
    line-height: 27px;
  }
  .section1 .cloud,
  .section1 .logs, .section1 .kids {
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-left: -1000px;
    display: inline-block;
  }
  .section1 .cloud1 {
    margin-left: -690px;
    bottom: 390px;
  }
  .section1 .cloud2 {
    margin-left: 470px;
    bottom: 470px;
  }
  .section1 .logs {
    margin-left: 90px;
    bottom: 68px;
  }
  .section1 .kids {
    margin-left: 365px;
    bottom: 85px;
  }
  /* Testimonials Section - desktop */
  .testimonials-section {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    padding: 10px 20px 37px;
  }
  .testimonials-section .container {
    max-width: 1180px !important;
  }
  .testimonials-section .photo {
    max-width: 420px;
    left: 75px;
  }
  .testimonials-section .main {
    padding-left: 200px;
  }
  .testimonials-section .main p {
    text-align: justify;
  }
  /* Footer Section - desktop */
  #ft {
    background: url("../images/ft.jpg") center top #76c045;
    padding: 0 20px 0;
    z-index: 990;
  }
  #ft .container {
    height: 964px;
    max-width: 1180px !important;
  }
  #ft .kid2,
  #ft .skateboarder {
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-left: -1000px;
    display: inline-block;
  }
  #ft .skateboarder {
    margin-left: -465px;
    bottom: 45px;
  }
  #ft .skateboarder img {
    height: 224px;
  }
  #ft .kid2 {
    margin-left: 475px;
    bottom: 9px;
  }
  #ft .kid2 img {
    width: 150px;
    min-width: 150px;
  }
  #ft .location {
    top: 218px;
    left: 68px;
    padding-left: 273px;
  }
  #ft .info {
    margin: 0;
    padding: 85px 0 0;
  }
  #ft .nav {
    bottom: 90px;
    margin: 0;
    padding: 0;
  }
  #ft .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9930;
  }
}

/* end desktop  =========================== */
@media only screen and (min-width: 75em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -20%;
  }
  .home-slideshow-section .clouds {
    left: 50%;
  }
}

@media only screen and (min-width: 86em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -15%;
  }
}

@media only screen and (min-width: 97em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -10%;
  }
}

@media only screen and (min-width: 108em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -5%;
  }
}

@media only screen and (min-width: 119em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 0%;
  }
  .home-slideshow-section .rays img {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
         -o-transform: scale(1.6);
            transform: scale(1.6);
  }
  .home-slideshow-section .landscape,
  .home-slideshow-section .clouds {
    width: 2500px;
    margin-left: -660px;
    left: 0;
  }
  .home-slideshow-section .landscape img,
  .home-slideshow-section .clouds img {
    width: 100%;
    max-width: 200%;
  }
  .home .main-content-section:after {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .section1,
  .home .callout-section1 {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #ft {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-position: center center;
  }
}
