@import 'prefixer.less';
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body {
  font: normal normal 20px/24px 'Montserrat', Helvetica, Arial, sans-serif;
  background: #FFFFFF;
  color: #333333;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
a {
  color: #4cace3;
  text-decoration: underline;
}
a:hover,
a.active {
  color: #065a8a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 2.375em;
  margin: 0 auto 20px;
}
h2 {
  font-size: 24px;
  color: #5ac46f;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  color: #4cace3;
  font-weight: 700;
}
h4,
h5,
h6 {
  font-size: 20px;
  color: #a4a4a4;
}
hr {
  color: #a4a4a4;
  background-color: #68727a;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1200px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  border: 8px solid #fff;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
body.sitemap #main-content {
  width: 100%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-size: 24px;
  font-weight: 700;
  color: #5ac46f;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  text-decoration: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #065a8a;
}
#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: 96%;
  max-width: 301px;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.2s ease;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
  transition: 0.2s ease;
}
#hd-top {
  background: url(../images/callouts/pattern.png) #52b9f4;
  padding: 5px 0;
}
#hd-top .hd-locations i {
  margin: 0 -4px 0 0;
  color: #fff;
}
#hd-top .hd-locations a {
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  margin: 0 15px 0 -1px;
  transition: 0.3s ease;
}
#hd-top .hd-locations a i {
  margin: 0 5px 0 0;
}
#hd-top .hd-locations .phone {
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  margin: 0 10px;
  transition: 0.3s ease;
}
#hd-top .hd-locations a:hover,
#hd-top .hd-locations .hd-phone:hover {
  color: #0e3a85;
}
#hd-top .hd-links a {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
#hd-top .hd-links a.pt-forms .box {
  height: 30px;
  width: 130px;
  background: #1e84be;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  transition: 0.3s ease;
}
#hd-top .hd-links a.pt-forms i {
  position: relative;
  top: 4px;
  margin: 0 2px 0 0;
}
#hd-top .hd-links a.pt-forms span {
  position: relative;
  top: 4px;
}
#hd-top .hd-links a.bk-now .box {
  background: #2351a2;
  height: 30px;
  width: 107px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  transition: 0.3s ease;
}
#hd-top .hd-links a.bk-now i {
  position: relative;
  top: 4px;
  margin: 0 2px 0 0;
}
#hd-top .hd-links a.bk-now span {
  position: relative;
  top: 4px;
}
#hd-top .hd-links a.pt-login .box {
  height: 30px;
  width: 123px;
  background: #5ac46f;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  transition: 0.3s ease;
}
#hd-top .hd-links a.pt-login i {
  position: relative;
  top: 4px;
  margin: 0 2px 0 0;
}
#hd-top .hd-links a.pt-login span {
  position: relative;
  top: 4px;
}
#hd-top .hd-links a.pt-forms:hover .box,
#hd-top .hd-links a.bk-now:hover .box,
#hd-top .hd-links a.pt-login:hover .box {
  background: #0d2a5d;
}
#hd-right {
  width: 100%;
  text-align: center;
}
#hd-right .social-icons {
  display: block;
  background: #4cace3;
}
#hd-right .social-icons a {
  display: inline-block;
  color: #FFFFFF;
  margin: 0 0 0 5px;
  width: 20px;
  text-decoration: none;
  transition: 0.2s ease;
}
#hd-right .social-icons a:hover {
  color: #072965;
}
#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;
}
#main-nav {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  top: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  width: 100% !important;
  padding: 0;
}
#main-nav .trigger {
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger:before {
  content: '';
  width: 0;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon {
  width: 16px;
  height: 10px;
  margin-right: 0.4em;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .nav_icon span:nth-child(2),
#main-nav .trigger .nav_icon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .nav_icon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #8ac75f;
}
#main-nav .trigger:hover:before {
  width: 60px;
}
#main-nav .open .trigger {
  color: #8ac75f;
}
#main-nav .open .trigger:before {
  width: 60px;
}
#main-nav .open .trigger .nav_icon span:nth-child(1) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .nav_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav ul {
  width: 100%;
  margin: 0;
  padding: 1em 0;
  z-index: 550;
  position: relative;
  background: #004d87;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #8ac75f;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(35,81,162,0.9);
  display: inline;
}
#main-nav ul ul:before {
  display: none;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 40px;
  color: #fff;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  display: inline-block;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #4cace3;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
