body {
  font: normal normal 18px/27px 'Merriweather', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #F3F3F3 url(../images/bg.png) center center;
  color: #434238;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
a {
  color: #28ACE2;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
a:hover,
a.active {
  color: #93B9D4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-size: 2em !important;
  color: #28ACE2;
  margin: 0 auto 20px;
}
.home header h1 {
  margin: 0 auto 20px;
}
h2 {
  font-size: 1.5em;
  color: #333333;
}
h3 {
  font-size: 1.277777777777778em;
  color: #93B9D4;
}
h4,
h5,
h6 {
  font-size: 1em;
  color: #6C6D6A;
  font-style: italic;
}
hr {
  color: #434238;
  background-color: #434238;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 324px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
body.sitemap #main-content {
  width: 100%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-size: 1.5em;
  color: #28ACE2;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #28ACE2;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #93B9D4;
}
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  position: relative;
  background: #FBFAF7;
  background: -moz-linear-gradient(top,#FBFAF7 0%,#F3F3F3 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#FBFAF7),color-stop(100%,#F3F3F3));
  background: -webkit-linear-gradient(top,#FBFAF7 0%,#F3F3F3 100%);
  background: -o-linear-gradient(top,#FBFAF7 0%,#F3F3F3 100%);
  background: -ms-linear-gradient(top,#FBFAF7 0%,#F3F3F3 100%);
  background: linear-gradient(to bottom,#FBFAF7 0%,#F3F3F3 100%);
  border-bottom: 8px solid #FFFFFF;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 94%;
  margin: 12px auto;
  text-decoration: none;
  color: #28ACE2;
  font-size: 3.100555555555556em;
  line-height: 1em;
}
#hd .logo img {
  width: auto;
  display: inline-block;
}
#hd-right {
  width: 100%;
  max-width: 369px;
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 0;
  padding: 7px 0;
}
#hd-right .social-icons {
  display: inline-block;
  vertical-align: top;
  background: #21436F;
  padding: 1px 2px 1px;
  margin: 0 1px;
  width: 100%;
  max-width: 165px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  min-height: 29px;
}
#hd-right .social-icons a {
  display: inline-block !important;
  color: #FAF9F7;
  margin: 0 4px;
  font-size: 19px;
  line-height: 1em;
}
#hd-right .social-icons a:hover {
  color: #ddd6c8;
}
#hd-right .hd-logins {
  display: inline-block;
  vertical-align: top;
  background: #28ACE2;
  padding: 10px 5px 5px;
  line-height: 1em;
  margin: 0 auto 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 29px;
}
#hd-right .hd-logins ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
#hd-right .hd-logins ul li {
  list-style: none;
  display: inline-block;
  line-height: 1em;
  vertical-align: top;
}
#hd-right .hd-logins a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 12px;
  line-height: 1em;
  color: #FFFFFF;
}
#hd-right .hd-logins a i {
  display: inline-block;
  vertical-align: top;
  margin: -4px 1px 0 0;
  font-size: 1.5em;
}
#hd-right .hd-logins a.appt-btn i {
  font-size: 1.166666666666667em;
  margin: -3px 1px 0 0;
}
#hd-right .hd-logins a:hover {
  color: #d9d9d9;
}
#hd-right .hd-locations {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  padding: 9px 0 9px;
  text-align: center;
}
#hd-right .hd-locations .hd-address {
  display: block;
  text-decoration: none;
  color: #28ACE2;
  font-size: 13px;
  line-height: 1em;
  margin: 0 0 1px;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: block;
  text-decoration: none;
  color: #21436F;
  font-size: 15px;
  line-height: 1.066666666666667em;
}
#hd-right .hd-locations .hd-address:hover,
#hd-right .hd-locations a.phone:hover {
  color: #333333;
}
.ie8 #hd-right {
  max-width: 380px;
}
.ie8 #hd-right .hd-logins {
  height: 31px !important;
  min-height: 0;
}
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #FFFFFF;
  background: #21436F;
  background: -moz-linear-gradient(top,#21436F 0%,#21436F 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,#21436F),color-stop(100%,#21436F));
  background: -webkit-linear-gradient(top,#21436F 0%,#21436F 100%);
  background: -o-linear-gradient(top,#21436F 0%,#21436F 100%);
  background: -ms-linear-gradient(top,#21436F 0%,#21436F 100%);
  background: linear-gradient(to bottom,#21436F 0%,#21436F 100%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.29);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.29);
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  margin: 0;
  color: #FFFFFF;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  font-size: 0.8888888888888889em;
}
#main-nav a:hover {
  background: #0a1420;
}
#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: #b7d1e3;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 8px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active > a,
#main-nav ul li:hover > a {
  background: #93B9D4;
  color: #FFFFFF;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #21436F;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #FFFFFF;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
  font-size: 0.7222222222222222em;
}
#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: #93B9D4;
  color: #FFFFFF;
}
#main-nav li.active li a {
  background: none;
}
#subnav-outer {
  position: relative;
  padding: 38px 0 27px;
  text-align: center;
}
#subnav-outer p {
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-size: 0.8333333333333333em;
  line-height: 1.2em;
}
#subnav-outer a {
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #333333;
  text-decoration: none;
}
#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;
  font-size: 0.6em;
  border-bottom: 8px solid #FFF;
  background: #21436F;
}
#home-slideshow-banner .bx-wrapper {
  position: relative;
  z-index: 0;
  margin: 0 auto !important;
}
#home-slideshow-banner .bx-wrapper .bx-pager {
  display: none;
}
#home-slideshow-banner ul {
  margin: 0;
  position: relative;
  z-index: 1;
}
#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 .home-slideshow-tagline {
  position: relative;
  width: 100%;
  padding: 44px 0 44px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  font-size: 1.807222222222222em;
  line-height: 1em;
  z-index: 5;
}
#home-slideshow-banner .home-slideshow-tagline span {
  display: block;
  font-size: 2.704887795880725em;
  line-height: 0.9609046482554836em;
  margin: 9px 0 0 -2px;
}
.slideshow {
  border-bottom: 3px solid #28ACE2;
  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: #93B9D4;
}
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: #93B9D4 !important;
}
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 46px 0 49px;
  font-size: 0;
  background: #28ACE2;
}
#bd-callouts a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 166px;
  width: 100%;
  height: 77px;
  margin: 10px 2% 10px 2.1%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
  background: rgba(255,255,255,0.3);
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  padding: 20px 0 0;
  overflow: hidden;
}
#bd-callouts a strong {
  display: inline-block;
  text-align: left;
  font-weight: normal;
}
#bd-callouts a span {
  display: block;
  font-size: 1.571428571428571em;
  line-height: 1em;
}
#bd-callouts a:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 5px solid #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#bd-callouts a:hover:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#services-container {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
}
#services-container .services-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  position: relative;
  background: #21436F;
  background: rgba(33,67,111,0.9);
}
#services-container .services-row .services-img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: auto;
}
#services-container .services-row .services-img img {
  width: auto;
  display: inline-block;
  float: none;
}
#services-container .services-row .services-text {
  width: 100%;
  text-align: center;
  padding: 35px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#services-container .services-row .services-text h2 {
  margin: 0 auto 30px;
  font-size: 2em;
  line-height: 0.982327740092824em;
  display: block;
  color: #FFFFFF;
}
#services-container .services-row .services-text h2 span {
  display: block;
  font-size: 0.8571938593359514em;
  line-height: 0.982327740092824em;
}
#services-container .services-row .services-text a {
  display: inline-block;
  width: 100%;
  max-width: 134px;
  height: 46px;
  border: 1px solid #FFFFFF;
  background: rgba(255,255,255,0.3);
  color: #FFFFFF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1em;
  padding: 17px 0 0;
  text-align: center;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
