/* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* White */
/* Body Text */
/* Links, H1 */
/* H3 */
/* H4 */
/* Main Nav Active */
/* DD Bkg */
/* DD Active Text */
/* HR */
/* ===============================================
					Mixins 
=============================================== */
.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);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* Body */
body {
  font: normal normal 20px/27px 'Lato', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #7c7c7c;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #52748d;
  -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: #8d9266;
}
#home-content a,
#main-content a {
  font-weight: 700;
  font-style: italic;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  color: #52748d;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: -0.024em;
  font-weight: 700;
  margin: 0 auto 20px;
}
.home header h1 {
  text-align: center;
}
.home header h1 span {
  font-weight: 300;
}
h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #52748d;
  font-weight: 700;
}
h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: #8d9266;
  font-weight: 700;
}
h4,
h5,
h6 {
  font-size: 1em;
}
hr {
  color: #abb189;
  background-color: #abb189;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.home header hr {
  margin: 22px 0 30px;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 356px;
  border-radius: 50%;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
/* List Styling */
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;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* Sitemap */
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-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #52748d;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #52748d;
  font-style: italic;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #8d9266;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  background: #8daec2;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 229px;
  margin: 0 auto 10px;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*background: #fff;*/
  /*border-left: #8daec2 2px solid;*/
  /*border-right: #8daec2 2px solid;*/
  /*border-bottom: #8daec2 2px solid;*/
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd .logo:hover {
  transform: translateY(-5px);
}
#hd-right {
  width: 100%;
  float: none;
  text-align: center;
      -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  /* Header Locations */
}
#hd-right .hd-locations {
  margin: 20px auto;
}
#hd-right .hd-locations .hd-address {
  display: block;
  font-family: 'Montserrat', sans-serif;
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-decoration: none;
  color: #ffffff;
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
#hd-right .hd-locations .hd-address .mob-block {
  display: block;
}
#hd-right .hd-locations .hd-address .comma {
  display: none;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  color: #ffffff;
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
}
#hd-right .hd-locations .hd-address:hover,
#hd-right .hd-locations a.phone:hover {
  color: #d6dda6;
}
#hd-left {
  width: 100%;
  float: none;
  text-align: center;
  /* Header Locations */
      -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#hd-left .hd-locations {
  margin: 20px auto;
}
#hd-left .hd-locations .hd-address {
  display: block;
  font-family: 'Montserrat', sans-serif;
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-decoration: none;
  color: #ffffff;
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
#hd-left .hd-locations .hd-address .mob-block {
  display: block;
}
#hd-left .hd-locations .hd-address .comma {
  display: none;
}
#hd-left .hd-locations .phone,
#hd-left .hd-locations a.phone {
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  color: #ffffff;
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
}
#hd-left .hd-locations .hd-address:hover,
#hd-left .hd-locations a.phone:hover {
  color: #d6dda6;
}
/* Social Icons */
.social-icons {
  margin: 10px auto;
      -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.social-icons a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: #a8ae82;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  margin: 0 0 0 5px;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.social-icons a .fa {
  vertical-align: top;
  margin-top: 6px;
}
.social-icons a:hover {
  background: #d6dda6;
  color: #7393ab;
}
#sticky-right a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  height: 40px;
}
#sticky-right a .text-wrap {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#sticky-right .sticky-01 {
  background: #9ba27b;
}
#sticky-right .sticky-02 {
  background: #52748d;
}
#sticky-right .sticky-01:hover {
  color: #52748d;
}
#sticky-right .sticky-02:hover {
  color: #d6dda6;
}
/* Main Nav */
.top-nav {
  /*border-top: 1px solid #52748d;*/
}
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #ffffff;
  /*background: url(../images/wood-nav.jpg) top center no-repeat;*/
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  margin: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.65em;
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
#main-nav .trigger {
  margin: 0px;
  padding: 16px 20px 12px;
}
#main-nav .trigger i {
  float: right;
  font-size: 21px;
  margin: 2px 0 0;
}
#main-nav ul li a {
  background: #8daec2;
  border-bottom: 1px solid #52748d;
  color: #ffffff;
  padding: 8px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active > a,
