.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: #640f65 !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: #640f65;
  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: #68727a;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #c6e027;
}
.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: #640f65;
  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 #640f65;
}
.office-tour-pager a.cycle-pager-active {
  background: #640f65;
}
.office-tour-pager a:hover {
  background: #831484;
  border: 1px solid #711172;
}
form button {
  background: #640f65;
  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: #0c020c;
}
.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: #640f65;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #640f65;
  color: #68727a;
  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: #68727a;
  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: #c6e027;
  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: #7c8d14;
}
.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 17px/32px 'Roboto', Helvetica, Arial, sans-serif;
  color: #000;
  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: #ef651f;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  text-decoration: underline;
}
a:hover,
a.active {
  cursor: pointer;
  color: #2e9ccf;
}
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;
  text-transform: uppercase;
  margin: 0 auto 20px;
  font-family: 'Atma', cursive;
  color: #640f65;
  font-weight: 500;
}
h2 {
  font-size: 21px;
  line-height: 22px;
  font-weight: bold;
  color: #2e9ccf;
  text-transform: uppercase;
}
h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #2e9ccf;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #2e9ccf;
  text-transform: uppercase;
}
hr {
  color: #68727a;
  background-color: #68727a;
  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: 21px;
  font-weight: bold;
  line-height: 22px;
  color: #2e9ccf;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
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;
  text-transform: capitalize;
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  line-height: 31px;
  font-weight: normal;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  text-decoration: underline;
}
#hd {
  z-index: 100;
  padding-bottom: 10px;
}
#hd .logo {
  width: 90px;
  display: inline-block;
  margin-top: 5px;
}
#hd #hd-right {
  text-align: center;
}
#hd #hd-right .phone,
#hd #hd-right .dallas {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
}
#hd #hd-right .phone img,
#hd #hd-right .dallas img {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#hd #hd-right .phone {
  margin-right: 10px;
}
#hd #hd-right .schedule {
  display: block;
  position: absolute;
  background: #fa043e;
  font-family: 'Atma', cursive;
  color: #fff;
  z-index: 100;
  top: 40px;
  left: 50%;
  margin-left: -10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 160px;
  font-size: 15px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 5px;
}
#hd #hd-right .schedule:hover {
  background: #640f65;
}
#hd #hd-right .schedule img {
  height: 20px;
  margin-right: 6px;
}
#hd .social-icons {
  display: none;
}
#hd #main-nav .trigger .nav-icon span {
  background: #640f65;
}
#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: #640f65;
  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 {
  position: relative;
  background: url("../images/int-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#subnav-outer-wrap:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .4;
  top: 0;
  left: 0;
  z-index: -1;
}
#subnav-outer-wrap #subnav-outer {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
#subnav-outer-wrap #subnav-outer p {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  font-family: 'Atma', cursive;
  text-align: left;
  line-height: 18px;
  font-size: 15px;
}
#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;
}
@media screen and (max-width: 420px) {
  #subnav-outer-wrap #subnav-outer p {
    font-size: 13px;
  }
  #subnav-outer-wrap #subnav-outer p a {
    width: auto;
  }
}
.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: #640f65;
  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 #640f65;
  cursor: pointer;
  -webkit-transition-duration: .42s;
  -o-transition-duration: .42s;
  transition-duration: .42s;
}
.cycle-pager div.cycle-pager-active {
  background: #640f65;
}
.cycle-pager div:hover {
  background: #831484;
  border: 1px solid #711172;
}
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
}
#bd-callouts a {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  text-decoration: none;
  margin-bottom: 5px;
}
#bd-callouts a:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  opacity: .5;
  top: 0;
  left: 0;
}

#bd-callouts a:nth-of-type(1):before {
  background: #2e9ccf;
}

#bd-callouts a:nth-of-type(2):before {
  background: #df3ba0;
}

#bd-callouts a:nth-of-type(3):before {
  background: #640f65;
}

