@import 'prefixer.less';
.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);
}
body {
  font: normal normal 16px/36px 'Lato', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #4e4a44;
  background: url('../images/bg-1.jpg') repeat;
}
form label {
  font-size: 20px;
}
p {
  margin: 0 0 1.58em;
  font-size: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
a {
  color: #695564;
  text-decoration: underline;
}
a:hover,
a.active {
  color: #b8ad98;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: 300;
  font-family: Lato;
  text-transform: capitalize;
  text-align: left;
}
h1 {
  font-size: 2.3em;
  margin: 0 auto 44px;
  color: #695564;
  white-space: normal;
}
.home header h1 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 300;
}
h2 {
  font-size: 1.75em;
  color: #6a5665;
}
h3 {
  font-size: 1.5em;
  color: #b8ad98;
}
.houston h3,
.houston h4 {
  margin: 0 auto 13px;
}
h4,
h5,
h6 {
  font-size: 1.375em;
  color: #4e4a43;
  margin: 0 auto 63px;
}
.houston h4 {
  text-align: left;
}
hr {
  color: #c9bfac;
  background-color: #c9bfac;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px auto 32px;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1173px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 276px;
  border: 2px solid #6a5665;
}
.meet-the-team img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #6a5665;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
  border: 2px solid #6a5665;
}
.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;
  font-size: 20px;
}
#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 .bg-content-wrapper {
  margin: 0 auto;
}
body.sitemap .interior-content {
  padding: 100px 0;
}
body.sitemap #main-content {
  width: 60%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-size: 24px;
  font-weight: normal;
  color: #695564;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 38px;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  color: #4e4a44;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  text-decoration: underline;
  color: #6a5665;
}
.location-bar-top {
  background: #4b3549;
  color: #fff;
  width: 100%;
  line-height: 1.40;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}
