.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}
.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%;
}
.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 {
  border-radius: 999em;
}
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;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
.hr {
  visibility: hidden;
}
.img-right {
  max-width: 100%;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
#main-nav {
  z-index: 900;
  text-align: center;
  margin: 0;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}
#main-nav .trigger {
  padding: 2px 8px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
  background: rgba(255,255,255,0.86);
}
#main-nav .trigger .nav-icon {
  width: 26px;
  height: 12px;
  position: relative;
  display: inline-block;
  z-index: 900;
  -webkit-transition: .35s;
  -o-transition: .35s;
  transition: .35s;
  vertical-align: top;
  top: 9px;
}
#main-nav .trigger .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transition: .35s;
  -o-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(.9);
      -ms-transform: scale(.9);
          transform: scale(.9);
}
#main-nav .open .trigger {
  background: none;
}
#main-nav .open .trigger .nav-icon {
  -webkit-transform: scale(1.32);
      -ms-transform: scale(1.32);
          transform: scale(1.32);
  top: 12px;
  right: 1px;
}
#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(44deg);
      -ms-transform: rotate(44deg);
          transform: rotate(44deg);
}
#main-nav .open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-44deg);
      -ms-transform: rotate(-44deg);
          transform: rotate(-44deg);
}
#main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#main-nav .collapsible {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  width: 100%;
}
#main-nav .collapsible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21304a;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}
#main-nav ul {
  position: relative;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  padding: 10px 0;
  z-index: 0;
}
#main-nav ul li a {
  font-size: 17px;
  line-height: 16px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#main-nav ul ul {
  padding: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
}
#main-nav .collapsible.open {
  position: absolute;
  height: auto;
  padding: 29px 0;
}
#main-nav .collapsible.open:after {
  opacity: .98;
}
#main-nav .collapsible.open ul li {
  -webkit-animation: navSlideIn .55s 1 forwards;
          animation: navSlideIn .55s 1 forwards;
}
#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 {
  background: rgba(5,5,5,0.2);
}
#main-nav .collapsible.open ul .open ul {
  background: rgba(5,5,5,0.14);
  padding: 10px 0;
}
#main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}
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: #944c9e !important;
}
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: #944c9e;
  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: #77af2f;
}
.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;
          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%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px 0;
  color: #944c9e;
  font-size: 2.8em;
}
.office_tour.cycle-slideshow .slide-control i {
  -webkit-transition: 0.35s ease-out;
  -o-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;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.office_tour.cycle-slideshow .slide-control.cycle-next {
  right: 0;
  text-align: right;
  direction: rtl;
}
.office_tour.cycle-slideshow .slide-control.cycle-next i {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}
.office_tour.cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
      -ms-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;
  border-radius: 999em;
  border: 1px solid #944c9e;
}
.office-tour-pager a.cycle-pager-active {
  background: #944c9e;
}
.office-tour-pager a:hover {
  background: #a75db1;
  border: 1px solid #9e51a8;
}
form button {
  background: #944c9e;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
form button:hover {
  background: #532b59;
}
.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: #944c9e;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #944c9e;
  color: #333333;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  padding: 20px 0 30px;
}
form#blog_search label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}
form#blog_search input {
  background: #FFFFFF;
  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;
  transition: all .15s linear;
}
form#blog_search input:hover {
  background: #ebebeb;
}
form#blog_search button {
  display: block;
  background: #77af2f;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
  border-radius: 4px;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #405f19;
}
.columns {
  display: inline;
  float: left;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-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;
}
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) {
  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%;
  }
  table.office-hours {
    font-size: 1em;
  }
  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }
  table.office-hours td.title {
    padding: 11px 15px;
  }
}
@media only screen and (min-width: 64em) {
  #hd #main-nav .trigger {
    display: none;
  }
  #hd #main-nav .collapsible {
    height: auto;
    background: none;
  }
  #hd #main-nav ul {
    margin: 0;
    padding: 0;
    background: none;
  }
  #hd #main-nav ul li {
    float: none;
  }
  #hd #main-nav ul li:hover ul {
    display: block;
  }
  #hd #main-nav ul li a {
    position: relative;
  }
  #hd #main-nav ul ul li,
  #hd #main-nav ul .open ul li {
    padding: 0;
    margin: 1px 0;
    height: auto;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  #hd #main-nav ul ul li a,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a,
  #hd #main-nav ul .open ul li.active a {
    height: auto;
    border-radius: 0;
    background: none;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    white-space: nowrap;
    display: block;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font: normal normal 20px/36px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #333333;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
a {
  color: #944c9e;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: underline;
}
a:hover,
a.active {
  color: #77af2f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 auto 20px;
  color: #1f97ad;
  font-family: 'Mali', cursive;
}
h2 {
  font-size: 24px;
  line-height: 27px;
  color: #fc8e50;
}
h3 {
  font-size: 22px;
  line-height: 36px;
  color: #6e398f;
}
h4,
h5,
h6 {
  font-size: 20px;
  line-height: 36px;
  color: #77af2f;
}
hr {
  color: #333333;
  background-color: #333333;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 276px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
.office-hours {
  margin-bottom: 1.58em;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
body.sitemap #main-content {
  width: 100%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-size: 24px;
  line-height: 27px;
  color: #fc8e50;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  line-height: 36px;
  color: #333333;
  text-decoration: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  text-decoration: underline;
}
#hd {
  position: relative;
  z-index: 111000;
}
#hd .container {
  width: 100% !important;
  padding: 10px;
}
#hd:before {
  content: '';
  position: absolute;
  display: block;
  height: 100px;
  width: 1000px;
  background: url('../images/mobile-header.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  bottom: -40px;
  left: -100px;
}
#hd .logo {
  display: inline-block;
  width: 110px;
}
#hd .logo .scroll {
  display: none;
}
#hd #hd-right {
  text-align: center;
}
#hd #hd-right .phone {
  font-size: 12px;
  color: #2e2e2e;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}
