.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;
  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;
  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;
  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;
  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 {
  transform: scale(.9);
}
#main-nav .open .trigger {
  background: none;
}
#main-nav .open .trigger .nav-icon {
  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) {
  transform: rotate(44deg);
}
#main-nav .open .nav-icon span:nth-child(3) {
  transform: rotate(-44deg);
}
#main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#main-nav .collapsible {
  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;
  transition: .7s;
}
#main-nav ul {
  position: relative;
  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;
  transition: .3s;
}
#main-nav ul ul {
  padding: 0;
  transition: .5s;
  display: block;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  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 {
  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: #8a72ad !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: #8a72ad;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 38px;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #333333;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #8a72ad;
}
.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%;
  box-sizing: border-box;
}
.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 0;
  color: #8a72ad;
  font-size: 2.8em;
}
.office_tour.cycle-slideshow .slide-control i {
  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 {
  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 {
  transform-origin: right center;
}
.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}
.office_tour.cycle-slideshow .slide-control:hover i {
  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 #8a72ad;
}
.office-tour-pager a.cycle-pager-active {
  background: #8a72ad;
}
.office-tour-pager a:hover {
  background: #9d89ba;
  border: 1px solid #927cb3;
}
form button {
  background: #8a72ad;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  transition-duration: 0.5s;
}
form button:hover {
  background: #584475;
}
.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: #8a72ad;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #8a72ad;
  color: #333333;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  padding: 20px 0 30px;
}
form#blog_search label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}
form#blog_search input {
  background: #FFFFFF;
  color: #333333;
  border: 1px solid rgba(0,0,0,0.4);
  width: 70%;
  margin: 6px auto;
  transition: all .15s linear;
}
form#blog_search input:hover {
  background: #ebebeb;
}
form#blog_search button {
  display: block;
  background: #8a72ad;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  transition: all .25s linear;
  margin: 5px auto 0;
  border-radius: 4px;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #584475;
}
.columns {
  display: inline;
  float: left;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  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;
    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;
    box-sizing: border-box;
    border: none;
    white-space: nowrap;
    display: block;
    position: relative;
    transition: .4s;
  }
}
@font-face {
  font-family: "GeoSans";
  src: url("../fonts/GeosansLight-webfont.eot");
  src: url("../fonts/GeosansLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/GeosansLight-webfont.woff2") format("woff2"), url("../fonts/GeosansLight-webfont.woff") format("woff"), url("../fonts/GeosansLight-webfont.ttf") format("truetype"), url("../fonts/GeosansLight-webfont.svg#geosanslightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.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 {
  box-sizing: border-box;
}
body {
  font: normal normal 20px/32px 'Poppins', Helvetica, Arial, sans-serif;
  color: #333333;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
hr {
  margin-bottom: 1.58em;
}
a {
  color: #8a72ad;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
a:hover,
a.active {
  color: #8a72ad;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-size: 40px;
  margin: 0 auto 20px;
  color: #68508a;
  font-family: 'GeoSans', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.04em;
}
h2 {
  font-size: 24px;
  line-height: 26px;
  color: #6dae58;
  font-family: 'GeoSans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .04em;
}
h3 {
  font-size: 22px;
  line-height: 24px;
  color: #4e6e42;
  font-family: 'GeoSans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .04em;
}
h4,
h5,
h6 {
  font-size: 20px;
  line-height: 22px;
  color: #8a72ad;
  font-family: 'GeoSans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .04em;
}
hr {
  color: #333333;
  background-color: #333333;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 276px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
.office-hours {
  margin-bottom: 1.58em;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
body.sitemap #main-content {
  width: 100%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-size: 24px;
  color: #6dae58;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: .04em;
  font-family: 'GeoSans', sans-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: 20px;
  line-height: 36px;
  color: #333333;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
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%;
  box-sizing: border-box;
}
.office_tour .cycle-slideshow .slide-control {
  z-index: 900;
  user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 20px 0;
  color: #8a72ad;
  font-size: 2.8em;
}
.office_tour .cycle-slideshow .slide-control i {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-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;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.office_tour .cycle-slideshow .slide-control.cycle-next {
  right: 0;
  text-align: right;
  direction: rtl;
}
.office_tour .cycle-slideshow .slide-control.cycle-next i {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.office_tour .cycle-slideshow .slide-control:hover {
  cursor: pointer;
}
.office_tour .cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
.cycle-pager {
  text-align: center;
}
.cycle-pager div {
  margin: 2.5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 999em;
  border: 1px solid #8a72ad;
  cursor: pointer;
  -webkit-transition-duration: .42s;
  -moz-transition-duration: .42s;
  -o-transition-duration: .42s;
  -ms-transition-duration: .42s;
  transition-duration: .42s;
}
.cycle-pager div.cycle-pager-active {
  background: #8a72ad;
}
.cycle-pager div:hover {
  background: #9d89ba;
  border: 1px solid #927cb3;
}
#hd {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  z-index: 100000;
  background: #fff;
}
#hd .container {
  width: 100% !important;
  padding: 0 10px;
}
#hd .logo {
  width: 200px;
  display: block;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
#hd .logo img {
  width: 100%;
}
#hd #main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hd-right .hd-locations {
  text-align: center;
}
#hd-right .hd-locations a,
#hd-right .hd-locations a.phone {
  display: inline-block;
  color: #64636a;
  text-transform: uppercase;
}
#hd-right .hd-locations a i,
#hd-right .hd-locations a.phone i {
  margin-right: 4px;
  margin-bottom: 2px;
}
#hd-right .hd-locations .social-icons a {
  color: #585d5f;
  font-size: 11px;
  margin-right: 7px;
}
#hd-right .hd-locations .social-icons a:last-of-type {
  margin-right: 0;
}
#hd-right .hd-locations .phone {
  color: #272a2a;
  font-size: 16px;
  margin-right: 10px;
  line-height: 34px;
}
#hd-right .hd-locations .phone i {
  color: #6dae58;
  margin-right: 5px;
  margin-bottom: 2;
}
#hd-right .hd-locations .login {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  padding: 5px 0;
  text-align: center;
  width: 120px;
  background: #8a72ad;
  box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.17);
}
#hd-right .hd-locations .hd-address {
  font-size: 12px;
  background: #6dae58;
  color: #fff;
  line-height: 18px;
  padding: 5px 0;
  text-align: center;
  width: 100px;
  margin: 10px auto;
  display: inline-block;
  box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.17);
}
#hd-right .hd-locations .hd-address i {
  margin-bottom: 2px;
  margin-right: 6px;
}
#hd {
  position: relative;
  z-index: 1000;
}
#hd .container {
  width: 100% !important;
}
#hd #main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hd #main-nav .trigger .nav-icon span {
  background: #8a72ad;
}
#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: #8a72ad;
  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);
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #hd .logo {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  #hd-right .hd-locations {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  #hd {
    padding-bottom: 0;
  }
  #hd .logo {
    width: auto;
    text-align: left;
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #hd #hd-right {
    margin-right: 50px;
    margin-top: 20px;
  }
  #hd #hd-right .hd-locations {
    text-align: right;
  }
  #hd #hd-right .hd-address {
    margin-right: 0;
  }
}
@media only screen and (min-width: 64em) {
  body.home #hd .logo img {
    opacity: 0;
  }
  body.scrolled.home #hd .logo {
    transition: .3s ease;
  }
  body.scrolled.home #hd .logo img {
    opacity: 1;
    transition: .3s ease;
  }
  body.scrolled.home #slideshow .scroll {
    transform: translate(-700px,-500px);
    transition: .3s ease;
  }
  #hd {
    display: block;
    height: 112px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 999999999;
  }
  #hd:before {
    content: '';
    position: absolute;
    display: block;
    height: 34px;
    width: 100%;
    background: #fff;
    opacity: 1;
    top: 0;
    left: 0;
  }
  #hd .container {
    padding: 0;
  }
  #hd .logo {
    max-width: 100%;
    margin-top: 13px;
    z-index: 10000;
    position: relative;
    width: auto;
  }
  #hd .logo .scroll {
    display: block;
    position: absolute;
  }
  #hd #hd-right {
    position: relative;
    z-index: 1000;
    margin-top: 13px;
    margin-right: 7px;
  }
  #hd #hd-right .social-icons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
    position: relative;
  }
  #hd #hd-right .social-icons:before {
    content: '';
    position: absolute;
    display: block;
    height: 34px;
    width: 1px;
    background: #d4d6d8;
    opacity: 1;
    top: 0;
    right: -17px;
  }
  #hd #hd-right .social-icons a {
    transition: .3s ease;
  }
  #hd #hd-right .social-icons a:hover {
    transform: translateY(-5px);
    transition: .3s ease;
  }
  #hd #hd-right .hd-locations {
    transform: translateY(-1px);
  }
  #hd #hd-right .hd-locations .address {
    vertical-align: middle;
  }
  #hd #hd-right .hd-locations .address:hover {
    background: transparent;
    text-decoration: underline;
  }
  #hd #hd-right .hd-locations .phone {
    font-size: 16px;
    letter-spacing: 0em;
    padding: 0;
    margin-right: 12px;
    height: auto;
    display: inline-block;
    transform: translateY(2px);
    line-height: 34px;
  }
  #hd #hd-right .hd-locations .phone i {
    margin-right: 5px;
    font-size: 16px;
  }
  #hd #hd-right .hd-locations .login {
    width: 167px;
    font-size: 12px;
    margin-right: 2px;
    vertical-align: middle;
    padding: 0;
    line-height: 34px;
  }
  #hd #hd-right .hd-locations .login:hover {
    background: #5b3e83;
  }
  #hd #hd-right .hd-locations .hd-address {
    display: inline-block;
    padding: 0;
    width: 120px;
    line-height: 34px;
    margin: 0;
    vertical-align: middle;
  }
  #hd #hd-right .hd-locations .hd-address:hover {
    background: #478d31;
  }
  #hd #hd-right .hd-locations .hd-address i {
    margin-right: 0;
  }
  #hd #main-nav {
    position: absolute;
    top: 57px;
    right: -3px;
    width: auto;
  }
  #hd #main-nav ul {
    text-align: right;
    vertical-align: top;
  }
  #hd #main-nav ul li.home {
    margin-left: 0;
  }
  #hd #main-nav ul li {
    margin: 0 0 0 0px;
    padding: 0 0px 16px 0px;
    height: 50px;
  }
  #hd #main-nav ul li a {
    font-size: 21px;
    display: inline-block;
    color: #68508a;
    letter-spacing: .06em;
    height: 45px;
    line-height: 45px;
    padding: 0 15px 21px 15px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'GeoSans', sans-serif;
  }
  #hd #main-nav ul li.active > a:before,
  #hd #main-nav ul li:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    height: 37px;
    width: 100%;
    border: 1px solid #8a72ad;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    pointer-events: none;
  }
  #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: 30px 0 20px;
    margin: 0 0 0;
    width: auto;
    min-width: 240px;
    display: none;
    position: absolute;
    left: 0px;
  }
  #hd #main-nav ul ul:after,
  #hd #main-nav ul .open ul:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #68508a;
    opacity: 1;
    z-index: -2;
  }
  #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: .06em;
    font-size: 18px;
    line-height: 39px;
    color: #fff;
    padding: 0 30px;
    width: 100% !important;
    opacity: .95;
    font-family: 'GeoSans', sans-serif;
  }
  #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 {
    content: " ";
    background: #6dae58;
    position: absolute;
    display: block;
    top: 0;
    left: 8px;
    bottom: 0;
    right: 8px;
    z-index: -1;
    opacity: 0;
    transition: .4s;
    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;
    transform: none;
  }
  #hd #main-nav ul ul li a:hover:before,
  #hd #main-nav ul ul li.active a:before,
  #hd #main-nav ul .open ul li a:hover:before,
  #hd #main-nav ul .open ul li.active a:before {
    display: none !important;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .container {
    width: 100% !important;
    max-width: 1200px;
  }
}
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
  height: 200px;
  overflow: hidden;
}
#slideshow #bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
}
#slideshow .scroll {
  display: none;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  #slideshow {
    height: 400px;
  }
}
@media only screen and (min-width: 64em) {
  #slideshow {
    height: 500px;
    margin-top: 112px;
  }
  #slideshow .scroll {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    transition: .3s ease;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: 686px;
  }
}
#callouts {
  padding: 50px 0;
  background: url("../images/callout-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 5px solid #fff;
  border-bottom: 10px solid #fff;
}
#callouts a {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  padding: 20px 0;
  width: 300px;
  box-shadow: 8px 13px 15px 0px rgba(0,0,0,0.24);
  position: relative;
  background: #fff;
}
#callouts a:before {
  content: '';
  position: absolute;
  display: block;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border: 1px solid #8a72ad;
  pointer-events: none;
}
#callouts a img {
  display: none;
}
#callouts a h2 {
  text-align: center;
  margin: 0;
  color: #8a72ad;
  font-weight: bold;
  text-transform: uppercase;
}
#callouts a h2 span {
  display: block;
  text-transform: capitalize;
  font-weight: normal;
}
@media only screen and (min-width: 48em) {
  #callouts {
    text-align: center;
    padding: 100px 0 50px;
  }
  #callouts a {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 20px;
    margin-bottom: 150px;
    z-index: 1;
    background: transparent;
    box-shadow: none;
  }
  #callouts a:last-of-type {
    /* margin-bottom: 100px; */
  }
  #callouts a:hover h2 {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    transition: .3s ease;
    text-align: center;
    width: 100%;
  }
  #callouts a:hover:after {
    height: 80%;
    width: 80%;
    transition: .3s ease;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    border-radius: 0;
    box-shadow: none;
    opacity: .9;
  }
  #callouts a:before {
    display: none;
  }
  #callouts a:after {
    content: '';
    position: absolute;
    display: block;
    height: 69px;
    width: 172px;
    border-radius: 5px;
    background: #8a72ad;
    opacity: 1;
    bottom: -32px;
    left: 20px;
    z-index: 1;
    transition: .3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #callouts a img {
    display: block;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
  }
  #callouts a .hover-tooth {
    display: none;
  }
  #callouts a h2 {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: -81px;
    font-size: 24px;
    z-index: 2;
    transition: .3s ease;
    width: 100%;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  #callouts a h2 span {
    display: block;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 64em) {
  #callouts {
    padding-top: 105px;
    padding-bottom: 160px;
  }
  #callouts a {
    width: 22%;
    margin: 0;
    margin-right: 20px;
  }
  #callouts a:last-of-type {
    margin: 0;
  }
  #callouts a:before {
    border: 2px solid #fff;
    right: 10px;
    left: 10px;
    top: 10px;
    bottom: 10px;
  }
  #callouts a h2 {
    font-size: 1.4em;
    line-height: 32px;
    font-weight: 400;
    bottom: -84px;
  }
  #callouts a h2 span {
    font-weight: 400;
  }
}
@media only screen and (min-width: 1300px) {
  #callouts {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #callouts a {
    margin: 0 43px 0px 0;
    width: 20%;
  }
  #callouts a:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 0em) {
  #content {
    z-index: 0;
  }
  #content .container {
    width: 96% !important;
    -webkit-box-sizing: border-box;
    -moz-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: 0;
    background: url("../images/home-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #home-content a {
    text-decoration: underline;
    color: #8a72ad;
  }
  #home-content a:hover {
    color: #6dae58;
  }
  #home-content a:hover {
    color: #8b0656;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    -ms-transition: 0s linear;
    transition: 0s linear;
  }
  #home-content .container {
    background: rgba(255,255,255,0.9);
    padding: 100px 20px 50px;
  }
  #home-content h1 {
    font-size: 30px;
    text-align: center;
    line-height: 41px;
    text-transform: uppercase;
    color: #a52372;
    margin-bottom: 50px;
    letter-spacing: 3px;
    font-family: 'GeoSans', sans-serif;
    letter-spacing: .04em;
    font-weight: normal;
  }
  #home-content h1 span {
    display: block;
  }
  #home-content h1 .top {
    color: #6dae58;
    font-size: 25px;
  }
  #home-content h1 .middle {
    color: #68508a;
    font-size: 40px;
  }
  #home-content h1 .bottom {
    color: #8a72ad;
    font-size: 25px;
  }
  #home-content p,
  #home-content li,
  #home-content a {
    font-size: 16px;
    line-height: 1.5em;
  }
  #home-content h1,
  #home-content h2,
  #home-content h3,
  #home-content h4,
  #home-content h5,
  #home-content h6 {
    text-transform: uppercase;
  }
  #home-content .sub {
    font-size: 24px;
    color: #80a287;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: auto;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 37px;
  }
  #home-content p,
  #home-content li {
    color: #333;
  }
  #home-content .content-image {
    width: 44px;
    margin: auto;
    margin-bottom: 47px;
    position: relative;
  }
  #home-content .content-image:before {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 90px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -110px;
  }
  #home-content .content-image:after {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    width: 90px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -110px;
  }
  #home-content .content-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  #home-content {
    background: url("../images/home-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
  }
  #home-content .container {
    padding: 0 40px;
    padding-top: 88px;
    padding-bottom: 94px;
    position: relative;
    z-index: 1;
    width: 645px !important;
    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.6);
  }
  #home-content p,
  #home-content li,
  #home-content a {
    font-size: 20px;
    line-height: 36px;
  }
  #home-content h1 {
    margin-bottom: 50px;
  }
  #home-content h1 span {
    margin-bottom: 8px;
    line-height: auto;
  }
  #home-content h1 .top {
    font-size: 33px;
  }
  #home-content h1 .middle {
    font-size: 55px;
  }
  #home-content h1 .bottom {
    font-size: 48px;
  }
  #home-content .sub {
    font-size: 29px;
  }
  #home-content .content-image:before {
    display: block;
    width: 273px;
    height: 10px;
    left: -300px;
  }
  #home-content .content-image:after {
    display: block;
    width: 273px;
    height: 10px;
    right: -300px;
  }
  #home-content #content-text {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 64em) {
  #home-content {
    background-attachment: fixed;
    background-size: 180%;
    padding-top: 0;
  }
  #home-content .container {
    padding: 93px 40px 63px;
    max-width: 565px !important;
  }
  #home-content h1 {
    font-weight: bold;
  }
  #home-content h1 .top {
    margin-bottom: 2px;
  }
  #home-content h1 .middle {
    margin-bottom: 5px;
  }
  #home-content h1 .bottom {
    font-size: 53px;
  }
  #home-content #content-text {
    columns: 1;
    text-align: justify;
    column-gap: 52px;
  }
}
@media only screen and (min-width: 1300px) {
  #home-content {
    background-size: 140%;
  }
}
#subnav-outer-wrap {
  min-height: 224px;
  background-position: 70% 100%;
  position: relative;
  z-index: 1;
}
#subnav-outer-wrap:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #68508a;
  opacity: .76;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 100;
}
#subnav-outer-wrap #random-image {
  position: absolute;
  object-fit: cover;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#subnav-outer-wrap .container {
  width: 100% !important;
}
#subnav-outer-wrap #subnav-outer {
  position: relative;
  padding: 120px 0 20px;
  text-align: center;
  z-index: 101;
  transform: translateY(1px);
}
#subnav-outer-wrap #subnav-outer p {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 18px;
  font-size: 15px;
  max-width: 461px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