#services-container .services-row .services-text a:after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 5px solid #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#services-container .services-row .services-text a:hover:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#services-container .services-row:nth-of-type(even) {
  background: #93B9D4;
  background: rgba(147,185,212,0.9);
}
.ie8 #services-container .services-row {
  border-bottom: 1px solid #FFF;
}
.ie8 #services-container .services-row .services-text a:hover {
  background: #0f1f34;
}
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  -moz-column-width: 100%;
  column-count: 1;
  column-gap: 0;
  column-width: 100%;
}
#content-text p {
  margin: 0;
  padding: 0 0 1.58em;
}
#home-content {
  padding: 80px 0 48px;
  background: #FFFFFF;
  background: rgba(255,255,255,0.7);
}
.interior-content {
  padding: 64px 0;
  background: #FFFFFF;
  background: rgba(255,255,255,0.7);
}
#ft {
  text-align: center;
  width: 100%;
  display: table;
  padding: 74px 0 0;
  background: #28ACE2;
}
#ft h2 {
  font-size: 1.777777777777778em;
  line-height: 1em;
  margin: 0 auto 17px;
  color: #FFFFFF;
}
#ft .ft-left {
  width: 100%;
  float: none;
  text-align: center;
  margin: 0 auto 60px;
}
#ft .ft-right {
  width: 100%;
  float: none;
  text-align: center;
}
#ft .ft-right h2 {
  margin: 8px 0 11px;
}
#ft .ft-location {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 33px;
  font-size: 14px;
  line-height: 1.25em;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
}
#ft .ft-location .ft-address strong {
  display: block;
  font-size: 0.9285714285714286em;
  line-height: 1em;
  margin: 0 0 1px;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #333333;
}
.ie8 #ajax-mailer {
  width: 100% !important;
}
#ajax-mailer {
  width: 100%;
  margin: 0 auto;
  min-width: 200px;
}
#ajax-mailer .response {
  color: #fff;
}
#ajax-mailer form label {
  display: block;
  max-width: 400px;
  min-width: 400px;
  margin: 10px 0;
  color: #FFFFFF;
  text-align: left;
}
#ajax-mailer ::-webkit-input-placeholder,
#ajax-mailer :-moz-placeholder,
#ajax-mailer ::-moz-placeholder,
#ajax-mailer :-ms-input-placeholder {
  color: #333333;
  font-size: 0.8333333333333333em;
}
#ajax-mailer ul,
#ajax-mailer ol {
  margin: 0;
}
#ajax-mailer ul li {
  list-style: none;
}
#ajax-mailer input[type="text"],
#ajax-mailer input[type="email"],
#ajax-mailer input[type="search"],
#ajax-mailer input[type="tel"],
#ajax-mailer input[type="file"],
#ajax-mailer textarea,
#ajax-mailer #ajax {
  width: 100%;
  height: 45px;
  -moz-appearance: none;
  border-radius: 0 0 0 0;
  display: block;
  outline: 0 none;
  vertical-align: middle;
  display: block;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 2px;
  padding: 10px 15px;
  border: none;
  color: #333333;
  background: #FFFFFF;
  font-size: 0.8888888888888889em;
}
#ajax-mailer textarea {
  min-height: 95px;
  resize: none;
  margin: 0 0 9px;
}
#ajax-mailer input[type="submit"] {
  width: auto;
  position: relative;
  padding: 8px 12px 6px 11px !important;
  text-align: center;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 1em;
  color: #fff;
  background: #93B9D4;
  float: right;
  border: none;
  line-height: 1em;
}
#ajax-mailer input[type="submit"]:hover {
  background: #6fa1c5;
}
#ajax-mailer .error {
  font-size: 0.8em;
  color: #333333;
  line-height: 11px;
}
::-webkit-input-placeholder {
  color: #333333;
}
:-moz-placeholder {
  color: #333333;
}
::-moz-placeholder {
  color: #333333;
}
:-ms-input-placeholder {
  color: #333333;
}
.ie8 #ajax-mailer ul li,
.ie8 #ajax-mailer ol li {
  list-style: none;
}
#ft-logos {
  float: none;
  clear: both;
  width: 100%;
  padding: 21px 0 18px;
  text-align: center;
  display: inline-block;
  background: #E5E5E5;
  background: rgba(229,229,229,0.6);
  margin: 63px 0 0;
}
#ft-logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.2%;
}
.ft-design-credit {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 0 12px;
  color: #FFFFFF;
  font-size: 0.6666666666666667em;
  line-height: 1em;
}
.ft-design-credit a {
  float: none;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
.ft-design-credit a i {
  margin: -8px 1px 0 0;
  font-size: 2em;
  display: inline-block;
  vertical-align: top;
}
.ft-design-credit ul {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
.ft-design-credit ul li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin: 0;
  line-height: 1em;
}
.ft-design-credit ul li.doctor-login:after {
  content: "|";
  margin: 0 2px;
}
.ft-design-credit a:hover {
  color: #E5E5E5;
}
.ft-design-credit .back-to-top {
  display: inline-block;
}
.ft-design-credit .back-to-top i {
  margin: -8px 6px 0 5px;
  font-size: 1.583333333333333em;
}
form button {
  background: #93B9D4;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #5c96be;
}
.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: #28ACE2;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #28ACE2;
  color: #FFFFFF;
  margin: 10px 0 0;
  padding: 3px 10px 10px;
  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;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}
