/* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* White */
/* Body Text */
/* Orange - Links */
/* H1, H3, Dropdown */
/* HD, Nav */
/* Subnav Text */
/* Subnav Bkg */
/* Bk Appt */
/* FT Text */
/* Design Credit */
/* HR */
/* ===============================================
					Mixins 
=============================================== */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* Body */
body {
  font: normal normal 18px/27px 'PT Sans', 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: #df8833;
  -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: #9b3148;
}
#home-content a,
#main-content a {
  text-transform: uppercase;
  font-size: 0.94444444444444em;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-size: 2em !important;
  color: #9b3148;
  margin: 0 auto 20px;
  padding: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #9a9a9a;
}
.home header h1 {
  margin: 0 auto 60px;
  padding: 0 0 5px;
  border-bottom: 1px solid #dedddc;
}
.home header h1 span {
  display: block;
  color: #df8833;
  font-size: 0.81632653061224em;
}
h2 {
  font-size: 1.22222222222222em;
  color: #df8833;
  text-transform: uppercase;
}
h3 {
  font-size: 1.11111111111111em;
  color: #9b3148;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  font-size: 1em;
  font-style: italic;
  font-weight: 700;
}
hr {
  color: #c3c2c2;
  background-color: #c3c2c2;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 303px;
  border-radius: 10px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
/* List Styling */
ul li {
  list-style-image: url(../images/bullet.png);
}
li {
  line-height: 1.5;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.site-map #content ul li {
  list-style: none;
}
/* Sitemap */
body.site-map #content ul {
  margin: 0 0 1.8em 0;
}
body.site-map #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.site-map #content ul li a {
  font-size: 1.22222222222222em;
  color: #df8833;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
body.site-map #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.site-map #content ul ul li {
  margin: 0;
  list-style: none;
}
body.site-map #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #333333;
  text-transform: capitalize;
}
body.site-map #content ul li a:hover,
body.site-map #content ul ul li a:hover {
  color: #9b3148;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  background: #ffffff;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 275px;
  margin: 10px auto 20px;
  text-decoration: none;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd .logo:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#hd-right {
  width: 100%;
  float: none;
  text-align: center;
  /* Logins */
  /* Header Locations */
}
#hd-right ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  line-height: 1em;
}
#hd-right ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 10px;
}
#hd-right ul li a {
  display: block;
  font-size: 0.66666666666667em;
  color: #6e6f72;
  text-transform: uppercase;
}
#hd-right ul li a:before {
  content: '';
  background: url(../images/lock.png);
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
}
#hd-right ul li a:hover {
  color: #df8833;
}
#hd-right .hd-locations {
  float: none;
  clear: both;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: block;
  color: #6e6f72;
  font-size: 1.16555555555556em;
  text-decoration: none;
}
#hd-right .hd-locations a.phone:hover {
  color: #df8833;
}
#hd-right .hd-locations .phone:before,
#hd-right .hd-locations a.phone:before {
  content: '';
  background: url(../images/phone.png);
  width: 20px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
#sticky-side {
  font-size: 0;
}
#sticky-side .appt-bttn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 106px;
  height: 63px;
  background: #af4a42;
  color: #ffffff;
  border-radius: 5px;
  padding: 7px;
  margin: 20px auto 20px;
  font-size: 14px;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#sticky-side .appt-bttn img {
  display: block;
  margin-bottom: 5px;
}
#sticky-side .appt-bttn:hover {
  background: #df8833;
}
/* Social Icons */
.social-icons {
  float: none;
  clear: both;
  display: block;
  margin: 0 auto 10px;
  background: #df8833;
  background: rgba(223, 136, 51, 0.9);
}
.social-icons a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 0 10px;
}
.social-icons a:hover {
  color: #9b3148;
}
/* Main Nav */
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #ffffff;
  background: #df8833;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  margin: 0;
  font-size: 0.83333333333333em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