#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: #fff;
  text-decoration: underline;
}
.interior-content {
  padding: 81px 0 20px;
}
#main-content h1 {
  margin: 0;
  margin-bottom: 30px;
}
#main-content p,
#main-content a,
#main-content li {
  font-size: 16px;
  line-height: 1.5em;
}
#main-content a {
  color: #8a72ad;
  text-decoration: underline;
}
#main-content a:hover {
  color: #6dae58;
}
@media only screen and (min-width: 48em) {
  #main-content {
    width: 62%;
    position: relative;
    z-index: 100000;
  }
  #main-content h1 {
    font-size: 55px;
    letter-spacing: .04em;
    margin-bottom: 25px;
  }
  .interior-content {
    padding-top: 82px;
  }
  body.sitemap #subnav-outer-wrap {
    background: url("../images/int-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 112px;
  }
  #subnav-outer-wrap {
    background: transparent;
  }
  #subnav-outer-wrap:before {
    display: none;
  }
  #subnav-outer-wrap .spacer {
    min-height: 300px;
  }
  #subnav-outer-wrap .container {
    width: 100% !important;
    background: #ffffff;
    position: relative;
  }
  #subnav-outer-wrap .container:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    opacity: 1;
    bottom: 0;
    left: 0;
  }
  #subnav-outer-wrap #subnav-outer {
    padding: 30px 0;
  }
  #subnav-outer-wrap #subnav-outer p {
    max-width: 750px;
  }
  #subnav-outer-wrap #subnav-outer p,
  #subnav-outer-wrap #subnav-outer a {
    color: #64636a;
  }
  #subnav-outer-wrap #subnav-outer a.active,
  #subnav-outer-wrap #subnav-outer a:hover {
    color: #6dae58;
  }
  #subnav-outer-wrap #subnav-outer:before {
    height: 100px;
  }
  #hide-stock {
    width: 100%;
    position: relative;
  }
  #sidebar {
    width: 32%;
  }
  #sidebar img {
    max-width: 324px;
  }
}
@media only screen and (min-width: 64em) {
  #main-content {
    width: 60%;
    max-width: 756px;
    text-align: justify;
  }
  #main-content p,
  #main-content li,
  #main-content a {
    font-size: 20px;
    line-height: 36px;
  }
  #main-content h1,
  #main-content h2,
  #main-content h3,
  #main-content h4,
  #main-content h5,
  #main-content h6 {
    text-align: left;
  }
  #subnav-outer-wrap {
    margin-top: 112px;
  }
  #subnav-outer-wrap .container {
    width: 100% !important;
    max-width: 100%;
  }
  #subnav-outer-wrap #subnav-outer {
    padding-top: 27px;
    padding-bottom: 28px;
  }
  #hide-stock {
    position: relative;
  }
  #sidebar img {
    max-width: 324px;
    width: 324px;
    transform: translateY(4px);
  }
}
@media only screen and (min-width: 1300px) {
  #subnav-outer-wrap .spacer {
    min-height: 400px;
  }
  body.sitemap #subnav-outer-wrap {
    min-height: 400px;
  }
  #main-content {
    width: 765px;
  }
  .container {
    max-width: 1200px;
  }
}
#ft {
  background: url("../images/footer-right.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  display: table;
  padding: 80px 0 30px;
}
#ft .ft-location {
  max-width: 320px;
  margin: auto;
  padding: 0 2%;
}
#ft .ft-location .footer-logo {
  width: 300px;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
