.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: 1;
}
#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: #1aa2dc !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: #1aa2dc;
  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: #213747;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #1aa2dc;
}
.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: #1aa2dc;
  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 #1aa2dc;
}
.office-tour-pager a.cycle-pager-active {
  background: #1aa2dc;
}
.office-tour-pager a:hover {
  background: #33b1e7;
  border: 1px solid #21aae5;
}
form button {
  background: #1aa2dc;
  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: #0f5f81;
}
.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: #1aa2dc;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #1aa2dc;
  color: #213747;
  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: #213747;
  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: #1aa2dc;
  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: #0f5f81;
}
.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 19px/32px 'Jost', Helvetica, Arial, sans-serif;
  color: #213747;
  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;
}
hr {
  margin-bottom: 1.58em;
}
a {
  color: #1aa2dc;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
a:hover,
a.active {
  color: #1aa2dc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-size: 2.375em;
  margin: 0 auto 20px;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #005595;
  font-family: 'Playfair Display', serif;
  line-height: 32px;
}
h3 {
  font-size: 25px;
  text-transform: uppercase;
  color: #5495b3;
  font-family: 'Playfair Display', serif;
  line-height: 25px;
}
h4,
h5,
h6 {
  font-size: 25px;
  text-transform: capitalize;
  color: #5495b3;
  font-family: 'Playfair Display', serif;
  line-height: 27px;
}
hr {
  color: #213747;
  background-color: #213747;
  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: 30px;
  line-height: 45px;
  text-transform: uppercase;
  color: #005595;
  display: inline-block;
  text-decoration: none;
  font-family: 'Playfair Display', serif;
}
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: 19px;
  line-height: 32px;
  color: #636363;
  text-transform: capitalize;
  text-decoration: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li 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: #1aa2dc;
  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 #1aa2dc;
  cursor: pointer;
  -webkit-transition-duration: .42s;
  -o-transition-duration: .42s;
  transition-duration: .42s;
}
.cycle-pager div.cycle-pager-active {
  background: #1aa2dc;
}
.cycle-pager div:hover {
  background: #33b1e7;
  border: 1px solid #21aae5;
}
#hd {
  text-align: center;
  width: 100%;
  display: block;
  z-index: 20;
  position: relative;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 103px;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 50px;
  margin-bottom: -20px;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd-right {
  width: 100%;
  float: none;
  text-align: left;
  background: #5c95c0;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
}
#hd-right:before {
  /*content: '';*/
  /*position: absolute;*/
  /*display: block;*/
  /*height: 100%;*/
  /*width: 100%;*/
  /*background: url("../images/topo.png");*/
  /*background-repeat: repeat;*/
  /*opacity: .2;*/
  /*top: 0;*/
  /*left: 0;*/
}
#hd-right .social-icons {
  float: none;
  clear: both;
  display: block;
  background: #1aa2dc;
  display: none;
}
#hd-right .social-icons a {
  display: inline !important;
  color: #FFFFFF;
  margin: 0 5px 0 0;
  width: 20px;
}
#hd-right .social-icons a:nth-last-of-type(1) {
  margin-right: 0;
}
#hd-right .book {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background: #7e9e79;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  z-index: 1000;
}
#hd-right a.patient-login {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background: #7e9e79;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  z-index: 1000;
}
#hd-right a.patient-login span{
  display: inline;
}
#hd-right .book2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background: #006995;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  z-index: 1000;
}
#hd-right .book:hover {
  background: #fff;
  color: #f04e23;
}
#hd-right a.patient-login:hover {
  background: #fff;
  color: #f04e23;
}
#hd-right .book2:hover {
  background: #fff;
  color: #f04e23;
}
#hd-right .book span {
  margin-right: 3px;
  margin-bottom: 3px;
}
#hd-right .book2 span {
  margin-right: 3px;
  margin-bottom: 3px;
}
#hd-right .hd-locations {
  float: none;
  clear: both;
  position: relative;
}
#hd-right .hd-locations .address {
  display: block;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 58px;
  left: 50%;
  margin-left: 52px;
  font-size: 14px;
}
#hd-right .hd-locations .address:hover {
  text-decoration: underline;
}
#hd-right .hd-locations .address span {
  margin-right: 3px;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: block;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -40px;
  font-size: 14px;
  z-index: 200;
}
#hd-right .hd-locations .phone span,
#hd-right .hd-locations a.phone span {
  margin-right: 3px;
}
#hd-right .hd-locations .hd-address:hover,
#hd-right .hd-locations a.phone:hover {
  color: #1aa2dc;
}
#hd-right .cta {
  position: relative;
}