#main-nav a:hover {
  background: #955517;
}
#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: #ffffff;
  border-bottom: 1px solid #df8833;
  font-size: 0.83333333333333em;
  color: #6e6f72;
  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: #df8833;
  color: #ffffff;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #9b3148;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  font-size: 0.61111111111111em;
  color: #ffffff;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
}
#main-nav ul li ul li.active a,
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  color: #ffffff;
}
#main-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 33px 0;
  background: #f6f6f7;
  text-align: center;
}
#subnav-outer p {
  font-size: 0.72222222222222em;
  color: #515151;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  line-height: 1.2em;
}
#subnav-outer a {
  color: #515151;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #9b3148;
  text-decoration: none;
}
/* Slideshow, Callouts & Tagline */
#home-slideshow-banner {
  float: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: -9999;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
#home-slideshow-banner .bx-wrapper {
  position: relative;
  z-index: 0;
}
#home-slideshow-banner .bx-wrapper .bx-pager {
  display: none;
}
#home-slideshow-banner ul {
  margin: 0;
}
#home-slideshow-banner li {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#home-slideshow-banner li img {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
}
/* Office Tour Slideshow */
.slideshow {
  border-bottom: 3px solid #df8833;
  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: #9b3148;
}
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: #9b3148 !important;
}
/* Top Callouts */
#top-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #f6f6f7;
  margin-top: 10px;
}
#top-callouts a {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  width: 100%;
  margin: 30px auto;
}
#top-callouts a .tc-img {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 60px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#top-callouts .tc-01 .tc-img {
  background: url(../images/co-01.png) no-repeat;
  background-position: top center;
}
#top-callouts .tc-02 .tc-img {
  background: url(../images/co-02.png) no-repeat;
  background-position: top center;
}
#top-callouts .tc-03 .tc-img {
  background: url(../images/co-03.png) no-repeat;
  background-position: top center;
}
#top-callouts a:hover .tc-img {
  background-position: bottom center;
}
#top-callouts .tc-text {
  font-size: 1.05555555555556em;
  color: #4d4d4d;
  text-transform: uppercase;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-top: 12px;
  line-height: 1em;
}
#top-callouts .tc-text span {
  display: block;
  color: #df8833;
  font-weight: 700;
}
#top-callouts a:hover .tc-text span {
  color: #9b3148;
}
/* Content */
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
}
#home-content {
  padding: 64px 0 28px;
}
.interior-content {
  padding: 53px 0 20px;
}
#ft-logos {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e2e1e1;
  padding: 60px 0;
  text-align: center;
}
#ft-logos img {
  display: block;
  margin: 20px auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#ft-logos a:hover img {
  opacity: 0.6;
}
/* Services Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #f6f6f7;
  padding: 30px 0 25px 0;
  margin-bottom: 8px;
}
#bd-callouts .callout {
  display: inline-block;
  position: relative;
  margin: 20px auto;
  width: 240px;
  height: 251px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
#bd-callouts .callout .callout-txt {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  bottom: 0;
  height: 55px;
  padding: 15px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e78526;
  background: rgba(231, 133, 38, 0.8);
  text-align: center;
}
#bd-callouts .callout .title {
  display: block;
  font-size: 1.16666666666667em;
  text-transform: uppercase;
}
#bd-callouts .callout .title span {
  font-weight: 700;
}
#bd-callouts .callout .add-text {
  padding: 0 0.5em;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-callouts .callout .information {
  font-size: 0.88888888888889em;
  line-height: 1em;
  padding-top: 20px;
}
#bd-callouts .callout .information span {
  display: block;
  text-transform: uppercase;
  font-size: 0.8125em;
  text-decoration: underline;
  font-weight: 700;
  margin-top: 3px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-callouts .callout .information span:hover {
  color: #c3c2c2;
}
#bd-callouts .callout-03 .callout-txt,
#bd-callouts .callout-04 .callout-txt {
  padding: 10px 0;
}
#bd-callouts .callout:hover .callout-txt {
  height: 100%;
  padding: 40px 0 0;
  background: #9b3148;
  background: rgba(155, 49, 72, 0.8);
}
#bd-callouts .callout:hover .add-text {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.ie8 #bd-callouts .callout .add-text {
  display: none;
}
.ie8 #bd-callouts .callout:hover .add-text {
  display: block;
}
/* Footer */
#ft {
  background: #ffffff;
  text-align: center;
  width: 100%;
  display: table;
  position: relative;
  border-top: 1px solid #df8833;
}
#ft .ft-map {
  background: url(../images/ft-map.jpg) no-repeat 75% center;
  height: 300px;
  display: block;
}
.ft-location {
  padding: 20px 0;
  text-align: center;
}
.ft-location h2 {
  color: #9b3148;
  text-transform: uppercase;
  font-size: 2.38888888888889em;
  margin: 0 auto 20px;
}
.ft-location .ft-office {
  display: block;
  color: #737373;
  text-transform: uppercase;
  font-size: 1.16666666666667em;
  margin: 0 auto 14px;
}
.ft-location .ft-doc {
  display: block;
  color: #737373;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1em;
}
.ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #737373;
  font-size: 0.94444444444444em;
  line-height: 1.2em;
  margin: 17px auto 0;
}
.ft-location .phone,
.ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #737373;
  font-size: 0.94444444444444em;
  line-height: 1em;
}
.ft-location .ft-office:hover,
.ft-location .ft-doc:hover,
.ft-location .ft-address:hover,
.ft-location a.phone:hover,
.ft-location a.ft-phone:hover {
  color: #9b3148;
}
.ft-design-credit {
  background: #ffffff;
  clear: both;
  width: 100%;
  text-align: center;
  margin-bottom: 37px;
}
.ft-design-credit a.sesame-link,
.ft-design-credit a.sitemap-link {
  float: none;
  color: #454545;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 0.61111111111111em;
  display: block;
}
.ft-design-credit a.sesame-link .fa,
.ft-design-credit a.sitemap-link .fa {
  margin: -3px 5px 0 0;
  font-size: 1.5em;
}
.ft-design-credit .links-divider {
  font-size: 0.61111111111111em;
  color: #454545;
  display: none;
}
.ft-design-credit a.sesame-link:hover,
.ft-design-credit a.sitemap-link:hover {
  text-decoration: underline;
}
.ft-design-credit a.back-to-top {
  display: block;
  text-decoration: none;
  float: none;
  margin: 20px auto;
}
.palos-orthodontics .ft-design-credit {
  margin-bottom: 0;
}
#ft-sticky {
  background: #df8833;
  text-align: center;
  z-index: 2000;
  color: #ffffff;
  font-size: 1.11111111111111em;
  text-transform: uppercase;
  width: 100%;
}
#ft-sticky img {
  display: block;
  margin: 10px auto;
}
#ft-sticky a.phone,
#ft-sticky .sticky-phone {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
#ft-sticky a.phone:hover,
#ft-sticky a.sticky-phone:hover {
  color: #9b3148;
}
.palos-orthodontics #ft-sticky {
  display: none;
}
/* Form Buttons */
form button {
  background: #df8833;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #955517;
}
/* BLOG FORM */