#main-nav .collapsible.open > ul li {
  -webkit-animation: peters_move 0.4s 1;
  -moz-animation: peters_move 0.4s 1;
  -ms-animation: peters_move 0.4s 1;
  -o-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul li {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 40px;
  opacity: 1;
}
.sub-header {
  background: url(../images/ip-sub.jpg) no-repeat #fff;
  text-align: center;
  position: relative;
  height: 175px;
  background-size: cover;
}
.sub-header header {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sub-header header h1 {
  color: #fff;
  font-size: 43px;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  line-height: 43px;
}
#subnav-outer {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
#subnav-outer .container {
  max-width: 602px;
}
#subnav-outer p {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  width: 100%;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
}
#subnav-outer a {
  color: #333333;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #5ac46f;
  text-decoration: underline;
}
#home-slideshow {
  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-skideshow-section .ss_overlay {
  display: none;
  transition: 0.2s ease;
}
.home-slideshow-section .ss_overlay img {
  transition: 0.2s ease;
}
.home-slideshow-section {
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: #ffffff;
  position: relative;
}

.home-slideshow-section .slide {
  width: 100%;
}

.home-slideshow-section .photo {
  margin: 0 -25%;
  z-index: 10;
  position: relative;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

.home-slideshow-section .photo img {
  width: 100%;
  max-width: 500%;
  display: block;
}

.home-slideshow-section video {
  margin: 0 -7%;
  z-index: 10;
  width: 114%;
  display: block;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

.home-slideshow-section .caption {
  color: #ffffff;
  padding: 25px 15px;
  letter-spacing: .00em;
  z-index: 100;
  background: #9579d3;
}

.home-slideshow-section .caption .logo {
  display: none;
}

.home-slideshow-section .caption h3 {
  font-size: 37px;
  line-height: 37px;
}
.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: #c6e027;
}
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: #c6e027 !important;
}
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px 0px;
  border-bottom: 10px solid #fff;
  border-top: 10px solid #fff;
  background: url(../images/callouts/callouts-bg.jpg) #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