#hd-right .cta ul{
  margin: 0;

}
#hd-right li.patient-login  {
  position: relative;
}
#hd {
  position: relative;
}
#hd #main-nav {
  position: absolute;
  top: -107px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  #hd {
    position: fixed;
    background: #fff;
    z-index: 1000;
  }
  #hd .logo {
    position: relative;
    margin-left: 10px;
    width: auto;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    z-index: 10000;
    max-width: 101px;
  }
  #hd #hd-right .social-icons {
    display: inline-block;
    background: transparent;
    height: 35px;
  }
  #hd #hd-right .social-icons a i {
    font-size: 14px;
  }
  #hd .hd-locations {
    position: absolute;
    top: -1px;
    width: 120px;
    right: 50px;
    text-align: center;
  }
  #hd .hd-locations .phone,
  #hd .hd-locations a.phone {
    margin-left: 0;
    left: auto;
    top: auto;
    z-index: 900;
    display: inline-block;
    position: relative;
    margin-right: 20px;
  }
  #hd .hd-locations .address {
    margin-left: 0;
    left: auto;
    display: inline-block;
    position: relative;
    top: auto;
    margin-right: 20px;
  }
  #hd .cta {
    text-align: right;
    width: 200px;
    margin-left: auto;
    margin-right: 180px;
  }
    #hd li.patient-login  {
    text-align: right;
    width: 200px;
    margin-left: auto;
    margin-right: 180px;
  }
}
@media only screen and (min-width: 64em) {
  body.home #hd .logo {
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  body.scrolled.home #hd .logo {
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  #hd {
    display: block;
    text-align: right;
    height: 132px;
    position: fixed;
    background: #fff;
    z-index: 10000;
  }
  #hd:before {
    display: none;
  }
  #hd .container {
    max-width: 1100px;
  }
  #hd .logo {
    max-width: 151px;
    margin-top: 7px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translateX(35px);
        -ms-transform: translateX(35px);
            transform: translateX(35px);
  }
  #hd .hd-locations {
    width: auto;
    display: inline-block;
    position: relative;
    left: auto;
    margin-right: 0px;
    right: auto;
  }
  #hd .hd-locations .address {
    font-size: 14px;
    font-weight: 300;
    margin-right: 14px;
  }
  #hd .hd-locations .phone,
  #hd .hd-locations a.phone {
    font-size: 16px;
    font-weight: 500;
    margin-right: 8px;
    letter-spacing: .03em;
  }
  #hd #hd-right {
    text-align: right;
    height: 34px;
  }
  #hd #hd-right:before {
    left: -100vw;
    right: -100vw;
    width: auto;
    background-size: 33em;
    opacity: .25;
  }
  #hd #hd-right:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    background: #5c95c0;
    opacity: 1;
    top: 0;
    left: -100vw;
    right: -100vw;
    z-index: -1;
  }
  #hd #hd-right .social-icons a i {
    font-size: 13px;
  }
  #hd #hd-right .cta {
    display: inline-block;
    margin-right: 0;
    width: auto;
  }
    #hd #hd-right li.patient-login  {
    display: inline-block;
    margin-right: 0;
    width: auto;
  }
  #hd #hd-right .book {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .04em;
    width: 115px;
    text-align: center;
    line-height: 39px;
  }
    #hd #hd-right a.patient-login {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .04em;
    width: 125px;
    text-align: center;
    line-height: 39px;
  }
    #hd #hd-right .book2 {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .04em;
    width: 135px;
    text-align: center;
    line-height: 39px;
  }
  #hd #hd-right .book:hover {
    color: #005595;
  }
    #hd #hd-right .patient-login:hover {
    color: #005595;
  }
    #hd #hd-right .book2:hover {
    color: #005595;
  }
  #hd #main-nav {
    position: absolute;
    top: -42px;
    right: 0;
    width: auto;
  }
  #hd #main-nav ul {
    text-align: right;
    vertical-align: top;
  }
  #hd #main-nav ul li.home {
    margin-left: 0;
    color: #fff;
  }
  #hd #main-nav ul li {
    margin: 0 0 0 27px;
    padding: 0 0 16px 0;
    height: 50px;
  }
  #hd #main-nav ul li a {
    font-size: 16px;
    display: inline-block;
    color: #202020;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  #hd #main-nav ul li a:before {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  #hd #main-nav ul li.active > a,
  #hd #main-nav ul li:hover > a {
    position: relative;
    z-index: 1;
    color: #7e9e79;
  }
  #hd #main-nav ul li.active > a:before,
  #hd #main-nav ul li:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    height: 8px;
    width: 8px;
    background: #7e9e79;
    top: 39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  #hd #main-nav ul li.home.active {
    color: #7e9e79;
  }
  #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: 34px 0 20px;
    margin: 0 0 0;
    width: auto;
    min-width: 240px;
    display: none;
    position: absolute;
    left: -19px;
  }
  #hd #main-nav ul ul:after,
  #hd #main-nav ul .open ul:after {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #005595;
    z-index: -2;
    opacity: .89;
  }
  #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: 13px;
    line-height: 24px;
    padding: 0 20px;
    color: #fff;
    width: 100% !important;
  }
  #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: #8ab8cd !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;
  }
}
@media only screen and (min-width: 1300px) {
  #hd #main-nav ul li {
    margin-left: 34px;
  }
}
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
}
#slideshow .ss_overlay {
  display: none;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  #slideshow {
    margin-top: 109px;
  }
  #slideshow .ss_overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 1000;
    width: 250px;
  }
}
@media only screen and (min-width: 64em) {
  #slideshow {
    margin-top: 132px;
  }
  #slideshow .ss_overlay {
    width: auto;
  }
}
#content #bd-callouts .container {
  width: 100% !important;
}
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  clear: both;
}
#bd-callouts a {
  display: block;
  vertical-align: top;
  height: 150px;
  margin: 10px auto;
  margin: 0;
  position: relative;
  border-top: 7px solid #fff;
  z-index: 1;
}
#bd-callouts a .callout-image {
  height: 150px;
}
#bd-callouts a:nth-of-type(1) .callout-img {
  left: 0;
  right: 8px;
  background: url("../images/callout1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#bd-callouts a:nth-of-type(2) {
  margin: 0;
}
#bd-callouts a:nth-of-type(2) .callout-img {
  left: 8px;
  right: 8px;
  background: url("../images/callout2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#bd-callouts a:nth-of-type(3) .callout-img {
  left: 8px;
  right: 0;
  background: url("../images/callout3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#bd-callouts a:before {
  content: '';
  position: absolute;
  display: block;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  opacity: .8;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#bd-callouts a:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: .8;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: -1;
}
#bd-callouts a:hover:before {
  height: 0;
}
#bd-callouts a:hover:after {
  content: '';
  position: absolute;
  display: block;
  height: 150px;
  background: #fff;
  opacity: .8;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: -1;
}
#bd-callouts a:hover h2 {
  color: #10708b;
}
#bd-callouts a:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}
#bd-callouts a img {
  display: none;
}
#bd-callouts a h2 {
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  width: 100%;
  font-size: 24px;
}
#bd-callouts a h2 span {
  font-weight: 300;
}
#bd-callouts a:nth-child(1) {
  background: url("../images/callout1.jpg");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}