#ft .ft-location .ft-map {
  width: 100%;
  max-width: 196px;
  display: none;
}
#ft .ft-location .ft-map img {
  width: 100%;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 21px;
}
#ft .ft-location .ft-address:hover {
  text-decoration: underline;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  font-size: 22px;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
}
#ft .ft-location .social-icons {
  margin-bottom: 50px;
}
#ft .ft-location .social-icons a {
  color: #fff;
  font-size: 13px;
  margin: 0 2px;
  display: inline-block;
}
#ft .map {
  display: none;
}
#ft .design-left .sesame-link,
#ft .design-left .sitemap-link {
  display: block;
  color: #fff;
  font-size: 12px;
}
#ft .design-left .sesame-link img,
#ft .design-left .sitemap-link img {
  margin-right: 7px;
  width: 16px;
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #ft-design-credit {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 48em) {
  #ft {
    padding: 100px 0;
  }
  #ft .ft-location {
    width: 350px;
    max-width: 100%;
  }
  #ft .design-left .sesame-link,
  #ft .design-left .sitemap-link {
    display: inline-block;
  }
  #ft .design-left .back-to-top-pipe {
    color: #fff;
    font-size: 12px;
    display: inline-block;
  }
}
@media only screen and (min-width: 64em) {
  #ft {
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    border-top: 10px solid #fff;
  }
  #ft .ft-location {
    display: inline-block;
    width: 50%;
    height: 467px;
    background: url("../images/footer-right.jpg");
    background-size: cover;
    background-position: center;
    vertical-align: top;
    background-repeat: no-repeat;
    max-width: 5000px;
    padding: 0;
    position: relative;
  }
  #ft .ft-location .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 137px;
  }
  #ft .ft-location .footer-logo {
    width: 100%;
    margin-bottom: 36px;
  }
  #ft .ft-location .phone {
    margin-bottom: 10px;
  }
  #ft .ft-location .social-icons a {
    transition: .3s ease;
  }
  #ft .ft-location .social-icons a:hover {
    transform: translateY(-7px);
    transition: .3s ease;
  }
  #ft .ft-location .design-left .sesame-link:hover,
  #ft .ft-location .design-left .sitemap-link:hover {
    text-decoration: underline;
  }
  #ft .map {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 467px;
    background: url("../images/footer-tablet.jpg");
    background-size: auto;
    background-position: 100% center;
    background-repeat: no-repeat;
    position: relative;
  }
  #ft .map .pin {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -70px;
    transition: .3s ease;
  }
  #ft .map .pin:hover {
    transform: translateY(-7px);
    transition: .3s ease;
  }
}
@media only screen and (min-width: 1300px) {
  #ft {
    border-top: 18px solid #fff;
  }
  #ft .ft-location {
    height: 570px;
  }
  #ft .ft-location .content {
    top: 146px;
    transform: none;
  }
  #ft .ft-location .footer-logo {
    margin-bottom: 33px;
  }
  #ft .ft-location .phone {
    font-family: 'GeoSans', sans-serif;
    margin-bottom: 9px;
  }
  #ft .ft-location .social-icons {
    margin-bottom: 85px;
  }
  #ft .map {
    height: 569px;
    background: url("../images/footer-map.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #ft .map .pin {
    margin-left: 20px;
    top: 250px;
  }
}
#ft-design-credit {
  display: block;
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
#ft-design-credit .back-to-top {
  display: block;
  margin: auto;
  background: #4e6e42;
  width: 52px;
  height: 52px;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.17);
}
#ft-design-credit .back-to-top:hover {
  background: #8a72ad;
}
#ft-design-credit .back-to-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #ft .design-left .back-to-top-pipe {
    margin: 0 3px;
  }
}
@media only screen and (min-width: 1300px) {
  #ft-design-credit {
    height: 112px;
    padding-top: 30px;
  }
}
form button {
  background: #8a72ad;
  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;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #584475;
}
.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: #8a72ad;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #8a72ad;
  color: #333333;
  margin: 10px 0 0;
  padding: 10px 10px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #FFFFFF;
  color: #333333;
  border: 1px solid #333333;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #8a72ad;
  color: #FFFFFF;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #584475;
}
.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;
  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: #8a72ad;
}
#fc-calculator input[type=range]::-moz-range-thumb {
  background: #8a72ad;
}
#fc-calculator input[type=range]::-ms-thumb {
  background: #8a72ad;
}
#fc-calculator #payment-calculation .fc-col2 {
  color: #8a72ad;
}
#fc-calculator #payment-calculation input[type='text'] {
  color: #8a72ad;
}
@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%;
    max-width: 100%;
  }
  body.st-charles-office #main-content {
    width: 62%;
  }
  body.st-charles-office #sidebar,
  body.st-charles-office #hide-stock {
    display: inline-block;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  
    body.meet-the-team #main-content .staff-left{
   display:inline-block;
   width:70%
  }
    body.meet-the-team #main-content .img-right{
   display:inline-block;
   width:25%
  }
  
  .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%;
  }
}