#main-nav ul li:hover > a {
  background: #8daec2;
  color: #d6dda6;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #7393ab;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
}
#main-nav ul li ul li.active a,
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  background: #7393ab;
  color: #d8e294;
}
#main-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 50px 0;
  background: #e4e6d2;
  text-align: center;
}
#subnav-outer p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #52748d;
  font-size: 0.7em;
  width: 100%;
  max-width: 550px;
  line-height: 1.28571428571429em;
  margin: 0 auto;
}
#subnav-outer a {
  color: #52748d;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #818754;
  text-decoration: underline;
}
/* Slideshow, Callouts & Tagline */
#home-slideshow-banner {
  float: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: -9999;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
#home-slideshow-banner .bx-wrapper {
  position: relative;
  z-index: 0;
}
#home-slideshow-banner .bx-wrapper .bx-pager {
  display: none;
}
#home-slideshow-banner ul {
  margin: 0;
}
#home-slideshow-banner li {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#home-slideshow-banner li img {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
/* Office Tour Slideshow */
.slideshow {
  border-bottom: 3px solid #52748d;
  margin: 0 auto;
}
.slideshow-text {
  background: #444444;
  padding: 0 10px;
  color: #ffffff;
}
.invisalign-before-after.slideshow .slideshow-nav a,
.office-tour.slideshow .slideshow-nav a,
.before-and-after.slideshow .slideshow-nav a {
  padding: 5px 5px;
}
.invisalign-before-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.invisalign-before-after.slideshow .slideshow-nav a.next,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
  padding: 5px 15px;
}
.invisalign-before-after.slideshow .slideshow-nav a:hover,
.office-tour.slideshow .slideshow-nav a:hover,
.before-and-after.slideshow .slideshow-nav a:hover {
  color: #8d9266;
}
body.invisalign-before-after .slideshow-nav-paginated li.slideshow-active-page a,
body.office-tour .slideshow-nav-paginated li.slideshow-active-page a,
body.before-and-after .slideshow-nav-paginated li.slideshow-active-page a {
  color: #8d9266 !important;
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #e4e6d2;
  padding: 20px 0;
  border-top: 2px solid #ffffff;
}
#bd-callouts a {
  display: block;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px auto;
  background: #8f9568;
  background: rgba(143, 149, 104, 0.9);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
  font-size: 1.4em;
  line-height: 1.07142857142857em;
}
#bd-callouts a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
}
#bd-callouts a .co-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#bd-callouts .co-02 {
  width: 225px;
  height: 225px;
  font-size: 1.75em;
  line-height: 1em;
}
#bd-callouts a:hover {
  color: #d6dda6;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* Content */
