/* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* DrBlue, A H1, Trans, HDPhone, Serv03 */
/* Yellow, H2 */
/* Blue, H3 */
/* Grey, HDNav */
/* Light Grey, NavBG */
/* Black, NavA */
/* Light Desat Blue, SubnavBG */
/* Yellow2, ApptBtn90%, Serv04, Submit, FtPhone */
/* Grey 2, ServicesH, CreditA */
/* Darkest Blue, Serv01 */
/* Blue 2, Serv02 */
/* Dark Blue 2, Serv05, FTBdr */
/* Light Grey 2, FTText */
/* Dark Grey, VisitIconBG, FormText, LocTxt */
/* ===============================================
					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 'Droid Serif', 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: #0068a9;
  -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: #ecb305;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.833333333333333em !important;
  line-height: 1.033333333333333em;
  text-transform: uppercase;
  color: #0068a9;
  position: relative;
  margin: 0 auto 40px;
}
.home header h1 {
  padding-left: 0;
  margin: 0.2em 0 47px;
  padding: 0 0 13px;
}
.home header h1 span {
  display: block;
  color: #606060;
  font-style: italic;
  text-transform: lowercase;
}
.home header h1:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #606060;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.388888888888889em;
  color: #ecb305;
}
h3 {
  font-size: 1.055555555555556em;
  font-weight: bold;
  color: #3d93c9;
}
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}
hr {
  color: #333333;
  background-color: #333333;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 324px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
  width: 32px;
}
/* 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: 'Playfair Display', serif;
  font-size: 1.388888888888889em;
  color: #ecb305;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  font-family: 'Droid Serif', serif;
  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: #0068a9;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 95%;
  max-width: 510px;
  text-decoration: none;
  margin: 9px auto 6px;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
/* Translation Buttons */
.translation-links {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1em;
  margin: 0 auto 15px;
  color: #ffffff;
  background: #0068a9;
  padding: 6px 9px 8px 9px;
  width: 100px;
  height: 27px;
}
.translation-links span {
  display: inline-block;
  color: #ffffff;
}
.translation-links span.btn-text-engligh,
.translation-links span.btn-text-chinese {
  cursor: pointer;
}
.translation-links span.btn-text-english:hover,
.translation-links span.btn-text-chinese:hover {
  color: #ecb305;
}
#hd-right {
  width: 100%;
  float: none;
  text-align: center;
  font-size: 0;
  font-family: 'Playfair Display', serif;
  /* HD Nav */
  /* Header Locations */
}
#hd-right .translation-links {
  margin: 5px 2px;
}
#hd-right .hd-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1em;
  margin: 5px 3px;
  border: 1px solid #7b7874;
  color: #7b7874;
  padding: 5px 0 0;
  width: 160px;
  height: 27px;
}
#hd-right .hd-nav a {
  display: inline-block;
  margin: 0 6px 0 5px;
  color: #7b7874;
}
#hd-right .hd-nav a i {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
#hd-right .hd-nav a:hover,
#hd-right .hd-nav a:active {
  color: #ecb305;
}
#hd-right .hd-locations {
  display: block;
  padding: 5px 0 16px;
  font-size: 18px;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: block;
  text-decoration: none;
  font-size: 1.777777777777778em;
  line-height: .25em;
  color: #0068a9;
}
#hd-right .hd-locations a.phone:hover {
  color: #ecb305;
}
.home #hd-right .hd-nav a.hd-home {
  color: #ecb305;
}
/* Social Icons */
.social-icons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 5px;
  width: 100%;
  display: block;
  background: #0068a9;
  background: rgba(0, 104, 169, 0.9);
  color: #ffffff;
  text-align: center;
  z-index: 50;
}
.social-icons a {
  display: inline-block !important;
  color: #ffffff;
  padding: 0 2px;
  font-size: 22px;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.social-icons a:hover {
  color: #ecb305;
  -webkit-animation: anim-social 0.3s forwards;
  animation: anim-social 0.3s forwards;
}
/* Main Nav */
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #000000;
  background: #f9f7f6;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  font-family: 'Playfair Display', serif;
  margin: 0;
  color: #000000;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
  font-style: italic;
  font-size: 1em;
  line-height: 1.133333333333333em;
}
#main-nav a span {
  font-style: normal;
}
#main-nav a:hover {
  background: #d0c1b9;
}
#main-nav .trigger {
  margin: 0px;
  padding: 16px 20px 12px;
}
#main-nav .trigger i {
  float: right;
  font-size: 21px;
  margin: -3px 0 0;
}
#main-nav ul li a {
  background: #003c61;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding: 8px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active > a,
