/* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* White */
/* Body Text */
/* Links, Headings, Main Nav Active, DD Bkg, Stock Border */
/* Main Nav Text, DD Active */
/* HD Address */
/* Sub Bkg */
/* FT Address */
/*  */
/* HR */
/* ===============================================
					Mixins 
=============================================== */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);134
  -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 20px/30px 'Lato', 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;
}
#home-content,
#main-content {
  font-weight: 300;
}
/* Links */
a {
  color: #11b5e9;
  -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;
}
#home-content a,
#main-content a {
  font-style: italic;
}
a:hover,
a.active {
  color: #005480;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
  font-family: 'Oswald', sans-serif;
  color: #11b5e9;
}
h1 {
  font-size: 2.25em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.024em;
  margin: 0 auto 20px;
}
.home header {
  text-align: center;
}
.home header h1 {
  margin-top: 20px;
  padding-bottom: 43px;
  border-bottom: 2px solid #cccccc;
}
h2 {
  font-size: 1.25em;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25em;
}
h4,
h5,
h6 {
  font-size: 1.1em;
}
hr {
  color: #cccccc;
  background-color: #cccccc;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 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: 340px;
  border: 2px solid #11b5e9;
}
.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: 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 #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-family: 'Oswald', sans-serif;
  font-size: 1.25em;
  color: #11b5e9;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  font-family: 'Lato', serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
  display: inline-block;
  font-size: 1em;
  color: #11b5e9;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #005480;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  background: url(../images/pattern-hd.png) top center;
  /* Social Icons */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 442px;
  margin: 20px auto;
  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 .social-icons {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}
#hd .social-icons a {
  display: inline-block;
  text-align: center;
  background: #11b5e9;
  background: url(../images/soc-bkg.png) center center no-repeat;
  color: #ffffff;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 61px;
  height: 61px;
  line-height: 61px;
  font-size: 24px;
}
#hd .social-icons a .fa {
  vertical-align: 0;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
}
#hd .social-icons a:hover {
  color: #9ee6fd;
}
#hd .social-icons a:hover .fa {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#hd-left {
  width: 100%;
  float: none;
  text-align: center;
  /* Logins */
}
#hd-left ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  line-height: 1em;
}
#hd-left ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 0;
}
#hd-left ul li a {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #269ccd;
  text-transform: lowercase;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #269ccd;
  text-align: center;
  font-size: 0.709em;
  line-height: 1em;
  padding-top: 12px;
  margin: 10px 0;
}
#hd-left ul li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
#hd-right {
  width: 100%;
  float: none;
  text-align: center;
  /* Header Locations */
}
#hd-right .hd-locations {
  float: none;
  clear: both;
}
#hd-right .hd-locations .hd-address {
  display: block;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  color: #269ccd;
  font-weight: 300;
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.06em;
}
#hd-right .hd-locations .phone,
#hd-right .hd-locations a.phone {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #0f5480;
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  text-decoration: none;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
#hd-right .hd-locations a.phone:hover {
  color: #2eb5e9;
}
#hd-right .hd-locations .hd-address:hover {
  color: #2a6289;
}
/* Main Nav */
#main-nav {
  text-align: center;
  z-index: 20;
  clear: both;
  height: auto;
  color: #005480;
  background: rgba(255, 255, 255, 0.2);
  font-family: 'Oswald', sans-serif;
}
#main-nav .container {
  width: 100% !important;
}
#main-nav a {
  margin: 0;
  color: #9ee6fd;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7em;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
#main-nav a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #005480;
}
#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 #005480;
  color: #005480;
  letter-spacing: normal;
  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: #ffffff;
  color: #11b5e9;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #11b5e9;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  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 {
  background: #005480;
  color: #ffffff;
}
#main-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 30px 0;
  background: #f2f2f2;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#subnav-outer p {
  color: #005480;
  max-width: 600px;
  font-size: 0.7em;
  line-height: 1.28571428571429em;
  width: 100%;
  margin: 0 auto;
}
#subnav-outer a {
  color: #005480;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #11b5e9;
  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 #11b5e9;
  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: #11b5e9;
}
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: #11b5e9 !important;
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  border-top: 5px solid #ffffff;
  padding: 20px 0;
}
#bd-callouts a {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  width: 229px;
  height: 288px;
  border-radius: 10px;
  margin: 20px auto;
  background: #ffffff;
  color: #005480;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.35);
}
#bd-callouts .co-icon-wrap {
  background: url(../images/pattern-co.png) top center;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 10px 10px 0 0;
  padding: 20px 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 .co-icon-wrap .co-icon {
  display: inline-block;
  text-align: center;
  width: 97px;
  height: 97px;
  line-height: 91px;
  border-radius: 50%;
  background: #11b5e9;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border: 6px solid transparent;
  box-shadow: 0 0 0 1px #11b5e9;
  font-size: 2.5em;
}
#bd-callouts .co-icon-wrap .fa {
  vertical-align: 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 .co-01 .co-icon-wrap .co-icon {
  font-size: 2.9825em;
}
#bd-callouts .co-02 .co-icon-wrap .co-icon {
  font-size: 2.75em;
}
#bd-callouts .co-text-wrap {
  padding-top: 36px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1.35em;
  letter-spacing: 0.02em;
  line-height: 1em;
}
#bd-callouts .co-text-wrap .ln1 {
  display: block;
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 1.5em;
  text-transform: none;
}
#bd-callouts a:hover .co-icon-wrap {
  padding-bottom: 40px;
}
#bd-callouts a:hover .co-icon-wrap .fa {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.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: 40px 0;
}
.interior-content {
  padding: 20px 0;
}
#abo {
  width: 100%;
  background: #f2f2f2;
  padding: 40px 0 20px;
}
#abo p{font-size:15px;line-height: 22px;}
#abo a{
 background: #6d98b1;
 padding:10px;
 color:#fff;
 text-transform:uppercase;
}
#abo a:hover{
	background:#0ea0d3;
}