#hd #hd-right .phone i {
  color: #1f97ad;
  margin-right: 4px;
}
#hd #hd-right .hd-address {
  font-size: 12px;
  color: #2e2e2e;
  text-decoration: none;
  display: inline-block;
}
#hd #hd-right .hd-address i {
  color: #fc8e50;
  margin-right: 4px;
}
#hd #hd-right .appt {
  position: absolute;
  top: 0;
  color: #fff;
  background: #944c9e;
  text-decoration: none;
  width: 140px;
  font-size: 10px;
  right: 40px;
  display: inline-block;
  border-radius: 0 0 5px 5px;
}
#hd #hd-right .appt i {
  margin-right: 5px;
  margin-bottom: 3px;
}
#hd .social-icons {
  position: absolute;
  top: 40px;
  right: 20px;
}
#hd .social-icons a {
  position: relative;
  z-index: 1;
  width: 20px;
  display: inline-block;
}
#hd .social-icons a:nth-of-type(2) img {
  -webkit-transform: translate(-50%,-11px);
      -ms-transform: translate(-50%,-11px);
          transform: translate(-50%,-11px);
}
#hd .social-icons a:nth-of-type(3) img {
  -webkit-transform: translate(-50%,-13px);
      -ms-transform: translate(-50%,-13px);
          transform: translate(-50%,-13px);
}
#hd .social-icons a:nth-of-type(4) img {
  -webkit-transform: translate(-50%,-11px);
      -ms-transform: translate(-50%,-11px);
          transform: translate(-50%,-11px);
}
#hd .social-icons a:nth-of-type(5) img {
  -webkit-transform: translate(-50%,-12px);
      -ms-transform: translate(-50%,-12px);
          transform: translate(-50%,-12px);
}
#hd .social-icons a:nth-of-type(6) img {
  -webkit-transform: translate(-50%,-12px);
      -ms-transform: translate(-50%,-12px);
          transform: translate(-50%,-12px);
}
#hd .social-icons a i {
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
#hd .social-icons a img {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
#hd #main-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
}
#hd #main-nav .trigger .nav-icon span {
  background: #944c9e;
}
#hd #main-nav .open .trigger .nav-icon span {
  background: #FFFFFF;
}
#hd #main-nav ul li a {
  font-size: 17px;
  line-height: 16px;
}
#hd #main-nav .collapsible.open:after {
  background: #944c9e;
  opacity: .995;
}
#hd #main-nav .collapsible.open ul li a:hover,
#hd #main-nav .collapsible.open ul li.open > a {
  background: rgba(5,5,5,0.2);
}
#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5,5,5,0.14);
}
#subnav-outer-wrap {
  background: #a6ce54;
  position: relative;
}
#subnav-outer-wrap:before {
  content: '';
  position: absolute;
  display: block;
  height: 100px;
  width: 100%;
  background: url('../images/int-swoosh.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  bottom: -40px;
  left: 0px;
}
#subnav-outer-wrap #subnav-outer {
  position: relative;
  padding: 50px 0 30px;
  text-align: center;
}
#subnav-outer-wrap #subnav-outer p {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 18px;
}
#subnav-outer-wrap #subnav-outer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer-wrap #subnav-outer a.active,
#subnav-outer-wrap #subnav-outer a:hover {
  text-decoration: underline;
}
.office-tour-outer {
  text-align: center;
}
.office_tour .cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 30px;
}
.office_tour .cycle-slideshow img {
  padding: 0 5%;
  -webkit-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: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 20px 0;
  color: #944c9e;
  font-size: 2.8em;
}
.office_tour .cycle-slideshow .slide-control i {
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.office_tour .cycle-slideshow .slide-control.cycle-prev {
  left: 0;
  text-align: left;
}
.office_tour .cycle-slideshow .slide-control.cycle-prev i {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.office_tour .cycle-slideshow .slide-control.cycle-next {
  right: 0;
  text-align: right;
  direction: rtl;
}
.office_tour .cycle-slideshow .slide-control.cycle-next i {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.office_tour .cycle-slideshow .slide-control:hover {
  cursor: pointer;
}
.office_tour .cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
.cycle-pager {
  text-align: center;
}
.cycle-pager div {
  margin: 2.5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 999em;
  border: 1px solid #944c9e;
  cursor: pointer;
  -webkit-transition-duration: .42s;
  -o-transition-duration: .42s;
  transition-duration: .42s;
}
.cycle-pager div.cycle-pager-active {
  background: #944c9e;
}
.cycle-pager div:hover {
  background: #a75db1;
  border: 1px solid #9e51a8;
}
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
}
#slideshow video {
  width: 100%;
}
#slideshow .ss_overlay {
  position: absolute;
  z-index: 100;
  width: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
}
#meet-callout {
  background: url("../images/clouds.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
  margin-top: -11px;
}
#meet-callout .meet img {
  border: 10px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.19);
          box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.19);
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
#meet-callout .meet h2 {
  font-family: 'Mali', cursive;
  font-size: 45px;
  color: #fff;
  line-height: 45px;
}
#meet-callout .meet p {
  color: #fff;
}
#meet-callout .meet a {
  color: #fff;
  font-size: 15px;
  line-height: 37px;
  padding: 0 10px;
  font-family: 'Mali', cursive;
  border: 2px solid #fff;
  border-radius: 19px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  margin: auto;
  margin-bottom: 9px;
  -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.19);
          box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.19);
}
#meet-callout .meet a:nth-of-type(1) {
  background: #fc8e50;
}
#meet-callout .meet a:nth-of-type(2) {
  background: #944c9e;
}
#meet-callout .callouts {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#meet-callout .callouts a {
  display: inline-block;
  width: 40%;
  margin: 5px;
  position: relative;
  text-decoration: none;
}
#meet-callout .callouts a .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#meet-callout .callouts a:nth-of-type(2) {
  margin-top: 100px;
}
#meet-callout .callouts a:nth-of-type(1) {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
#meet-callout .callouts a:nth-of-type(3) {
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
}
#meet-callout .callouts a:nth-of-type(4) {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
#meet-callout .callouts a .content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  width: 100%;
}
#meet-callout .callouts a .content i {
  color: #fff;
  display: block;
  font-size: 40px;
  margin-bottom: 8px;
}
#meet-callout .callouts a .content h2 {
  color: #fff;
  font-family: 'Mali', cursive;
  text-decoration: none;
  font-size: 17px;
  line-height: 17px;
}
#meet-callout .callouts a .content h2 span {
  display: block;
}

