/* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* White */
/* Body Text, H4 */
/* Green - Links, H3, Dropdown Active */
/* Grey - H2, HD Phone, PL, Nav Text, Dropdown Bkg  */
/* H1, SS Tagline */
/* HR */
/* CO Overlay */
/* ===============================================
					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 18px/27px 'Prompt', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #333333;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #96cb50;
  -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: #c3c2c2;
}
#home-content a,
#main-content a {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2em !important;
  color: #8cc63e;
  text-transform: uppercase;
  margin: 0 auto 20px;
  padding: 0 0 12px;
  background: url(../images/hr-dots.png) left bottom repeat-x;
  background-size: 13px auto;
  -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
}
.home header h1 {
  margin: 0 auto 60px;
  padding: 0 0 28px;
}
.home header h1 span {
  display: block;
  color: #6d6e71;
  font-size: 0.81632653061224em;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.22222222222222em;
  color: #6d6e71;
  text-transform: uppercase;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.05555555555556em;
  color: #96cb50;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  font-weight: 700;
  font-style: italic;
  font-size: 1em;
}
hr {
  color: #c3c2c2;
  background-color: #c3c2c2;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 351px;
  border: 15px solid #96cb50;
  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-image: url(../images/bullet.png);
}
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.site-map #content ul li {
  list-style: none;
}
/* Sitemap */
body.site-map #content ul {
  margin: 0 0 1.8em 0;
}
body.site-map #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.site-map #content ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.22222222222222em;
  color: #6d6e71;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
body.site-map #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.site-map #content ul ul li {
  margin: 0;
  list-style: none;
}
body.site-map #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #333333;
  text-transform: capitalize;
  font-weight: normal;
}
body.site-map #content ul li a:hover,
body.site-map #content ul ul li a:hover {
  color: #96cb50;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  background: #ffffff;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 365px;
  margin: 10px auto;
  text-decoration: none;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd .logo: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);
}
#hd-right {
  width: 100%;
  float: none;
  text-align: center;
  /* Logins */
  /* Header Locations */
}
#hd-right ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  line-height: 1em;
}
#hd-right ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 10px;
}
#hd-right ul li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.66666666666667em;
  color: #6d6e71;
  text-transform: uppercase;
}
#hd-right ul li a:before {
  content: '';
  background: url(../images/lock.png);
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
}
#hd-right ul li a:hover {
  color: #96cb50;
}
#hd-right .hd-locations {
  float: none;
  clear: both;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #6d6e71;
  text-decoration: none;
  font-size: 115%;
}
#hd-right .hd-locations a.phone:hover {
  color: #96cb50;
}
#hd-right .hd-locations .phone:before,
#hd-right .hd-locations a.phone:before {
  content: '';
  background: url(../images/phone.png);
  width: 19px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
#sticky-side {
  font-size: 0;
}
#sticky-side .appt-bttn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 135px;
  height: 135px;
  line-height: 1.09090909090909em;
  background: #96cb50;
  border: 8px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto 20px;
  padding-top: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#sticky-side .appt-bttn .fa {
  display: block;
}
#sticky-side .appt-bttn img {
  display: block;
  margin: 0 auto;
}
#sticky-side .appt-bttn img:first-of-type {
  margin-bottom: 5px;
}
#sticky-side .appt-bttn img:last-of-type {
  margin-top: 3px;
}
#sticky-side .appt-bttn:hover {
  border-color: #6d6e71;
}
@media only screen and (max-width: 47.99em) {
  #sticky-side .appt-bttn-container { text-align: center; }
  #sticky-side .appt-bttn-container .appt-bttn {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 20px;
  }
}
/* Social Icons */
.social-icons {
  float: none;
  clear: both;
  display: block;
  margin: 0 auto 10px;
}
.social-icons a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #6d6e71;
  background: #ffffff;
  border: 6px solid #96cb50;
  font-size: 25px;
  width: 46px;
  height: 46px;
  line-height: 34px;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.social-icons a:hover {
  border-color: #6d6e71;
}
/* Main Nav */
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #ffffff;
  background: #96cb50;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  margin: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72222222222222em;
  text-transform: uppercase;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