#abo img{
	width: 150px;
	margin: 0 auto 20px;
	text-align:center;
	display:block;
}

#bd-social {
  text-align: center;
  width: 100%;
  position: relative;
  background: #6d98b1;
  padding: 20px 0;
}

#bd-social .fab{color:#fff;font-size:2.5em;margin-bottom: .5em;}

#bd-social h2 {
  font-family: 'Mrs Saint Delafield', cursive;
  text-transform: none;
  color: #ffffff;
  font-size: 2.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-bottom: 24px;
}
#bd-social .fb-feed-wrap {
  width: 300px;
  margin: 0 10px;
  border: 3px solid #ffffff;
  margin-bottom: 20px;
}
#bd-social .fa {
  color: #f6f3ef;
  font-size: 3.9625em;
  margin-bottom: 20px;
}
#bd-social .ir-02,
#bd-social .ir-03 {
  display: none;
}
#bd-social .insta-grid-wrap a {
  display: block;
  margin: 8px auto;
}
#bd-social .insta-grid-wrap a img {
  border: 3px solid #ffffff;
  -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-social .insta-grid-wrap a:hover img {
  border-color: #11b5e9;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#bd-social .insta-row a:first-of-type {
  margin-top: 0;
}
/* Footer */
#ft {
  background: #11b5e9;
  text-align: center;
  width: 100%;
  display: table;
  padding: 20px 0;
  position: relative;
  border-top: 5px solid #ffffff;
}
#ft .ft-map-mob {
  display: inline-block;
  border: 2px solid #ffffff;
}
#ft .ft-map-mob:hover {
  border-color: #005480;
}
#ft .ft-location {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 20px;
  margin: 0 auto 20px;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #666666;
  font-size: 0.65em;
  line-height: 1.38461538461538em;
  margin: 14px auto 5px;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  display: block;
  color: #11b5e9;
  font-size: 1.25em;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #005480;
}
#ft a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #9ee6fd;
  font-size: 2.211em;
  margin-top: 29px;
}
#ft a.back-to-top:hover {
  color: #11b5e9;
}

#ft-logos {
  background: #ffffff;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  position: relative;
}

#ft-logos a { 
	display: inline-block;
	margin: 10px;
}

#ft-logos a: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);
}
  