form#blog_search input:hover {
  background: #d9d9d9;
}
form#blog_search button {
  display: block;
  background: #93B9D4;
  color: #fff;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #4a8ab7;
}
.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;
}
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;
}
ul.slideshow {
  margin: 0 auto !important;
}
body.office-tour #main-content {
  display: inline-block;
  text-align: center;
  width: auto !important;
}
form p {
  height: auto;
}
.testimonial-rotator {
  clear: both;
}
.testimonial-rotator .bx-wrapper .bx-viewport {
  background: transparent !important;
}
.testimonial-rotator h6 {
  color: #FFFFFF;
}
.testimonial-rotator ul li,
.testimonial-rotator .bx-wrapper,
.testimonial-rotator .bx-wrapper .bx-viewport {
  height: 220px !important;
}
.testimonial-rotator ul li a {
  color: #28ACE2;
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#text-us {
  transform: scale(0);
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #1f436d;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  font-size: 16px;
  line-height: 16px;
  animation-name: grow;
  animation-duration: .5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  z-index: 9999;
}
#text-us:hover {
  background: #143153;
}
#text-us span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0,0,0,0);
    display: block;
    float: left;
    -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%;
  }
  .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;
  }
  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;
  }
  .testimonial-rotator ul li,
  .testimonial-rotator .bx-wrapper,
  .testimonial-rotator .bx-wrapper .bx-viewport {
    height: 115px !important;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  h1 {
    font-size: 3.388888888888889em !important;
  }
  #main-content {
    width: 61.7%;
    display: block;
    float: left;
    padding: 2px 0 30px 0;
  }
  #sidebar {
    width: 36%;
    float: right;
    display: inline;
    text-align: right;
    margin: 2px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .logo {
    width: 40.9%;
    text-align: left;
    float: left;
    margin-left: 1.1%;
  }
  #hd-right {
    width: 57.7%;
    margin-right: 0.3%;
    float: right;
    padding: 0;
  }
  #home-slideshow-banner {
    height: 519px;
    font-size: 1em;
  }
  #home-slideshow-banner li {
    height: 519px;
  }
  #home-slideshow-banner li img {
    width: 2000px;
    max-width: none;
    left: 50%;
    margin-left: -1000px;
    position: absolute;
  }
  #home-slideshow-banner .home-slideshow-tagline {
    position: absolute;
    width: 400px;
    margin: 0 auto;
    text-align: left;
    bottom: 0;
    left: 10px;
    right: auto;
  }
  #bd-callouts a {
    margin: 10px 1% 10px 1.1%;
  }
  #services-container .services-row .services-img {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
    height: 382px;
  }
  #services-container .services-row .services-img img {
    float: right;
    width: auto;
    max-width: none;
  }
  #services-container .services-row .services-text {
    width: 50%;
    text-align: left;
    padding: 55px 0 55px;
    padding-top: 121px;
    padding-left: 5.7%;
    padding-right: 0;
    float: left;
  }
  #services-container .services-row .services-text h2 {
    font-size: 3.112222222222222em;
  }
  #services-container .services-row:nth-of-type(even) .services-img {
    float: right;
  }
  #services-container .services-row:nth-of-type(even) .services-img img {
    float: left;
  }
  #services-container .services-row:nth-of-type(even) .services-text {
    float: left;
    text-align: right;
    padding-left: 0;
    padding-right: 5.7%;
  }
  #ft .ft-left {
    width: 47.3%;
    float: left;
    text-align: left;
    margin: 0 auto;
  }
  #ft .ft-right {
    width: 47.4%;
    float: right;
    text-align: left;
  }
  .ft-design-credit {
    text-align: right;
  }
  #text-us {
    display: none;
  }
}
@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 ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
    margin: 0 10px;
  }
  #main-nav ul li a {
    padding: 11px 9px;
    border-bottom: none;
    background: none;
  }
  #main-nav ul li.contact-us ul {
    margin: 0 0 0 -127px;
  }
  #main-nav ul ul {
    margin: 0 0 0;
    width: auto;
    padding: 9px 0;
  }
  #main-nav ul ul li {
    padding: 0;
    margin: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 2.307692307692308em;
    padding: 0 49px 0 12px;
    margin: 0;
    border-bottom: none;
    white-space: nowrap;
  }
  #main-nav.scrolled {
    position: fixed;
    top: 0 !important;
    width: 100%;
  }
  #home-slideshow-banner.sticky-adjust {
    margin-top: 46px;
  }
  nav.horizontal ul li {
    float: none;
  }
  #home-slideshow-banner .home-slideshow-tagline {
    left: -591px;
    right: 0;
  }
  .ie8 .container,
  .ie8 #content .container,
  .ie8 #color-my-braces-container,
  .ie8 #hd .container,
  .ie8 #main-nav > .collapsible > ul,
  .ie8 #subnav-outer .container {
    width: 1000px !important;
    margin: 0 auto;
  }
  .ie8 #hd,
  .ie8 #main-nav {
    position: relative;
    top: 0 !important;
  }
  .ie8 #content {
    margin-top: 0 !important;
  }
  #bd-callouts a {
    margin: 10px 2% 10px 2.1%;
  }
  #content-text {
    -webkit-column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-count: 2;
    -moz-column-gap: 52px;
    column-count: 2;
    column-gap: 52px;
  }
  #content-text p {
    text-align: justify;
  }
  #services-container .services-row .services-text {
    padding-left: 117px;
  }
  #services-container .services-row:nth-of-type(even) .services-text {
    padding-right: 117px;
  }
}