#main-nav a:hover {
  background: #618c29;
}
#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 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72222222222222em;
  text-transform: uppercase;
  background: #ffffff;
  border-bottom: 1px solid #96cb50;
  color: #6d6e71;
  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: #88898d;
  color: #ffffff;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #6d6e71;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  font-size: 0.61111111111111em;
  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 {
  color: #96cb50;
}
#main-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 34px 0;
  background: #88898d;
  text-align: center;
}
#subnav-outer p {
  color: #ffffff;
  width: 100%;
  font-size: 0.72222222222222em;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2em;
}
#subnav-outer a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #96cb50;
  text-decoration: none;
}
/* 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;
  /* Tagline */
}
#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;
}
#home-slideshow-banner .tagline-wrap {
  background: #8cc63e;
  text-align: center;
  color: #ffffff;
  display: none;
}
#home-slideshow-banner .tagline-wrap .tagline {
  font-size: 1.77777777777778em;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: 1em;
}
#home-slideshow-banner .tagline-wrap .tagline .tag-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
/* Office Tour Slideshow */
.slideshow {
  border-bottom: 3px solid #96cb50;
  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: #6d6e71;
}
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: #6d6e71 !important;
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #6d6e71;
  padding: 25px 0 30px 0;
}
#bd-callouts .co-wrap {
  display: inline-block;
  position: relative;
}
#bd-callouts .co-wrap:after {
  display: block;
  content: '';
  background-image: url(../images/shadow.png);
  height: 34px;
  width: 244px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: -43px 0 0 0;
}
#bd-callouts .callout {
  display: inline-block;
  position: relative;
  margin: 20px auto;
  width: 220px;
  height: 272px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