#bd-callouts a {
  display: inline-block;
  vertical-align: top;
  max-width: 165px;
  height: 165px;
  width: 100%;
  text-align: center;
  margin: 10px 28px 81px;
  text-decoration: none;
}
#bd-callouts .box {
  border-radius: 50%;
  height: 165px;
  transition: 0.3s ease;
  vertical-align: middle;
  width: 165px;
  position: relative;
  border: 8px solid #ffffff;
  box-shadow: inset 4px 6px 7px rgba(0,0,0,0.4), 0px 6px 23px rgba(0,0,0,0.4);
}
#bd-callouts img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  transition: 0.3s ease;
}
#bd-callouts a:hover .box {
  background: #07265a;
}
#bd-callouts a:hover img {
  transform: scale(0.9);
}
#bd-callouts .topic {
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0 0;
  line-height: 16px;
  font-size: 16px;
}
#bd-callouts .accent {
  display: block;
  font-weight: 900;
}
#bd-callouts .co-1 .box {
  background: #0e3a85;
}
#bd-callouts .co-1 .box:after {
  content: '';
  height: 151px;
  width: 148px;
  position: absolute;
  background: url(../images/callouts/co-1-dp.png) transparent;
  z-index: 10;
  left: 33px;
  top: 33px;
}
#bd-callouts .co-1 .accent {
  color: #0e3a85;
}
#bd-callouts .co-1 .topic {
  margin: 10px -18px 0 0;
}
#bd-callouts .co-2 .box {
  background: #2351a2;
}
#bd-callouts .co-2 .box:after {
  content: '';
  height: 123px;
  width: 127px;
  position: absolute;
  background: url(../images/callouts/co-2-dp.png) transparent;
  z-index: 10;
  left: 52px;
  top: 44px;
}
#bd-callouts .co-2 .accent {
  color: #2351a2;
}
#bd-callouts .co-2 .topic {
  margin: 10px -22px 0 0;
}
#bd-callouts .co-2:hover .box {
  background: #163873;
}
#bd-callouts .co-3 .box {
  background: #5ac46f;
}
#bd-callouts .co-3 .box:after {
  content: '';
  height: 123px;
  width: 127px;
  position: absolute;
  background: url(../images/callouts/co-3-dp.png) transparent;
  z-index: 10;
  left: 50px;
  top: 50px;
}
#bd-callouts .co-3 .accent {
  color: #5ac46f;
}
#bd-callouts .co-3 .topic {
  margin: 10px -25px 0 0;
}
#bd-callouts .co-3:hover .box {
  background: #3aa24f;
}
#bd-callouts .co-4 .box {
  background: #4dace4;
}
#bd-callouts .co-4 .box:after {
  content: '';
  height: 109px;
  width: 106px;
  position: absolute;
  background: url(../images/callouts/co-4-dp.png) transparent;
  z-index: 10;
  left: 58px;
  top: 52px;
}
#bd-callouts .co-4 .accent {
  color: #4dace4;
}
#bd-callouts .co-4 .topic {
  margin: 10px -22px 0 0;
}
#bd-callouts .co-4:hover .box {
  background: #0d5179;
}
#content {
  z-index: 0;
}
#content .container {
  width: 96%;
}
#content-text {
  width: 100%;
}
#home-content {
  background: url(../images/body-bg.jpg) #fff;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-content header {
  text-align: center;
}
#home-content header h1 {
  font-size: 24px;
  color: #2351a2;
  text-transform: uppercase;
}
#home-content header h1 span {
  color: #4cace3;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  display: block;
}
#home-content .container {
  background: #fff;
  width: 74% !important;
  max-width: 261px;
  padding: 28px;
  border: 1px solid #7f0000;
  border: 20px solid rgba(255,255,255,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 3px 32px rgba(0,0,0,0.2);
}
#home-content #content-text {
  font-size: 16px;
}
.interior-content {
  background: url(../images/callouts/pattern.png) repeat center center #fff;
  padding: 20px 0;
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
}
.interior-content .interior-container {
  display: block;
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 71% !important;
  box-shadow: 1px -2px 22px rgba(0,0,0,0.2);
  padding: 28px;
  border: 1px solid #7f0000;
  border: 20px solid rgba(255,255,255,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bd-logos {
  background: url(../images/callouts/pattern.png) #52b9f4;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  padding: 25px;
  text-align: center;
}
.bd-logos a {
  text-decoration: none;
  margin: 10px auto;
}
.bd-logos img {
  transition: 0.3s ease;
}
.bd-logos a:hover img {
  transform: scale(0.8);
}
#ft {
  background: url(../images/footer/ft-map.jpg) no-repeat center center #2351a2;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  display: table;
  padding: 20px 0;
}
#ft a {
  text-decoration: none;
}
#ft .ft-right {
  width: 100%;
  float: none;
  text-align: center;
  background: rgba(35,81,162,0.9);
  box-shadow: 3px 4px 16px rgba(0,0,0,0.6);
}
#ft .ft-location {
  padding: 25px 0;
}
#ft .ft-location a {
  margin: 20px 0;
  transition: 0.2s ease;
}
#ft .ft-location .ft-map {
  width: 100%;
  max-width: 196px;
  display: inline-block;
}
#ft .ft-location .ft-map img {
  width: 100%;
}
#ft .ft-location .ft-logo img {
  max-width: 353px;
  transition: 0.3s ease;
}
#ft .ft-location .ft-logo:hover img {
  transform: scale(0.9);
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #fff;
  line-height: 18px;
  font-size: 15px;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  margin: 18px 0 0px;
  transition: 0.2s ease;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location .ft-phone:hover
		a.phone:hover,
