/* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* White */
/* Body Text, H4 */
/* Links, H3, Subnav Text */
/* H1, H2, Subnav Bkg */
/* DD Active */
/* Logins Bkg */
/* Sub + CO Bkg */
/* Video 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/36px 'Lato', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  background: url(../images/main-bkg.jpg) top center;
  color: #333333;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #131966;
  -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: #009a44;
}
#main-content a,
#content-text a {
  font-family: 'Sorts Mill Goudy', serif;
  font-style: italic;
  font-size: 1.25em;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 1.8em;
  color: #009a44;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto 20px;
}
.home header h1 span {
  display: block;
  font-family: 'Lato';
  font-style: normal;
  color: #5a5b5b;
  font-weight: 300;
  font-size: 0.56862745098039em;
}
body.rewards-program h1 {
  text-transform:none
}
h2 {
  font-size: 1.2em;
  color: #009a44;
}
h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #131966;
}
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  color: #333333;
}
hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 317px;
  border-radius: 10px;
}
.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 #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.2em;
  font-style: normal;
  font-family: 'Lato';
  color: #009a44;
  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: 10px 0 0 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: #131966;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  background: #6bb03f;
  background: -moz-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6ab03f), color-stop(100%, rgba(12, 77, 0, 0.9)));
  background: -webkit-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: -o-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: -ms-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: linear-gradient(to right, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab03f', endColorstr='#0c4d00', GradientType=1);
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 232px;
  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 */
  color: #fff;
}
#hd-right ul {
  margin: 0 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 28px;
  border-radius: 5px;
  background: #265d18;
  line-height: 1em;
  text-align: center;
}
#hd-right ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 0;
  line-height: 1em;
}
#hd-right ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.6em;
  font-weight: 700;
}
#hd-right ul li a:hover {
  text-decoration: underline;
}
#hd-right ul li a#doctor-login:before,#hd-right ul li a#patient-login:before {
  content: '|';
  color: #ffffff;
  margin: 0 2px 0 2px;
  display: inline-block;
}
#hd-right .hd-locations {
  margin: 10px auto;
}
#hd-right .hd-locations .hd-address {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
}
#hd-right .hd-locations .hd-address:hover,
#hd-right .hd-locations a.phone:hover {
  color: #131966;
}
/* Main Nav */
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #333333;
  background: #d4d4d4;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  margin: 0;
  color: #333333;
  font-size: 0.85em;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