#bd-callouts .callout .callout-txt {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  bottom: 0;
  height: 57px;
  padding: 13px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #79b32c;
  background: rgba(121, 179, 44, 0.8);
  text-align: center;
}
#bd-callouts .callout .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 1.05555555555556em;
  text-transform: uppercase;
}
#bd-callouts .callout .add-text {
  padding: 0 1em;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-callouts .callout .information {
  font-size: 0.77777777777778em;
  line-height: 1em;
  padding: 20px 0;
}
#bd-callouts .callout .co-links a {
  display: block;
  font-weight: 700;
  font-size: 0.83333333333333em;
  line-height: 1em;
  color: #ffffff;
}
#bd-callouts .callout .co-links a:hover {
  color: #c1ccd7;
}
#bd-callouts .callout:hover .callout-txt {
  height: 100%;
  padding: 50px 0 0;
}
#bd-callouts .callout:hover .add-text {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.ie8 #bd-callouts .callout .add-text {
  display: none;
}
.ie8 #bd-callouts .callout:hover .add-text {
  display: block;
}
/* 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: 112px 0 92px;
}
.interior-content {
  padding: 54px 0 44px;
}
/* Logos */
#ft-logos .container {
  padding: 29px 0 28px;
  text-align: center;
  background: url(../images/hr-logos.png) top center repeat-x;
}
/* Footer */
#ft {
  background: #84bc3a;
  text-align: center;
  width: 100%;
  display: table;
  position: relative;
}
#ft .ft-map {
  background: url(../images/ft-map.jpg) no-repeat 63% center;
  height: 300px;
  display: block;
}
.ft-location {
  padding: 20px 0;
  text-align: center;
}
.ft-location h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8em;
  margin: 0 auto 10px;
}
.ft-location .ft-office {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.16666666666667em;
  margin: 0 auto 14px;
}
.ft-location .ft-doc {
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1em;
}
.ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.94444444444444em;
  line-height: 1.2em;
  margin: 17px auto 0;
}
.ft-location .phone,
.ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.94444444444444em;
  line-height: 1em;
}
.ft-location .ft-office:hover,
.ft-location .ft-doc:hover,
.ft-location .ft-address:hover,
.ft-location a.phone:hover,
.ft-location a.ft-phone:hover {
  color: #c1ccd7;
}
.ft-design-credit {
  background: #6d6e71;
  clear: both;
  width: 100%;
  text-align: center;
}
.ft-design-credit a.sesame-link,
.ft-design-credit a.sitemap-link {
  float: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  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.61111111111111em;
  display: block;
}
.ft-design-credit a.sesame-link .fa,
.ft-design-credit a.sitemap-link .fa {
  margin: -3px 5px 0 0;
  font-size: 1.5em;
}
.ft-design-credit .links-divider {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.61111111111111em;
  color: #ffffff;
  display: none;
}
.ft-design-credit a.sesame-link:hover,
.ft-design-credit a.sitemap-link:hover {
  text-decoration: underline;
}
.ft-design-credit a.back-to-top {
  display: block;
  text-decoration: none;
  float: none;
  margin: 10px auto;
}
/* Form Buttons */
form button {
  background: #96cb50;
  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: #618c29;
}
/* 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: #96cb50;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #96cb50;
  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 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: #6d6e71;
  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: #3b3b3d;
}
/* 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;
}

.common-link{text-align:center; background-color:#666; padding:10px;}
h2.common-link{  font-size: 1em;}
.common-link a:hover{color:#fff; }
/* ===============================================
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.site-map #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-the-ottawa-team #hide-stock,
    body.meet-the-peru-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,
 .full-width #hide-stock,
  body.opalescence #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 {
    display: none;
  }
  body.home #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-the-team #sidebar,
   body.meet-the-ottawa-team #sidebar,
    body.meet-the-peru-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,
  .full-width #sidebar,
  body.opalescence #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 {
    display: none;
  }
  body.meet-the-staff #main-content,
  body.meet-the-team #main-content,
   body.meet-the-ottawa-team #main-content,
    body.meet-the-peru-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,
  .full-width #main-content,
  body.opalescence #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 {
    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 ------------*/
  h1 {
    font-size: 2.72222222222222em !important;
  }
  .home header h1 span {
    line-height: 0.5em;
  }
  #main-content {
    width: 61%;
    display: block;
    float: left;
    padding: 20px 0 30px 0;
  }
  #sidebar {
    width: 35.1%;
    float: right;
    display: inline;
    text-align: right;
    margin: 45px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #content-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
  #hd-right .hd-locations {
    display: inline-block;
  }
  #hd-right .hd-locations .phone,
  #hd-right .hd-locations a.phone {
    display: inline-block;
  }
  #hd-right ul li a {
    display: inline-block;
  }
  #bd-callouts .callout {
    margin: 20px 23px 20px 0;
  }
  #bd-callouts .callout.callout-03 {
    margin-right: 0;
  }
  #ft .ft-location {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 43px 0 0;
  }
  #ft .ft-location h2 {
    font-size: 2.38888888888889em;
  }
  #ft .ft-map {
    background: url(../images/ft-map-desk.jpg) no-repeat 45% center;
    height: 436px;
    display: block;
  }
  #ft .loc-wrap {
    margin-left: 90px;
  }
  .ft-design-credit {
    height: 46px;
    padding: 0;
  }
  .ft-design-credit .ft-links {
    float: left;
    margin: 10px 0 0 90px;
  }
  .ft-design-credit a.sesame-link,
  .ft-design-credit a.sitemap-link,
  .ft-design-credit .links-divider {
    display: inline-block;
  }
  .ft-design-credit a.back-to-top {
    position: absolute;
    top: -23px;
    right: 88px;
    margin: 0;
    z-index: 40;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 48em) and (max-width: 63.99em) {
  #sticky-side .appt-bttn-container { text-align: center; }
  #sticky-side .appt-bttn-container .appt-bttn {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 20px;
  }
}
@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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 97px;
    border-bottom: 1px solid #c1ccd7;
  }
  /* Main-Nav */
  #main-nav {
    background: none;
    position: absolute;
    bottom: 16px;
    right: 0;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
    padding: 0 0 2px 0;
  }
  #main-nav ul li a {
    padding: 5px 5px;
    border-bottom: none;
    margin-right: 7px;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 30px;
    -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  }
  #main-nav ul li.active > a,
  #main-nav ul li:hover > a {
    color: #6d6e71;
    background-color: transparent;
    background-image: url(../images/nav-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 30px;
    -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  }
  #main-nav ul li.contact-us ul {
    margin: 0 0 0 -72px;
  }
  #main-nav ul ul {
    margin: 0 0 0 5px;
    width: auto;
    padding: 18px 0;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.8em;
    margin-left: 10px;
    padding: 0 21px 0 12px;
    border-bottom: none;
    white-space: nowrap;
  }
  #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-color: transparent;
    background-image: url(../images/nav-dot.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 9px 9px;
    -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  }
  #main-nav ul li a#contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  nav.horizontal ul li {
    float: none;
  }
  /*------------ Style Edit Region ------------*/
  #hd .logo {
    float: left;
    width: auto;
    margin: 0 0 0 -9px;
  }
  #hd-right {
    float: right;
    width: auto;
  }
  #hd-right .hd-locations {
    margin-top: 3px;
  }
  #sticky-side {
    position: fixed;
    top: 150px;
    right: 15px;
    z-index: 2000;
  }
  .social-icons a {
    display: block;
    margin: 0 auto 5px;
  }
  #home-slideshow-banner {
    height: 723px;
  }
  #home-slideshow-banner li {
    height: 723px;
  }
  #home-slideshow-banner li img {
    width: 2000px;
    max-width: none;
    left: 50%;
    margin-left: -1000px;
    position: absolute;
  }
  #home-slideshow-banner .tagline-wrap {
    display: block;
    position: absolute;
    left: 5px;
    bottom: 100px;
    width: 338px;
    height: 338px;
    border-radius: 50%;
  }
  #home-slideshow-banner .tagline-wrap .tagline {
    padding: 72px 0 0;
  }
  .nonfixed {
    margin-top: 97px;
  }
  #subnav-outer p {
    text-align: right;
    max-width: 600px;
    margin: 0 0 0 auto;
  }
  #ft .ft-map {
    background-position: center center;
  }
}
.ie8 .logo {
  width: 365px;
}
