/* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Fonts 
=============================================== */
@font-face {
  font-family: 'avantgarde_bk_btdemi';
  src: url('../fonts/avgardd-webfont.eot');
  src: url('../fonts/avgardd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avgardd-webfont.woff2') format('woff2'), url('../fonts/avgardd-webfont.woff') format('woff'), url('../fonts/avgardd-webfont.ttf') format('truetype'), url('../fonts/avgardd-webfont.svg#avantgarde_bk_btdemi') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avantgarde_bk_btdemi_oblique';
  src: url('../fonts/avgarddo-webfont.eot');
  src: url('../fonts/avgarddo-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avgarddo-webfont.woff2') format('woff2'), url('../fonts/avgarddo-webfont.woff') format('woff'), url('../fonts/avgarddo-webfont.ttf') format('truetype'), url('../fonts/avgarddo-webfont.svg#avantgarde_bk_btdemi_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avantgarde_bk_btbook';
  src: url('../fonts/avgardn-webfont.eot');
  src: url('../fonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avgardn-webfont.woff2') format('woff2'), url('../fonts/avgardn-webfont.woff') format('woff'), url('../fonts/avgardn-webfont.ttf') format('truetype'), url('../fonts/avgardn-webfont.svg#avantgarde_bk_btbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avantgarde_bk_btbook_oblique';
  src: url('../fonts/avgardni-webfont.eot');
  src: url('../fonts/avgardni-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avgardni-webfont.woff2') format('woff2'), url('../fonts/avgardni-webfont.woff') format('woff'), url('../fonts/avgardni-webfont.ttf') format('truetype'), url('../fonts/avgardni-webfont.svg#avantgarde_bk_btbook_oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* Cyan, A, NavBG */
/* Green, H2-4, SubnavBG */
/* Dark Cyan, H1, UlUlBG, FTBG */
/* LightGreen, HdPhoneBG */
/* LightCyan, TaglineB */
/* Gray, MeetDrTitle */
/* LightCyan, RewardsBG */
/* LightGray, RewardsText */
/* Gray2, HomeTitleSpan */
/* ===============================================
					Mixins 
=============================================== */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* Body */
body {
  font: normal normal 18px/27px 'avantgarde_bk_btbook', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #333333;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #00b5cc;
  -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: #7eac21;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
  color: #7eac21;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8em !important;
  line-height: 1.020408163265306em;
  color: #0b8a9b;
  text-transform: uppercase;
  margin: 0 auto 30px;
}
h1 span {
  font-family: 'Slabo 27px', serif;
  display: block;
  font-size: 0.6326530612244898em;
  line-height: 1.2em;
  color: #626262;
}
.home header h1 {
  text-align: center;
  margin: 0 auto 26px;
}
h2 {
  font-family: 'Slabo 27px', serif;
  font-size: 1.222222222222222em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.055555555555556em;
  font-family: 'avantgarde_bk_btdemi';
}
h4,
h5,
h6 {
  font-size: 1em;
  font-family: 'avantgarde_bk_btdemi_oblique';
}
hr {
  color: #dedddd;
  background-color: #dedddd;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 324px;
  border: 5px solid #00b5cc;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
  border: 5px solid #00b5cc;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
  width: 310px;
  border: 5px solid #00b5cc;
}
/* 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-family: 'Slabo 27px', serif;
  text-transform: uppercase;
  font-size: 1.222222222222222em;
  color: #00b5cc;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  font-family: 'avantgarde_bk_btbook';
  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: #7eac21;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  position: relative;
  background: #ffffff;
}
#hd .container {
  width: 100% !important;
  z-index: 5;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 206px;
  margin: 0 auto;
  text-decoration: none;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-wood.jpg) center center;
  opacity: 0.625;
  z-index: 1;
}
#hd-right {
  width: 100%;
  max-width: 296px;
  float: none;
  text-align: center;
  padding: 6px 0;
  margin: 0 auto;
  /* Social Icons */
  /* Logins */
  /* Header Locations */
}
#hd-right .social-icons {
  float: none;
  clear: both;
  display: block;
  background: #00b5cc;
  background: rgba(0, 181, 204, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 5px 0px;
  margin: 0 auto 5px;
}
#hd-right .social-icons a {
  display: inline-block !important;
  vertical-align: middle;
  color: #ffffff;
  margin: 0 1px;
  width: auto;
}
#hd-right .social-icons a:hover {
  color: #a2de2a;
}
#hd-right ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
#hd-right ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  line-height: 1em;
}
#hd-right ul li a {
  width: auto !important;
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 0.6111111111111111em;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
}
#hd-right ul li a:hover {
  color: #a2de2a;
}
#hd-right .hd-locations {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 5px 12px;
  background: #a2de2a;
  background: rgba(162, 222, 42, 0.7);
}
#hd-right .hd-locations p {
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin: 0 auto 1px;
  text-transform: uppercase;
  font-size: 0.5555555555555556em;
  line-height: 1.1em;
  color: #333333;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  font-family: 'Slabo 27px', serif;
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 1.611111111111111em;
  line-height: 1em;
}
#hd-right .hd-locations a.phone:hover {
  color: #00b5cc;
}