#ft .ft-location a.office-hours:hover {
  color: #59c46f;
}
#ft .ft-location .office-hours {
  color: #fff;
  font-size: 15px;
  display: block;
}
#ft .ft-location .office-hours span {
  display: block;
  line-height: 15px;
  font-weight: 700;
}
.ft-design-credit {
  background: #ffffff;
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 13px 0 42px 0;
}
.ft-design-credit a.sesame-link {
  float: none;
  color: #727271;
  text-decoration: none;
  font-size: 12px;
  display: block;
}
.ft-design-credit a.sesame-link img {
  margin: -3px 9px 0 0;
  width: 24px;
}
.ft-design-credit a.sesame-link:hover {
  color: #62b2e5;
}
.ft-design-credit a.sesame-link:hover img {
  opacity: .75;
}
.ft-design-credit span.divider {
  color: #727271;
  font-size: 12px;
}
.ft-design-credit a.sitemap {
  font-size: 12px;
  color: #727271;
  text-decoration: none;
}
.ft-design-credit a.sitemap:hover {
  color: #4da8dc;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  background: #4cace3;
  border: 5px solid #fff;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  box-shadow: inset 4px 6px 7px rgba(0,0,0,0.4);
  top: -34px;
  position: relative;
  z-index: 100;
  transition: 0.3s ease;
}
.ft-design-credit a.back-to-top i {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 5px;
  border: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}