#meet-callout .callouts a .spatter {
  display: none;
}

@media only screen and (min-width: 64em) {

#meet-callout .callouts a:hover .spatter {
  -webkit-transform: scale(1.33);
  transform: scale(1.33);
}
#meet-callout .callouts a:hover .spatter path {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#meet-callout .callouts a:hover .spatter path[class] {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
#meet-callout .callouts a:hover .spatter path.grun {
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#meet-callout .callouts a:hover .spatter path.lello {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
#meet-callout .callouts a:hover .spatter path.bleu {
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
}
#meet-callout .callouts a:hover .spatter path.rad {
  -webkit-transition-duration: 0.99s;
  transition-duration: 0.99s;
}
#meet-callout .callouts a:hover .spatter path.rad2 {
  -webkit-transition-duration: 1.22s;
  transition-duration: 1.22s;
}
#meet-callout .callouts a .spatter {
  width: 150%;
  max-width: 12.4em;
  height: auto;
  max-height: 12.4em;
  display: block;
  position: absolute;
  top: -7%;
  left: -30%;
  -webkit-transition: transform 0.99s ease-in-out;
  transition: transform 0.99s ease-in-out;
}
#meet-callout .callouts a .spatter path {
  -webkit-transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#meet-callout .callouts a .spatter path.grun {
  -webkit-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
}
#meet-callout .callouts a .spatter path.lello {
  -webkit-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
}
#meet-callout .callouts a .spatter path.bleu {
  -webkit-transform: scale(0) rotate(-90deg);
  transform: scale(0) rotate(-90deg);
}
#meet-callout .callouts a .spatter path.rad {
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}
#meet-callout .callouts a .spatter path.rad2 {
  -webkit-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}
}
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
}
#home-content {
  padding: 50px 0 130px;
}
#home-content .bdVid {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#home-content .bdVid .noVid {
  max-width: none;
}
#home-content h1 {
  font-family: 'Mali', cursive;
  color: #1f97ad;
  font-size: 49px;
  line-height: 50px;
}
#home-content h1 span {
  display: block;
  color: #77af2f;
  font-size: 33px;
  line-height: 33px;
  font-family: 'Open Sans', sans-serif;
}
#home-content .pay {
  background: #77af2f;
  font-family: 'Mali', cursive;
  font-size: 31px;
  line-height: 85px;
  border-radius: 42.5px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.19);
          box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.19);
  display: block;
  width: 211px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 20px auto;
}
#home-content .pay:hover {
  background: #7c3693;
}
#testimonials-section {
  background: url("../images/testimonials-bg.jpg");
  background-size: cover;
  background-position: 70% center;
  background-repeat: no-repeat;
  padding: 250px 0 50px;
  position: relative;
}
#testimonials-section .cloud {
  display: none;
}
#testimonials-section .sun {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100px;
  width: 200px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
#testimonials-section .review {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  margin-top: 200px;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
#testimonials-section .review:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%,-50%);
      -ms-transform: translate(-52%,-50%);
          transform: translate(-52%,-50%);
  background: url("../images/testimonials-cloud.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  width: 900px;
  z-index: -1;
}
#testimonials-section .review p {
  font-family: 'Mali', cursive;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  width: 300px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