@media only screen and (min-width: 30em) {
  #bd-callouts a:nth-of-type(1) {
    background: url("../images/callout2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px;
  }

  #bd-callouts a:nth-of-type(2) {
    background: url("../images/callout1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #bd-callouts a:nth-of-type(3) {
    background: url("../images/callout3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

}

#bd-callouts a h2 {
  color: #fff;
  margin: 0;
  z-index: 10;
  text-decoration: none;
  font-family: 'Atma', cursive;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
#bd-callouts a img {
  display: none;
}
#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;
}
#home-content h1 {
  text-align: center;
}
#home-content h1 span {
  color: #8cc63e;
  display: block;
  text-align: center;
  font-size: 20px;
}
#connect {
  padding: 50px 0 0;
  background: #640f65;
}
#connect .left-section h2 {
  color: #fff;
  font-family: 'Atma', cursive;
  text-align: center;
  font-size: 35px;
}
#connect .left-section .fb-page {
  width: 90%;
  max-width: 403px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}
#connect .right-section {
  display: block;
  background: url("../images/connect.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  border-top: 5px solid #fff;
}
.interior-content {
  padding: 50px 0;
}
#awards {
  background: #f5c73b;
  padding: 50px 0;
  border-top: 5px solid #fff;
}
#awards .container {
  text-align: center;
}
#awards h2 {
  color: #fff;
  font-family: 'Atma', cursive;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
}
#awards .first-two {
  margin-bottom: 20px;
}
#awards .first-two a {
  display: inline-block;
  margin: 0 10px;
}
#awards .circle {
  display: inline-block;
  width: 30%;
}
#ft {
  background: url("../images/footer-map.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}
#ft .ft-map {
  display: none;
}
#ft .ft-location {
  position: relative;
}
#ft .ft-location:before {
  content: '';
  position: absolute;
  display: block;
  height: 500px;
  width: 320px;
  background: url("../images/balloons.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: -1;
}
#ft .ft-location a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
}
#ft .ft-location .ft-address:hover {
  text-decoration: underline;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: 'Atma', cursive;
  font-size: 23px;
  margin-bottom: 10px;
}
#ft-design-credit {
  padding: 30px 0;
}
#ft-design-credit .logos {
  text-align: center;
  margin-bottom: 20px;
}
#ft-design-credit .logos a {
  display: inline-block;
  -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
          transform: scale(.8);
}
#ft-design-credit .logos a:nth-of-type(2) {
  margin: 0 10px;
}
#ft-design-credit .design-left .sesame-link,
#ft-design-credit .design-left .sitemap-link {
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}
#ft-design-credit .design-left .sesame-link:hover,
#ft-design-credit .design-left .sitemap-link:hover {
  text-decoration: underline;
}
#ft-design-credit .design-left .sesame-link img {
  width: 17px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#ft-design-credit .design-left .back-to-top {
  margin: auto;
  margin-top: 20px;
  display: block;
  background: #fa043e;
  border-radius: 10px;
  color: #fff;
  font-family: 'Atma', cursive;
  text-decoration: none;
  line-height: 60px;
  width: 120px;
  text-align: center;
}
#ft-design-credit .design-left .back-to-top:hover {
  background: #640f65;
}
form button {
  background: #640f65;
  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: #0c020c;
}
.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: #640f65;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #640f65;
  color: #68727a;
  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: #68727a;
  border: 1px solid #68727a;
  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: #c6e027;
  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: #7c8d14;
}
.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: #c6e027;
}
#fc-calculator input[type=range]::-moz-range-thumb {
  background: #c6e027;
}
#fc-calculator input[type=range]::-ms-thumb {
  background: #c6e027;
}
#fc-calculator #payment-calculation .fc-col2 {
  color: #c6e027;
}
#fc-calculator #payment-calculation input[type='text'] {
  color: #c6e027;
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #hd #hd-right {
    text-align: right;
  }
  #hd #hd-right .phone {
    font-size: 16px;
  }
  #hd #hd-right .phone img {
    margin-bottom: 7px;
  }
  #hd #hd-right .dallas {
    margin-right: 10px;
    font-size: 16px;
  }
  #hd #hd-right .dallas img {
    margin-bottom: 7px;
  }
  #hd #hd-right .schedule {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    margin: 0;
    text-align: center;
  }
  #hd .social-icons {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
  }
  #hd .social-icons a {
    display: inline-block;
    width: 24px;
    margin-right: 10px;
    color: #fff;
    position: relative;
  }
  #hd .social-icons a:before {
    content: '';
    position: absolute;
    display: block;
    height: 51px;
    width: 34px;
    background: url("../images/social1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-62%,-40%);
        -ms-transform: translate(-62%,-40%);
            transform: translate(-62%,-40%);
  }
  #hd .social-icons a:nth-of-type(2):before {
    background: url("../images/social2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #hd .social-icons a:nth-of-type(3):before {
    background: url("../images/social3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #hd .social-icons a:nth-of-type(4):before {
    background: url("../images/social5.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #hd .social-icons a:nth-of-type(5):before {
    background: url("../images/social4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #bd-callouts a {
    height: 200px;
  }
}
@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 {
    height: 140px;
  }
  #hd .container {
    text-align: left;
    height: 140px;
    width: 100%;
  }
  #hd .logo {
    width: 132px;
    display: inline-block;
    text-align: left !important;
  }
  #hd #hd-right {
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    float: right;
    -webkit-transform: translateY(90px);
        -ms-transform: translateY(90px);
            transform: translateY(90px);
  }
  #hd #hd-right .phone {
    font-size: 16px;
  }
  #hd #hd-right .phone img {
    margin-bottom: 7px;
  }
  #hd #hd-right .dallas {
    margin-right: 10px;
    font-size: 16px;
  }
  #hd #hd-right .dallas img {
    margin-bottom: 7px;
  }
  #hd #hd-right .schedule {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    margin: 0;
    text-align: center;
  }
  #hd .social-icons {
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
  }
  #hd .social-icons a {
    display: inline-block;
    width: 24px;
    margin-right: 14px;
    color: #fff;
    position: relative;
  }
  #hd .social-icons a:before {
    content: '';
    position: absolute;
    display: block;
    height: 51px;
    width: 34px;
    background: url("../images/social1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-62%,-40%);
        -ms-transform: translate(-62%,-40%);
            transform: translate(-62%,-40%);
  }
  #hd .social-icons a:nth-of-type(2):before {
    background: url("../images/social2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #hd .social-icons a:nth-of-type(3):before {
    background: url("../images/social3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #hd .social-icons a:nth-of-type(4):before {
    background: url("../images/social5.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #hd .social-icons a:nth-of-type(5):before {
    background: url("../images/social4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #bd-callouts a {
    display: inline-block;
    width: 33.33%;
    float: left;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    margin: 0;
    height: 200px;
  }
  #bd-callouts a:nth-of-type(1) {
    border-right: 3px solid #fff;
    margin: 0;
  }
  #bd-callouts a:nth-of-type(2) {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
  }
  #bd-callouts a:nth-of-type(3) {
    border-left: 3px solid #fff;
  }
  #bd-callouts a h2 {
    width: 100%;
    text-align: center;
  }
  #home-content {
    clear: both;
    padding: 100px 0;
  }
  #home-content .container {
    width: 600px !important;
  }
  #home-content h1 {
    font-size: 75px;
    line-height: 69px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  #home-content h1 span {
    font-size: 33px;
    line-height: 8px;
    font-weight: 700;
    margin-bottom: 27px;
  }
  #content-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
  #connect {
    padding-top: 100px;
  }
  #connect .left-section h2 {
    font-size: 52px;
  }
  #connect .left-section .fb-page {
    margin-bottom: 100px;
  }
  #connect .right-section {
    height: 300px;
    border-top: 6px solid #fff;
  }
  #awards {
    padding: 72px 0;
    border-bottom: 6px solid #fff;
  }
  #awards h2 {
    font-size: 54px;
  }
  #subnav-outer-wrap {
    min-height: 300px;
  }
  #subnav-outer-wrap:before {
    display: none;
  }
  #subnav-outer-wrap .container {
    height: 300px;
    position: relative;
  }
  #subnav-outer-wrap #subnav-outer {
    position: relative;
    height: 100%;
  }
  #subnav-outer-wrap #subnav-outer p {
    width: 700px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 37px;
  }
  .interior-content {
    padding-top: 77px;
  }
  #main-content h1 {
    font-size: 75px;
    line-height: 69px;
    margin-bottom: 63px;
  }
  #hide-stock img {
    border-radius: 50%;
  }
  #ft-design-credit .back-to-top-pipe {
    display: none;
  }
}
@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.sitemap #main-content {
    width: 60%;
  }
  .layout-full-width .interior-content:before {
    display: none !important;
  }
  body.meet-the-doctor #hide-stock:before {
    left: -64px !important;
  }
  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;
  }
  #hd {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    display: block;
    height: 142px;
  }
  #hd .logo {
    -webkit-transform: translateY(-3px) translateX(0px);
        -ms-transform: translateY(-3px) translateX(0px);
            transform: translateY(-3px) translateX(0px);
  }
  #hd .container {
    position: relative;
  }
  #hd #hd-right {
    -webkit-transform: translateY(61px) translateX(-3px);
        -ms-transform: translateY(61px) translateX(-3px);
            transform: translateY(61px) translateX(-3px);
  }
  #hd #hd-right .phone,
  #hd #hd-right .dallas {
    font-size: 24.28px;
  }
  #hd #hd-right .phone {
    margin-right: 26px;
    -webkit-transform: translateY(4px) translateX(-2px);
        -ms-transform: translateY(4px) translateX(-2px);
            transform: translateY(4px) translateX(-2px);
  }
  #hd #hd-right .phone:hover {
    color: #df3ba0;
  }
  #hd #hd-right .phone:hover img {
    -webkit-transform: translateX(2px) rotate(10deg);
        -ms-transform: translateX(2px) rotate(10deg);
            transform: translateX(2px) rotate(10deg);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #hd-right .phone img {
    width: 23px;
    height: auto;
    -webkit-transform: translateX(2px) translateY(-2px);
        -ms-transform: translateX(2px) translateY(-2px);
            transform: translateX(2px) translateY(-2px);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #hd-right .dallas {
    margin-right: 28px;
    -webkit-transform: translateY(3px) translateX(-2px);
        -ms-transform: translateY(3px) translateX(-2px);
            transform: translateY(3px) translateX(-2px);
  }
  #hd #hd-right .dallas:hover {
    color: #8cc63e;
  }
  #hd #hd-right .dallas:hover img {
    -webkit-transform: translateX(2px) rotate(10deg);
        -ms-transform: translateX(2px) rotate(10deg);
            transform: translateX(2px) rotate(10deg);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #hd-right .dallas img {
    width: 31px;
    height: auto;
    -webkit-transform: translateX(5px) translateY(-3px);
        -ms-transform: translateX(5px) translateY(-3px);
            transform: translateX(5px) translateY(-3px);
    margin-bottom: 0px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #hd-right .schedule {
    line-height: 56px;
    font-size: 22px;
    width: 231px;
    padding: 0;
  }
  #hd #hd-right .schedule img {
    width: 27px;
    height: auto;
    margin-right: 8px;
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  #hd .social-icons {
    position: fixed;
    top: 252px;
    width: 50px;
    right: -5px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #hd .social-icons a {
    margin-bottom: 22px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd .social-icons a:nth-child(odd):hover {
    -webkit-transform: scale(1.1) rotate(10deg);
        -ms-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd .social-icons a:nth-child(even):hover {
    -webkit-transform: scale(1.1) rotate(-10deg);
        -ms-transform: scale(1.1) rotate(-10deg);
            transform: scale(1.1) rotate(-10deg);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.our-team ul:after {
    background: #1a87ba !important;
  }
  #hd #main-nav ul li.new-patients ul:after {
    background: #7cb72c !important;
  }
  #hd #main-nav ul li.pediatric-dentistry ul:after {
    background: #49004a !important;
  }
  #hd #main-nav ul li.treatments ul:after {
    background: #ff2e29 !important;
  }
  #hd #main-nav ul li.contact ul:after {
    background: #cd248b !important;
  }
  #hd #main-nav {
    position: absolute;
    top: -1px;
    right: 2px;
    width: auto;
  }
  #hd #main-nav ul {
    text-align: right;
    vertical-align: top;
  }
  #hd #main-nav ul li.home {
    margin-left: 0;
    color: #fff;
    background: #fa043e;
    border-radius: 0 0 0px 5px;
  }
  #hd #main-nav ul li.home:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 1px;
    border-left: 63px solid transparent;
    border-right: 63px solid transparent;
    border-top: 8px solid #fa043e;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    z-index: 1;
  }
  #hd #main-nav ul li.home.active,
  #hd #main-nav ul li.home:hover {
    position: relative;
  }
  #hd #main-nav ul li.home.active:after,
  #hd #main-nav ul li.home:hover:after {
    bottom: -8px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.our-team {
    background: #2e9ccf;
  }
  #hd #main-nav ul li.our-team:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 1px;
    border-left: 63px solid transparent;
    border-right: 63px solid transparent;
    border-top: 10px solid #2e9ccf;
    z-index: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.our-team.active:after,
  #hd #main-nav ul li.our-team:hover:after {
    bottom: -10px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.new-patients {
    background: #8cc63e;
  }
  #hd #main-nav ul li.new-patients:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 1px;
    border-left: 71px solid transparent;
    border-right: 71px solid transparent;
    border-top: 8px solid #8cc63e;
    z-index: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.new-patients.active:after,
  #hd #main-nav ul li.new-patients:hover:after {
    bottom: -8px;
  }
  #hd #main-nav ul li.pediatric-dentistry {
    background: #640f65;
  }
  #hd #main-nav ul li.pediatric-dentistry:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 1px;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 8px solid #640f65;
    z-index: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.pediatric-dentistry.active:after,
  #hd #main-nav ul li.pediatric-dentistry:hover:after {
    bottom: -8px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.treatments {
    background: #ef651f;
  }
  #hd #main-nav ul li.treatments:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 1px;
    border-left: 66px solid transparent;
    border-right: 66px solid transparent;
    border-top: 10px solid #ef651f;
    z-index: 0;
  }
  #hd #main-nav ul li.treatments.active:after,
  #hd #main-nav ul li.treatments:hover:after {
    bottom: -10px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li.contact {
    background: #df3ba0;
    margin-right: 0;
    border-radius: 0 0 5px 0;
  }
  #hd #main-nav ul li.contact:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 1px;
    border-left: 63px solid transparent;
    border-right: 63px solid transparent;
    border-top: 8px solid #df3ba0;
    z-index: 10;
  }
  #hd #main-nav ul li.contact.active:after,
  #hd #main-nav ul li.contact:hover:after {
    bottom: -8px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #main-nav ul li {
    position: relative;
    margin: 0 2px 0 0px;
    padding: 0 0 0px 0;
    height: 36px;
    vertical-align: top;
  }
  #hd #main-nav ul li a {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    height: 36px;
    line-height: 35px;
    margin: 0;
    min-width: 130px;
    text-align: center;
    font-weight: 700;
    padding: 0 30px;
    font-family: 'Atma', cursive;
    text-transform: uppercase;
  }
  #hd #main-nav ul li.active > a,
  #hd #main-nav ul li:hover > a {
    position: relative;
  }
  #hd #main-nav ul li.home.active > a {
    color: #fff;
  }
  #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: 20px 0;
    margin: 0 0 0;
    width: auto;
    min-width: 240px;
    display: none;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  #hd #main-nav ul ul:after,
  #hd #main-nav ul .open ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ef651f;
    z-index: -2;
  }
  #hd #main-nav ul ul li.pediatric-dentistry,
  #hd #main-nav ul .open ul li.pediatric-dentistry {
    background: transparent;
  }
  #hd #main-nav ul ul li.pediatric-dentistry:after,
  #hd #main-nav ul .open ul li.pediatric-dentistry:after {
    display: none;
  }
  #hd #main-nav ul ul li a:before,
  #hd #main-nav ul .open ul li a:before {
    display: none !important;
  }
  #hd #main-nav ul ul li,
  #hd #main-nav ul .open ul li {
    margin: 1px 0;
    width: 100%;
  }
  #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: 13px;
    line-height: 24px;
    color: #fff;
    padding: 0 30px;
    width: 100% !important;
    font-family: 'Roboto', sans-serif;
    text-align: left;
  }
  #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: rgba(255,255,255,0.2);
    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%;
  }
  #hd #main-nav ul ul li a:hover,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a:hover,
  #hd #main-nav ul .open ul li.active a {
    color: #fff !important;
  }
  #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;
  }
  nav.horizontal ul li {
    float: none;
  }
  #slideshow {
    width: 100%;
    padding: 0;
    z-index: 0;
    margin-top: 142px;
  }
  #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%;
  }
  #bd-callouts a {
    height: 300px;
    overflow: hidden;
  }
  #bd-callouts a:after {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #bd-callouts a:before {
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #bd-callouts a:nth-of-type(1) {
    background: none;
  }
  #bd-callouts a:nth-of-type(1):after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/callout2.jpg");
    background-size: cover;
    background-position: 90%;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #bd-callouts a:nth-of-type(2) {
    background: none;
  }
  #bd-callouts a:nth-of-type(2):after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/callout1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #bd-callouts a:nth-of-type(3) {
    background: none;
  }
  #bd-callouts a:nth-of-type(3):after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/callout3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #bd-callouts a:hover:after {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #bd-callouts a:hover:before {
    opacity: .80;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }
  #bd-callouts a:hover img {
    bottom: 20px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #bd-callouts a h2 {
    text-align: left;
    top: auto;
    left: 20px;
    bottom: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #bd-callouts a img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #home-content {
    background: url("../images/home-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    border-bottom: 6px solid #fff;
  }
  #home-content p {
    color: #000;
  }
  #home-content .wrapper {
    width: 100%;
    margin: auto;
    max-width: 1114px;
    padding: 0 20px;
  }
  #home-content .container {
    width: 540px !important;
    background: rgba(255,255,255,0.9);
    padding-top: 100px;
    padding-bottom: 42px;
    padding-left: 28px;
    padding-right: 32px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-right: 0;
  }
  #home-content h1 span {
    font-weight: 500;
    margin-bottom: 23px;
  }
  #connect {
    background: #640f65;
    padding: 0;
  }
  #connect:before {
    content: '';
    position: absolute;
    display: block;
    height: 672px;
    width: 3000px;
    left: 50%;
    margin-left: -2997px;
    background: #640f65;
    opacity: 1;
    top: 0;
    border-right: 7px solid #fff;
  }
  #connect .left-section,
  #connect .right-section {
    display: inline-block;
    width: 50%;
    float: left;
  }
  #connect .left-section {
    background: #640f65;
    padding-top: 105px;
  }
  #connect .left-section h2 {
    margin-bottom: 33px;
    position: relative;
    z-index: 100;
  }
  #connect .right-section {
    border-left: 3px solid #fff;
    height: 672px;
    border-top: none;
  }
  #awards {
    clear: both;
    background: url("../images/awards-bg.jpg");
    background-size: cover;
    background-position: 25% center;
    background-repeat: no-repeat;
  }
  #awards a {
    margin: 0 10px;
  }
  #awards h2 {
    display: block;
  }
  #awards .first-two {
    display: inline-block;
  }
  #awards .circle {
    width: auto;
  }
  #subnav-outer-wrap {
    margin-top: 142px;
  }
  .interior-content {
    padding-top: 57px;
    position: relative;
    border-top: 6px solid #fff;
  }
  .interior-content:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 3000px;
    left: 50%;
    margin-left: 210px;
    background: #9b60c0;
    opacity: 1;
    top: 0;
    z-index: -1;
  }
  #main-content h1 {
    line-height: 69px;
    margin-bottom: 48px;
  }
  #hide-stock {
    position: relative;
  }
  #hide-stock:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../images/int-ballons.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 452px;
    height: 437px;
    top: -30px;
    left: -45px;
    -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
            transform: scale(.85);
  }
  #ft {
    height: 568px;
  }
  #ft .ft-map {
    display: block;
    position: absolute;
    top: 243px;
    left: 50%;
    margin-left: 68px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #ft .ft-map: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;
  }
  #ft .ft-location {
    position: absolute;
    left: 130px;
    top: 30px;
  }
  #ft .ft-location:before {
    height: 415px;
    width: 465px;
    -webkit-transform: translate(-53.7%,-48%);
        -ms-transform: translate(-53.7%,-48%);
            transform: translate(-53.7%,-48%);
  }
  #ft .ft-location .phone {
    font-size: 29px;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  #ft .ft-location .ft-address {
    font-size: 17px;
    line-height: 16px;
  }
  #ft-design-credit {
    padding: 22px 0 15px;
  }
  #ft-design-credit .logos {
    display: inline-block;
    margin-bottom: 0;
  }
  #ft-design-credit .logos a {
    width: auto;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #ft-design-credit .logos a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #ft-design-credit .logos a:nth-of-type(1) {
    margin-right: 13px;
  }
  #ft-design-credit .logos a:nth-of-type(2) {
    margin-right: 22px;
  }
  #ft-design-credit .design-left {
    position: absolute;
    width: 600px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
  #ft-design-credit .design-left .sitemap-link,
  #ft-design-credit .design-left .sesame-link,
  #ft-design-credit .design-left .back-to-top-pipe {
    font-size: 12px;
  }
  #ft-design-credit .design-left .sesame-link,
  #ft-design-credit .design-left .sitemap-link,
  #ft-design-credit .design-left .back-to-top,
  #ft-design-credit .design-left .back-to-top-pipe {
    display: inline-block;
    width: auto;
  }
  #ft-design-credit .design-left .back-to-top-pipe {
    margin: 0 2px 0 6px;
  }
  #ft-design-credit .design-left .back-to-top {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    width: 142px;
    margin: 0;
    margin-left: 14px;
  }
}
@media only screen and (min-width: 81.25em) {
  body.meet-the-doctor #hide-stock:before {
    left: -47px !important;
  }
  #hd .container {
    width: 1100% !important;
    max-width: 1115px;
  }
  #hd #main-nav ul li {
    width: 168px;
    text-align: center;
  }
  #hd #main-nav ul li a {
    width: auto;
    min-width: auto;
    display: inline-block;
    padding: 0;
    padding-top: 3px;
  }
  #hd #main-nav ul li.home:after {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
  }
  #hd #main-nav ul li.our-team:after,
  #hd #main-nav ul li.new-patients:after,
  #hd #main-nav ul li.pediatric-dentistry:after,
  #hd #main-nav ul li.treatments:after,
  #hd #main-nav ul li.contact:after {
    border-left: 82px solid transparent;
    border-right: 82px solid transparent;
  }
  #hd #main-nav ul li.home a:before,
  #hd #main-nav ul li.our-team a:before,
  #hd #main-nav ul li.new-patients a:before,
  #hd #main-nav ul li.pediatric-dentistry a:before,
  #hd #main-nav ul li.treatments a:before,
  #hd #main-nav ul li.contact a:before {
    content: '';
    position: relative;
    display: inline-block;
    height: 19px;
    width: 19px;
    background: url("../images/icon1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    margin-right: 6px;
    vertical-align: middle;
  }
  #hd #main-nav ul li.home a {
    -webkit-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  #hd #main-nav ul li.home a:before {
    -webkit-transform: translateX(-2px) translateY(-1px);
        -ms-transform: translateX(-2px) translateY(-1px);
            transform: translateX(-2px) translateY(-1px);
  }
  #hd #main-nav ul li.our-team a:before {
    background: url("../images/icon2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  #hd #main-nav ul li.new-patients a:before {
    background: url("../images/icon3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 30px;
    -webkit-transform: translateX(-1px) translateY(-2px);
        -ms-transform: translateX(-1px) translateY(-2px);
            transform: translateX(-1px) translateY(-2px);
  }
  #hd #main-nav ul li.pediatric-dentistry a:before {
    background: url("../images/icon4.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 18px;
    -webkit-transform: translateX(1px) translateY(-1px);
        -ms-transform: translateX(1px) translateY(-1px);
            transform: translateX(1px) translateY(-1px);
  }
  #hd #main-nav ul li.treatments a:before {
    background: url("../images/icon5.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 37px;
    height: 9px;
    -webkit-transform: translateX(-2px) translateY(-2px);
        -ms-transform: translateX(-2px) translateY(-2px);
            transform: translateX(-2px) translateY(-2px);
  }
  #hd #main-nav ul li.contact a:before {
    background: url("../images/icon6.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
    -webkit-transform: translateX(-2px) translateY(-1px);
        -ms-transform: translateX(-2px) translateY(-1px);
            transform: translateX(-2px) translateY(-1px);
  }
  #bd-callouts a {
    height: 462px;
  }
  #bd-callouts a h2 {
    font-size: 40px;
    bottom: 43px;
    left: 40px;
    font-weight: 600;
    letter-spacing: 0;
  }
  #home-content .wrapper {
    padding: 0;
  }
  #home-content .container {
    -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  #content-text {
    text-align: justify;
  }
  #connect {
    position: relative;
  }
  #connect:before {
    content: '';
    position: absolute;
    display: block;
    height: 672px;
    width: 3000px;
    left: 50%;
    margin-left: -3047px;
    background: #640f65;
    opacity: 1;
    top: 0;
    border-right: 7px solid #fff;
    z-index: 10;
  }
  #connect h2 {
    position: relative;
    z-index: 100;
    font-weight: 600;
    width: 105%;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  #connect .left-section {
    width: 46.25%;
    position: relative;
  }
  #connect .left-section .wrapper {
    position: absolute;
    top: 62px;
    right: 97px;
    width: 406px;
  }
  #connect .left-section .fb-page {
    width: 406px;
    position: relative;
    z-index: 100;
    max-width: 406px;
  }
  #connect .right-section {
    width: 53.75%;
  }
  #awards {
    height: 362px;
    background-position: 50% center;
  }
  #awards .container {
    width: 100% !important;
    max-width: 1022px;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #awards h2 {
    margin-bottom: 0;
    text-align: right;
    font-size: 51px;
    line-height: 51px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 44px;
  }
  #awards h2 span {
    display: block;
  }
  #awards a {
    margin: 0;
  }
  #awards .first-two {
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 9px;
  }
  #awards .first-two a {
    margin: 0;
  }
  #awards .first-two a:nth-of-type(1) {
    margin-right: 9px;
  }
  #awards .circle:nth-of-type(1) {
    margin-right: 9px;
  }
  #awards .circle:nth-of-type(2) {
    margin-right: 9px;
  }
  #subnav-outer-wrap {
    min-height: 500px;
  }
  #subnav-outer-wrap .container {
    height: 500px;
    width: 100% !important;
    max-width: 1115px;
  }
  #content .interior-content {
    width: 1115px !important;
    max-width: 1115px;
  }
  #content .interior-content:before {
    margin-left: 215px;
  }
  #main-content {
    width: 703px;
  }
  #main-content p {
    color: #000000;
  }
  #sidebar {
    -webkit-transform: translateY(-12px) translateX(-4px);
        -ms-transform: translateY(-12px) translateX(-4px);
            transform: translateY(-12px) translateX(-4px);
  }
  #sidebar img {
    max-width: 328px;
  }
  #hide-stock:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 4px;
    left: -35px;
  }
  #ft {
    height: 570px;
  }
  #ft .ft-location {
    left: 43px;
  }
  #ft .ft-location:before {
    -webkit-transform: translate(-53.7%,-47.4%);
        -ms-transform: translate(-53.7%,-47.4%);
            transform: translate(-53.7%,-47.4%);
  }
  #ft .container {
    width: 100% !important;
    max-width: 1115px;
  }
  #ft-design-credit .container {
    width: 100% !important;
    max-width: 1115px;
  }
  #ft-design-credit .sesame-link,
  #ft-design-credit .sitemap-link,
  #ft-design-credit .back-to-top-pipe {
    -webkit-transform: translateY(-8px) translateX(-5px);
        -ms-transform: translateY(-8px) translateX(-5px);
            transform: translateY(-8px) translateX(-5px);
  }
  #ft-design-credit .design-left .sesame-link img {
    margin-bottom: 0;
  }
  #ft-design-credit .logos {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  #ft-design-credit .logos a:nth-of-type(1) {
    margin-left: 4px;
    margin-right: 14px;
  }
  #ft-design-credit .logos a:nth-of-type(2) {
    margin-right: 23px;
  }
  #ft-design-credit .design-left .back-to-top {
    line-height: 65px;
    -webkit-transform: translateX(-4px) translateY(-3px);
        -ms-transform: translateX(-4px) translateY(-3px);
            transform: translateX(-4px) translateY(-3px);
  }
}
@media only screen and (min-width: 1500px) {
  #bd-callouts a:nth-of-type(1) {
    border-right: 4px solid #fff;
  }
  #bd-callouts a:nth-of-type(3) {
    border-left: 4px solid #fff;
  }
  #bd-callouts a img {
    width: auto;
    right: 36px;
  }
}