#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: 20px 0;
}
.interior-content {
  padding: 20px 0;
}
#ft-logos {
  text-align: center;
  background: #d1e3ee;
  padding: 38px 0 39px;
}
#ft-logos a {
  display: inline-block;
  margin: 10px 20px;
}
#ft-logos a:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* Footer */
.ft-wrap {
  background: #8DAEC2;
  padding: 30px 0;
}
#ft {
  text-align: center;
  position: relative;
}
#ft .container {
  width: 100% !important;
}
#ft .ft-location {
  background: #52748d;
  padding: 20px 0;
  border-top: 2px solid #ffffff;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #d1e3ee;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  line-height: 1.375em;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1.2em;
  letter-spacing: 0.01em;
  line-height: 1.25em;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #d6dda6;
}
#ft .loc-02 {
  border-bottom: 2px solid #ffffff;
}
#ft .ft-map {
  display: none;
}
.ft-design-credit {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.ft-design-credit .ft-links a {
  float: none;
  color: #ffffff;
  text-decoration: 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;
  font-size: 0.6em;
  display: block;
}
.ft-design-credit .ft-links a:hover {
  color: #7393ab;
}
.ft-design-credit .ft-links .links-divider {
  color: #ffffff;
  font-size: 0.6em;
  display: none;
}
.ft-design-credit a.sesame-link .fa {
  margin: -3px 5px 0 0;
  font-size: 22px;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #ffffff;
  font-size: 21px;
}
.ft-design-credit a.back-to-top:hover {
  color: #7393ab;
}
/* Form Buttons */
form button {
  background: #52748d;
  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: #2c3f4d;
}
/* BLOG FORM */
.stButton {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.st_plusone_large {
  top: 9px;
  position: relative;
}
.share-article-links {
  text-align: center;
}
.share-text {
  color: #52748d;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #52748d;
  color: #7c7c7c;
  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: #7c7c7c;
  border: 1px solid #7c7c7c;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #8d9266;
  color: #ffffff;
  font-size: 12px!important;
  text-transform: uppercase;
  font-size: 10px!important;
  padding: 5px 12px!important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #53563c;
}
/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
/* Office Tour */
ul.slideshow {
  margin: 0 auto !important;
}
body.office-tour #main-content {
  display: inline-block;
  text-align: center;
  width: auto !important;
}
form p {
  height: auto;
}
.scroll-the-page-down{
  font-size: 3em;
}
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  /* blanket hide stock photo for certain pages */
  /* blanket hide stock photo for certain pages */
  body.meet-the-staff #hide-stock,
  body.meet-the-team #hide-stock,
  body.meet-our-team #hide-stock,
  body.types-of-braces #hide-stock,
  body.types-of-appliances #hide-stock,
  body.color-my-braces #hide-stock,
  body.common-orthodontic-issues #hide-stock,
  body.common-procedures #hide-stock,
  body.office-tour #hide-stock,
  body.before-and-after #hide-stock,
  body.invisalign #hide-stock,
  body.opalescence #hide-stock,
    body.gum-disease #hide-stock,
	  body.tmj-tmd #hide-stock,
	    body.sleep-apnea #hide-stock,
		  body.snoring-prevention #hide-stock,
		   body.financial-information #hide-stock,
		  body.dental-faqs #hide-stock,
  body[class^='invisalign-'] #hide-stock,
  body[class^='in-ovation-'] #hide-stock,
  body.which-is-right-for-me #hide-stock,
  body.your-child-s-first-orthodontic-checkup #hide-stock,
  body.aao-testimonials #hide-stock,
  body.ortho-tv #hide-stock,
  body.my-life-my-smile-my-orthodontist #hide-stock,
  body[class^='damon-'] #hide-stock,
  body.our-blog #hide-stock {
    display: none;
  }
  body.home #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.before-and-after #sidebar,
  body.invisalign #sidebar,
  body.opalescence #sidebar,
    body.gum-disease #sidebar,
	  body.tmj-tmd #sidebar,
	    body.sleep-apnea #sidebar,
		  body.snoring-prevention #sidebar,
		   body.financial-information #sidebar,
		  body.dental-faqs #sidebar,
  body[class^='invisalign-'] #sidebar,
  body[class^='in-ovation-'] #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body[class^='damon-'] #sidebar,
   body.our-blog #sidebar {
    display: none;
  }
  body.meet-the-staff #main-content,
  body.meet-the-team #main-content,
  body.meet-our-team #main-content,
  body.types-of-braces #main-content,
  body.types-of-appliances #main-content,
  body.color-my-braces #main-content,
  body.common-orthodontic-issues #main-content,
  body.common-procedures #main-content,
  body.office-tour #main-content,
  body.before-and-after #main-content,
  body.invisalign #main-content,
  body.opalescence #main-content,
   body.opalescence #main-content,
    body.gum-disease #main-content,
	  body.tmj-tmd #main-content,
	    body.sleep-apnea #main-content,
		  body.snoring-prevention #main-content,
		   body.financial-information #main-content,
		  body.dental-faqs #main-content,
  body[class^='invisalign-'] #main-content,
  body[class^='in-ovation-'] #main-content,
  body.which-is-right-for-me #main-content,
  body.your-child-s-first-orthodontic-checkup #main-content,
  body.aao-testimonials #main-content,
  body.ortho-tv #main-content,
  body.my-life-my-smile-my-orthodontist #main-content,
  body[class^='damon-'] #main-content,
   body.our-blog #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*------------ Style Edit Region ------------*/
  #main-content {
    width: 60%;
    margin-left: 1%;
    display: block;
    float: left;
    padding: 36px 0 30px 0;
  }
  #main-content p {
    text-align: justify;
  }
  #sidebar {
    width: 35.6%;
    float: right;
    display: inline;
    text-align: right;
    margin: 46px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd-right .hd-locations .hd-address .mob-block,
  #hd-right .hd-locations .hd-address .comma {
    display: inline;
  }
  #hd-left .hd-locations .hd-address .mob-block,
  #hd-left .hd-locations .hd-address .comma {
    display: inline;
  }
  #sticky-right {
    position: fixed;
    top: 50px;
    right: 3px;
    max-width: 107px;
    z-index: 21;
  }
  #sticky-right a {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
  }
  #sticky-right .sticky-01 {
    background: #9ba27b;
    background: rgba(155, 162, 123, 0.92);
    border: 4px solid #52748d;
    margin-bottom: 5px;
  }
  #sticky-right .sticky-02 {
    background: #52748d;
    background: rgba(82, 116, 141, 0.92);
    border: 4px solid #979d72;
  }
  #content-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
  	#content-text p { 
		text-align: justify;
	}

  #ft .container {
    width: 96% !important;
  }
  #ft .ft-map {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 852px;
    margin: 0 auto;
  }
  #ft .ft-map img {
    border-radius: 50%;
    border: 2px solid #ffffff;
  }
  #ft .ft-location {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 309px;
    height: 151px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    padding: 40px 0 0;
  }
  #ft .loc-02 {
    position: absolute;
    top: 7px;
    left: 0;
  }
  #ft .loc-01 {
    position: absolute;
    bottom: 6px;
    right: 0;
  }
  .ft-design-credit {
    padding: 14px 0 0;
  }
  .ft-design-credit .container {
    max-width: 330px;
    margin: 0 auto;
  }
  .ft-design-credit .ft-links {
    float: left;
  }
  .ft-design-credit .ft-links a,
  .ft-design-credit .ft-links .links-divider {
    display: inline-block;
  }
  .ft-design-credit a.back-to-top {
    float: right;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #main-nav .container {
    width: 1000px !important;
    max-width: none;
  }
  .ie8 #main-nav .container {
    width: 1000px !important;
  }
  #content .container {
    width: 96% !important;
    max-width: 1000px;
  }
  #hd {
    display: block;
  }
  /* Main-Nav */
  #main-nav ul {
    margin: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
  }
  #main-nav ul li {
    float: none;
    padding-right: 27px;
  }
  #main-nav ul li a {
    padding: 9px 0;
    border-bottom: none;
    background: none;
  }
  #main-nav ul li.about ul{
    /*margin: 0 0 0 -76px;*/

  }
  #main-nav ul li.technology ul{
    /*margin: 0 0 0 -83px;*/

  }
  #main-nav ul li.contact ul,
  #main-nav ul li.patients ul {
    /*margin: 0 0 0 -160px;*/
  }
  #main-nav ul li.contact {
    padding-right: 136px;
  }
  .home #main-nav ul li.directions {
    padding-right: 145px;
  }

  .home #hd.small #main-nav ul li.directions {
    padding-right: 27px;
  }

    #main-nav ul li.patients {
    /*padding-right: 260px;*/
  }
    #main-nav ul li.services,
    #main-nav ul li.technology {
    /*padding-right: 18px*/
    }

  #main-nav ul ul {
    margin: 0 0 0;
    width: auto;
    padding: 12px 0;
    background: #7393ab;
    background: rgba(115, 147, 171, 0.91);
    border-radius: 0 0 10px 10px;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.92307692307692em;
    padding: 0 49px 0 20px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
        -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li.active > a,
  #main-nav ul li:hover > a {
    background: none;
  }
  #main-nav ul li ul li.active a,
  #main-nav ul li.active ul li a:hover,
  #main-nav ul ul li a:hover,
  #main-nav ul ul li a.active {
    background: none;
  }
  /*------------ Style Edit Region ------------*/
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #hd .logo {
    position: absolute;
    top: 0;
    left: 0;
    /*right: 0;*/
    z-index: 22;
  }

  .home #hd .logo {
    position: fixed;
    top: 215px;
    left: 0;
    /*right: 0;*/
    z-index: 22;
    max-width: 375px;
    background: transparent;
    border: none;
  }
  .home #hd.small .logo {
    position: absolute;
    top: 0;
    left: 0;
    /*right: 0;*/
    z-index: 22;
    max-width: 229px;
      /*background: #fff;*/
  /*border-left: #8daec2 2px solid;*/
  /*border-right: #8daec2 2px solid;*/
  /*border-bottom: #8daec2 2px solid;*/
  }


  .social-icons {
    position: absolute;
    bottom: -42px;
    right: 121px;
    z-index: 21;
  }
  .home .social-icons {
    right: 241px;
  }
   .home #hd.small .social-icons {
    right: 121px;
  }

  .social-icons a {
    margin: 0;
  }
  #hd-right {
    width: 30%;
    float: right;
    text-align: left;
    margin: 3px 0 10px;
  }

   .home #hd-right {
    width: 37%;
  }
    .home #hd.small #hd-right {
    width: 30%;
  }

  #hd-right .hd-locations {
    float: right;
    display: block;
    margin: 0;
  }
  #hd-right .hd-locations .hd-address {
    display: inline-block;
    /*margin-right: 10px;*/
  }
  #hd-right .hd-locations .phone,
  #hd-right .hd-locations a.phone {
    display: inline-block;
  }
  
  #hd-right .hd-locations.loc-02 .phone,
  #hd-right .hd-locations.loc-02 a.phone {
    /*margin-right: 23px;*/
  }
  #hd-left {
    width: 45%;
    float: right;
    text-align: left;
    margin: 3px 0 10px;
  }
   .home #hd-left {
    float: left;
    margin-left: 5em;
  }
   .home #hd.small #hd-left {
    float: right;
    margin-left: 0;
  }

  #hd-left .hd-locations {
    float: left;
    display: block;
    margin: 0;
  }
  #hd-left .hd-locations .hd-address {
    display: inline-block;
    /*margin-right: 10px;*/
  }
  #hd-left .hd-locations .phone,
  #hd-left .hd-locations a.phone {
    display: inline-block;
  }
  
  #hd-left .hd-locations.loc-02 .phone,
  #hd-left .hd-locations.loc-02 a.phone {
    /*margin-left: 23px;*/
  }
  /*#home-slideshow-banner {
    height: 626px;
  }
  #home-slideshow-banner li {
    height: 626px;
  }
  #home-slideshow-banner li img {
    width: 2000px;
    max-width: none;
    left: 50%;
    margin-left: -1000px;
    position: absolute;
  }*/
  #home-slideshow-banner,
  #subnav-outer {
    margin-top: 105px;
  }
  #sticky-right {
    top: 226px;
  }
  #home-content {
    padding: 90px 0 60px;
  }
  #bd-callouts {
    padding: 0;
    height: 197px;
  }
  #bd-callouts a {
    display: inline-block;
    margin: -25px 0 0;
  }
  #bd-callouts .co-02 {
    margin: -38px 20px 0;
  }
  .ft-wrap {
    padding: 57px 0;
  }
  #ft .ft-locs-wrap {
    padding-left: 41px;
  }
  #ft .loc-02 {
    top: 7px;
    left: 155px;
  }
  #ft .loc-01 {
    bottom: 6px;
    right: 86px;
  }
}


@media only screen and (min-width: 76em) {
  .home #hd .logo {
    top: 375px;
    left: 200px;
  }
}