#bd-callouts a:nth-child(2) {
  background: url("../images/callout2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#bd-callouts a:nth-child(3) {
  background: url("../images/callout3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#bd-callouts a:nth-child(4) {
  background: url("../images/callout4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 400px) {
  #bd-callouts a {
    height: 200px;
  }
  #bd-callouts a:hover:before {
    height: 0;
  }
  #bd-callouts a:hover:after {
    content: '';
    position: absolute;
    display: block;
    height: 200px;
    background: #fff;
    opacity: .8;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: -1;
  }
  #bd-callouts a:hover h2 {
    color: #0079c1;
  }
}
@media only screen and (min-width: 48em) {
  #bd-callouts {
    padding: 54px 0;
    background: #d7d4cf;
    position: relative;
  }
  #bd-callouts:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/topo.png");
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    opacity: 1;
    top: 0;
    left: 0;
  }
  #bd-callouts a {
    height: 330px;
    font-size: 35px;
    display: inline-block;
    width: 30%;
    border: none;
  }
  #bd-callouts a:nth-child(2) {
    margin: 0 15px;
  }
  #bd-callouts a:hover:before {
    height: 0;
  }
  #bd-callouts a:hover:after {
    content: '';
    position: absolute;
    display: block;
    height: 330px;
    background: #fff;
    opacity: .8;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: -1;
  }
  #bd-callouts a:hover h2 {
    color: #0079c1;
  }
  #bd-callouts a h2 {
    font-size: 25px;
    line-height: 28px;
  }
  #bd-callouts a:nth-child(1) {
    background-position: center 50%;
  }
  #bd-callouts a:nth-child(3) {
    background-position: center 80%;
  }
}
@media only screen and (min-width: 64em) {
  #content #bd-callouts .container {
    width: 100% !important;
    max-width: 100%;
  }
  #bd-callouts {
    padding-bottom: 58px;
  }
  #bd-callouts a {
    width: 33.33%;
    height: 300px;
    border: none;
    margin: 0;
    background: none !important;
    position: relative;
  }
  #bd-callouts a:after {
    width: auto;
  }
  #bd-callouts a:nth-of-type(1) .callout-img {
    left: 0;
    right: 8px;
    background: url("../images/callout1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #bd-callouts a:nth-of-type(1):after {
    left: 0;
    right: 8px;
  }
  #bd-callouts a:nth-of-type(2) {
    margin: 0;
  }
  #bd-callouts a:nth-of-type(2) .callout-img {
    left: 8px;
    right: 8px;
    background: url("../images/callout2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #bd-callouts a:nth-of-type(2):after {
    left: 8px;
    right: 8px;
  }
  #bd-callouts a:nth-of-type(3) .callout-img {
    left: 8px;
    right: 0;
    background: url("../images/callout3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #bd-callouts a:nth-of-type(3):after {
    left: 8px;
    right: 0px;
  }
  #bd-callouts a:before {
    display: none;
  }
  #bd-callouts a:hover:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    background: #fff;
    opacity: .8;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: -1;
  }
  #bd-callouts a:hover h2 {
    color: #005595;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #bd-callouts a .callout-img {
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  #bd-callouts a h2 {
    font-size: 30px;
    letter-spacing: 0em;
    top: 85%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    margin: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #bd-callouts a h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  #bd-callouts a {
    height: 426px;
  }
  #bd-callouts a h2 {
    font-size: 40px;
  }
}
#content {
  z-index: 0;
}
#content .container {
  width: 96%;
  -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;
  background: url("../images/home-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home-content h1 {
  font-size: 40px;
  color: #005595;
  line-height: 40px;
  font-family: 'Playfair Display', serif;
  text-align: center;
  text-transform: uppercase;
}
#home-content h1 span {
  font-size: 30px;
  display: block;
  color: #5495b3;
  font-weight: 400;
  line-height: 10px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  text-transform: initial;
  margin-bottom: 15px;
}
#home-content .square {
  background: #7e9e79;
  height: 13px;
  width: 13px;
  margin: 29px auto 39px;
}
#home-content p,
#home-content li,
#home-content a {
  font-size: 16px;
  line-height: 1.5em;
}
#home-content a {
  text-decoration: none;
}
#home-content a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  #content-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
  #home-content {
    padding: 100px 0;
  }
  #home-content .container {
    width: 550px !important;
  }
  #home-content h1 {
    font-size: 52px;
    line-height: 52px;
  }
  #home-content h1 span {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 64em) {
  #home-content {
    padding-top: 203px;
    padding-bottom: 188px;
  }
  #home-content .container {
    width: 100% !important;
    max-width: 1000px;
  }
  #home-content h1 {
    margin-bottom: 0px;
  }
  #home-content h1 span {
    margin-bottom: 0px;
  }
  #home-content .square {
    margin-top: 35px;
  }
  #home-content #content-text {
    width: 543px;
    text-align: justify;
  }
  #home-content p,
  #home-content li,
  #home-content a {
    font-size: 19px;
    line-height: 32px;
  }
  #home-content .home-content-image {
    background: url("../images/home.jpg");
    background-size: cover;
    background-position: 100% center;
    background-repeat: no-repeat;
    position: absolute;
    top: 96px;
    bottom: 129px;
    width: 50%;
    left: 50%;
    margin-left: 136px;
  }
}
@media only screen and (min-width: 0em) {
  #tagline {
    background: url("../images/tagline.jpg");
    background-size: cover;
    background-position: 30% center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
  }
  #tagline h2 {
    color: #005595;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    width: 250px;
    margin: auto;
    margin-bottom: 30px;
  }
  #tagline p {
    font-size: 16px;
    line-height: 1.5em;
    color: #57544f;
    margin: auto;
    max-width: 400px;
    margin-bottom: 30px;
  }
  #tagline a {
    background: url("../images/learn.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    width: 160px;
    line-height: 56px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  #tagline a i {
    font-size: 13px;
    margin-bottom: 2px;
    margin-left: 2px;
  }
}
@media only screen and (min-width: 375px) {
  #tagline h2 {
    font-size: 40px;
    width: 325px;
  }
}
@media only screen and (min-width: 48em) {
  #tagline {
    text-align: left;
    padding: 100px 0;
    background-position: center;
  }
  #tagline:before {
    display: none;
  }
  #tagline h2 {
    width: 480px;
    margin-bottom: 30px;
  }
  #tagline h2,
  #tagline p {
    margin-left: 0;
  }
  #tagline p {
    color: #4c4c4c;
    width: 350px;
  }
  #tagline a {
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  #tagline {
    padding-top: 125px;
    padding-bottom: 98px;
  }
  #tagline .container {
    width: 96% !important;
    max-width: 1100px !important;
  }
  #tagline h2 {
    margin-bottom: 24px;
    font-size: 52px;
    width: 100%;
  }
  #tagline p {
    width: 100%;
    max-width: 440px;
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 34px;
  }
  #tagline a:hover {
    background: #005595;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 64em) {
  #tagline p {
    max-width: 582px;
  }
}
#services-section {
  padding-top: 50px;
}
#services-section .service {
  -webkit-box-shadow: 1px 7px 15px 0px rgba(0,0,0,0.25);
          box-shadow: 1px 7px 15px 0px rgba(0,0,0,0.25);
  padding: 35px 20px;
  border-radius: 10px;
  width: 300px;
  margin: auto;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  background: url("../images/services-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#services-section .service:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear,left top, left bottom,from(rgba(22,72,122,0.25)),to(rgba(15,106,178,0.8)));
  background: -o-linear-gradient(top,rgba(22,72,122,0.25) 0%,rgba(15,106,178,0.8) 100%);
  background: linear-gradient(to bottom,rgba(22,72,122,0.25) 0%,rgba(15,106,178,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4016487a',endColorstr='#cc0f6ab2',GradientType=0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  top: 0;
  left: 0;
  z-index: -1;
}
#services-section .service h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
#services-section .service p {
  display: none;
}
#services-section .service a {
  display: block;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 44px;
  width: 128px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .05em;
}
#services-section .service a i {
  font-size: 20px;
}
@media only screen and (min-width: 48em) {
  #services-section {
    text-align: center;
    padding: 100px 0;
  }
  #services-section .service {
    display: inline-block;
    margin: 20px;
    height: 240px;
  }
}
@media only screen and (min-width: 64em) {
  #services-section {
    padding: 0;
    background: url("../images/services-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 450px;
  }
  #services-section .service {
    display: inline-block;
    height: 450px;
    position: relative;
    width: 14.2857142857%;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent;
    margin: 0;
  }
  #services-section .service:hover {
    cursor: pointer;
  }
  #services-section .service:hover:before {
    height: 100%;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service:hover .content {
    height: auto;
  }
  #services-section .service:hover h2 {
    color: #fff !important;
  }
  #services-section .service:hover p {
    min-height: 115px;
    height: auto;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service:hover a {
    visibility: visible;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service:hover a:hover {
    background: #1aa2dc;
  }
  #services-section .service:last-of-type {
    border-right: none;
  }
  #services-section .service:before {
    content: '';
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    background: #005595;
    opacity: .55;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    padding: 0 10px;
    height: 40px;
  }
  #services-section .service h2 {
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
  }
  #services-section .service p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff !important;
    overflow: hidden;
    height: 0;
    max-width: 285px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service a {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
  }
  #services-section .service a:hover {
    background: #31aad2;
  }
}
@media only screen and (min-width: 1300px) {
  #services-section .service .content {
    max-width: 300px;
    height: 70px;
  }
  #services-section {
    height: 600px;
  }
  #services-section .service {
    height: 600px;
  }
  #services-section .service h2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
  }
  #services-section .service h2 span {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  #services-section {
    height: 689px;
  }
  #services-section .service {
    height: 689px;
  }
  #services-section .service h2 {
    font-size: 32px;
    line-height: 38px;
  }
  #services-section .service p {
    font-size: 15px;
    line-height: 25px;
  }
}
#connect {
  padding: 50px 0;
  background: url("../images/home-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#connect .connect-graphic {
  background: url("../images/connect.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  margin-bottom: 50px;
}
#connect .connect-graphic a {
  display: block;
}
#connect .connect-graphic a h2 {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
#connect .connect-graphic a h2 span {
  display: block;
}
#connect .social-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
}
#connect .social-icons {
  width: 100%;
  text-align: center;
  z-index: 100;
  margin-bottom: 30px;
}
#connect .social-icons a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
  border: 1px solid #fff;
  width: 20px;
  background: #005595;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
  margin: auto;
  margin-bottom: 5px;
}
#connect .social-icons a:hover {
  background: #000;
}
#connect .social-icons a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 18px;
}
#connect .mountains {
  display: none;
}
@media only screen and (min-width: 48em) {
  #connect {
    padding: 100px 0;
  }
  #connect .connect-graphic {
    width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 64em) {
  #connect {
    padding-top: 109px;
    padding-bottom: 82px;
    position: relative;
    min-height: 781px;
  }
  #connect .container {
    width: 100% !important;
  }
  #connect .social-icons {
    display: block;
    top: 253px;
    right: -30px;
    width: 500px;
    margin-bottom: 26px;
  }
  #connect .social-icons a {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #649eb9;
    border: 2px solid #fff;
    width: 63px;
    height: 63px;
    margin-bottom: 4px;
    position: relative;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #connect .social-icons a:hover {
    background: #7e9e79;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #connect .social-icons a i {
    font-size: 22px;
  }
  #connect .connect-graphic {
    position: absolute;
    width: 50vw;
    height: 615px;
    left: 50%;
    margin-left: 44px;
    top: -25px;
  }
  #connect .connect-graphic a {
    position: absolute;
    left: 58px;
    bottom: 44px;
    color: #fff;
  }
  #connect .connect-graphic a:hover {
    text-decoration: underline;
  }
  #connect .connect-graphic a h2 {
    font-size: 80px;
    line-height: 80px;
    margin: 0;
  }
  #connect .social-wrapper {
    margin-left: 0;
    width: 500px;
  }
  #connect .mountains {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
  }
}
@media only screen and (min-width: 0em) {
  #subnav-outer-wrap {
    background: url("../images/int-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: auto;
    position: relative;
  }
  #subnav-outer-wrap .container {
    height: 100%;
  }
  #subnav-outer-wrap #subnav-outer {
    position: relative;
    padding: 90px 0;
    text-align: center;
    bottom: 0px;
  }
  #subnav-outer-wrap #subnav-outer p {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: .05em;
  }
  #subnav-outer-wrap #subnav-outer p a,
  #subnav-outer-wrap #subnav-outer p .divider {
    display: inline-block;
    vertical-align: top;
  }
  #subnav-outer-wrap #subnav-outer p .divider {
    margin: 0 0.3em;
  }
  #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 {
    color: #84b3d7;
  }
  .interior-content {
    padding: 50px 0;
  }
  .interior-content h1 {
    font-family: 'Playfair Display', serif;
    color: #005595;
    margin-bottom: 50px;
    text-transform: uppercase;
  }
  .interior-content a {
    color: #1aa2dc;
  }
  .interior-content a:hover {
    text-decoration: underline;
  }
  .interior-content ul li {
    position: relative;
  }
  .wrapper {
    position: relative;
  }
  .wrapper:before {
    content: '';
    position: fixed;
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/interior-wrapper.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .wrapper .interior-trees {
    display: none;
    z-index: -1;
  }
  .wrapper .grey-trees {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  #main-content {
    position: relative;
    z-index: 100;
    text-align: justify;
  }
  #main-content h1 {
    font-size: 50px;
  }
  #main-content h1,
  #main-content h2,
  #main-content h3,
  #main-content h4,
  #main-content h5,
  #main-content h6 {
    text-align: left;
  }
  .int-mountain {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .interior-content {
    padding: 80px 0;
  }
  .interior-content h1 {
    font-size: 70px;
  }
  #main-content {
    width: 55%;
  }
  .wrapper .grey-trees {
    display: none;
  }
  .wrapper .interior-trees {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 64em) {
  #subnav-outer-wrap {
    margin-top: 130px;
    height: 292px;
    background-position: center 100%;
  }
  #subnav-outer-wrap:before {
    display: none;
  }
  #subnav-outer-wrap #subnav-outer {
    padding: 89px 0;
  }
  #subnav-outer-wrap #subnav-outer p {
    width: 750px;
  }
  #main-content {
    width: 100%;
    max-width: 605px;
  }
  #main-content h1 {
    margin-bottom: 35px;
  }
  .interior-content {
    padding-top: 59px;
    min-height: 800px;
  }
  #sidebar {
    -webkit-transform: translateY(9px) translateX(-3px);
        -ms-transform: translateY(9px) translateX(-3px);
            transform: translateY(9px) translateX(-3px);
    width: 357px;
  }
  #sidebar img {
    max-width: 357px;
  }
  body.layout-full-width #main-content {
    width: 100% !important;
    max-width: 100%;
  }
}
#ft {
  background: #053a84;
  padding: 50px 0;
}
#ft .pin {
  display: none;
}
#ft .ft-map {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
#ft .ft-map img {
  display: block;
  margin: auto;
}
#ft .ft-location .ft-phone,
#ft .ft-location .phone {
  color: #fff;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 16px;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
}
#ft .ft-location .ft-address {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 307px;
  text-align: center;
  display: block;
  margin-bottom: 26px;
  text-transform: uppercase;
}
#ft .ft-location .ft-address:hover {
  text-decoration: underline;
}
#ft .back-to-top {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
}
#ft .sitemap-link,
#ft .sesame-link {
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .01em;
}
#ft .sitemap-link img,
#ft .sesame-link img {
  margin-right: 5px;
  width: 24px;
}
@media only screen and (min-width: 48em) {
  #ft {
    padding-top: 100px;
  }
  #ft .ft-location .ft-address {
    margin-bottom: 24px;
  }
  #ft .design-left {
    text-align: center;
  }
  #ft .sesame-link,
  #ft .sitemap-link,
  #ft .back-to-top-pipe {
    display: inline-block;
    color: #fff;
    font-size: 12px;
  }
  #ft .sesame-link:hover,
  #ft .sitemap-link:hover,
  #ft .back-to-top-pipe:hover {
    text-decoration: underline;
  }
  #ft .back-to-top {
    margin-bottom: 20px;
  }
  #ft .back-to-top:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #ft .back-to-top-pipe {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 64em) {
  #ft {
    padding: 0;
    background: url("../images/footer-map.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 539px;
  }
  #ft .container {
    height: 539px;
    width: 100% !important;
  }
  #ft .pin {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -269px;
    top: 206px;
    z-index: 100;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }
  #ft .pin: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 .ft-map {
    margin-bottom: 45px;
  }
  #ft .ft-location {
    padding-top: 71px;
    height: 100%;
    width: 457px;
    background: rgba(0,85,149,0.86);
    margin: 0 0 0 auto;
  }
  #ft .ft-location .phone {
    font-size: 27px;
    margin-bottom: 18px;
  }
}
form button {
  background: #1aa2dc;
  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: #0f5f81;
}
.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: #1aa2dc;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #1aa2dc;
  color: #213747;
  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: #213747;
  border: 1px solid #213747;
  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: #1aa2dc;
  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: #0f5f81;
}
.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: #1aa2dc;
}
#fc-calculator input[type=range]::-moz-range-thumb {
  background: #1aa2dc;
}
#fc-calculator input[type=range]::-ms-thumb {
  background: #1aa2dc;
}
#fc-calculator #payment-calculation .fc-col2 {
  color: #1aa2dc;
}
#fc-calculator #payment-calculation input[type='text'] {
  color: #1aa2dc;
}
@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 {
    display: block;
    float: left;
    padding: 2px 0 30px 0;
  }
  body.sitemap #sidebar {
    display: none !important;
  }
  #sidebar {
    float: right;
    display: inline;
    text-align: right;
    margin: 6px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
}
@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;
  }
  nav.horizontal ul li {
    float: none;
  }
  #slideshow {
    width: 100%;
    padding: 0;
    z-index: 0;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
}