#testimonials-section .review span {
  color: #fc8e50;
  font-size: 23px;
  width: 100%;
  text-align: center;
  display: block;
}
#testimonials-section .review .balloons {
  max-width: 320px;
  position: absolute;
  top: -320px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-40deg);
      -ms-transform: translateX(-50%) rotate(-40deg);
          transform: translateX(-50%) rotate(-40deg);
}
#testimonials-section .social {
  text-align: center;
  margin-bottom: 50px;
}
#testimonials-section .social a {
  display: inline-block;
}
#testimonials-section .social a i {
  color: #fff;
  font-size: 45px;
  margin: 0 20px;
}
#testimonials-section .cycle-slideshow {
  text-align: center;
  margin-bottom: 50px;
}
#testimonials-section .cycle-slideshow .purple {
  border: 8px solid #7c3693 !important;
}
#testimonials-section .cycle-slideshow .green {
  border: 8px solid #ea935b !important;
}
#testimonials-section .cycle-slideshow .orange {
  border: 8px solid #77af2f !important;
}
#testimonials-section .cycle-slideshow img {
  border-radius: 50%;
  margin: 0 5px;
  width: 100px !important;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.interior-content {
  padding: 50px 0;
}
#ft {
  background: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  display: table;
  padding: 20px 0;
}
#ft .ft-location .ft-map {
  width: 100%;
  max-width: 196px;
  display: inline-block;
}
#ft .ft-location .ft-map img {
  width: 100%;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #2d2c2d;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Mali', cursive;
  margin-bottom: 30px;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #1f97ad;
  font-size: 29px;
  font-family: 'Mali', cursive;
  margin-bottom: 13px;
}
#ft .ft-location .ft-address:hover {
  text-decoration: underline;
}
#ft .footer-map {
  position: relative;
  width: 310px;
  margin: auto;
}
#ft .footer-map .ft-map {
  position: absolute;
  z-index: 100;
  display: block;
  top: 93px;
  left: 116px;
}
#ft-design-credit .design-left {
  margin: 20px 0;
}
#ft-design-credit .design-left .sesame-link,
#ft-design-credit .design-left .sitemap-link {
  color: #282827;
  font-size: 12px;
  text-decoration: none;
}
#ft-design-credit .design-left .sesame-link img {
  width: 16px;
}
#ft-design-credit .back-to-top {
  color: #fff;
  font-size: 15px;
  line-height: 37px;
  padding: 0 10px;
  font-family: 'Mali', cursive;
  border: 2px solid #fff;
  border-radius: 19px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 122px;
  max-width: 300px;
  margin: auto;
  margin-bottom: 9px;
  background: #fc8e50;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.11);
          box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.11);
}
form button {
  background: #944c9e;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #532b59;
}
.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: #944c9e;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #944c9e;
  color: #333333;
  margin: 10px 0 0;
  padding: 10px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #FFFFFF;
  color: #333333;
  border: 1px solid #333333;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #77af2f;
  color: #FFFFFF;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #405f19;
}
.form-allowed-tags {
  display: none;
}
.navigation .previous_post:before,
.navigation .next_post:before {
  font-weight: bold;
  display: block;
}
.navigation .previous_post:before {
  content: "Previous Post:";
}
.navigation .next_post:before {
  content: "Next Post:";
}
.navigation .previous_post,
.navigation .next_post {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.25em;
  width: 43%;
  margin-bottom: 1.58em;
}
.navigation .previous_post {
  margin-right: 4%;
  text-align: left;
}
.navigation .next_post {
  text-align: right;
  float: right;
}
.post .entry {
  clear: both;
}
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  -webkit-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;
}
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
form p {
  height: auto;
}
form.full .radio-group label input {
  width: auto !important;
  display: inline;
}
form.full .radio-group label span {
  display: inline;
}
#fc-calculator input[type=range]::-webkit-slider-thumb {
  background: #77af2f;
}
#fc-calculator input[type=range]::-moz-range-thumb {
  background: #77af2f;
}
#fc-calculator input[type=range]::-ms-thumb {
  background: #77af2f;
}
#fc-calculator #payment-calculation .fc-col2 {
  color: #77af2f;
}
#fc-calculator #payment-calculation input[type='text'] {
  color: #77af2f;
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #hd .logo {
    display: inline-block;
    margin-bottom: 20px;
  }
  #hd #hd-right {
    width: 370px;
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: -4px;
  }
  #hd #hd-right .hd-address {
    margin-right: 10px;
  }
  #hd #hd-right .appt {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
  }
  #hd .social-icons {
    top: 50px;
  }
  #hd .social-icons a {
    width: 27px;
    margin-right: 10px;
  }
  #hd .social-icons a:nth-of-type(1) img {
    -webkit-transform: translate(-50%,-14px);
        -ms-transform: translate(-50%,-14px);
            transform: translate(-50%,-14px);
  }
  #hd .social-icons a:nth-of-type(2) img {
    -webkit-transform: translate(-50%,-12px);
        -ms-transform: translate(-50%,-12px);
            transform: translate(-50%,-12px);
  }
  #hd .social-icons a:nth-of-type(3) img {
    -webkit-transform: translate(-50%,-17px);
        -ms-transform: translate(-50%,-17px);
            transform: translate(-50%,-17px);
  }
  #hd .social-icons a:nth-of-type(4) img {
    -webkit-transform: translate(-50%,-14px);
        -ms-transform: translate(-50%,-14px);
            transform: translate(-50%,-14px);
  }
  #hd .social-icons a:nth-of-type(5) img {
    -webkit-transform: translate(-50%,-14px);
        -ms-transform: translate(-50%,-14px);
            transform: translate(-50%,-14px);
  }
  #hd .social-icons a:nth-of-type(6) img {
    -webkit-transform: translate(-50%,-16px);
        -ms-transform: translate(-50%,-16px);
            transform: translate(-50%,-16px);
  }
  #slideshow .ss_overlay {
    width: 200px;
  }
  #meet-callout .callouts a .content {
    top: 70px;
  }
}
@media only screen and (min-width: 48em) {
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  body.layout-full-width #hide-stock,
  body.layout-full-width #sidebar {
    display: none;
  }
  body.layout-full-width #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  #main-content {
    width: 62%;
    display: block;
    float: left;
    padding: 2px 0 30px 0;
  }
  #sidebar {
    width: 32%;
    float: right;
    display: inline;
    text-align: right;
    margin: 6px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd:before {
    width: 100%;
    left: 0;
    height: 141px;
    bottom: -57px;
  }
  #hd .logo {
    margin-bottom: 20px;
    width: 200px;
  }
  #hd #hd-right {
    width: 370px;
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: -15px;
  }
  #hd #hd-right .hd-address {
    margin-right: 10px;
  }
  #hd #hd-right .appt {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
  }
  #hd .social-icons {
    top: 60px;
    right: -3px;
  }
  #hd .social-icons a {
    width: 27px;
    margin-right: 10px;
  }
  #hd .social-icons a:nth-of-type(1) img {
    -webkit-transform: translate(-50%,-14px);
        -ms-transform: translate(-50%,-14px);
            transform: translate(-50%,-14px);
  }
  #hd .social-icons a:nth-of-type(2) img {
    -webkit-transform: translate(-50%,-16px);
        -ms-transform: translate(-50%,-16px);
            transform: translate(-50%,-16px);
  }
  #hd .social-icons a:nth-of-type(3) img {
    -webkit-transform: translate(-50%,-22px);
        -ms-transform: translate(-50%,-22px);
            transform: translate(-50%,-22px);
  }
  #hd .social-icons a:nth-of-type(4) img {
    -webkit-transform: translate(-50%,-14px);
        -ms-transform: translate(-50%,-14px);
            transform: translate(-50%,-14px);
  }
  #hd .social-icons a:nth-of-type(5) img {
    -webkit-transform: translate(-50%,-14px);
        -ms-transform: translate(-50%,-14px);
            transform: translate(-50%,-14px);
  }
  #hd .social-icons a:nth-of-type(6) img {
    -webkit-transform: translate(-50%,-16px);
        -ms-transform: translate(-50%,-16px);
            transform: translate(-50%,-16px);
  }
  #slideshow .ss_overlay {
    width: 250px;
  }
  #meet-callout {
    padding-top: 100px;
  }
  #meet-callout .meet {
    text-align: center;
    padding-bottom: 50px;
  }
  #meet-callout .meet h2 {
    text-align: center;
    margin-top: 50px;
  }
  #meet-callout .meet p {
    text-align: center;
  }
  #meet-callout .meet a {
    display: inline-block;
    width: auto;
    margin: 0 5px;
  }
  #meet-callout .callouts a .content {
    top: 40px;
  }
  #meet-callout .callouts a .content i {
    font-size: 50px;
  }
  #meet-callout .callouts a .content h2 {
    font-size: 29px;
    line-height: 26px;
  }
  #content-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    text-align: justify;
  }
  #home-content {
    padding: 100px 0 150px;
  }
  #home-content h1 {
    font-size: 49px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
  }
  #home-content h1 span {
    font-weight: normal;
  }
  #testimonials-section {
    position: relative;
    background: url("../images/testimonials-bg.png");
    background-size: cover;
    background-position: 61% center;
    padding-bottom: 140px;
  }
  #testimonials-section .cycle-slideshow img {
    width: 200px !important;
    margin: 0 10px;
  }
  #testimonials-section .sun {
    width: 400px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: -100px;
    -webkit-animation: none;
            animation: none;
  }
  #testimonials-section .cloud {
    display: block;
  }
  #testimonials-section .cloud1 {
    position: absolute;
    top: 100px;
    -webkit-animation-name: cloud;
            animation-name: cloud;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    left: -300px;
    z-index: 100;
  }
  #testimonials-section .cloud2 {
    position: absolute;
    top: 400px;
    -webkit-animation-name: cloud;
            animation-name: cloud;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    left: -150px;
  }
  #testimonials-section .cloud3 {
    position: absolute;
    top: 600px;
    -webkit-animation-name: cloud;
            animation-name: cloud;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
    left: -150px;
  }
  #testimonials-section .review {
    width: 550px;
    margin: auto;
    margin-top: 230px;
    margin-bottom: 160px;
  }
  #testimonials-section .review:before {
    height: 400px;
  }
  #testimonials-section .review .balloons {
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    top: -340px;
    max-width: 400px;
    -webkit-animation-name: balloons;
            animation-name: balloons;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
  #testimonials-section .review p {
    width: 400px;
    font-size: 20px;
    line-height: 20px;
  }
  #testimonials-section .social {
    margin: 70px 0;
  }
  #testimonials-section .social-images img {
    width: 30%;
  }
  @-webkit-keyframes cloud {
    from {
      left: -150px;
    }
    to {
      left: 2000px;
    }
  }
  @keyframes cloud {
    from {
      left: -150px;
    }
    to {
      left: 2000px;
    }
  }
  @-webkit-keyframes balloons {
    0% {
      -webkit-transform: translateX(50px) rotate(0deg);
              transform: translateX(50px) rotate(0deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    30% {
      -webkit-transform: translateX(50px) rotate(6deg);
              transform: translateX(50px) rotate(6deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    30% {
      -webkit-transform: translateX(50px) rotate(-6deg);
              transform: translateX(50px) rotate(-6deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    100% {
      -webkit-transform: translateX(50px) rotate(0deg);
              transform: translateX(50px) rotate(0deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
  }
  @keyframes balloons {
    0% {
      -webkit-transform: translateX(50px) rotate(0deg);
              transform: translateX(50px) rotate(0deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    30% {
      -webkit-transform: translateX(50px) rotate(6deg);
              transform: translateX(50px) rotate(6deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    30% {
      -webkit-transform: translateX(50px) rotate(-6deg);
              transform: translateX(50px) rotate(-6deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    100% {
      -webkit-transform: translateX(50px) rotate(0deg);
              transform: translateX(50px) rotate(0deg);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
  }
  #subnav-outer-wrap {
    min-height: 116px;
  }
  .interior-content {
    padding: 100px 0 50px;
  }
  #hide-stock img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.11);
            box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.11);
    border: 8px solid #fff;
    background-color: #fff;
  }
  #hide-stock .int-graphic {
    background-color: transparent;
  }
  #hide-stock .int-graphic {
    display: none;
    border-radius: 0;
  }
  #main-content h1 {
    font-size: 61px;
    margin-bottom: 50px;
  }
  #ft-design-credit .design-left {
    float: left;
    margin: 0;
  }
  #ft-design-credit .back-to-top {
    float: right;
    margin: 0;
  }
  #ft-design-credit .sesame-link,
  #ft-design-credit .sitemap-link {
    display: inline-block;
  }
}
@media only screen and (min-width: 64em) {
  #sticky {
    position: fixed;
    padding: 0;
    z-index: 3000;
    background: #ffffff;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
  }
  body.blog header {
    margin-top: 0;
  }
  #main-nav .container {
    width: 1000px !important;
    max-width: none;
  }
  .ie8 #main-nav .container {
    width: 1000px !important;
  }
  #content .container {
    width: 96% !important;
    max-width: 1000px;
  }
  body.home #hd .logo {
    overflow: hidden;
  }
 
  body.home #hd .logo .scroll {
    -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  body.scrolled.home #hd .logo {
    overflow: hidden;
  }
  body.scrolled.home #hd .logo .scroll {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #hd {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    margin-bottom: -15px;
    z-index: 1000;
  }
  #hd:before {
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: url("../images/header-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #hd .logo {
    -webkit-transform: translateY(8px) translateX(2px);
        -ms-transform: translateY(8px) translateX(2px);
            transform: translateY(8px) translateX(2px);
    width: auto;
    color: transparent;
    z-index: 19990000;
    position: relative;
  }
  #hd .logo img {
    display: inline-block;
    vertical-align: middle;
  }
  #hd .logo .scroll {
    display: inline-block;
    -webkit-transform: translateY(2px) translateX(-1px);
        -ms-transform: translateY(2px) translateX(-1px);
            transform: translateY(2px) translateX(-1px);
  }
  #hd #hd-right {
    margin-right: 0;
    text-align: right;
    width: auto;
    margin-top: -16px;
    -webkit-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  #hd #hd-right a {
    text-align: center;
  }
  #hd #hd-right .phone {
    margin-right: 12px;
  }
  #hd #hd-right .hd-address {
    margin-right: 14px;
  }
  #hd #hd-right .hd-address:hover {
    text-decoration: underline;
  }
  #hd #hd-right .appt {
    font-size: 12px;
    width: 158px;
    line-height: 29px;
  }
  #hd #hd-right .appt:hover {
    background: #1f97ad;
  }
  #hd #hd-right .appt i {
    margin-right: 2px;
  }
  #hd .social-icons {
    width: 60px;
    top: 239px;
    height: auto;
  }
  #hd .social-icons a {
    display: block;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 50px;
    height: 70px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd .social-icons a:nth-of-type(odd):hover {
    -webkit-transform: scale(1.1) rotate(10deg) !important;
        -ms-transform: scale(1.1) rotate(10deg) !important;
            transform: scale(1.1) rotate(10deg) !important;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd .social-icons a:nth-of-type(even):hover {
    -webkit-transform: scale(1.1) rotate(-10deg) !important;
        -ms-transform: scale(1.1) rotate(-10deg) !important;
            transform: scale(1.1) rotate(-10deg) !important;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd .social-icons a:nth-of-type(1) {
    height: 50px;
    margin-bottom: 2px;
  }
  #hd .social-icons a:nth-of-type(1) i {
    -webkit-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
  #hd .social-icons a:nth-of-type(1) img {
    width: 39px;
    height: 50px;
  }
  #hd .social-icons a:nth-of-type(2) {
    margin-bottom: 3px;
    height: 63px;
  }
  #hd .social-icons a:nth-of-type(2) i {
    -webkit-transform: translateX(-50%) translateY(-4px);
        -ms-transform: translateX(-50%) translateY(-4px);
            transform: translateX(-50%) translateY(-4px);
  }
  #hd .social-icons a:nth-of-type(2) img {
    width: 42px;
    height: 56px;
  }
  #hd .social-icons a:nth-of-type(3) {
    height: 65px;
  }
  #hd .social-icons a:nth-of-type(3) img {
    width: 33px;
    height: 60px;
  }
  #hd .social-icons a:nth-of-type(3) i {
    -webkit-transform: translateX(-50%) translateY(-11px);
        -ms-transform: translateX(-50%) translateY(-11px);
            transform: translateX(-50%) translateY(-11px);
  }
  #hd .social-icons a:nth-of-type(4) {
    height: 54px;
    margin-top: -5px;
    margin-bottom: 2px;
  }
  #hd .social-icons a:nth-of-type(4) img {
    width: 39px;
    height: 54px;
  }
  #hd .social-icons a:nth-of-type(4) i {
    -webkit-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
  #hd .social-icons a:nth-of-type(5) {
    height: 57px;
    margin-bottom: 6px;
  }
  #hd .social-icons a:nth-of-type(5) img {
    width: 41px;
    height: 57px;
  }
  #hd .social-icons a:nth-of-type(5) i {
    -webkit-transform: translateX(-50%) translateY(0px);
        -ms-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
  #hd .social-icons a:nth-of-type(6) {
    height: 57px;
  }
  #hd .social-icons a:nth-of-type(6) img {
    width: 34px;
    height: 57px;
  }
  #hd .social-icons a:nth-of-type(6) i {
    -webkit-transform: translateX(-50%) translateY(-6px);
        -ms-transform: translateX(-50%) translateY(-6px);
            transform: translateX(-50%) translateY(-6px);
  }
  #hd .social-icons a:nth-of-type(7) {
    height: 54px;
  }
  #hd .social-icons a:nth-of-type(7) img {
    width: 39px;
    height: 54px;
  }
  #hd .social-icons a i {
    font-size: 17px;
  }
  #hd #main-nav ul li.about-us ul {
    background: #54af11;
    border-radius: 10px;
  }
  #hd #main-nav ul li.new-patients ul {
    background: #0097ae;
    border-radius: 10px;
  }
  #hd #main-nav ul li.treatments ul {
    background: #fc8e50;
    border-radius: 10px;
  }
  #hd #main-nav ul li.contact ul {
    background: #fc3e38;
    border-radius: 10px;
  }
  #hd #main-nav ul li.about-us ul li a:hover,
  #hd #main-nav ul li.about-us ul li.active a {
    color: #54af11;
  }
  #hd #main-nav ul li.new-patients ul li a:hover,
  #hd #main-nav ul li.new-patients ul li.active a {
    color: #0097ae;
  }
  #hd #main-nav ul li.treatments ul li a:hover,
  #hd #main-nav ul li.treatments ul li.active a {
    color: #fc8e50;
  }
  #hd #main-nav ul li.contact ul li a:hover,
  #hd #main-nav ul li.contact ul li.active a {
    color: #fc3e38;
  }
  #hd #main-nav ul .open ul li.active a {
    color: inherit;
  }
  #hd #main-nav {
    position: absolute;
    top: 53px;
    right: 4px;
    width: auto;
  }
  #hd #main-nav ul {
    text-align: right;
    vertical-align: top;
  }
  #hd #main-nav ul li.home {
    margin-left: 0;
  }
  #hd #main-nav ul li {
    margin: 0 0 0 36px;
    padding: 0 0 16px 0;
    height: 50px;
    position: relative;
  }
  #hd #main-nav ul li a {
    font-size: 19px;
    display: inline-block;
    color: #363535;
    letter-spacing: 0px;
    height: 45px;
    line-height: 45px;
    padding: 0 0 21px 0;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Mali', cursive;
    font-weight: 600;
  }
  #hd #main-nav ul li.home.active > a,
  #hd #main-nav ul li.home:hover > a {
    color: #6d398f;
  }
  #hd #main-nav ul li.home.active > a:before,
  #hd #main-nav ul li.home:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../images/balloon1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 26px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #hd #main-nav ul li.about-us.active > a,
  #hd #main-nav ul li.about-us:hover > a {
    color: #54af11;
  }
  #hd #main-nav ul li.about-us.active > a:before,
  #hd #main-nav ul li.about-us:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../images/balloon2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 29px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #hd #main-nav ul li.new-patients.active > a,
  #hd #main-nav ul li.new-patients:hover > a {
    color: #0097ae;
  }
  #hd #main-nav ul li.new-patients.active > a:before,
  #hd #main-nav ul li.new-patients:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../images/balloon3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 30px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #hd #main-nav ul li.treatments.active > a,
  #hd #main-nav ul li.treatments:hover > a {
    color: #ff8f4b;
  }
  #hd #main-nav ul li.treatments.active > a:before,
  #hd #main-nav ul li.treatments:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../images/balloon4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 29px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #hd #main-nav ul li.contact.active > a,
  #hd #main-nav ul li.contact:hover > a {
    color: #fc3e38;
  }
  #hd #main-nav ul li.contact.active > a:before,
  #hd #main-nav ul li.contact:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../images/balloon5.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 27px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #hd #main-nav ul li.contact-us ul,
  #hd #main-nav ul li.contact ul {
    left: auto;
    right: 0;
    text-align: right;
  }
  #hd #main-nav ul ul,
  #hd #main-nav ul .open ul {
    text-align: left;
    padding: 14px 0 20px;
    margin: 0 0 0;
    width: auto;
    min-width: 240px;
    display: none;
    position: absolute;
    left: 0;
    z-index: 100;
  }
  #hd #main-nav ul ul:after,
  #hd #main-nav ul .open ul:after {
    content: "";
    position: absolute;
    top: -11;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(8,125,187,0.95);
    z-index: -2;
    border-radius: 10px;
  }
  #hd #main-nav ul ul li,
  #hd #main-nav ul .open ul li {
    margin: 1px 0;
  }
  #hd #main-nav ul ul li a,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a,
  #hd #main-nav ul .open ul li.active a {
    text-transform: capitalize;
    letter-spacing: .0em;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 0 30px;
    width: 100% !important;
  }
  #hd #main-nav ul ul li a:after,
  #hd #main-nav ul ul li.active a:after,
  #hd #main-nav ul .open ul li a:after,
  #hd #main-nav ul .open ul li.active a:after {
    background: #fff;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 100%;
    display: none;
  }
  #hd #main-nav ul ul li a:hover:after,
  #hd #main-nav ul ul li.active a:after,
  #hd #main-nav ul .open ul li a:hover:after,
  #hd #main-nav ul .open ul li.active a:after {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #hd #main-nav ul li ul li.active {
    background: #fff;
  }
  #hd #main-nav ul li ul li:hover {
    background: #fff;
  }
  nav.horizontal ul li {
    float: none;
  }
  #slideshow {
    width: 100%;
    padding: 0;
    z-index: 0;
  }
  #slideshow .ss_overlay {
    width: 400px;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  #meet-callout {
    padding-top: 82px;
  }
  #meet-callout .container {
    width: 100% !important;
  }
  #meet-callout .meet img {
    display: inline-block;
    width: 350px;
    margin-right: 33px;
    vertical-align: top;
    border: 12px solid #fff;
  }
  #meet-callout .meet .content {
    display: inline-block;
    width: 585px;
  }
  #meet-callout .meet .content h2 {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 13px;
  }
  #meet-callout .meet .content p {
    font-size: 17px;
    line-height: 20px;
    text-align: left;
  }
  #meet-callout .meet .content a {
    float: left;
    margin-top: 14px;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.19);
            box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.19);
  }
  #meet-callout .meet .content a:hover {
    background: #0097ae;
  }
  #meet-callout .meet .content a:nth-of-type(1) {
    padding: 0 8px;
    margin-right: 18px;
    margin-left: 0;
  }
  #meet-callout .meet .content a:nth-of-type(2) {
    padding: 0 9px;
  }
  #meet-callout .callouts {
    padding-top: 74px;
    padding-bottom: 27px;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  #meet-callout .callouts a {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: auto;
    margin-top: 0 !important;
    margin-right: 0px;
  }
  #meet-callout .callouts a:nth-of-type(1) {
    margin-right: 82px;
  }
  #meet-callout .callouts a:nth-of-type(2) {
    margin-right: 68px;
  }
  #meet-callout .callouts a:nth-of-type(3) {
    margin-right: 79px;
  }
  #meet-callout .callouts a:nth-of-type(4) {
    margin-right: 0;
  }
  #meet-callout .callouts a:hover .hover {
    opacity: 1;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #meet-callout .callouts a:hover .content i {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #meet-callout .callouts a:hover .content h2 {
    -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
            transform: translateY(400px);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #meet-callout .callouts a:hover .color {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #meet-callout .callouts a .color {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #meet-callout .callouts a .hover {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #meet-callout .callouts a .content {
    top: 48px;
    overflow: hidden;
  }
  #meet-callout .callouts a .content i,
  #meet-callout .callouts a .content h2 {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #home-content {
    background: url("../images/balloons.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 92px;
    padding-bottom: 132px;
  }
  #home-content .container {
    background: rgba(255,255,255,0.9);
    padding: 48px 40px 100px 40px;
    position: relative;
    z-index: 1;
  }
  #home-content .container:before {
    content: '';
    position: absolute;
    display: block;
    opacity: 1;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 20px solid rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.19);
            box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.19);
    border-radius: 20px;
    z-index: -1;
  }
  #home-content .pay {
    margin: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 45px;
  }
  #testimonials-section {
    overflow: hidden;
    background-position: 5% center;
  }
  #testimonials-section .sun {
    width: 582px;
    left: -250px;
  }
  #testimonials-section .social {
    margin-bottom: 45px;
  }
  #testimonials-section .social a {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #testimonials-section .social a:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #testimonials-section .social-images img {
    width: 200px;
  }
  #subnav-outer-wrap {
    min-height: 195px;
    margin-top: 95px;
  }
  #subnav-outer-wrap:before {
    height: 200px;
  }
  #subnav-outer-wrap .container {
    width: 100% !important;
    max-width: 100%;
  }
  #subnav-outer-wrap #subnav-outer {
    padding-top: 94px;
    padding-bottom: 65px;
  }
  #subnav-outer-wrap #subnav-outer p {
    width: 690px;
  }
  .interior-content {
    padding-top: 110px;
  }
  #hide-stock {
    position: relative;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  #hide-stock .int-graphic {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: -1;
    width: 400px;
    max-width: 600px;
  }
  #main-content h1 {
    line-height: 50px;
  }
  #main-content h1,
  #main-content h2,
  #main-content h3,
  #main-content h4,
  #main-content h5,
  #main-content h6 {
    text-align: left;
  }
  #ft .ft-location {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
  }
  #ft .ft-location .ft-address {
    text-align: right;
    line-height: 27px;
  }
  #ft .footer-map {
    display: inline-block;
  }
  #ft-design-credit .sesame-link:hover,
  #ft-design-credit .sitemap-link:hover {
    text-decoration: underline;
  }
  #ft-design-credit .back-to-top:hover {
    background: #1f97ad;
  }
}
@media only screen and (min-width: 81.25em) {
  #hd .container {
    width: 100% !important;
    max-width: 1200px;
  }
  #hd:before {
    bottom: -9px;
  }
  #hd:after {
    content: '';
    position: absolute;
    display: block;
    height: 100px;
    width: 100%;
    background: #fff;
    opacity: .9;
    top: -91px;
    left: 0;
    z-index: -1;
  }
  #meet-callout .container {
    width: 100% !important;
    max-width: 1200px;
  }
  #meet-callout .meet img {
    width: 400px;
  }
  #home-content .container {
    width: 100% !important;
    max-width: 985px;
  }
  #testimonials-section {
    background-position: 5% 100%;
  }
  #testimonials-section .sun {
    top: -117px;
    left: -197px;
  }
  #testimonials-section .review:before {
    height: 501px;
  }
  #testimonials-section .review .balloons {
    top: -450px;
    z-index: -10;
    right: -350px;
    left: auto;
    max-width: 606px;
  }
  #testimonials-section .review p {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 30px;
  }
  #subnav-outer-wrap {
    margin-top: 95px;
    min-height: 195px;
  }
  #subnav-outer-wrap:before {
    height: 250px;
    bottom: -55px;
  }
  #content .interior-content {
    width: 100% !important;
    max-width: 1200px;
  }
  .interior-content {
    padding-top: 132px;
  }
  #main-content {
    width: 757px;
    text-align: justify;
  }
  #sidebar {
    -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  #sidebar img {
    max-width: 320px;
  }
  #sidebar .int-graphic {
    width: 448px;
    -webkit-transform: translate(-48%,-50%);
        -ms-transform: translate(-48%,-50%);
            transform: translate(-48%,-50%);
  }
  #hide-stock {
    -webkit-transform: translateY(-49px);
        -ms-transform: translateY(-49px);
            transform: translateY(-49px);
  }
  #ft {
    height: 660px;
    padding-bottom: 0;
    padding-top: 64px;
  }
  #ft .ft-location {
    -webkit-transform: translateY(-32px) translateX(22px);
        -ms-transform: translateY(-32px) translateX(22px);
            transform: translateY(-32px) translateX(22px);
  }
  #ft .footer-map {
    width: auto;
    -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
            transform: translateX(25px);
  }
  #ft .footer-map .ft-map {
    left: 225px;
    top: 197px;
  }
  #ft-design-credit {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #ft-design-credit .container {
    width: 100% !important;
    max-width: 1197px;
  }
  #ft-design-credit .design-left {
    -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  #ft-design-credit .design-left .back-to-top-pipe {
    font-size: 12px;
  }
  #ft-design-credit .design-left .sitemap-link img {
    margin-right: 3px;
  }
  #ft-design-credit .back-to-top {
    line-height: 30px;
    margin: 0;
    border: 3px solid #fff;
    -webkit-transform: translateY(-10px) translateX(-3px);
        -ms-transform: translateY(-10px) translateX(-3px);
            transform: translateY(-10px) translateX(-3px);
  }
}
@media only screen and (min-width: 1600px) {
  #testimonials-section .container {
    width: 100% !important;
    max-width: 100%;
  }
  #testimonials-section .social-images {
    width: 100%;
  }
  #testimonials-section .social-images img {
    width: 160px;
  }
}
@media only screen and (min-width: 1850px) {
  #testimonials-section .social-images img {
    width: 201px;
  }
}
@media only screen and (min-width: 2000px) {
  #testimonials-section .social-images img {
    width: 201px;
    margin: 0;
    margin-right: 46px;
  }
  #testimonials-section .social-images img:nth-of-type(8) {
    margin-right: 0;
  }
  #subnav-outer-wrap:before {
    height: 350px;
  }
  @-webkit-keyframes cloud {
    from {
      left: -150px;
    }
    to {
      left: 3000px;
    }
  }
  @keyframes cloud {
    from {
      left: -150px;
    }
    to {
      left: 3000px;
    }
  }
}