#main-nav a:hover {
  background: #c7c7c7;
}
#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: #009a44;
  border-bottom: 1px solid #ffffff;
  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 {
  color: #ffffff;
  background: #87bf66;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background: #131966;
  background: -moz-linear-gradient(left, #0c0f4c 0%, #2f358c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0c0f4c), color-stop(100%, #2f358c));
  background: -webkit-linear-gradient(left, #0c0f4c 0%, #2f358c 100%);
  background: -o-linear-gradient(left, #0c0f4c 0%, #2f358c 100%);
  background: -ms-linear-gradient(left, #0c0f4c 0%, #2f358c 100%);
  background: linear-gradient(to right, #0c0f4c 0%, #2f358c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0f4c', endColorstr='#2f358c', GradientType=1);
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  font-size: 0.75em;
  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: none;
  color: #87bf66;
}
#main-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 30px 0;
  background: #dbdbdb;
  background: rgba(219, 219, 219, 0.2);
  text-align: center;
}
#subnav-outer p {
  color: #131966;
  font-size: 0.75em;
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
  line-height: 1.2em;
}
#subnav-outer a {
  color: #131966;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #009a44;
  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;
}
#tagline {
  background: #242b84;
  background: -moz-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0c0f4c), color-stop(100%, rgba(36, 43, 132, 0.8)));
  background: -webkit-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: -o-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: -ms-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: linear-gradient(to right, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0f4c', endColorstr='#242b84', GradientType=1);
  color: #ffffff;
  padding: 20px 3%;
  font-size: 1.2em;
  line-height: 0.58064516129032em;
  text-align: center;
}
#tagline .ln1 {
  font-family: 'Sorts Mill Goudy', serif;
  display: block;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
}
#tagline .ln2 {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.58064516129032em;
}
/* Office Tour Slideshow */
.slideshow {
  border-bottom: 3px solid #131966;
  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;
  font-size: 1em !important;
}
.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;
  font-size: 1em !important;
}
.invisalign-before-after.slideshow .slideshow-nav a:hover,
.office-tour.slideshow .slideshow-nav a:hover,
.before-and-after.slideshow .slideshow-nav a:hover {
  color: #c2d72e;
}
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: #c2d72e !important;
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 30px 0;
  background: #dbdbdb;
  background: rgba(219, 219, 219, 0.2);
}
#bd-callouts a {
  display: block;
  position: relative;
  vertical-align: top;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  margin: 10px auto;
  background: #009a44;
  color: #ffffff;
  padding-top: 65px;
  font-size: .77em;
  text-transform: uppercase;
}
#bd-callouts a .ln1 {
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.17391304347826em;
}
#bd-callouts a .ln2 {
  display: block;
  font-family: 'Sorts Mill Goudy', serif;
  font-style: italic;
}
#bd-callouts .co-01 {
  background: #242a7c;
}
#bd-callouts .co-02 {
  background: #373e91;
}
#bd-callouts .co-03 {
  background: #4c52a4;
}
#bd-callouts .co-04 {
  background: #646ab7;
}
#bd-callouts .co-05 {
  background: #9095d2;
}
#bd-callouts a:hover {
  background: #6bb03f;
  background: -moz-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6ab03f), color-stop(100%, rgba(12, 77, 0, 0.9)));
  background: -webkit-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: -o-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: -ms-linear-gradient(left, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  background: linear-gradient(to right, #6ab03f 0%, rgba(12, 77, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ab03f', endColorstr='#0c4d00', GradientType=1);
}
/* 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;
}
.videos-wrap a {
  display: block;
  text-align: center;
  color: #403f3f;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 20px auto;
}
#bd-invisalign {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 30px 0;
  background: url(../images/invisalign-bkg.jpg) bottom center no-repeat;
}
#bd-invisalign .i-logo {
  display: block;
  margin: 20px auto;
}
#bd-invisalign .learn-more {
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  color: #ffffff;
  background: #009a44;
  background: -moz-linear-gradient(left, #20bf65 0%, #009a43 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #20bf65), color-stop(100%, #009a43));
  background: -webkit-linear-gradient(left, #20bf65 0%, #009a43 100%);
  background: -o-linear-gradient(left, #20bf65 0%, #009a43 100%);
  background: -ms-linear-gradient(left, #20bf65 0%, #009a43 100%);
  background: linear-gradient(to right, #20bf65 0%, #009a43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20bf65', endColorstr='#009a43', GradientType=1);
  text-transform: uppercase;
  font-size: 0.787em;
}
#bd-invisalign .learn-more:hover {
  background: #242b84;
  background: -moz-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0c0f4c), color-stop(100%, rgba(36, 43, 132, 0.8)));
  background: -webkit-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: -o-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: -ms-linear-gradient(left, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  background: linear-gradient(to right, #0c0f4c 0%, rgba(36, 43, 132, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0f4c', endColorstr='#242b84', GradientType=1);
}
/* Footer */
#ft {
  text-align: center;
  width: 100%;
  display: table;
  position: relative;
}
#ft .container {
  width: 100% !important;
}
#ft .ft-location {
  background: #242974;
  background: rgba(36, 41, 116, 0.9);
  padding: 20px 0;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1em;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1em;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #c2d72e;
}
#ft .loc-02 {
  padding-top: 0;
}
#ft .ft-left {
  background: #71ad46;
  background: -moz-linear-gradient(35deg, #71ad46 0%, rgba(33, 92, 23, 0.9) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #71ad46), color-stop(100%, rgba(33, 92, 23, 0.9)));
  background: -webkit-linear-gradient(35deg, #71ad46 0%, rgba(33, 92, 23, 0.9) 100%);
  background: -o-linear-gradient(35deg, #71ad46 0%, rgba(33, 92, 23, 0.9) 100%);
  background: -ms-linear-gradient(35deg, #71ad46 0%, rgba(33, 92, 23, 0.9) 100%);
  background: linear-gradient(35deg, #71ad46 0%, rgba(33, 92, 23, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71ad46', endColorstr='#215c17', GradientType=1);
  padding: 20px 0;
}
#ft .ft-left .ft-logo {
  display: block;
  margin: 0 auto 25px;
  max-width: 199px;
}
#ft .ft-left .ft-logo img {
  width: 100%;
}
#ft .ft-left .ft-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);
}
#ft .ft-left .ft-doctor {
  display: block;
  font-family: 'Sorts Mill Goudy', serif;
  font-style: italic;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #ffffff;
  margin: 20px auto;
}
#ft .ft-left .ft-doctor:hover {
  color: #c2d72e;
}
#ft .social-icons {
  line-height: 1em;
}
#ft .social-icons a {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 0 5px;
  width: 25px;
  vertical-align: top;
}
#ft .social-icons a:hover {
  color: #131966;
}
.ft-design-credit {
  background: #384093;
  background: -moz-linear-gradient(left, #0c0f4c 0%, #384093 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0c0f4c), color-stop(100%, #384093));
  background: -webkit-linear-gradient(left, #0c0f4c 0%, #384093 100%);
  background: -o-linear-gradient(left, #0c0f4c 0%, #384093 100%);
  background: -ms-linear-gradient(left, #0c0f4c 0%, #384093 100%);
  background: linear-gradient(to right, #0c0f4c 0%, #384093 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c0f4c', endColorstr='#384093', GradientType=1);
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.ft-design-credit .ft-links a {
  float: none;
  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.6em;
  display: block;
}
.ft-design-credit .ft-links a:hover {
  color: #c2d72e;
}
.ft-design-credit .ft-links .links-divider {
  font-size: 0.6em;
  color: #ffffff;
  display: none;
}
.ft-design-credit a.sesame-link .fa {
  margin: -3px 5px 0 0;
  font-size: 20px;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #c2d72e;
  font-family: 'Sorts Mill Goudy', serif;
  text-transform: uppercase;
  font-style: italic;
}
.ft-design-credit a.back-to-top:hover {
  color: #ffffff;
}
/* Form Buttons */
form button, #main-content a.btn{
  background: #131966;
  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, #main-content a.btn:hover {
  background: #030410;
}
/* 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: #131966;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #131966;
  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: #009a44;
  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: #003417;
}
/* 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.rewards-program #hide-stock {
  display: block;
}
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;
}
/* ===============================================
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[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 {
    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[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 {
    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[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 {
    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.4%;
    display: block;
    float: left;
    padding: 50px 0 30px 0;
  }
  #main-content p {
    text-align: justify;
  }
  #sidebar {
    width: 31.7%;
    float: right;
    display: inline;
    text-align: right;
    margin: 60px 0 0 0;
  }
  h1 {
    font-size: 2.55em;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd-right .hd-locations {
    margin: 0;
  }
  #hd-right .hd-locations .loc {
    display: inline-block;
  }
  #hd-right .hd-locations .loc-01 {
    margin-right: 3px;
  }
  #tagline {
    font-size: 1.55em;
  }
  #tagline .ln1 {
    line-height: 18px;
  }
  #bd-callouts a {
    display: inline-block;
    margin: 20px;
  }
  #home-content {
    overflow: hidden;
  }
  #home-content .content-wrap {
    float: left;
    width: 76%;
  }
  #home-content .content-wrap p {
    text-align: justify;
  }
  #home-content .videos-wrap {
    float: right;
    width: 20%;
  }
  #bd-invisalign {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 43px 0 16px;
  }
  #bd-invisalign .left-wrap {
    float: left;
    text-align: right;
    width: 58.1%;
  }
  #bd-invisalign .right-wrap {
    float: left;
    text-align: right;
    margin-left: 4.3%;
  }
  #bd-invisalign .i-logo {
    margin: 40px 0 0 auto;
  }
  #bd-invisalign .learn-more {
    margin: 45px 0 0 auto;
  }
  .ft-design-credit {
    padding: 30px 0 29px;
  }
  .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;
    margin-top: 8px;
  }
}
/* ===============================================
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 */
  .top-nav {
    position: absolute;
    top: 59px;
    right: 0;
  }
  #main-nav {
    background: none;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
    margin-right: 30px;
    padding-bottom: 14px;
  }
  #main-nav ul li a {
    padding: 0;
    border-bottom: none;
    background: none;
    border-bottom: 3px solid transparent;
  }
  #main-nav ul li a:before {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  }
  #main-nav ul li.contact {
    margin-right: 0;
  }
  #main-nav ul li.active > a,
  #main-nav ul li:hover > a {
    background: none;
    border-bottom: 3px solid #ffffff;
  }
  #main-nav ul li:hover > a:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  #main-nav ul li.contact ul {
    margin: 0 0 0 -72px;
  }
  #main-nav ul ul {
    margin: 0 0 0 -30px;
    width: auto;
    padding: 15px 0;
    border-radius: 0 0 5px 5px;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.26666666666667em;
    padding: 0 20px 0 30px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  #main-nav li ul li.active a,
  #main-nav li.active ul li a:hover,
  #main-nav li ul li a:hover {
    border-bottom: none;
  }
  #main-nav li ul li a:before {
    background: none;
  }
  /*------------ Style Edit Region ------------*/
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #hd .logo {
    width: 23.2%;
    text-align: left;
    margin: 22px 0 11px;
    float: left;
  }
  #hd-right {
    width: 38%;
    float: right;
    text-align: right;
  }
  #hd-right ul {
    float: right;
    margin: 5px 0 0 0;
  }
  #hd-right .hd-locations {
    float: left;
  }
  #hd-right .hd-locations .loc-01 {
    margin: 0 3px 0 0;
    color: #fff;
  }
  #hd-right .hd-locations .loc-02 {
    margin: 0 0 0 0;
  }
  #subnav-outer {
    margin-top: 108px;
    padding: 52px 0;
  }
  #subnav-outer p {
    text-align: right;
    margin: 0 15px 0 auto;
  }
  #tagline {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 433px;
    height: 122px;
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;
    bottom: 7.8%;
    right: 0;
    left: -567px;
    padding: 46px 0 0 0;
  }
  #bd-callouts {
    padding: 35px 0 0;
  }
  #bd-callouts a {
    display: inline-block;
    margin: 0 9px -25px;
  }
  #bd-callouts .co-01 {
    margin-left: 0;
  }
  #bd-callouts .co-05 {
    margin-right: 0;
  }
  #home-content {
    padding: 108px 0 40px;
  }
  #ft {
    background: url(../images/ft-map.jpg) top center no-repeat;
    height: 353px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #ft .container {
    position: static;
  }
  #ft .loc-01 {
    background: url(../images/loc-bkg-down.png) top center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 14px 0 0;
    width: 223px;
    height: 85px;
    position: absolute;
    top: 56px;
    right: 0;
    left: -80px;
  }
  #ft .loc-02 {
    background: url(../images/loc-bkg-up.png) top center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 223px;
    height: 85px;
    position: absolute;
    top: 209px;
    left: 0;
    right: -767px;
    padding: 25px 0 0;
  }
  #ft .ft-left {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 290px;
    height: 353px;
    padding: 85px 0 20px;
  }
  #ft .ft-left .ft-doctor {
    margin: 0px auto 15px;
  }
}