#main-nav ul li:hover > a {
  background: #0068a9;
  color: #ffffff;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #0068a9;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
  font-size: 1em;
  font-style: normal;
}
#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: #f8c80a;
  font-style: italic;
}
#main-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 33px 0 30px;
  background: #7fb3d4;
  text-align: center;
  font-family: 'Playfair Display', serif;
}
#subnav-outer p {
  color: #ffffff;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.2em;
}
#subnav-outer a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* Slideshow, Callouts & Tagline */
#home-slideshow-banner {
  float: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: -9999;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #ffffff;
}
#home-slideshow-banner .bx-wrapper .bx-pager {
  display: none;
}
#home-slideshow-banner ul {
  margin: 0;
}
#home-slideshow-banner .slide {
  width: 100%;
  height: 200px;
}
#home-slideshow-banner .slide1 {
  background: url(../images/slideshow/slide1.jpg) center top no-repeat;
  background-size: cover;
}
#home-slideshow-banner .slide2 {
  background: url(../images/slideshow/slide2.jpg) center top no-repeat;
  background-size: cover;
}
#home-slideshow-banner .slide3 {
  background: url(../images/slideshow/slide3.jpg) center top no-repeat;
  background-size: cover;
}
#home-slideshow-banner .slide4 {
  background: url(../images/slideshow/slide4.jpg) center top no-repeat;
  background-size: cover;
}
#home-slideshow-banner .slide5 {
  background: url(../images/slideshow/slide5.jpg) center top no-repeat;
  background-size: cover;
}
#home-slideshow-banner .appointment-btn {
  display: block;
  font-family: 'Playfair Display', serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 13px 0 22px;
  text-align: center;
  color: #ffffff;
  font-size: 1.111111111111111em;
  line-height: 1.05em;
  font-weight: 700;
  z-index: 999;
  background: #f8c80a;
  background: rgba(248, 200, 10, 0.9);
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#home-slideshow-banner .appointment-btn i {
  display: block;
  margin: 0 auto 4px;
}
#home-slideshow-banner .appointment-btn span {
  display: block;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}
#home-slideshow-banner .appointment-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: rgba(1, 44, 70, 0.9);
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -4em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
#home-slideshow-banner .appointment-btn:hover::before {
  opacity: 1;
  background-color: rgba(0, 104, 169, 0.9);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* Office Tour Slideshow */