.ft-design-credit a.back-to-top:hover {
  background: #14435f;
}
form button {
  background: #62b2e5;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
}
form button:hover {
  background: #2082c1;
}
.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: #62b2e5;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #62b2e5;
  color: #68727a;
  margin: 10px 0 0;
  padding: 10px 10px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #FFFFFF;
  color: #68727a;
  border: 1px solid #68727a;
  width: 178px;
  margin: 6px auto;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #c6e027;
  color: #FFFFFF;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #7c8d14;
}
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  transform: translate3d(0,0,0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
ul.slideshow {
  margin: 0 auto !important;
}
body.office-tour #main-content {
  display: inline-block;
  text-align: center;
  width: auto !important;
}
form p {
  height: auto;
}
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0,0,0,0);
    display: block;
    float: left;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  #main-content {
    width: 84%;
    display: block;
    padding: 27px 0px 30px 25px;
    -webkit-font-smoothing: antialiased;
    line-height: 36px;
  }
  #hd-right {
    width: 40px;
    position: fixed;
    right: 0;
    top: 250px;
  }
  #hd-right .social-icons {
    border-radius: 5px 0 0 5px;
    position: relative;
    padding: 10px 0;
  }
  #hd-right .social-icons a {
    display: block;
    margin: 3px auto;
  }
  #hd-right ul {
    float: right;
  }
  #hd-right .hd-locations {
    float: right;
  }
  #bd-callouts {
    padding: 37px 0;
  }
  #bd-callouts a {
    margin: 0px 30px 81px;
  }
  #bd-callouts .co-1 .topic {
    margin: 10px 0 0 18px;
  }
  #bd-callouts .co-2 .topic {
    margin: 10px 0 0 16px;
  }
  #bd-callouts .co-3 .topic {
    width: 215px;
    margin: 10px 0 0 -13px;
  }
  #bd-callouts .co-4 .topic {
    margin: 10px 0 0 16px;
  }
  .bd-logos {
    padding: 50px 0;
  }
  .bd-logos a {
    width: 49%;
    margin: 10px 0px;
    display: inline-block;
  }
  #home-content {
    padding: 119px 0 100px;
  }
  #home-content .container {
    max-width: 600px;
  }
  #ft .ft-right {
    text-align: center;
  }
  #ft .ft-right .ft-location .ft-marker {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 237px;
    display: block;
    transition: 0.3s ease;
  }
  #ft .ft-right .ft-location .ft-marker:hover .ft-address {
    color: #000;
  }
  #ft .ft-right .ft-location .ft-address:hover .ft-marker {
    transform: scale(0.9);
  }
  .ft-design-credit .bottom a {
    display: inline-block;
  }
}
@media only screen and (min-width: 64em) {
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  body.meet-the-staff #hide-stock,
  body.meet-the-team #hide-stock,
  body.meet-our-team #hide-stock,
  body.types-of-braces #hide-stock,
  body.types-of-appliances #hide-stock,
  body.color-my-braces #hide-stock,
  body.common-orthodontic-issues #hide-stock,
  body.common-procedures #hide-stock,
  body.office-tour #hide-stock,
  body.before-and-after #hide-stock,
  body.which-is-right-for-me #hide-stock,
  body.your-child-s-first-orthodontic-checkup #hide-stock,
  body.aao-testimonials #hide-stock,
  body.ortho-tv #hide-stock,
  body.my-life-my-smile-my-orthodontist #hide-stock,
  body[class^='damon-'] #hide-stock {
    display: none;
  }
  body.home #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.before-and-after #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body[class^='damon-'] #sidebar {
    display: none;
  }
  body.meet-the-staff #main-content,
  body.meet-the-team #main-content,
  body.meet-our-team #main-content,
  body.types-of-braces #main-content,
  body.types-of-appliances #main-content,
  body.color-my-braces #main-content,
  body.common-orthodontic-issues #main-content,
  body.common-procedures #main-content,
  body.office-tour #main-content,
  body.before-and-after #main-content,
  body.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: 92%;
    padding: 27px 40px 30px;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  #sidebar {
    width: 32%;
    position: relative;
    left: 20%;
    float: right;
    display: inline;
    text-align: right;
    margin: 32px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #home-content header h1 {
    font-size: 49px;
    line-height: 53px;
    font-weight: 200;
  }
  #home-content header h1 span {
    font-size: 24px;
  }
  #home-content .container {
    width: 755px !important;
    padding: 30px 82px;
  }
  #main-nav .container {
    width: 1000px;
    max-width: 1200px;
  }
  .ie8 #main-nav .container {
    width: 1000px;
  }
  #content .container {
    width: 96%;
    max-width: 1200px;
  }
  #main-nav .collapsible .trigger {
    display: block;
    box-shadow: none;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
  .bd-logos a {
    width: 24%;
  }
  #home-content #content-text {
    font-size: 20px;
  }
  .sub-header {
    height: 367px;
  }
  .interior-content {
    padding: 20px 0 100px;
  }
  .interior-content .interior-container {
    position: relative;
    margin: 0 auto;
    left: -3.7%;
    max-width: 836px;
  }
  #ft {
    height: 570px;
    padding: 0;
    display: block;
  }
  #ft .ft-right {
    width: 352px;
    height: 336px;
    float: right;
    padding: 0;
  }
}
@media only screen and (min-width: 64em){
	.home-slideshow-section .ss_overlay {
    display:none;
  }
}
@media only screen and (min-width: 81.25em) {
  #sticky {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3000;
    height: 122px;
    background: rgba(255,255,255,0.9);
  }
  #sticky:before {
    content: '';
    height: 30px;
    background: url(../images/callouts/pattern.png) #52b9f4;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    transition: 0.3s;
  }
  /* Home Slideshow - desktop */
  .home-slideshow-section {
    margin-top: 0px;
  }
  .home-slideshow-section .photo {
    margin: 0 -30%;
  }
  .home-slideshow-section video {
    width: 106%;
    margin: 0 -3%;
  }
  .home-slideshow-section .ss_overlay {
    display: block;
    position: absolute;
    z-index: 400;
    top: 45%;
    margin: 0 auto;
    right: 0;
    width: 100%;
    max-width: 525px;
    left: 0;
    margin-left: 102px;
    -webkit-transition: ease-in-out all 0.8s;
    -moz-transition: ease-in-out all 0.8s;
    -o-transition: ease-in-out all 0.8s;
    -ms-transition: ease-in-out all 0.8s;
    transition: ease-in-out all 0.8s;
  }
  .home #hd .logo {
    float: left;
    position: absolute;
    top: 33px;
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  #hd .logo {
    float: left;
    position: absolute;
    top: 33px;
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    opacity: 1;
  }
  .scrolled .home-slideshow-section .ss_overlay {
    top: 100px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  .scrolled #hd .logo {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #hd #hd-top {
    text-align: right;
    background: none;
    height: 20px;
  }
  #hd .hd-locations {
    width: 50%;
    display: inline-block;
    text-align: right;
    position: relative;
    top: -2px;
  }
  #hd .hd-links {
    display: inline-block;
    position: relative;
    top: -8px;
  }
  #hd .hd-links a {
    margin: 0 -2px 0 -3px;
    border-right: 4px solid #fff;
  }
  #hd .hd-links a.pt-forms {
    border-left: 4px solid #fff;
  }
  #main-nav .collapsible .trigger {
    display: none;
  }
  nav.horizontal ul li {
    width: auto;
    float: none;
  }
  nav .collapsible ul {
    display: inline-block;
  }
  #main-nav {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2900;
    box-shadow: none;
    height: 80px;
  }
  #main-nav .container {
    background: none;
    padding: 0;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 92px;
    width: auto;
    float: right;
    padding: 0;
    margin: 0 30px 0 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 0 0 18px;
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    letter-spacing: 0.06em;
    line-height: 88px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 0;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #4cace3;
    text-decoration: none;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 20px 0;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    height: 25px;
    width: 100%;
    padding: 0 30px;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  #main-nav ul li:hover ul {
    left: -31px;
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -28px;
    margin: 0;
  }
  .sub-header {
    top: 30px;
    border-bottom: 12px solid #fff;
  }
  .sub-header header {
    margin: 0;
    position: absolute;
    top: 67%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .sub-header header h1 {
    font-size: 68px;
    line-height: 57px;
  }
}
/* Slideshow Height Scaling  ============== */
@media only screen and (min-width: 68em) {
  .home-slideshow-section .photo {
    margin: 0 -26.7%;
  }
  .home-slideshow-section video {
    margin: -0.4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 76em) {
  .home-slideshow-section .photo {
    margin: 0 -23.4%;
  }
  .home-slideshow-section video {
    margin: -1.3% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 84em) {
  .home-slideshow-section .photo {
    margin: 0 -21.7%;
  }
  .home-slideshow-section video {
    margin: -2.2% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 92em) {
  .home-slideshow-section .photo {
    margin: 0 -14.1%;
  }
  .home-slideshow-section video {
    margin: -3.1% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 100em) {
  .home-slideshow-section .photo {
    margin: 0 -8.8%;
  }
  .home-slideshow-section video {
    margin: -4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 108em) {
  .home-slideshow-section .photo {
    margin: 0 -4.7%;
  }
  .home-slideshow-section video {
    margin: -4.9% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 116em) {
  .home-slideshow-section .photo {
    margin: 0 -3.8%;
  }
  .home-slideshow-section video {
    margin: -5.8% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 124em) {
  .home-slideshow-section .photo {
    margin: 0 -3.6%;
  }
  .home-slideshow-section video {
    margin: -6.7% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 132em) {
  .home-slideshow-section .photo {
    margin: 0 -0.3%;
  }
  .home-slideshow-section video {
    margin: -7.6% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 140em) {
  .home-slideshow-section .photo {
    margin: -0.2% 0;
  }
  .home-slideshow-section video {
    margin: -8.5% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 148em) {
  .home-slideshow-section .photo {
    margin: -1.52% 0;
  }
  .home-slideshow-section video {
    margin: -9.4% 0;
    width: 100%;
  }
}