.location-bar-top a {
  color: #fff;
  text-decoration: none;
}
.location-bar-top a:hover {
  color: #a4988e;
}
.location-bar-top a.city {
  margin-right: 3px;
}
table,
tr,
td {
  font-size: 20px;
}
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  background: #6a5666;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  left: 0;
  right: 0;
  position: relative;
  width: 254px;
  z-index: 200;
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 254px;
  margin: 0 auto;
  text-decoration: none;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  box-shadow: 10px 15px 15px rgba(0,0,0,0.1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#hd.shrink .logo img {
  width: 150px;
}
.social-icons {
  float: none;
  clear: both;
  display: block;
  background: none;
  margin-left: 20px;
}
.social-icons a {
  display: inline !important;
  color: #fff;
  margin: 0 0 0 5px;
  width: 20px;
}
.social-icons #hd-right {
  width: 100%;
  float: right;
  text-align: center;
}
.social-icons ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  line-height: 1em;
}
.social-icons ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 10px;
}
.social-icons ul li a {
  display: block;
}
.social-icons .hd-locations {
  float: none;
  clear: both;
}
.social-icons .hd-locations .hd-address {
  display: block;
  text-decoration: underline;
  color: #695564;
}
.social-icons .hd-locations .phone,
.social-icons .hd-locations a.phone {
  display: block;
  text-decoration: none;
}
.social-icons .hd-locations .hd-address:hover,
.social-icons .hd-locations a.phone:hover {
  color: #6a5665;
}
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #FFFFFF;
  background: #695564;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  margin: 0;
  font-size: 15px;
  border: 1px solid transparent;
  color: #FFFFFF;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-nav a:hover {
  background: #31272e;
}
#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: #c9bfac;
  border-bottom: 1px solid #695564;
  color: #695564;
  text-transform: uppercase;
  font-size: 16px;
}
#main-nav ul li.active > a,
#main-nav ul li:hover > a {
  background: #695564;
  color: #FFFFFF;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  width: 100%;
  background-color: #695563;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #fff;
  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: #695564;
  color: #FFFFFF;
}
#main-nav li.active li a {
  background: none;
}
#subnav-outer {
  position: relative;
  padding: 10px 0 10px;
  background: none;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
}
#subnav-outer p {
  color: #fff;
  width: 50%;
  font-size: 13px;
  width: 100%;
  margin: 0 auto;
}
#subnav-outer a {
  color: #FFF;
  test-transform: uppercase;
  text-decoration: none;
  display: inline;
  width: 25%;
  font-size: 13px;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #c9bfac;
  text-decoration: underline;
}
.welcome-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.688em;
  letter-spacing: 2px;
  color: #b3a998;
}
.office_tour {
  display: block;
  position: relative;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.office_tour .controls {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  z-index: 400;
}
.office_tour .controls > div {
  color: #fff;
  font-size: 50px;
  display: inline-block;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
body.office-tour .controls > div,
body.before-and-after .controls > div {
  color: #695564;
}
.office_tour .controls > div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.office_tour #prev {
  float: left;
}
.office_tour #next {
  float: right;
  direction: rtl;
}
.home-slideshow-section {
  position: relative;
  padding: 0;
  martin-top: -80px;
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.home-slideshow-section .ss-tagline {
  text-transform: uppercase;
  font-size: 1.0em;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-weight: 300;
  left: 0;
  right: 0;
  line-height: 40px;
  z-index: 9999;
}
.home-slideshow-section video {
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  display: block;
}
img.slideshow-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 400;
}
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
}
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: rgba(230,223,206,0.8);
  padding: 20px 0;
  letter-spacing: 2px;
  box-sizing: border-box;
}
#bd-callouts img {
  display: none;
}
#bd-callouts a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  height: 80px;
  color: #ffffff;
  text-align: center;
  z-index: 0;
  margin-bottom: 10px;
  text-decoration: none;
}
#bd-callouts a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#bd-callouts a:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#bd-callouts .co-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#bd-callouts .co-text .ln1 {
  display: block;
  color: #6a5665;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.025;
}
#bd-callouts .co-text .ln2 {
  display: block;
  color: #b3a998;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.14em;
  font-size: 1.875em;
  line-height: 1.1875em;
}
#bd-callouts .co-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bd-callouts a:hover:after {
  opacity: 0;
}
#bd-callouts a:hover .co-text {
  opacity: 0;
}
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
}
#content .interior-content {
  width: 100%!important;
}
.bg-content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  background: rgba(255,255,255,0.9);
  margin: 0;
}
#content-text {
  width: 100%;
  font-size: 20px;
  color: #4e4a44;
}
#home-content {
  padding: 20px 0;
}
.interior-content {
  padding: 0 0 20px;
}
.kids-awards-section {
  box-sizing: border-box;
  background: #6a5665;
  padding: 20px 0;
  margin: 0 auto;
}
.kids-awards-section > div {
  margin: 0 auto;
}
.reward-text {
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  padding: 10px;
  line-height: 22px;
  hyphens: none;
  float: left;
  text-align: center;
}
.rewards-image-container {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  float: none;
  padding: 50px 0 10px;
}
.awards-testimonial-hr {
  background: #6a5665;
}
.patient-rewards-img img {
  position: relative;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.patient-rewards-img img:hover {
  transform: scale(.97);
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
}
.kids-club-img img {
  position: relative;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.testimonials-section {
  z-index: 10;
  color: #fff;
  font-size: 23px;
  background: #6a5665;
  padding: 10px 40px;
}
.testimonials-section i {
  font-weight: 100;
  font-size: 80px;
}
#content .testimonials-section ul {
  margin: 0 auto;
  width: 70%;
  padding: 40px;
}
.testimonials-section ul,
.testimonials-section li {
  text-align: center;
}
.testimonials-section .cycle-slide p {
  font-size: 23px;
  line-height: 1.333334;
  color: #fff;
  margin: 0px 10% 0 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 10% 0 10%;
}
.testimonials-section li {
  font-size: 23px;
  line-height: 43px;
  color: #fff;
  position: relative;
}
.testimonials-section .controls {
  height: 70px;
}
.testimonials-section .controls .fas {
  position: relative;
  line-height: 20px;
}
#prev {
  position: absolute;
  z-index: 220;
  top: 0;
  left: 10%;
  font-weight: 100;
  font-size: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#next {
  position: absolute;
  top: 0;
  z-index: 220;
  right: 10%;
  font-weight: 100;
  font-size: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.bd-services {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#bd-services a {
  color: #fff;
  width: 277px;
  display: block;
  margin: 20px auto;
}
#bd-services .service:before {
  content: "";
  background: rgba(107,42,91,.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#bd-services a:hover .service:before {
  background: rgba(107,42,91,0);
}

#bd-services a:hover,
#bd-services a:active {
  color: #fff;
}
#bd-services div div.services-01,
#bd-services div div.services-02,
#bd-services div div.services-03,
#bd-services div div.services-04 {
  position: relative;
  display: block;
  margin: 0 auto;
  margin: 10px auto;
  width: 100%;
  height: 411px;
  max-width: 277px;
  text-align: center;
}
#bd-services div div.services-01 img,
#bd-services div div.services-02 img,
#bd-services div div.services-03 img,
#bd-services div div.services-04 img {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  font-size: 30px;
  max-width: 85px;
  margin: 0 auto;
  text-align: center;
}
#bd-services div.services-01 .services-text,
#bd-services div.services-02 .services-text,
#bd-services div.services-03 .services-text,
#bd-services div.services-04 .services-text {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
}
#bd-services div div div {
  margin: 0 auto;
  text-align: center;
}
#bd-services div div.services-01 {
  background: url('../images/services-01.jpg') no-repeat;
}
#bd-services div div.services-02 {
  background: url('../images/services-02.jpg') no-repeat;
}
#bd-services div div.services-03 {
  background: url('../images/services-03.jpg') no-repeat;
}
#bd-services div div.services-04 {
  background: url('../images/services-04.jpg') no-repeat;
}
#map {
  position: relative;
  height: 250px;
  margin: 0 auto;
}
.ft-location a {
  display: block;
  margin: 0;
  text-decoration: underline;
  font-size: 21px;
  line-height: 25px;
}
.ft-location a img {
  display: block;
  border: 5px solid #6a5665;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
#associations {
  background: #6a5665;
  padding: 76px 0 79px;
}
#associations h3 {
  color: #fff;
  text-align: center;
}
#associations .association {
  display: block;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#associations a:hover .association {
  opacity: .6;
}
#ft {
  background: rgba(179,169,151,0.8);
  text-align: center;
  width: 100%;
  display: table;
  padding: 76px 0 79px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ft .ft-left {
  width: 100%;
  height: 100%;
  float: none;
  text-align: center;
}
#ft .text-nav {
  margin: 0;
  color: #FFFFFF;
}
#ft .text-nav a {
  text-decoration: underline;
  display: block;
  color: #FFFFFF;
}
#ft .text-nav a:hover {
  color: #6a5665;
}
#ft .ft-right {
  width: 100%;
  float: none;
  text-align: center;
}
#ft .ft-location .ft-map {
  width: 100%;
  display: inline-block;
}
#ft .ft-location .ft-map img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 21px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 8px;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #6a5665;
  text-decoration: none;
}
.ft-design-credit {
  height: 112px;
  clear: both;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.ft-design-credit .sitemap-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125em;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.ft-design-credit a.sesame-link {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8125em;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.ft-design-credit a.sesame-link img {
  margin: -3px 9px 0 0;
  width: 24px;
}
.ft-design-credit a.sesame-link:hover {
  color: #695564;
  text-decoration: none;
}
.ft-design-credit a.sesame-link:hover img {
  opacity: .75;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #FFFFFF;
  border: 2px solid #fff;
  padding: 5px 10px;
  margin: 10px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.ft-design-credit a.back-to-top:hover {
  background: #6a5665;
}
.ft-design-credit a.back-to-top:hover {
  color: #695564;
  color: #fff;
}
form button {
  background: #695564;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
}
form button:hover {
  background: #31272e;
}
.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: #695564;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #695564;
  color: #4e4a44;
  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: 20px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search form label {
  font-size: 20px;
}
form#blog_search input {
  background: #FFFFFF;
  color: #4e4a44;
  border: 1px solid #4e4a44;
  width: 178px;
  margin: 6px auto;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #6a5665;
  color: #FFFFFF;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #32282f;
}
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transform: translate3d(0,0,0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
form p {
  height: auto;
}
form.full .radio-group label input {
  width: auto !important;
  display: inline;
}
form.full .radio-group label span {
  display: inline;
}

@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0,0,0,0);
    display: block;
    float: left;
    -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;
    text-align: right;
  }
  body.meet-the-staff #hide-stock,
  body.meet-the-team #hide-stock,
  body.meet-our-team #hide-stock,
  body.itero-element #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.itero-element #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.itero-element #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%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  h1 {
    font-size: 3.063em;
  }
  #main-content {
    width: 62%;
    display: block;
    float: left;
    padding: 0;
  }
  #main-nav {
    text-align: center;
    background: none;
  }
  #sidebar {
    width: 32%;
    float: right;
    display: inline;
    text-align: right;
    margin: 6px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .logo {
    width: 50%;
  }
  #hd-right {
    width: 100%;
    float: right;
    text-align: right;
  }
  .home-slideshow-section .ss-tagline {
    font-size: 2.0em;
  }
  .location-bar-top {
    text-align: right;
    z-index: 20;
    position: relative;
    float: right;
  }
  .location-bar-top .social-icons .fab,
  .location-bar-top .social-icons .fas,
  .location-bar-top .social-icons .fa {
    font-size: 14px;
    vertical-align: inherit;
    margin-bottom: 5px;
  }
  .location-bar-top span {
    display: inline;
    text-align: right;
  }
  .location-bar-top a.city {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
  }
  .location-bar-top a:hover {
    color: #c9bfac;
    text-decoration: none;
  }
  .location-bar-top .hd-phone {
    text-align: right;
    margin: 0 25px 0 10px;
    font-size: 15px;
  }
  #bd-callouts {
    padding: 63px 0;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 2px;
  }
  #bd-callouts a {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    border: 5px solid #6a5665;
    max-width: 325px;
    margin-bottom: 5px;
    border: 5px solid #6a5665;
    opacity: 1.0;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
    overflow: hidden;
  }
  .callout-text {
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
  }
  #bd-callouts span {
    font-size: 19px;
    font-weight: 100;
    color: #b3a898;
    line-height: 1.025;
    text-transform: uppercase;
  }
  #bd-callouts .co-top-line {
    display: block;
    color: #6a5665;
    font-size: 25px;
    font-weight: normal;
  }
  #bd-callouts .callout-01 a:hover {
    background: url('../images/callouts/co-1.png');
  }
  #bd-callouts .callout-02 a:hover {
    background: url('../images/callouts/co-2.png');
  }
  #bd-callouts .callout-03 a:hover {
    background: url('../images/callouts/co-3.png');
  }
  #bd-callouts .callout-04 a:hover {
    background: url('../images/callouts/co-4.png');
  }
  a {
    width: 100%;
    text-decoration: underline;
  }
  .more-topics {
    font-size: 1.250em;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
  }
  .reward-text {
    color: #fff;
    width: 50%;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    text-align: right;
    padding: 40px 20px;
    hyphens: none;
    float: left;
  }
  .rewards-image-container {
    position: relative;
    padding: 10px 0 60px;
    width: 50%;
    box-sizing: border-box;
    float: right;
  }
  #content-text {
    text-align: justify;
  }
  .testimonials-section {
    position: relative;
  }
  .testimonials-section ul {
    margin: -34px auto 0;
    width: 80%;
  }
  #bd-services a {
    display: inline-block;
    margin: 2% 2% 0;
  }
  #bd-services .service-wrap-01 {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  #bd-services .service-wrap-02 {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  #associations {
    background: #6a5665;
    padding: 76px 0 79px;
    text-align: center;
  }
  #associations h3 {
    color: #fff;
  }
  #associations .association {
    display: inline-block;
    margin: 5px 8px;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #ft .ft-left {
    width: 67%;
    float: left;
    text-align: left;
  }
  #ft .ft-right {
    width: 31%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding: 110px 0px;
  }
  .ft-location a {
    padding: 0;
    text-decoration: underline;
  }
  .ft-map a {
    padding: 50px 0;
    box-sizing: border-box;
  }
  .ft-design-credit {
    left: 0;
    padding: 36px 0;
    text-decoration: none;
    margin: inherit;
    height: inherit;
    color: #fff;
  }
  .ft-design-credit .container {
    max-width: 1000px;
    text-align: left;
  }
  .ft-design-credit .sitemap-link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 0.8125em;
    width: 0px;
    /* float: left; */
    display: inline-block;
    padding: 8px 0;
    text-align: left;
  }
  .ft-design-credit .sitemap-link:hover {
    color: #695564;
  }
  .ft-design-credit a.sesame-link {
    /* float: left; */
    padding: 8px 0;
    max-width: 271px;
    text-decoration: none;
    display: inline-block;
  }
  .ft-design-credit a.back-to-top {
    position: absolute;
    font-size: 15px;
    right: 0;
    margin: 0;
    width: 130px;
    display: inline-block;
    text-decoration: none;
    float: none;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 2px 1px;
    text-align: center;
  }
}
@media only screen and (min-width: 64em) {
  #main-nav .container {
    width: 1173px !important;
    max-width: none;
  }
  .ie8 #main-nav .container {
    width: 1173px !important;
  }
  #content .container {
    width: 100% !important;
    max-width: 1173px;
  }
  /*#content .bg-content-wrapper,
  #content #bg-content-wrapper {
    max-width: 1000px;
  }*/
  #content #bg-content-wrapper,
  #content .bg-content-wrapper {
    padding: 40px 0;
  }
  #content #bg-content-wrapper .container,
  #content .bg-content-wrapper .container {
    max-width: 1000px;
  }
  #content #bg-content-wrapper .kids-awards-section .container {
    max-width: 1000px !important;
  }
  #hd {
    display: block;
  }
  #hd.shrink .logo img {
    width: 0;
    padding: 0;
  }
  #hd {
    position: fixed;
    background: rgba(255,255,255,0.9);
  }
  #hd .logo {
    position: absolute;
    left: -75%;
    margin-top: 0px;
    width: 50%;
  }
  #hd .logo img:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #hd.shrink .logo {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-top: 14px;
  }
  #main-nav {
    background: none;
    padding: 26px 0px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
  }
  #main-nav a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    text-decoration: none;
  }
  #main-nav ul {
    margin: 0 0 0;
  }
  #main-nav ul li {
    float: none;
    margin: -5px 0 -5px 9px;
    padding: 0 0 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-nav ul li a {
    padding: 8px;
    border-bottom: none;
    background: none;
    border: 1px solid transparent;
  }
  #main-nav ul li.active > a,
  #main-nav ul li:hover > a {
    color: #695564;
    background: none;
    border: 1px solid #695564;
  }
  #main-nav ul li.contact-us ul {
    margin: 0 0 0 -72px;
  }
  #main-nav ul ul {
    margin: 1px 0 0;
    width: auto;
    background: #320d32;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
  }
  #main-nav ul ul li {
    padding: 0;
    margin: 0;
  }
  #main-nav ul ul li a {
    background: #320d32;
    text-align: left;
    line-height: 2.25em;
    padding: 0 49px 0 12px;
    border-bottom: none;
    font-size: 12px;
    border: 1px solid transparent;
    white-space: nowrap;
  }
  #main-nav ul ul li a:hover {
    background: #c9bfac;
    color: #320d32;
  }
  .home-slideshow-section .ss-tagline {
    font-size: 3.0em;
    bottom: 8%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .53s ease-in-out;
    -moz-transition: .53s ease-in-out;
    transition: .53s ease-in-out;
  }
  .home header h1 {
    text-align: center;
    font-size: 2.75em;
  }
  nav.horizontal ul li {
    float: none;
  }
  #slideshow {
    width: 100%;
    padding: 0;
    z-index: 0;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  #bd-callouts {
    padding: 41px 0 54px;
  }
  #bd-callouts a {
    float: left;
    height: 100%;
    height: 175px;
    margin: 4px;
    max-width: 235px;
  }
  #bd-callouts .co-01 {
    margin-left: 0;
  }
  #bd-callouts .co-04 {
    margin-right: 0;
  }
  #bd-callouts .co-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #bd-callouts a:hover:after {
    opacity: 0;
  }
  #bd-callouts a:hover .co-text {
    opacity: 0;
  }
  #content-text {
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  #bd-callouts img {
    display: block;
  }
  #bd-services {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    text-align: center;
    padding: 90px 0;
  }
  #bd-services div div.services-01,
  #bd-services div div.services-02,
  #bd-services div div.services-03,
  #bd-services div div.services-04 {
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
    -moz-transition: 1.3s;
    transition: 1.3s;
    padding: 0;
  }
  .services-overlay img {
    position: relative;
    width: 277px;
  }
  #bd-services a {
    margin: 0 .5%;
  }
  #bd-services .service-wrap-01 {
    position: relative;
    display: inline;
    width: 554px;
  }
  #bd-services .service-wrap-02 {
    position: relative;
    display: inline;
    width: 554px;
  }
  #bd-services div div.services-01,
  #bd-services div div.services-02,
  #bd-services div div.services-03,
  #bd-services div div.services-04 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    height: 411px;
    text-align: center;
  }
  #bd-services .services-01 {
    display: inline-block;
  }
  #bd-services .services-02 {
    display: inline-block;
  }
  #bd-services .services-03 {
    display: inline-block;
  }
  #bd-services .services-04 {
    display: inline-block;
  }
  .kids-awards-section > div {
    margin: 40px auto;
  }
  .ft-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
  }
  .design-container {
    width: 61%;
    position: relative;
    margin: 0 auto;
  }
  #subnav-outer {
    width: 60%;
    padding: 140px 0 10px; 
  }
  #subnav-outer p {
    width: 70%;
  }
}
@media only screen and (min-width: 81.25em) {
	
	  #bd-callouts a {
  
    max-width: 275px;
  }
  
}