#hd .provider {
  -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;
  text-align: center;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #00acba;
  line-height: 1.25em;
  font-size: 1.111em;
  margin: 10px auto 0;
  width: 95%;
  max-width: 320px;
}
#hd .provider img {
  -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;
  float: left; margin-bottom:15px;
}
#hd .provider .spot {
  display: block;
  color: #c3cf22;
  -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 .provider .txt {
  padding-top: 10px;
  text-shadow: 0 0 4px #ffffff, 0 0 4px #ffffff, 0 0 4px #ffffff;
  
}
#hd .provider:hover {
  color: #363636;
}
#hd .provider:hover img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#hd .provider:hover .spot {
  color: #363636;
}
/* Main Nav */
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #ffffff;
  background: #00b5cc;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #ffffff;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
  font-size: 0.7222222222222222em;
  text-transform: uppercase;
}
#main-nav a:hover {
  background: #007180;
}
#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: #4c4c4c;
  border-bottom: 1px solid #00b5cc;
  color: #ffffff;
  padding: 8px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active > a,
#main-nav ul li:hover > a {
  background: #262626;
  color: #ffffff;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #0b8a9b;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
  font-size: 0.6666666666666667em;
}
#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: #000000;
}
#main-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 41px 0 39px;
  background: #7eac21;
  text-align: center;
}
#subnav-outer p {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  font-size: 0.6666666666666667em;
  line-height: 1.166666666666667em;
  text-transform: uppercase;
}
#subnav-outer a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
/* Schedule Exam Button */
.schedule-exam-btn {
  font-family: 'Slabo 27px', serif;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 21px 13px 19px;
  color: #ffffff;
  background: #4c4c4c;
  font-size: 1em;
  line-height: 1.111111111111111em;
  text-transform: uppercase;
  text-align: center;
  z-index: 30;
}
.schedule-exam-btn:hover {
  background: #262626;
  color: #ffffff;
}
/* Slideshow, Callouts & Tagline */
#home-slideshow-banner {
  float: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.4em;
  text-align: center;
}
#home-slideshow-banner .bx-wrapper {
  display: inline-block;
  width: 100%;
  float: none;
}
#home-slideshow-banner .bx-wrapper .bx-viewport {
  margin: 0 auto;
  padding: 0;
}
#home-slideshow-banner .bx-wrapper .bx-pager {
  display: none;
}
#home-slideshow-banner .bx-wrapper .bx-prev {
  left: 0;
  background: url(../images/controls-l.png) center center no-repeat;
  background-size: contain;
  -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  margin: 0 auto;
}
#home-slideshow-banner .bx-wrapper .bx-next {
  right: 0;
  background: url(../images/controls-r.png) center center no-repeat;
  background-size: contain;
  -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  margin: 0 auto;
}
#home-slideshow-banner .bx-wrapper .bx-controls {
  display: none;
}
#home-slideshow-banner .bx-wrapper .bx-controls-direction a {
  width: 6.725%;
  max-width: 34px;
  height: 34px;
  margin-top: -17px;
  z-index: 15;
}
#home-slideshow-banner .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.75;
}
#home-slideshow-banner .bx-wrapper .bx-pager {
  display: none;
}
#home-slideshow-banner ul {
  margin: 0;
}
#home-slideshow-banner .slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-top: 150px;
}
#home-slideshow-banner .slide1 {
  background: url(../images/slideshow/slide1.jpg) center top no-repeat;
  background-size: auto 150px;
}
#home-slideshow-banner .slide2 {
  background: url(../images/slideshow/slide2.jpg) center top no-repeat;
  background-size: auto 150px;
}
#home-slideshow-banner .slide3 {
  background: url(../images/slideshow/slide3.jpg) center top no-repeat;
  background-size: auto 150px;
}
#home-slideshow-banner .slide4 {
  background: url(../images/slideshow/slide4.jpg) center top no-repeat;
  background-size: auto 150px;
}
#home-slideshow-banner .slide5 {
  background: url(../images/slideshow/slide5.jpg) center top no-repeat;
  background-size: auto 150px;
}
#home-slideshow-banner h2 {
  font-family: 'Slabo 27px', serif;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #14d9f2;
  background: rgba(20, 217, 242, 0.9);
  padding: 15px 21px 9px;
  font-size: 3.833333333333333em;
  line-height: 1em;
}
#home-slideshow-banner h3 {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #7eac21;
  background: rgba(126, 172, 33, 0.9);
  padding: 16px 19px;
  font-size: 1.611111111111111em;
  line-height: 1em;
}
#home-slideshow-banner .slide2 h2 {
  font-size: 2.4em;
}
#home-slideshow-banner .slide5 h2 {
  font-size: 2.4em;
}
/* Office Tour Slideshow */
.slideshow {
  border-bottom: 3px solid #7eac21;
  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: #00b5cc;
}
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: #00b5cc !important;
}
/* Team Difference Row */
#team-difference-row {
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/bg-wood.jpg);
  padding: 20px 0 21px;
}
#team-difference-row .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 1.45% 16px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}
#team-difference-row img {
  width: 100%;
  max-width: 241px;
  display: block;
  margin: 0 auto 10px;
}
#team-difference-row p {
  display: block;
  margin: 6px 0;
  font-size: 0.9444444444444444em;
  line-height: 1.294117647058824em;
}
/* Meet the Team Row */
#meet-our-team-row {
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/pic-team-row.jpg) center top no-repeat;
  background-size: auto 150px;
  padding: 150px 0 0;
}
#meet-our-team-row .team-text {
  width: 100%;
  display: table;
  background: #0b8a9b;
  background: rgba(11, 138, 155, 0.8);
  padding: 6px 0 11px;
}
#meet-our-team-row .team-text .container {
  max-width: 870px;
}
#meet-our-team-row h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto 4px;
  font-size: 1.944444444444444em;
}
#meet-our-team-row h2 a {
  color: #ffffff;
}
#meet-our-team-row h2 a:hover {
  color: #a2de2a;
}
#meet-our-team-row p {
  margin: 0;
  color: #ffffff;
  font-size: 0.9444444444444444em;
  line-height: 1.294117647058824em;
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 0;
  padding: 25px 0;
}
#bd-callouts .container {
  max-width: 1052px !important;
}
#bd-callouts a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  max-width: 473px;
  width: 94.868%;
  height: 284px;
  margin: 25px 2.566%;
  vertical-align: top;
  background: #00b5cc;
  border: 5px solid #00b5cc;
  text-align: center;
  position: relative;
  font-size: 18px;
}
#bd-callouts a span {
  font-family: 'Slabo 27px', serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 109px 0 0;
  color: #333333;
  font-size: 1.833333333333333em;
  line-height: 0.8181818181818182em;
  text-transform: uppercase;
  background: #a2de2a;
  background: rgba(162, 222, 42, 0.5);
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-callouts a span strong {
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 14px auto 0;
  background: #00b5cc;
  color: #ffffff;
  width: 136px;
  height: 51px;
  padding: 19px 0 0;
  font-size: 0.4848484848484848em;
  line-height: 1em;
}
#bd-callouts a.callout-01 {
  background: url(../images/callout-01.jpg) center center no-repeat;
}
#bd-callouts a.callout-02 {
  background: url(../images/callout-02.jpg) center center no-repeat;
}
#bd-callouts a.callout-03 {
  background: url(../images/callout-03.jpg) center center no-repeat;
}
#bd-callouts a.callout-04 {
  background: url(../images/callout-04.jpg) center center no-repeat;
}
/* Meet the Doctors */
#meet-dr-row {
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
  background: #afc5d0 url(../images/pic-drs-row.jpg) center bottom no-repeat;
  background-size: auto 153px;
  padding: 20px 0 143px;
  font-size: 0.6em;
}
#meet-dr-row h2 {
  font-family: 'Slabo 27px', serif;
  color: #4c4c4c;
  margin: 0 auto 1px;
  text-transform: uppercase;
  font-size: 1.833333333333333em;
  line-height: 1em;
}
#meet-dr-row a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #7eac21;
  font-size: 1.388888888888889em;
  line-height: 1.04em;
}
#meet-dr-row a:hover {
  color: #14d9f2;
}
/* Meet the Doctors */
#doctors {
  background: #00b5cc url("/assets/images/bg-doctors.jpg") no-repeat scroll center bottom / cover;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 30px 0;
}
#doctors h2 {
  display: block;
  width: auto;
  font-family: 'Slabo 27px', serif;
  color: #ffffff;
  background: #33c4d5;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  margin-bottom: 15px;
  font-size: 1.556em;
}
#doctors a {
  width: 100%;
  max-width: 290px;
  margin: 15px 10px 100px;
  display: inline-block;
  position: relative;
  -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;
}
#doctors a .doc,
#doctors a .box {
  border: solid 5px #008a99;
}
#doctors a .box {
  width: 100%;
  max-width: 290px;
  height: 80px;
  display: block;
  background: #00cfe6;
  position: absolute;
  left: 0;
  bottom: -100px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#doctors a .txt {
  line-height: 25px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Slabo 27px', serif;
  color: #fff;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  -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;
  top: 49%;
  -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;
}
#doctors a:hover .box {
  background: rgba(219, 229, 69, 0.7);
  height: 100%;
  max-height: 230px;
  bottom: 0;
}
#doctors a:hover .txt {
  color: #333;
}
/* Rewards Row */
#rewards-row {
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 49px 0 49px;
  background: #d0f8fc;
}
#rewards-row .container {
  max-width: 966px !important;
}
#rewards-row img {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 452px;
}
#rewards-row h2 {
  display: block;
  margin: 41px 3px 27px;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  color: #0b8a9b;
}
#rewards-row h2 a {
  color: #0b8a9b;
}
#rewards-row h2 a:hover {
  color: #7eac21;
}
#rewards-row p {
  font-family: 'Slabo 27px', serif;
  margin: 0 auto 18px;
  color: #828181;
  font-size: 0.8888888888888889em;
  line-height: 0.8888888888888889em;
}
/* Content */
#content {
  z-index: 0;
  background: #ffffff;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  max-width: 794px;
  margin: 0 auto;
}
#home-content {
  padding: 55px 0 30px;
}
#home-content a {
  font-family: 'Slabo 27px', serif;
  text-transform: uppercase;
}
#home-content p {
  text-align: justify;
}
.interior-content {
  padding: 71px 0;
}
.interior-content a {
  font-family: 'Slabo 27px', serif;
  text-transform: uppercase;
}
.interior-content p {
  text-align: justify;
}
/* Testimonials Row */
#ft-top {
  display: table;
  text-align: center;
  width: 100%;
  /*position: relative;*/
  font-size: 0.75em;
  background: url(../images/bg-wood.jpg);
}
#ft-top .container {
  margin: 20px auto 21px;
  padding: 30px 2.4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
}
#ft-top .bx-wrapper .bx-viewport {
  width: 85% !important;
  margin: 0 auto;
}
#ft-top .bx-wrapper .bx-pager {
  display: none;
}
#ft-top .bx-wrapper .bx-prev {
  left: 0;
  background: url(../images/controls-l.png) center center no-repeat;
  background-size: contain;
  -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  margin: 0 auto;
}
#ft-top .bx-wrapper .bx-next {
  right: 0;
  background: url(../images/controls-r.png) center center no-repeat;
  background-size: contain;
  -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  margin: 0 auto;
}
#ft-top .bx-wrapper .bx-controls-direction a {
  width: 6.725%;
  max-width: 34px;
  height: 34px;
  margin-top: -27px;
  z-index: 15;
}
#ft-top .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.75;
}
#ft-top .bx-wrapper .bx-pager {
  display: none;
}
#ft-top #slider2 {
  margin: 0;
  display: table;
}
#ft-top #slider2 li {
  font-size: 1.5em;
  line-height: 1.111111111111111em;
}
#ft-top #ft-logos {
  display: table;
  width: 100%;
  text-align: center;
  padding: 8px 0 9px;
  background: #7eac21;
  background: rgba(126, 172, 33, 0.7);
  font-size: 0;
}
#ft-top #ft-logos img {
  display: inline-block;
  margin:0 30px;
}
.ie8 #ft-top .bx-wrapper .bx-controls {
  display: none;
}
/* Footer */
#ft {
  background: #0b8a9b;
  text-align: center;
  width: 100%;
  display: table;
  padding: 52px 0 28px;
  font-size: 0;
}
#ft .ft-drs {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 13px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
}
#ft .ft-drs a {
  color: #ffffff;
}
#ft .ft-drs a:hover {
  color: #a2de2a;
}
#ft .phone,
#ft .ft-phone {
  font-family: 'Slabo 27px', serif;
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  color: #ffffff;
  font-size: 2.125em;
  line-height: 1em;
}
#ft a.phone:hover,
#ft a.ft-phone:hover {
  color: #a2de2a;
}
#ft .ft-location {
  display: inline-block;
  margin: 13px 1.3% 20px;
  font-size: 18px;
  width: 97.4%;
  max-width: 224px;
  vertical-align: top;
}
#ft .ft-location .ft-map {
  width: 100%;
  max-width: 224px;
  display: block;
  margin: 0 auto 19px;
}
#ft .ft-location .ft-map img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 5px solid #4c4c4c;
}
#ft .ft-location .ft-address {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.7777777777777778em;
  line-height: 1.142857142857143em;
}
#ft .ft-location h4 {
  font-family: 'Slabo 27px', serif;
  text-transform: uppercase;
  font-size: 1.214285714285714em;
  line-height: 1em;
  margin: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #ffffff;
}
#ft .ft-location .ft-address:hover {
  color: #a2de2a;
}
#ft .ft-location .ft-address:hover h4 {
  color: #a2de2a;
}
#ft .ft-location.hours h4 {
  font-size: 24px;
  margin-top: 20px;
}
#ft .ft-location.hours p {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.7777777777777778em;
  line-height: 1.142857142857143em;
  margin-bottom: 0;
}
.ft-design-credit {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  clear: both;
  width: 100%;
  padding: 25px 0;
  font-size: 0.5555555555555556em;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #00b5cc;
  text-align: center;
}
.ft-design-credit a {
  float: none;
  color: #00b5cc;
  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: 1em;
  display: inline-block;
}
.ft-design-credit a img {
  margin: -4px 5px 0 0;
  width: 24px;
}
.ft-design-credit a:hover {
  color: #7eac21;
}
.ft-design-credit a:hover img {
  opacity: .75;
}
.ft-design-credit a.back-to-top {
  font-family: 'Slabo 27px', serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  float: none;
  color: #00b5cc;
  font-size: 1.5em;
  line-height: 1em;
  width: 124px;
  height: 44px;
  margin: 0 auto 20px;
  background: url(../images/icon-top-bg.jpg) center center no-repeat;
  text-align: center;
  padding: 15px 0 0;
}
.ft-design-credit a.back-to-top:hover {
  color: #7eac21;
}
/* Form Buttons */
form button {
  background: #00b5cc;
  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;
  font-family: 'Montserrat', sans-serif;
}
form button:hover {
  background: #005a66;
}
/* 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: #00b5cc;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #00b5cc;
  color: #333333;
  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;
  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 {
  font-family: 'Montserrat', sans-serif;
  display: block;
  background: #7eac21;
  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: #3f5611;
}
/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
/* Office Tour */
ul.slideshow {
  margin: 0 auto !important;
}
body.office-tour #main-content {
  display: inline-block;
  text-align: center;
  width: auto !important;
}
form p {
  height: auto;
}
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #home-slideshow-banner {
    font-size: 0.6em;
  }
  #home-slideshow-banner .slide {
    padding-top: 350px;
  }
  #home-slideshow-banner .slide1 {
    background: url(../images/slideshow/slide1.jpg) center top no-repeat;
    background-size: auto 350px;
  }
  #home-slideshow-banner .slide2 {
    background: url(../images/slideshow/slide2.jpg) center top no-repeat;
    background-size: auto 350px;
  }
  #home-slideshow-banner .slide3 {
    background: url(../images/slideshow/slide3.jpg) center top no-repeat;
    background-size: auto 350px;
  }
  #home-slideshow-banner .slide4 {
    background: url(../images/slideshow/slide4.jpg) center top no-repeat;
    background-size: auto 350px;
  }
  #home-slideshow-banner .slide5 {
    background: url(../images/slideshow/slide5.jpg) center top no-repeat;
    background-size: auto 350px;
  }
}
/* ===============================================
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.smile-gallery #hide-stock,
  body.types-of-appliances #hide-stock,
  body.common-treatments #hide-stock,
  body.common-orthodontic-issues #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.smile-gallery #sidebar,
  body.types-of-appliances #sidebar,
  body.common-treatments #sidebar,
  body.common-orthodontic-issues #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.smile-gallery #main-content,
  body.types-of-appliances #main-content,
  body.common-treatments #main-content,
  body.common-orthodontic-issues #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 ------------*/
  h1 {
    font-size: 2.722222222222222em !important;
  }
  #main-content {
    width: 60.5%;
    display: block;
    float: left;
    padding: 22px 0 30px 0;
  }
  #sidebar {
    width: 34%;
    float: right;
    display: inline;
    text-align: center;
    margin: 26px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .logo {
    width: 35%;
    text-align: left;
    float: left;
  }
  #hd-right {
    width: 65%;
    float: right;
  }
   #hd .provider {
    width: 100%;
  }
  #home-slideshow-banner {
    height: 621px;
    font-size: 0.8em;
    text-align: left;
  }
  #home-slideshow-banner .container {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #home-slideshow-banner .bx-wrapper .bx-controls {
    display: block;
  }
  #home-slideshow-banner .slide {
    height: 621px;
    padding-top: 0;
  }
  #home-slideshow-banner .slide1 {
    background: url(../images/slideshow/slide1.jpg) center top no-repeat;
    background-size: 2000px auto;
  }
  #home-slideshow-banner .slide2 {
    background: url(../images/slideshow/slide2.jpg) center top no-repeat;
    background-size: 2000px auto;
  }
  #home-slideshow-banner .slide3 {
    background: url(../images/slideshow/slide3.jpg) center top no-repeat;
    background-size: 2000px auto;
  }
  #home-slideshow-banner .slide4 {
    background: url(../images/slideshow/slide4.jpg) center top no-repeat;
    background-size: 2000px auto;
  }
  #home-slideshow-banner .slide5 {
    background: url(../images/slideshow/slide5.jpg) center top no-repeat;
    background-size: 2000px auto;
  }
  #home-slideshow-banner h2 {
    margin: 0 0 10px;
  }
  #home-slideshow-banner h3 {
    margin: 0 0 10px;
  }
  #team-difference-row {
    text-align: left;
  }
  #team-difference-row img {
    float: left;
    margin: 0 4.3% 0 0;
	width:241px;
	height:116.233px;
  }
  #meet-dr-row {
    font-size: 0.8em;
  }
  #doctors {
    min-height: 390px;
  }
  #doctors a {
    width: 30%;
    margin: 0 1%;
  }
  #meet-our-team-row {
    background: url(../images/pic-team-row.jpg) center top no-repeat;
    background: 2000px auto;
    padding: 370px 0 0;
  }
  #bd-callouts a {
    width: 44.868%;
  }
  #bd-callouts a span {
    opacity: 0;
    background: #a2de2a;
    background: rgba(162, 222, 42, 0.7);
  }
  #bd-callouts a:hover span {
    opacity: 1;
  }
  #rewards-row {
    text-align: left;
  }
  #rewards-row h2 {
    font-size: 2.5em;
  }
  #rewards-row img {
    float: right;
    margin: 0 0 0 1.2%;
  }
  #ft-top {
    font-size: 1em;
  }
  #ft .ft-location.hours h4  {
    margin-top: 40px;
  }
  .ft-design-credit {
    text-align: left;
    padding: 25px 0 0;
  }
  .ft-design-credit a.back-to-top {
    float: right;
    margin: -14px 2px 0;
  }
}
/* ===============================================
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;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #hd .logo {
    margin-left: -14px;
    margin-bottom: -6px;
  }
  
   #hd .provider {
    text-align: left;
    width: 290px;
    float: right;
  }
  #hd .provider img {
    margin-right: 10px;
    margin-top: 1px;
  }
  /* Main-Nav */
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
  }
  #main-nav ul li a {
    padding: 10px 16px 11px;
    border-bottom: none;
    background: none 50% 83% no-repeat;
    background-size: 26px auto;
  }
  #main-nav ul li.active > a,
  #main-nav ul li:hover > a {
    background: url(../images/icon-nav.png) 50% 83% no-repeat;
    background-size: 26px auto;
  }
  #main-nav ul li.contact-us ul {
    margin: 0 0 0 -72px;
  }
  #main-nav ul ul {
    margin: 0 0 0;
    width: auto;
    padding: 13px 0;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.833333333333333em;
    padding: 0 49px 0 16px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  /*------------ Style Edit Region ------------*/
  #home-slideshow-banner {
    font-size: 1em;
  }
 /* 
 #home-slideshow-banner img {
    position: fixed;
	top:154px;
  }
  */
  #home-slideshow-banner [class^="slide"]{
    background-size: auto;
    background-attachment: fixed;
	}
  #home-slideshow-banner .slide1 {
    background: url(../images/slideshow/slide1.jpg) 50% 0 no-repeat;
  }
  #home-slideshow-banner .slide2 {
    background: url(../images/slideshow/slide2.jpg) 50% 0 no-repeat;
  }
  #home-slideshow-banner .slide3 {
    background: url(../images/slideshow/slide3.jpg) 50% 0 no-repeat;
  }
  #home-slideshow-banner .slide4 {
    background: url(../images/slideshow/slide4.jpg) 50% 0 no-repeat;
  }
  #home-slideshow-banner .slide5 {
    background: url(../images/slideshow/slide5.jpg) 50% 0 no-repeat;
  }
  #home-slideshow-banner h2 {
    margin-left: -8px;
  }
  #home-slideshow-banner h3 {
    margin-left: -8px;
  }
  #home-slideshow-banner .bx-wrapper .bx-prev {
    left: -969px;
    right: 0;
  }
  #home-slideshow-banner .bx-wrapper .bx-next {
    left: 0;
    right: -964px;
  }
  #doctors {
    height: 530px;
    padding: 40px 0 0;
  }
  #doctors h2 {
    font-size: 3.000em;
    height: 80px;
    line-height: 82px;
    padding: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #doctors a {
    margin: 0 13px 0 12px;
    max-width: none;
    width: 300px;
  }
  #content {
    /*transform: translateY(154px);*/
	margin-top:154px;
  }
  .schedule-exam-btn {
    width: 175px;
    position: fixed;
    right: 0;
    top: 395px;
    border-bottom: none;
    background: #7eac21;
	border-radius: 50%;
    padding: 54px 0;
  }
  .schedule-exam-btn:hover {
    background: #4f6c15;
  }
  #meet-our-team-row {
    background: url(../images/pic-team-row.jpg) center top no-repeat;
    background: 2000px auto;
    padding: 241px 0 0;
  }
  #meet-dr-row {
    font-size: 1em;
    display: table;
    text-align: center;
    width: 100%;
    position: relative;
    background: #afc5d0 url(../images/pic-drs-row.jpg) center bottom no-repeat;
    background-size: 2000px auto;
    padding: 357px 0 37px;
  }
  #ft-top .container {
    margin: 50px auto;
  }
}

.ie8 #hd .provider,
.ie9 #hd .provider {
  font-size: 16px;
}