.ft-design-credit {
  background: #005480;
  position: relative;
  padding: 9px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.ft-design-credit .ft-links a {
  float: none;
  color: #ffffff;
  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.6em;
  display: block;
}
.ft-design-credit .ft-links a:hover {
  color: #11b5e9;
}
.ft-design-credit .ft-links .links-divider {
  color: #11b5e9;
  font-size: 0.6em;
  margin: 0 10px;
  display: none;
}
.ft-design-credit a.sesame-link img {
  margin: 0 9px 0 0;
}
/* Form Buttons */
form button {
  background: #11b5e9;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  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: #0a6b8a;
}
/* 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: #11b5e9;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #11b5e9;
  color: #333333;
  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: #333333;
  border: 1px solid #333333;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #005480;
  color: #ffffff;
  font-size: 12px!important;
  text-transform: uppercase;
  font-size: 10px!important;
  padding: 5px 12px!important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #00111a;
}
/* 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;
}

.hd-wrap {background:#fff;
padding:5px 0 20px;}

/* ===============================================
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.sitemap #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,
  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.sitemap #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.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.sitemap #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.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.3%;
    display: block;
    float: left;
    padding: 57px 0 30px 0;
  }
  #main-content p {
    text-align: justify;
  }
  #sidebar {
    width: 34%;
    float: right;
    display: inline;
    text-align: right;
    margin: 67px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  .hd-wrap {
    height: 168px;
    padding: 30px 0 28px;
    position: relative;
  }
  #hd .logo {
    position: absolute;
    top: 20px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  #hd-right {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
  #hd-left {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
    padding-left: 10px;
  }
  #hd-left ul li a {
    margin: 0;
  }
  #bd-callouts a {
    display: inline-block;
    margin: 20px;
  }
  #bd-social h2 {
    font-size: 4.5em;
  }

  #bd-social .fb-feed-wrap {
    width: 421px;
	 margin: 0 auto;
  }
  #bd-social .insta-grid-wrap {
    overflow: hidden;
    width: 435px;
    margin: 0 auto;
  }
  #bd-social .ir-01 {
    float: left;
    margin-right: 12px;
  }
  #bd-social .ir-02 {
    display: block;
    float: left;
  }
  #bd-social .ir-03 {
    display: block;
    float: right;
  }
  
  #abo img{
	width: 247px;
}

  #ft {
    padding: 0;
    height: 342px;
    background: url(../images/ft-map.jpg) top center no-repeat;
  }
  #ft .ft-map-mob {
    display: none;
  }
  #ft .ft-location {
    width: 342px;
    height: 342px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: -500px;
    left: 0;
    border: #005480 solid 5px;
  }
	
  .ft-design-credit .ft-links {
    float: left;
  }
  .ft-design-credit .ft-links a,
  .ft-design-credit .ft-links .links-divider {
    display: inline-block;
  }
  .ft-design-credit a.back-to-top {
    float: right;
  }
}
/* ===============================================
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;
  }
  /* Main-Nav */
  .top-nav {
    position: absolute;
    top: 93px;
    /*left: -7px;*/
    width: 100%;
  }
  #main-nav {
    background: none;
	text-align: left;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
    margin-right: 18px;
  }


  #main-nav ul li a {
    padding: 11px 0;
    border-bottom: none;
    background: none;
	font-size: 0.625em;
  font-size: 12.5px;

  }
  #main-nav ul li.active > a,
  #main-nav ul li:hover > a {
    background: none;
  }
  #main-nav ul li.home {
    display:  none; 
  }
  #main-nav ul li.contact-us ul {
    margin: 0 0 0 -165px;
  }
  /*#main-nav ul li.new-patients ul {
    margin: 0 0 0 -60px;
  }*/
  /*#main-nav ul li.technology ul {
    margin: 0 0 0 -11px;
  }*/
  #main-nav ul li.treatments ul {
    margin: 0 0 0  -200px;
  }
  #main-nav ul li.contact-us {
    margin-right: 0;
  }
  #main-nav ul li.invisalign {
    margin-left: 185px;
  }
  /*#main-nav ul li.treatments {
    margin-right: 164px;
  }*/
  
  #main-nav ul ul {
    margin: 0 0 0 -20px;
    width: auto;
    padding: 12px 0;
    background: #11b5e9;
    background: rgba(17, 181, 233, 0.89);
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.78571428571429em;
    padding: 0 49px 0 28px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  /*------------ Style Edit Region ------------*/
  .hd-wrap {
    position: static;
    padding: 13px 0 0;
    height: auto;
	background:none;
  }
  #hd {
    background: url(../images/header-bkg.png) top center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
  }
  #hd .logo {
    top: 15px;
  }
  #hd .social-icons {
    position: fixed;
    top: 226px;
    right: 17px;
    padding: 0;
    background: none;
  }
  #hd .social-icons a {
    display: block;
    margin: 0 0 2px;
  }
  #hd-right {
    padding: 0;
  }
  #hd-left {
    padding: 5px 0 0 0;
  }
  #subnav-outer {
    margin-top: 133px;
    padding: 90px 0 30px;
  }
  #bd-callouts {
    padding-bottom: 142px;
  }
  #content #bd-callouts .container {
    max-width: 1300px;
  }
  #bd-callouts .co-row {
    display: inline;
  }
  #bd-callouts a {
    margin: 20px;
  }
  #bd-callouts .co-01 {
    margin-left: 0;
  }
  #bd-callouts .co-04 {
    margin-right: 0;
  }
  #home-content {
    padding: 84px 0 55px;
  }
  #content-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    text-align: justify;
  }
  #bd-social {
    background: url(../images/landscape.jpg) top center no-repeat;
    padding: 72px 0 66px;
  }
  #bd-social .content-right {
    float: right;
    width: 50%;
  }
  #bd-social .content-left {
    float: left;
    width: 50%;
  }
  #bd-social .fa {
    margin-bottom: 35px;
  }
  #ft .ft-location {
    right: -606px;
  }
  
  	#ft-logos a { 
		margin: 10px 20px;
	}
	
	#ft-logos a.first { 
		margin-left: 0;
	}
	
	#ft-logos a.last { 
		margin-right: 0;
	}

}
@media only screen and (min-width: 70em) {
  #bd-callouts a {
    margin: 20px;
  }
}

@media only screen and (min-width: 81.25em) {
  #bd-callouts a {
    margin: -105px 10px;
  }
}