.slideshow {
  border-bottom: 3px solid #0068a9;
  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: #ecb305;
}
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: #ecb305 !important;
}
/* Callouts */
.callout-sm { 
  display: flex;
  flex-direction: column;
}
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 1em;
  font-family: 'Playfair Display', serif;
  padding: 44px 0 44px;
}
#bd-callouts h2 {
  font-size: 3.277777777777778em;
  line-height: 0.8305084745762712em;
  font-style: italic;
  color: #606060;
  position: relative;
  margin: 0 auto 8px;
  padding: 0 0 13px;
  text-align: left;
}
#bd-callouts h2 span {
  display: block;
  font-style: normal;
  text-transform: uppercase;
}
#bd-callouts h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #606060;
}
#bd-callouts a {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  vertical-align: top;
  background: #012c46;
  color: #ffffff;
  font-style: italic;
  font-size: 1.055555555555556em;
  line-height: 0.9473684210526316em;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#bd-callouts a span {
  font-style: normal;
  text-transform: uppercase;
  display: block;
  font-size: 0.8888888888888889em;
  line-height: 1.125em;
}
#bd-callouts a img {
  display: block;
  width: 100%;
  max-width: 133px;
  margin: 0 auto 21px;
}
#bd-callouts a.callout-02 {
  background: #025c94;
}
#bd-callouts a.callout-03 {
  background: #0068a9;
}
#bd-callouts a.callout-04 {
  background: #f8c80a;
}
#bd-callouts a.callout-05 {
  background: #003c61;
}
#bd-callouts a::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 300%;
  height: 100%;
  background: #000c14;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.3s;
}
#bd-callouts a.callout-01::before {
  background: #011c2d;
}
#bd-callouts a.callout-02::before {
  background: #013d62;
}
#bd-callouts a.callout-03::before {
  background: #004976;
}
#bd-callouts a.callout-04::before {
  background: #c9a206;
}
#bd-callouts a.callout-05::before {
  background: #001c2e;
}
#bd-callouts a:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 100%, 0);
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/* Content */
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
}
#home-content {
  padding: 34px 0 0;
}
#home-content p {
  text-align: justify;
}
#home-content a {
  font-style: italic;
}
.interior-content {
  padding: 69px 0;
}
.interior-content a {
  font-style: italic;
}
/* Footer */
#ft {
  background: #0068a9;
  text-align: center;
  width: 100%;
  display: table;
  padding: 20px 0;
  color: #f2f1e9;
}
#ft .ft-first-visit {
  border-bottom: 2px solid #003c61;
  padding: 50px 0 50px;
  font-size: 0;
}
#ft .ft-first-visit h2 {
  float: none;
  color: #f2f1e9;
  font-size: 57px;
  line-height: 0.8070175438596491em;
  font-style: italic;
  margin: 0 auto 20px;
}
#ft .ft-first-visit h2 span {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.666666666666667em;
  line-height: 0.7789473684210526em;
  letter-spacing: 0.043em;
}
.visit-callout {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
  display: inline-block;
  color: #f2f1e9;
  width: 100%;
  max-width: 246px;
  padding: 10px 5px;
}
.visit-callout .visit-pic {
  display: inline-block;
  vertical-align: top;
  width: 29.391%;
  max-width: 63px;
  height: 63px;
  margin-right: 2.309%;
  position: relative;
  background-color: #565555;
  overflow: hidden;
}
.visit-callout .visit-icon {
  background-image: url(../images/visit-01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-behavior: url(../includes/backgroundsize/backgroundsize.min.htc);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.visit-callout .visit-01 {
  background-image: url(../images/visit-01.png);
}
.visit-callout .visit-02 {
  background-image: url(../images/visit-02.png);
}
.visit-callout .visit-03 {
  background-image: url(../images/visit-03.png);
}
.visit-callout .visit-ctc {
  background-image: url(../images/call-to-contact.png);
}
.visit-callout .visit-color-wrap {
  position: absolute;
  top: -32px;
  left: -32px;
  right: -32px;
  bottom: -32px;
  z-index: 1;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.visit-callout .visit-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent;
  opacity: 0;
  -webkit-transform: scale3d(0.1, 1, 1);
  transform: scale3d(0.1, 1, 1);
  -webkit-transition: -webkit-transform 1.8s, opacity 1.8s;
  transition: transform 1.8s, opacity 1.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.visit-callout .visit-text {
  display: inline-block;
  vertical-align: top;
  width: 68.3%;
  text-align: left;
  color: #f2f1e9;
  font-size: 14px;
  line-height: 1.142857142857143em;
}
.visit-callout .visit-text .visit-header {
  display: block;
  color: #f2f1e9;
  margin: 13px auto 23px;
  font-size: 1.428571428571429em;
  line-height: 1em;
  font-style: italic;
  font-weight: normal;
}
.visit-callout .visit-text .visit-header strong {
  display: block;
  font-style: normal;
  font-weight: 700;
}
.visit-callout .visit-text a {
  color: #ffffff;
  text-decoration: underline;
}
.visit-callout .visit-text a:hover {
  color: #ecb305;
}
.visit-callout .visit-text .visit-list {
  display: block;
  margin: 0 0 0 -5px;
}
.visit-callout .visit-text .visit-list .visit-list-item {
  display: block;
  background: url(../images/bullet.png) left top no-repeat;
  padding: 0 0 5px 9px;
  line-height: 1em;
}
.visit-callout:hover .visit-color {
  background: #7fb3d4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Call-to-contact */
.call-to-contact .visit-callout {
  width: auto;
}
.call-to-contact .visit-callout .visit-pic {
  display: block;
  width: 110px;
  height: 110px;
  max-width: none;
  margin: 0 auto;
}
.call-to-contact .visit-callout .visit-text {
  display: block;
  width: auto;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
}
#main-content .call-to-contact .visit-callout {
  display: flex;
}
#main-content .call-to-contact .visit-callout .visit-pic {
  flex-shrink: 0;
}
#main-content .call-to-contact .visit-callout .visit-text {
  display: flex; align-items: center; margin-left: 20px; margin-bottom: 3px; text-align: left;
}
#main-content .call-to-contact .visit-callout .visit-text .visit-header {
  color: #000;
}
#ft .call-to-contact {
  text-align: center;
}
/* Ajax forms */
.ft-form {
  width: 100%;
  display: table;
  padding: 70px 0 42px;
}
.ft-form h2 {
  float: none;
  text-align: center;
  color: #f2f1e9;
  font-size: 2em;
  line-height: 0.8070175438596491em;
  font-style: italic;
  margin: 0 auto 20px;
}
.ft-form h2 strong {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9649122807017544em;
  line-height: 1em;
}
#ajax-mailer {
  width: 100%;
  margin: 0 auto;
  min-width: 200px;
  float: none;
  /*
	
	.response {
		color: @color4;
	}
	
	::-webkit-input-placeholder,
	:-moz-placeholder,
	::-moz-placeholder,
	:-ms-input-placeholder {  
		color: @color16;  
		font-size: 0.7777777777777778em;
		line-height: 1em;
		vertical-align: middle;
		padding-top: 25px;
		font-family: 'Playfair Display', serif;
		text-transform: uppercase;
		opacity: 1;
	}
	
	ul, ol {
		margin: 0 auto;
	}
	
	ul li {
		list-style: none;
	}
	
	.form-left {
		width: 100%;
		float: none;
	}
	
	label { display: none; width: 100%; color: @color1; text-align: left; font-size: 0.8em; margin: 0;}
	
	span { width: 100%; display: block; }
	
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="tel"],
	input[type="file"],
	textarea,
	#ajax {
		font-family: 'Playfair Display', serif;
		width: 100%;
		max-width: none;
		height: 45px;
		-moz-appearance: none;
		display: block;
		outline: 0 none;
		vertical-align: middle;
		display: inline-block;
		.transition(all .15s linear);
		.box-sizing(border-box);
		margin: 0 0 20px 0;
		padding: 10px 17px 6px;
		border: none;
		color: @color16;
		background: @color1;
		font-size: 0.7777777777777778em;
		line-height: 1em;
		overflow: hidden;
	}*/
  /* Form Effect */
}
#ajax-mailer textarea {
  width: 100%;
  max-width: none;
  min-height: 133px;
  resize: none;
  padding: 15px 17px 6px;
  margin: 0 0 12px 0;
  font-family: 'Playfair Display', serif;
}
#ajax-mailer input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
  width: 93px;
  height: 26px;
  position: relative;
  padding: 0 !important;
  text-align: center;
  display: block;
  -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.9227777777777778em;
  line-height: 1em;
  color: #565555;
  background: #f8c80a;
  border: none;
  margin: 0 3.03% 20px 0;
  float: right;
  font-style: italic;
}
#ajax-mailer input[type="submit"]:hover {
  background: #b08e05;
}
#ajax-mailer .error {
  font-size: 0.8em;
  color: #ecb305;
  line-height: 11px;
}
#ajax-mailer .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 20px 0;
  width: calc(98%);
  vertical-align: top;
  overflow: hidden;
  background: #fff;
}
#ajax-mailer .input__field {
  max-width: none;
  height: 45px;
  -moz-appearance: none;
  outline: 0 none;
  vertical-align: middle;
  display: inline-block;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 17px 6px 40px;
  color: #565555;
  background: #ffffff;
  font-size: 0.7777777777777778em;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  width: 100%;
  background: transparent;
}
#ajax-mailer .input__field.message {
  padding: 16px 17px 6px 40px;
}
#ajax-mailer .input__field:focus {
  outline: none;
}
#ajax-mailer .input__label {
  font-family: 'Playfair Display', serif;
  display: inline-block;
  float: right;
  padding: 0 8px;
  color: #565555;
  font-weight: 400;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
  margin: 0;
}
#ajax-mailer .input__label-content {
  font-size: 14px;
  position: relative;
  padding: 9px 0;
  display: inline-block;
  width: auto;
  -webkit-transform: translate3d(-1.75em, 0, 0);
  transform: translate3d(-1.75em, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
#ajax-mailer .icon {
  color: #565555;
  font-size: 21px;
  display: inline-block;
  margin-top: 0;
  -webkit-transform: translate3d(-2em, 0, 0);
  transform: translate3d(-2em, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#ajax-mailer .input__field:focus + .input__label .input__label-content,
#ajax-mailer .input--filled .input__label-content {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
#ajax-mailer .input__label-content,
#ajax-mailer .icon,
#ajax-mailer .input__field:focus + .input__label .input__label-content,
#ajax-mailer .input--filled .input__label-content {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#ajax-mailer .input__field:focus + .input__label .icon,
#ajax-mailer .input--filled .icon {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ie8 #ajax-mailer .input__label-content {
  display: none;
}
::-webkit-input-placeholder {
  color: #565555;
  font-family: 'Playfair Display', serif;
  opacity: 1;
}
:-moz-placeholder {
  color: #565555;
  font-family: 'Playfair Display', serif;
  opacity: 1;
}
::-moz-placeholder {
  color: #565555;
  font-family: 'Playfair Display', serif;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #565555;
  font-family: 'Playfair Display', serif;
  opacity: 1;
}
.ie8 #ajax-mailer ul li,
.ie8 #ajax-mailer ol li {
  list-style: none;
}
/* Footer Location */
#ft-location {
  width: 100%;
  display: table;
  text-align: center;
  border-top: 3px solid #ffffff;
  font-family: 'Playfair Display', serif;
}
#ft-location .ft-map {
  width: 100%;
  height: 352px;
  display: none;
  overflow: hidden;
}
#ft-location .ft-map iframe {
  width: 100%;
  height: 704px;
  margin-top: -176px;
}
#ft-location .ft-map-mobile {
  width: 100%;
  height: 176px;
  display: block;
  background: url(../images/ft-map.jpg) center top no-repeat;
  background-size: auto 176px;
  -ms-behavior: url(../includes/backgroundsize/backgroundsize.min.htc);
  position: relative;
  margin: 0 auto 29px;
}
#ft-location .ft-map-mobile:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
#ft-location .ft-map:hover:before {
  opacity: 0.3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#ft-location .ft-logo {
  display: inline-block;
  vertical-align: bottom;
  width: 90%;
  max-width: 375px;
  margin: 0 2.5%;
  line-height: 1em;
}
#ft-location .ft-logo img {
  width: 100%;
}
#ft-location .ft-address {
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
  color: #565555;
  font-size: 1em;
  line-height: 1.142857142857143em;
  margin: 0 2.5%;
}
#ft-location .ft-address span {
  display: block;
  margin-top: 6px;
  font-size: 0.9em;
  line-height: 1.083333333333333em;
  font-weight: normal;
  font-style: italic;
}
#ft-location .phone-wrapper {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2.5%;
  line-height: 1.1em;
  z-index: 5;
  position: relative;
}
#ft-location .phone-wrapper h5 {
  font-style: italic;
  color: #565555;
  font-size: 0.8333333333333333em;
  line-height: 1em;
  display: block;
  font-weight: normal;
  margin: 0 0 3px;
}
#ft-location .phone-wrapper .phone,
#ft-location .phone-wrapper .ft-phone {
  text-decoration: none;
  color: #ecb305;
  font-size: 1.333333333333333em;
}
#ft-location .ft-address:hover,
#ft-location a.phone:hover,
#ft-location a.ft-phone:hover {
  color: #7fb3d4;
}
.ie8 #ft-location .ft-map:before {
  content: "";
  display: none;
}
/* Footer doctor Links */
#ft-dr {
  width: 100%;
  max-width: 1000px;
  display: table;
  text-align: center;
  margin: 27px auto 0;
  padding: 32px 0 36px;
  border-top: 2px solid #565555;
  border-bottom: 2px solid #565555;
}
#ft-dr a {
  font-family: 'Playfair Display', serif;
  display: block;
  margin: 24px auto 25px;
  font-size: 0.9444444444444444em;
  line-height: 1em;
  color: #0068a9;
  font-style: italic;
}
#ft-dr a:hover {
  color: #ecb305;
}
/* Design Credit */
.ft-design-credit {
  clear: both;
  width: 100%;
  padding: 34px 0 33px;
  text-align: right;
  font-family: 'Playfair Display', serif;
}
.ft-design-credit span {
  display: inline-block;
  font-size: 0.6666666666666667em;
  line-height: 1em;
  padding: 5px 0 5px;
  color: #565555;
}
.ft-design-credit span a {
  float: none;
  color: #565555;
  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;
  display: inline-block;
}
.ft-design-credit span a img {
  margin: -3px 5px 0 0;
  width: 24px;
}
.ft-design-credit span a:hover {
  color: #ecb305;
}
.ft-design-credit span a:hover img {
  opacity: .75;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #0068a9;
  font-size: 0.8333333333333333em;
  line-height: 1em;
  font-style: italic;
  margin: 0 0 0 8px;
}
.ft-design-credit a.back-to-top:hover {
  color: #ecb305;
}
/* Text Language Divs */
.language-hidden {
  height: 0px;
  visibility: hidden;
}
.language-visible {
  height: auto;
  visibility: visible;
}
/* Form Buttons */
form button {
  background: #0068a9;
  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: #002943;
}
/* 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: #0068a9;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #0068a9;
  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: #0068a9;
  border: 1px solid #0068a9;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #ecb305;
  color: #565555;
  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: #886703;
}
/* 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 .container {
  text-align: center;
}
body.office-tour header h1 {
  text-align: left;
}
body.office-tour #main-content {
  display: inline-block;
  width: auto !important;
}
form p {
  height: auto;
}
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  /* blanket hide stock photo for certain pages */
  /* blanket hide stock photo for certain pages */
  body.meet-the-staff #hide-stock,
  body.meet-the-team #hide-stock,
  body.meet-our-team #hide-stock,
  body.types-of-braces #hide-stock,
  body.types-of-appliances #hide-stock,
  body.common-treatments #hide-stock,
  body.common-procedures #hide-stock,
  body.office-tour #hide-stock,
  body.before-and-after #hide-stock,
  body.invisalign #hide-stock,
  body.opalescence #hide-stock,
  body[class^='invisalign-'] #hide-stock,
  body[class^='in-ovation-'] #hide-stock,
  body.which-is-right-for-me #hide-stock,
  body.your-child-s-first-orthodontic-checkup #hide-stock,
  body.aao-testimonials #hide-stock,
  body.ortho-tv #hide-stock,
  body.my-life-my-smile-my-orthodontist #hide-stock,
  body[class^='damon-'] #hide-stock {
    display: none;
  }
  body.home #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.common-treatments #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.before-and-after #sidebar,
  body.invisalign #sidebar,
  body.opalescence #sidebar,
  body[class^='invisalign-'] #sidebar,
  body[class^='in-ovation-'] #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body[class^='damon-'] #sidebar {
    display: none;
  }
  body.meet-the-staff #main-content,
  body.meet-the-team #main-content,
  body.meet-our-team #main-content,
  body.types-of-braces #main-content,
  body.types-of-appliances #main-content,
  body.common-treatments #main-content,
  body.common-procedures #main-content,
  body.office-tour #main-content,
  body.before-and-after #main-content,
  body.invisalign #main-content,
  body.opalescence #main-content,
  body[class^='invisalign-'] #main-content,
  body[class^='in-ovation-'] #main-content,
  body.which-is-right-for-me #main-content,
  body.your-child-s-first-orthodontic-checkup #main-content,
  body.aao-testimonials #main-content,
  body.ortho-tv #main-content,
  body.my-life-my-smile-my-orthodontist #main-content,
  body[class^='damon-'] #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*------------ Style Edit Region ------------*/
  #main-content {
    width: 61%;
    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: 51.6%;
    text-align: left;
    float: left;
    margin-left: 0.4%;
  }
  #hd-right {
    width: auto;
    display: inline-block;
    /* width: 48%;
		max-width: 271px; */
    float: right;
  }
  #hd-right .hd-locations {
    padding: 24px 0 20px;
  }
  #home-slideshow-banner {
    height: 505px;
  }
  #home-slideshow-banner .slide {
    height: 505px;
  }
  #home-slideshow-banner .slide1 {
    background: url(../images/slideshow/slide1.jpg) center top no-repeat;
    background-size: auto;
  }
  #home-slideshow-banner .slide2 {
    background: url(../images/slideshow/slide2.jpg) center top no-repeat;
    background-size: auto;
  }
  #home-slideshow-banner .slide3 {
    background: url(../images/slideshow/slide3.jpg) center top no-repeat;
    background-size: auto;
  }
  #home-slideshow-banner .slide4 {
    background: url(../images/slideshow/slide4.jpg) center top no-repeat;
    background-size: auto;
  }
  #home-slideshow-banner .slide5 {
    background: url(../images/slideshow/slide5.jpg) center top no-repeat;
    background-size: auto;
  }
  #home-slideshow-banner .appointment-btn {
    width: 226px;
    position: absolute;
    bottom: 36px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .callout-sm { 
    flex-direction: row;
  }
  #bd-callouts h2 {
    padding: 0;
  }
  #bd-callouts h2:after {
    content: "";
    position: absolute;
    right: 0.2%;
    bottom: 20%;
    width: 61.8%;
    height: 3px;
    background: #606060;
  }
  #bd-callouts a {
    width: 25%;
  }
  #bd-callouts a.callout-01 {
    font-size: 2.333333333333333em;
  }
  #content-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
  .visit-callout {
    width: 33.0%;
  }
  .ft-form h2 {
    font-size: 3.166666666666667em;
  }
  #ajax-mailer .input {
    width: 30.303%;
    margin: 0 3.03% 20px 0;
    float: left;
  }
  #ajax-mailer .input.input-textarea {
    width: 96.93%;
    margin: 0 3.03% 12px 0;
  }
  #ft-location .ft-map-mobile {
    height: 352px;
    background: url(../images/ft-map.jpg) center top no-repeat;
    background-size: cover;
  }
  #ft-location .ft-logo {
    margin: 0 2.5% -13px 1.5%;
  }
  #ft-location .ft-address {
    text-align: left;
  }
  #ft-location .phone-wrapper {
    text-align: left;
  }
}
/* ===============================================
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;
    height: 128px;
  }
  /* Main-Nav */
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
  }
  #main-nav ul li a {
    padding: 7px 21px 6px 10px;
    border-bottom: none;
    background: none;
    margin: 14px 6px 12px;
    color: #000000;
    text-align: left;
  }
  #main-nav ul li a span {
    display: block;
  }
  #main-nav ul li.home,
  #main-nav ul li.contact-us {
    display: none;
  }
  #main-nav ul li.about-us ul {
    width: 268px;
  }
  #main-nav ul li.your-first-visit ul {
    width: 193px;
  }
  #main-nav ul li.periodontal-treatments ul {
    width: 276px;
  }
  #main-nav ul li.esthetic-enhancement ul {
    width: 270px;
  }
  #main-nav ul li.implant-bone-augmentation-therapy ul {
    width: 202px;
  }
  #main-nav ul ul {
    margin: -12px 0 0 6px;
    width: auto;
    padding: 21px 22px;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.692307692307692em;
    padding: 0;
    margin: 0;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  /*------------ Style Edit Region ------------*/
  .home header h1 {
    padding: 0 0 0 18.1%;
  }
  .home header h1:after {
    bottom: 19%;
    width: 17.4%;
  }
  #home-slideshow-banner .appointment-btn {
    left: -763px;
  }
  .social-icons {
    position: fixed;
    top: 347px;
    right: 0;
    width: 55px;
    padding: 14px 0 16px;
  }
  .social-icons a {
    display: block !important;
    line-height: 1.4em;
  }
  #bd-callouts h2:after {
    width: 70.8%;
  }
  #bd-callouts a.callout-01 {
    width: 50%;
    font-size: 2.333333333333333em;
  }
  #ft .ft-first-visit {
    padding: 83px 0 56px;
    text-align: right;
  }
  #ft .ft-first-visit h2 {
    float: left;
    text-align: left;
    display: inline-block;
    width: 25.2%;
  }
  .visit-callout {
    padding: 60px 5px 10px;
    width: 23.5%;
  }
  #ajax-mailer {
    width: 66%;
    float: left;
  }
  .ft-form h2 {
    float: right;
    text-align: right;
    margin: 48px 0 0;
  }
  #ft-location .ft-map {
    display: block;
  }
  #ft-location .ft-map-mobile {
    display: none;
  }
}
@-webkit-keyframes anim-social {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-social {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