#search-2 {
	list-style-type: none;
}
.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: #df8833;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form.searchform {
  background: #df8833;
  color: #FFFFFF;
  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.searchform label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form.searchform 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.searchform input:hover {
  background: #cccccc;
}
form.searchform button {
  display: block;
  background: #9b3148;
  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.searchform button:active,
form.searchform button:hover {
  background: #4d1824;
}


#submit-comment {
  background: #df8833;
  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;
}
#submit-comment:hover {
  background: #955517;
}


/* 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.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  body.site-map #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  /* blanket hide stock photo for certain pages */
  /* blanket hide stock photo for certain pages */
  body.meet-the-staff #hide-stock,
  body.meet-the-team #hide-stock,
  body.meet-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,
  .full-width #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,
  .full-width #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,
  .full-width #main-content,
  body.invisalign #main-content,
  body.opalescence #main-content,
  body[class^='invisalign-'] #main-content,
  body[class^='in-ovation-'] #main-content,
  body.which-is-right-for-me #main-content,
  body.your-child-s-first-orthodontic-checkup #main-content,
  body.aao-testimonials #main-content,
  body.ortho-tv #main-content,
  body.my-life-my-smile-my-orthodontist #main-content,
  body[class^='damon-'] #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*------------ Style Edit Region ------------*/
  #main-content {
    width: 60.4%;
    display: block;
    float: left;
    padding: 32px 0 30px 0;
  }
  #sidebar {
    width: 30.3%;
    float: right;
    display: inline;
    text-align: right;
    margin: 50px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  h1 {
    font-size: 2.72222222222222em !important;
  }
  .home header h1 span {
    line-height: 0.5em;
  }
  #hd-right .hd-locations {
    display: inline-block;
  }
  #hd-right .hd-locations .phone,
  #hd-right .hd-locations a.phone {
    display: inline-block;
  }
  #hd-right ul li a {
    display: inline-block;
  }
  #top-callouts {
    padding: 45px 0 54px;
  }
  .hm-content-wrap {
    max-width: 751px !important;
    margin: 0 auto;
  }
  #ft-logos img {
    display: inline-block;
    margin: 0;
  }
  #ft {
    border-top: none;
  }
  #ft .ft-location {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 118px 0 0;
  }
  #ft .ft-location h2 {
    font-size: 2.38888888888889em;
    margin-left: 10px;
  }
  #ft .ft-map {
    background-position: center center;
    height: 436px;
    display: block;
  }
  #ft .loc-wrap {
    margin-left: 90px;
  }
  .ft-design-credit {
    height: 57px;
    padding: 0;
  }
  .ft-design-credit .ft-links {
    float: left;
    margin: 10px 0 0 90px;
  }
  .ft-design-credit a.sesame-link,
  .ft-design-credit a.sitemap-link,
  .ft-design-credit .links-divider {
    display: inline-block;
  }
  .ft-design-credit a.back-to-top {
    float: right;
    margin: 10px 107px 0 0;
  }
  #ft-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #ft-sticky img {
    display: inline-block;
    margin: -10px 10px 0 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    border-bottom: 2px solid #df8833;
  }
  /* Main-Nav */
  #main-nav {
    background: none;
    position: absolute;
    bottom: -10px;
    right: 0;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
  }
  #main-nav ul li a {
    padding: 5px 10px 3px;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    background: none;
  }
  #main-nav ul li.contact-us ul {
    margin: 0 0 0 -99px;
  }
  #main-nav ul ul {
    margin: 0 0 0;
    width: auto;
    padding: 18px 0;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.8em;
    margin-left: 10px;
    padding: 0 30px 0 12px;
    border-bottom: none;
    white-space: nowrap;
  }
  #main-nav ul li ul li.active a,
  #main-nav ul li.active ul li a:hover,
  #main-nav ul ul li a:hover,
  #main-nav ul ul li a.active {
    color: #ffffff;
    background-color: transparent;
    background-image: url(../images/active-dot.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 9px 9px;
    -ms-behavior: url(/assets/includes/backgroundsize/backgroundsize.min.htc);
  }
  #main-nav ul li a#contact-us {
    margin-right: 0;
  }
  nav.horizontal ul li {
    float: none;
  }
  /*------------ Style Edit Region ------------*/
  #hd .logo {
    float: left;
    width: auto;
    margin: 8px 0 0 7px;
  }
  #hd-right {
    float: right;
    width: auto;
  }
  #hd-right .hd-locations {
    margin-top: 10px;
  }
  #sticky-side {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 2000;
  }
  #sticky-side .appt-bttn {
    border-radius: 5px 0 0 5px;
    margin: 0;
  }
  .social-icons {
    margin: 0 0 0 auto;
    width: 76px;
    border-radius: 0 0 0 5px;
    padding: 10px 0;
  }
  .social-icons a {
    display: block;
    margin: 0 auto 5px;
  }
  #home-slideshow-banner {
    height: 723px;
  }
  #home-slideshow-banner li {
    height: 723px;
  }
  #home-slideshow-banner li img {
    width: 2000px;
    max-width: none;
    left: 50%;
    margin-left: -1000px;
    position: absolute;
  }
  .nonfixed {
    margin-top: 100px;
  }
  #bd-callouts .callout {
    margin-right: 8px;
  }
  #bd-callouts .callout.callout-04 {
    margin-right: 0;
  }
  #subnav-outer p {
    text-align: right;
    max-width: 645px;
    margin: 0 0 0 auto;
  }
}
.ie8 .logo {
  width: 275px;
}
