@import url('https://fonts.googleapis.com/css?family=Cormorant:400,400i,500,500i,600,700,700i|Mrs+Saint+Delafield');
/* ===============================================
	
	jenkins-diane
	
	Sesame Communications - (c) 2018
	Written by: James Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/*Colors */
/* hypertext */
/* zomp */
/* silver sand */
/* cyan || hyperlinks */
/* sea serpent */
/* space cadet */
/* ===============================================
					fonts 
=============================================== */
.fontC {
  font-family: 'Cormorant', serif;
}
.fontD {
  font-family: 'Mrs Saint Delafield', cursive;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.normal {
  font-style: normal;
}
/*LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide,
.validation-only {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  position: absolute;
}
/* use with .trbl */
.grey {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.g-style {
  background-color: #a82416;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b12a1c), color-stop(100% #9e1d0f));
  background-image: -webkit-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -moz-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -ms-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -o-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
}
.g-style-linear {
  background-color: #178ebc;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #1891c1), color-stop(100% #168bb7));
  background-image: -webkit-linear-gradient(left, #1891c1 0%, #168bb7 100%);
  background-image: -moz-linear-gradient(left, #1891c1 0%, #168bb7 100%);
  background-image: -ms-linear-gradient(left, #1891c1 0%, #168bb7 100%);
  background-image: -o-linear-gradient(left, #1891c1 0%, #168bb7 100%);
  background-image: linear-gradient(left, #1891c1 0%, #168bb7 100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  height: auto;
}
/*GLOBAL OVERRIDES*/
.fa,
.fas,
.fab,
.fal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
sup {
  font-size: inherit;
  top: 0;
}
li {
  line-height: inherit;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
address,
div.address {
  margin-bottom: 0;
  line-height: inherit;
  font-style: inherit;
}
/* Body */
body,
input,
select,
textarea,
form button {
  font-family: 'Cormorant', serif;
}
body {
  line-height: 28px;
  font-size: 15px;
  color: #686763;
  background: #ffffff url(../images/body.jpg) no-repeat center top;
  overflow: hidden;
}
p {
  margin: 0 0 1.85em;
  /*global override*/
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  font-weight: 500;
  font-style: italic;
  color: #178ebc;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#content a:hover {
  text-decoration: none;
  color: #439a86;
}
/* hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  /*F70*/
  font-size: 16vw;
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  text-transform: none;
  color: #178ebc;
  margin-bottom: 0.18em;
}
.home h1 {
  /*F50*/
  line-height: 0.88;
  font-size: 10vw;
  font-family: 'Cormorant', serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #686763;
}
.home h1 .trait {
  /*F70*/
  line-height: 0.92857143;
  font-size: 1.4em;
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  text-transform: none;
  color: #178ebc;
  display: block;
}
h2:not(.topic) {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.75em;
}
/*containers*/
.container {
  max-width: 1000px;
}
/* List Styling */
#content ul,
#content ol {
  margin: 0 0 1.55em 32px;
}
/*global override*/
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*="-after"] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /*list-style-image:none;*/
}
.oral-and-maxillofacial-surgery #content ul li,
.periodontal-treatments #content ul li,
#content #brushing-instructions ul li,
#content #flossing-instructions ul li {
  list-style: none;
}
#content dt {
  margin-top: 1em;
}
#content dl {
  margin-bottom: 1.6em;
}
#subnav {
  margin: 0;
  padding: 0;
}
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* ==================================================================
	vertex
=================================================================== */
#vertex {
  padding: 50px 0 0;
  background: #fff;
  position: relative;
  z-index: 3000;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(23, 142, 188, 0.4);
  position: absolute;
  top: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  width: 100%!important;
  padding: 0;
}
#main-nav .trigger {
  letter-spacing: 0.08em;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #9a9996;
  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 .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: #9a9996;
  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: #178ebc;
}
#main-nav .trigger:hover:before {
  width: 60px;
  margin: 0 -30px;
}
#main-nav .trigger:hover .nav_icon span {
  background: #178ebc;
}
#main-nav .open .trigger {
  color: #178ebc;
}
#main-nav .open .trigger:before {
  width: 60px;
  margin: 0 -30px;
}
#main-nav .open .trigger .nav_icon span {
  background: #178ebc;
}
#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;
  position: relative;
  z-index: 550;
  background: rgba(23, 142, 188, 0.5);
}
#main-nav ul:before {
  content: '';
  background: url(../images/body.jpg) no-repeat 60% top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.96;
  -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 {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  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: #666;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(23, 142, 188, 0.89);
  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;
  /*default 40*/
  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: #178ebc;
  /*.show;*/
  margin-bottom: 0;
  background: #fff;
  border: none;
}
/* main-nav make li fly in all cool */
#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;
}
/* make flyouts expand on mobile */
#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;
}
/* all about that open class */
#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;
}
/* ==================================================================
	header
=================================================================== */
#hd {
  line-height: 34px;
  text-align: center;
  color: #81807d;
  padding: 1em 0 0;
  position: relative;
  overflow: hidden;
}
#hd .container {
  width: 100%!important;
}
/* logo  */
#logo {
  display: block;
  width: 14.55em;
  margin: 1em auto;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* contact-info */
#contact-info {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin: 0;
  background: #ededed url(../images/pattern.png) repeat center center;
  padding: 1em 0;
  display: inline-block;
  vertical-align: top;
}
#contact-info .phone {
  font-size: 1.5em;
  margin-bottom: 0.4em;
  display: inline-block;
  vertical-align: top;
}
#contact-info .divider {
  color: #178ebc;
  margin: 0 0.6em;
  display: none;
}
#contact-info .addy {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#contact-info a {
  color: #81807d;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#contact-info a:hover {
  color: #178ebc;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 3vw;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow #home-slideshow {
  width: 200%;
  margin: 0 -80%;
}
#slideshow .ss_overlay {
  padding: 3.5em 0 2em;
  background: #9b9b9b;
}
#slideshow .ss_overlay .slogan {
  /*F70*/
  line-height: 0.78571429;
  font-size: 3.5em;
  font-family: 'Cormorant', serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  margin: 0 auto 0.85714285714286em;
  display: block;
}
#slideshow .ss_overlay .slogan .trait {
  line-height: 0.5;
  font-size: 1.42857143em;
  font-weight: 400;
  font-family: 'Mrs Saint Delafield', cursive;
  text-transform: none;
  color: #178ebc;
}
#slideshow .ss_overlay .ssLink {
  line-height: 1.65;
  font-size: 1.6em;
  font-family: 'Cormorant', serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #178ebc;
  width: auto;
  position: relative;
  z-index: 420;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideshow .ss_overlay .ssLink:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #178ebc;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideshow .ss_overlay .ssLink:hover {
  color: #bcd8c1;
  -webkit-transform: scale(1.33);
  -moz-transform: scale(1.33);
  -ms-transform: scale(1.33);
  -o-transform: scale(1.33);
  transform: scale(1.33);
}
#slideshow .ss_overlay .ssLink:hover:before {
  width: 0;
  left: 50%;
  background: #bcd8c1;
}
#slideshow .ornament {
  width: 20.25em;
  opacity: 0.34;
  position: absolute;
  left: -8em;
  top: -10em;
  z-index: 400;
}
/* ==================================================================
	.announcement
=================================================================== */
#announcement {
  padding: 3em 0 2.5em;
  background: url(/assets/images/spotlight/wood-background.jpg) top center no-repeat;
  background-size: cover;
  border-top: solid 10px #fff;
  border-bottom: solid 10px #fff;
}
#announcement h2 {
  color: #178ebc;
  font-size: 2.125em;
}
#announcement p {
  font-weight: 500;
}
#announcement #locations {
  text-align: center;
}
#announcement #locations img {
  border: 10px solid #fff;
  margin: 0 auto 10px;
}
#announcement #locations a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#announcement a.loc h4 {
  color: #178ebc;
  display: block;
  text-align: center;
}
#announcement #locations a:hover {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0.5;
}

/* ==================================================================
	.spotlight
=================================================================== */
.spotlight.top {
  font-size: 4vw;
  text-align: center;
  padding: 5.6em 0 5.3em;
  background: #f7f0eb;
  position: relative;
  z-index: 410;
}
.spotlight.top.doc2 {
  background: #cde6ed;
}
.spotlight.top .ornament {
  width: 31.4em;
  max-width: 80%;
  position: absolute;
  left: -15em;
  top: -24em;
  opacity: 0.35;
}
.spotlight.doc3 .ornament {
  display: none;
}
.spotlight.top .module {
  width: 96%;
  max-width: 43em;
  padding: 3.6em 2% 3.325em;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  display: inline-block;
}
.spotlight.top .info {
  width: 100%;
  display: block;
}
.spotlight.top .info h2.topic {
  /*F50*/
  line-height: 0.6;
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #686763;
  /*-moz-font-feature-settings: "calt" 1;
			-webkit-font-feature-settings: "calt" 1;
			font-feature-settings: "calt" 1;*/
  display: inline-block;
  margin-bottom: 0.4em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight.top .info h2.topic .trait {
  line-height: 0.5;
  font-size: 1.4em;
  text-align: left;
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  text-transform: none;
  color: #178ebc;
  width: 100%;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight.top .info .voluble {
  line-height: 1.6;
  font-size: 1em;
  text-align: left;
  color: #686763;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: none;
}
.spotlight.top .info:hover h2.topic {
  color: #439a86;
}
.spotlight.top .info:hover h2.topic .trait {
  color: #439a86;
}
.spotlight.top .info:hover .voluble {
  color: #439a86;
}
.spotlight.top .co_marks {
  /*see below*/
}
.spotlight.top .doctor {
  width: 22.4em;
  max-width: 80%;
  position: absolute;
  left: -6em;
  bottom: 0;
}
.spotlight.top.doc2 .doctor {
  width: 22.4em;
  max-width: 80%;
  position: absolute;
  right: -6em;
  bottom: 0;
}
/* .co_marks */
.co_marks {
  text-align: center;
  width: 8em;
  max-with: 60%;
  padding: 0.3em 0;
  border: 1px solid #cecdc8;
  position: relative;
  float: right;
}
.co_marks a {
  margin: 0.625em auto;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.co_marks a.aap {
  width: 4.35em;
  max-width: 55%;
}
.co_marks a.ada {
  width: 3.6em;
  max-width: 45.6%;
}
.co_marks a.scda {
  width: 4.7em;
  max-width: 59.5%;
}
.co_marks a img {
  display: block;
  width: 100%;
  float: left;
}
.co_marks a:hover {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0.5;
}
/* ==================================================================
	ip-sub || aka subnav-outer
=================================================================== */
#ip-sub {
  line-height: 21px;
  font-size: 19px;
  text-align: center;
  color: #fff;
  padding: 2.89285714285714em 0;
  position: relative;
  overflow: hidden;
}
#ip-sub p {
  margin: 0;
  padding: 0;
}
#ip-sub a {
  color: #fff;
  display: inline-block;
  margin: 0.2em 0.8em;
  position: relative;
}
#ip-sub a:before {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
}
#ip-sub a:hover,
#ip-sub a.active {
  color: #fff;
  text-decoration: none;
}
#ip-sub a:hover:before,
#ip-sub a.active:before {
  width: 100%;
  left: 0;
}
#ip-sub .divider {
  display: none;
}
/* ==================================================================
	content || aka #home-content and .interior-content
=================================================================== */
#bd {
  padding: 4.5em 0 4em;
  background: #fff;
  position: relative;
  z-index: 400;
}
#bd .ornament {
  width: 38.85em;
  position: absolute;
  top: 1.25em;
  right: -28em;
  opacity: 0.25;
}
.home #bd {
  padding: 5.45em 0 10.4em;
  background: #60b3dc url(../images/bd.jpg) no-repeat center bottom;
  background-size: cover;
}
/* Content */
#content .content-text {
  position: relative;
  z-index: 400;
}
#content a img {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#content a .fa,
#content a .fas,
#content a .fab {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: 20% 50%;
  -moz-transform-origin: 20% 50%;
  -ms-transform-origin: 20% 50%;
  -o-transform-origin: 20% 50%;
  transform-origin: 20% 50%;
}
#content a:hover img {
  opacity: 0.5;
}
#content a:hover .fa,
#content a:hover .fas,
#content a:hover .fab {
  -webkit-transform: scale(1.33);
  -moz-transform: scale(1.33);
  -ms-transform: scale(1.33);
  -o-transform: scale(1.33);
  transform: scale(1.33);
}
.home #content {
  background: #fff;
  padding: 3.225em 4% 4.4em;
  position: relative;
}
.home #content:before,
.home #content:after {
  content: '';
  width: 100%;
  height: 26px;
  background-color: #ededed;
  background-image: url(../images/pattern.png);
  background-repeat: repeat;
  display: block;
  position: absolute;
  left: 0;
}
.home #content:before {
  /*margin-bottom:38.5px;*/
  background-position: center top;
  top: 0;
}
.home #content:after {
  /*margin-top:62px;*/
  background-position: left bottom;
  bottom: 0;
}
.home #content .patientForms {
  line-height: 33px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  position: relative;
}
.home #content .patientForms:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #178ebc;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home #content .patientForms:hover:before {
  width: 0;
  background: #439a86;
  left: 50%;
}
/* ===============================================
				custom content 
=============================================== */
.office_tour {
  display: block;
  position: relative;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.office_tour .controls {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 400;
}
.office_tour .controls > div {
  font-size: 2.5em;
  color: #178ebc;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.office_tour .controls > div[id^="prev"] {
  float: left;
}
.office_tour .controls > div[id^="next"] {
  float: right;
  direction: rtl;
}
.office_tour .controls > div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.5;
}
.office-tour .embed-container {
  width: 96%;
  max-width: 600px;
  padding: 0 0 54.5%;
  margin: 0 auto;
}
/* ===============================================
					sitemap 
=============================================== */
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul a {
  line-height: 1.28571429;
  font-size: 1.75em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #686763;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
  transition-duration: 0;
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #439a86;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: italic;
  text-transform: none;
  color: #178ebc;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
/* ==================================================================
	sidebar / sitepics
=================================================================== */
#sidebar {
  display: none;
  width: 100%;
  max-width: 17.85em;
  margin: 0 auto 6%;
  padding: 0;
}
.home #sidebar {
  display: none;
}
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^='meet-dr-'] #sidebar,
body[class^='meet-doctor-'] #sidebar,
body[class~='blog'] #sidebar {
  display: block;
}
/*sitepics*/
#hide-stock {
  position: relative;
}
#hide-stock:after {
  content: '';
  width: 100%;
  height: 1.3em;
  background: #ededed url(../images/pattern.png) repeat 0 0;
  display: block;
}
.static {
  /*310*/
  width: 100%;
  position: relative;
}
.staff {
  display: block;
  width: 45%;
  max-width: 200px;
  float: right;
  margin: 0 0 1em 1em;
}
.team {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight.bottom {
  text-align: center;
  position: relative;
}
.spotlight.bottom > div {
  position: relative;
}
.spotlight.bottom .spot_01 {
  font-size: 2.5252vw;
  padding: 9em 0 9.75em;
  background: #fff;
}
.spotlight.bottom .spot_01 > a {
  display: inline;
}
.spotlight.bottom .spot_01 .item {
  height: 17.05em;
  /*margin:0.2em;*/
  margin: 0.573065902579%;
  background: #f7f0eb;
  display: block;
  float: left;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}
.spotlight.bottom .spot_01 .team {
  max-width: 341px;
}
.spotlight.bottom .spot_01 .item:hover {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0.5;
}
.spotlight.bottom .spot_01 h2.topic {
  font-size: inherit;
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  color: #178ebc;
}
.spotlight.bottom .spot_01 h2.topic .level {
  line-height: 1;
  font-size: 3em;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.spotlight.bottom .spot_01 h2.topic .logo {
  width: 1.05em;
  margin: 0 auto 0.15em;
  display: block;
}
.spotlight.bottom .spot_01 .voluble {
  text-align: left;
  font-style: italic;
  color: #686763;
  display: none;
}
.spotlight.bottom .spot_01 .voluble .level {
  line-height: 1.60714286;
  font-size: 1.4em;
  width: 88%;
  display: block;
  margin: 0 6%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.spotlight.bottom .spot_01 .module {
  width: 34.9em;
  /*height:34.9em;*/
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spotlight.bottom .spot_01 .module:nth-child(1) .item {
  /*width:17.05em;*/
  width: 48.853868194842%;
}
.spotlight.bottom .spot_01 .module:nth-last-child(1) .item {
  /*width:34.5em;*/
  width: 98.853868194842%;
}
.spotlight.bottom .spot_02 {
  padding: 5em 0 4em;
  background: #c8e1e5 url(../images/spotlight/spot.02.bg.jpg) no-repeat center center;
}
.spotlight.bottom .spot_02 h2.topic {
  /*F50*/
  letter-spacing: 0.05em;
  line-height: 0.88;
  font-size: 2.5em;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #686763;
  margin: 0 0 0.53em;
  display: inline-block;
  vertical-align: top;
}
.spotlight.bottom .spot_02 h2.topic .trait {
  letter-spacing: normal;
  line-height: 0.5;
  font-size: 1.4em;
  font-family: 'Mrs Saint Delafield', cursive;
  text-transform: none;
  color: #178ebc;
}
.spotlight.bottom .spot_02 .cycle-slideshow {
  width: 96%;
  max-width: 29.7em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight.bottom .spot_02 .cycle-slide {
  color: #686763;
  width: 100%;
  display: block;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.spotlight.bottom .spot_02 .cycle-slide:hover {
  color: #439a86;
}
.spotlight.bottom .spot_02 .cycle-slide:hover .cred {
  color: #439a86;
}
.spotlight.bottom .spot_02 .voluble {
  line-height: 1.65;
  font-size: 1em;
}
.spotlight.bottom .spot_02 .cred {
  line-height: 1.775;
  font-size: 2em;
  font-family: 'Mrs Saint Delafield', cursive;
  color: #178ebc;
  display: block;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.spotlight.bottom .spot_02 .controls {
  width: 96%;
  max-width: 40.2em;
  height: 2.2em;
  margin: 2em auto 0;
  display: block;
}
.spotlight.bottom .spot_02 .controls > span {
  /*F18*/
  line-height: 2.44444444;
  font-size: 0.9em;
  color: #178ebc;
  width: 2.44444444444444em;
  height: 2.44444444444444em;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight.bottom .spot_02 .controls > span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #178ebc;
}
.spotlight.bottom .spot_02 .controls > span:hover {
  cursor: pointer;
  color: #439a86;
  -webkit-transform: scale(1.33);
  -moz-transform: scale(1.33);
  -ms-transform: scale(1.33);
  -o-transform: scale(1.33);
  transform: scale(1.33);
}
.spotlight.bottom .spot_02 .controls > span:hover:after {
  border-color: #439a86;
}
.spotlight.bottom .spot_02 .controls > span#prev {
  float: left;
}
.spotlight.bottom .spot_02 .controls > span#next {
  float: right;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  padding: 0 0 4.45em;
  background: #fff;
  position: relative;
}
#ft > img {
  border: 1px solid #cecdc8;
  height: 419px;
  z-index: 400;
}
#ft > img.ornament {
  width: 96%;
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.2;
}
#ft > img.map {
  display: none;
}
#ft a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#ft a:hover {
  color: #439a86;
}
.home #ft {
  padding-top: 8.55em;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
 #ft .location {
  display: block;
  width: 96%;
  max-width: 328px;
  height: 419px;
  margin: 3px auto;
  padding: 24px;
  border: 1px solid #cecdc8;
  position: relative;
  z-index: 420;
}
#ft .location.simpsonville {
  background: url('/assets/images/footer/simpsonville-periodontic-office.png') top center no-repeat;
  background-size: cover;
}
#ft .location.greenville {
  background: url('/assets/images/footer/greenville-periodontic-office.png') top center no-repeat;
  background-size: cover;
}
 #ft .location .logo {
  width: 240px;
  margin: 0 auto 39.5px;
}
#ft .location .addy {
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #686763;
  display: block;
  background: rgba(255,255,255,0.85);
  padding: 8px 0;
  margin-top: 90%;
}
#ft .location .addy b {
  color: #178ebc;
  font-size: 18px;
}
#ft .location .addy:hover b {
  color: #439a86;
}
 #ft .location .phone {
  line-height: 35px;
  font-size: 28px;
  font-weight: 800;
  color: #178ebc;
  display: block;
}
/* social-media || aka social-icons */
.social-media img,
.social-media .ib {
  vertical-align: top;
}
/*global override*/
.social-media {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 26px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 300;
}
.social-media > div {
  width: auto;
}
.social-media a {
  line-height: 30px;
  font-size: 18px;
  color: #686763;
  height: 30px;
  width: 30px;
  margin: 0;
  display: block;
  float: left;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social-media a:hover {
  z-index: 400;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
}
.social-media a .fa,
.social-media a .fas,
.social-media a .fab {
  position: relative;
}
/* ==================================================================
		links || aka ft-design-credit
=================================================================== */
#links {
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #999;
  height: 177px;
  padding: 0;
  margin: 0;
  background: #fff;
}
#links .util {
  text-transform: uppercase;
  margin-bottom: 17px;
}
#links .util a {
  color: #999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#links .util a:hover {
  color: #439a86;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0;
}
/*sesame link*/
a#sesame-link {
  padding: 0 0 0 31px;
  background: url(../images/icons/sesame-icon.png) no-repeat left center;
  background-size: 24px 20px;
}
/*back-to-top*/
#btt {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}
a#back-to-top {
  line-height: 42px;
  font-size: 18px;
  color: #178ebc;
  width: 44px;
  height: 44px;
  border: 1px solid #178ebc;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a#back-to-top .icon {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
a#back-to-top:hover {
  color: #439a86;
  background: none;
  border-color: #439a86;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
}
a#back-to-top:hover .icon {
  -webkit-transform: translateX(0) rotateY(-180deg);
  -moz-transform: translateX(0) rotateY(-180deg);
  -ms-transform: translateX(0) rotateY(-180deg);
  -o-transform: translateX(0) rotateY(-180deg);
  transform: translateX(0) rotateY(-180deg);
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr */
hr {
  height: 1px;
  margin: 34px auto;
  padding: 0;
  clear: both;
  background: #ededed;
}
/*div.hr{ .wall;height:1px;margin:14px auto;padding:0;.clear;background:@color0; }*/
/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 16px;
  float: left;
  background: #178ebc;
}
/* Form Buttons */
form button {
  letter-spacing: normal;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #178ebc;
  border: 1px solid #178ebc;
}
form button:hover {
  color: #178ebc;
  border-color: #178ebc;
  background-color: transparent;
}
form p {
  height: auto;
}
/* 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: #000;
  font-size: 15px;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  color: #000;
  position: relative;
  text-align: left;
  width: 275px;
  float: none;
  margin: 0 auto;
}
form#blog_search label {
  color: #178ebc;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  margin: 0px;
  text-align: left;
  text-transform: none;
}
form#blog_search input {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  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: rgba(255, 255, 255, 0.95);
}
form#blog_search button {
  font-weight: 700;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  padding: 4px 8px!important;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.26);
  -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;
}
form#blog_search button:active,
form#blog_search button:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.24);
}
/* end blog css */
/* fixes buttons */
button:hover,
button:active,
button:focus {
  outline: none;
}
/* Generic Classes */
.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%;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  /*width:80%;*/
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  height: 34px;
}
/* hidden field styles */
.hidden-option {
  display: none;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
#pro-pack h2 {
  padding-top: 0;
}
/*global overrides*/
button:active {
  outline: none;
}
form #rating label input {
  width: 20px!important;
}
/*body[class^='meet-dr-'] #hide-stock { display:block !important; text-align:center; margin: 1em auto; }*/
/*unecessary rule - see #sidebar*/
form p {
  height: auto;
}
/*common procedures styles*/
p#procedures-nav {
  font-size: 12px;
  text-transform: uppercase;
  color: #178ebc;
  /*padding-bottom:1em;
	margin-bottom:3em;
	border-bottom:1px solid @tri-grey;*/
}
p#procedures-nav a {
  color: #178ebc;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
p#procedures-nav a:hover {
  text-decoration: none;
  color: #439a86;
}
/*********************************************************************/
/*embedded videos*/
/*********************************************************************/
/*keeps videos from getting too hooj*/
.embed-container {
  width: 100%;
}
.embed-container.ratio16x9,
.embed-container.docvid {
  padding-bottom: 46%;
}
.clarity-sl .embed-container {
  padding: 0 0 10% 0;
  width: 60%;
}
.clarity-sl .embed-container a {
  line-height: 7;
}
/*exceptions - there are exceptions to every rule!!!*/
.acceledent .embed-container:nth-of-type(1) {
  float: right;
  height: auto;
  padding-bottom: 0;
  width: auto;
}
/*office-location*/
.map-directions .embed-container,
.address-and-hours .embed-container,
body[class*="location"] .embed-container {
  width: auto;
  margin-top: 2em;
  padding-bottom: 55%;
  /*default 55%*/
}
.location-page,
table.office-hours {
  margin-bottom: 1em;
}
table.office-hours {
  font-size: 18px;
}
p.office-hours {
  margin-bottom: 0;
}
.office-info,
.office-location table {
  margin-bottom: 2em;
}
/*padding-bottom adjusts height of google map*/
h3.hours {
  margin-top: 2em;
}
/*********************************************************************
	invisalign overrides
*********************************************************************/
body[class*='invisalign'] span[style="font-size:10px;"] {
  line-height: 2;
  display: inline-block;
}
.invisalign-testimonials #pro-pack > p {
  display: inline-block;
}
.invisalign-testimonials ul#testimonials {
  margin: 0 0 100px 0;
}
.invisalign-videos h1 {
  text-align: center;
}
.invisalign-videos .img-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*invisalign videos*/
.invisalign-videos h3 {
  text-align: center;
}
.invisalign-videos .embed-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*hides p tag under slideshow*/
.invisalign-testimonials ul#testimonials {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.invisalign-testimonials ul#testimonials p {
  line-height: 18px;
  font-size: 17px;
  text-shadow: none;
  font-weight: 400;
  color: #333333;
}
/*invisalign footer*/
#invisalign-footer,
#suresmile-footer {
  max-width: 100%;
  width: auto;
}
#invisalign-footer a:hover img,
#suresmile-footer a:hover img {
  opacity: 0.5;
}
#pro-pack #invisalign-footer {
  width: 90%;
  float: none;
  margin: 1em auto;
}
#pro-pack #invisalign-footer a:hover img {
  opacity: 0.5;
}
#invisalign-footer li,
#suresmile-footer li,
#pro-pack #invisalign-footer li {
  width: auto;
}
/*other stuff*/
.braces-diagram #content p {
  float: none;
  margin: 0 auto!important;
  padding: 0;
}
.braces-diagram #content .img-left {
  float: none;
  margin: 0 auto;
  clear: none;
  display: block;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #slideshow .ss_overlay .ssLink {
    line-height: 33px;
    font-size: 20px;
  }
  /*END*/
}
/* ===============================================
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%;
  }
  /**/
  /* ===============================================
					super 
=============================================== */
  /*keeps videos from getting too hooj*/
  /*.embed-container{ width: 60%;padding-bottom:30%;.show;.center; }
.embed-container.ratio16x9, .embed-container.docvid{ padding-bottom:30%; }*/
  /*.slideshow-pagination{ .show; }*/
  .damon-smile-testimonials .embed-container.ratio16x9 {
    margin-left: auto;
    margin-right: auto;
  }
  /* in-ovation pages */
  .in-ovation div.img-left {
    float: right;
    margin: 0 0 2.5% 2.5%;
  }
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^="inovation-chart-"] {
    display: inline-block;
    float: left;
  }
  /*damon pages*/
  .damon-smile-info img[src$='damon-3.png'] {
    float: right;
    margin: 0 0 0.8em 0.8em;
  }
  .damon-smile-info img[src$='damon-3.png'] + p {
    display: block;
    width: 100%;
    clear: both;
  }
  /*invisalign footer*/
  #pro-pack #invisalign-footer {
    width: 100%;
    float: left;
  }
  #pro-pack #invisalign-footer ul {
    float: left;
    width: auto;
    margin: 0;
    min-width: 120px;
  }
  #pro-pack #invisalign-footer a.external,
  #pro-pack #invisalign-footer p.cf {
    float: right;
    clear: right;
  }
  #pro-pack #invisalign-footer p.cf {
    text-align: center;
  }
  #invisalign-footer p.cf {
    text-align: center;
  }
  /*suremsile pages*/
  [class*="suresmile"] iframe,
  [class*="suresmile"] .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .suresmile-before-and-after #content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .how-suresmile-works .embed-container {
    display: none;
  }
  .suresmile-info .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #suresmile-footer {
    width: 100%;
    float: left;
  }
  #suresmile-footer > .external {
    display: block;
    margin: 1em auto;
    float: none;
    clear: both;
  }
  #suresmile-footer p.cf {
    text-align: center;
  }
  #suresmile-footer ul.cf li a:nth-child(2) {
    display: none;
  }
  /* opalescence */
  #video-opalescence {
    float: right;
    margin: 0 0 1em 1em;
  }
  /**/
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*hfam*/
  h1 {
    font-size: 3.5em;
  }
  .home h1 {
    font-size: 2.5em;
  }
  /* ===============================================
					header 
=============================================== */
  #contact-info .phone {
    font-size: inherit;
    margin: 0;
  }
  #contact-info .divider {
    display: inline-block;
    vertical-align: top;
  }
  #contact-info .addy {
    width: auto;
  }
  /* ===============================================
					slideshow 
=============================================== */
  #slideshow {
    font-size: 1.5vw;
  }
  #slideshow #home-slideshow {
    width: 150%;
    margin: 0 -25%;
  }
  #slideshow .ss_overlay {
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0 -25em;
    background: none;
    position: absolute;
    left: 50%;
    bottom: 9.5em;
    z-index: 400;
  }
  #slideshow .ornament {
    margin-right: 23.2em;
    top: -9.9em;
    right: 50%;
    left: auto;
  }
  /* ===============================================
					torso 
=============================================== */
  /*.torso{ position:relative;background:#fff;z-index:420; }*/
  /* ===============================================
					spotlight.top 
=============================================== */
  .spotlight.top {
    font-size: 1.5vw;
    /* co-marks */
  }
  .spotlight.top .ornament {
    margin: 0 -57em;
    top: -19em;
    left: 50%;
  }
  .spotlight.doc3 .ornament {
    display: block;
  }
  .spotlight.top .module {
    height: 20.65em;
    margin: 0 -7em 0 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
  }
  .spotlight.top .info {
    width: 24.2em;
    float: left;
    margin-left: 6.8em;
  }
  .spotlight.top.doc2 .info {
    margin-left: 10.8em;
  }
  .spotlight.top .info h2.topic {
    letter-spacing: 0.05em;
    text-align: left;
    width: 100%;
    white-space: nowrap;
  }
  .spotlight.top .info h2.topic .trait {
    letter-spacing: normal;
  }
  .spotlight.top .info .voluble {
    display: block;
  }
  .spotlight.top .doctor {
    margin: 0 -32.5em;
    left: 50%;
  }
  .spotlight.top.doc2 .doctor {
    margin: 0  0 0 13em;
    left: 50%;
  }
  .spotlight.top .co_marks {
    position: absolute;
    top: 1em;
    right: 1em;
  }
  .spotlight.top.doc2 .co_marks {
    left: 1em;
  }
  /* ===============================================
				content / sidebar 
=============================================== */
  #bd {
    padding: 5.4em 0 4em;
  }
  #bd .ornament {
    margin: 0 17.4em;
    right: auto;
    left: 50%;
  }
  .home #bd {
    padding: 5.45em 0 10.4em;
  }
  .home #bd #content {
    width: 60%;
    max-width: 29.8em;
    float: right;
  }
  .home #bd #content p {
    text-align: left;
  }
  #content {
    float: left;
    width: 61%;
    max-width: 605px;
  }
  #content p {
    text-align: justify;
  }
  #sidebar {
    display: block;
    float: right;
    clear: right;
    width: 36%;
    margin: 0 0 1em;
  }
  /* blanket content width 100% and sidebar hide */
  /*.home,*/
  body[class^='before-'] #content,
  .patient-photos #content,
  .smile-gallery #content,
  body[class*='office-tour'] #content,
  .around-our-office #content,
  .tour-our-office #content,
  .brace-painter #content,
  .sitemap #content {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  body[class^='before-'] #sidebar,
  .patient-photos #sidebar,
  .smile-gallery #sidebar,
  body[class*='office-tour'] #sidebar,
  .around-our-office #sidebar,
  .tour-our-office #sidebar,
  .brace-painter #sidebar,
  .sitemap #sidebar {
    display: none;
  }
  /* blanket content sidebar hide and slimmer-centered-content-area */
  /* in order to accommodate for better legibility */
  body[class*='acceledent'],
  .abp-certification,
  .bonding,
  .braces-diagram,
  .bridges,
  .carriere-distalizer-appliance,
  .chao-pinhole-surgical-technique,
  .clarity-ceramic-brackets,
  .clarity-sl,
  .clearcorrect,
  .color-my-braces,
  .contests,
  body[class^='common-'],
  .crowns,
  body[class^='damon-'],
  .dentures,
  .complete-dentures,
  .digital-x-rays,
  .digital-cad-cam-dentistry,
  body[class*='empower'],
  .e4d-dentist,
  .extractions,
  .fillings,
  body[class*='forsus'],
  .gum-disease,
  .gum-disease-in-children,
  .gum-disease-and-overall-health,
  body[class*='i-cat'],
  .incognito,
  body[class*='in-ovation'],
  .mtm-no-trace,
  .which-is-right-for-me,
  .implants,
  .insignia,
  body[class*='invisalign'],
  .itero-digital-impression-system,
  .itero-element,
  .itero,
  .juvederm-xc,
  .lumibrite,
  .lumineers,
  .lythos-digital-scan,
  body[class*="-team"],
  body[class*="-staff"],
  .meet-our-hygienists,
  .minimaster,
  .mouthguards,
  .nightguards,
  .palatal-expander,
  .patient-care-videos,
  .pay-it-forward-program,
  .philips-zoom,
  .pick-your-colors,
  .propel-orthodontics,
  .retainer-instructions,
  .retainers,
  .root-canals,
  .sealants,
  .sirona-galileos-cbct,
  .slimline-palatal-expander,
  .smiles-change-lives,
  .smile-for-a-lifetime,
  .smartclip,
  .solea-dental-laser,
  .somnodent-sleep-apnea-appliance,
  .sponsorships,
  body[class*="straumann"],
  body[class^='suresmile-'],
  .success-stories,
  .tap-appliance,
  body[class^='trudenta-'],
  .headache-symptoms-and-causes,
  body[class^='types-of'],
  .the-wand-sta,
  .veneers,
  .wildsmiles,
  .wisdom-teeth,
  .my-life-my-smile-my-orthodontist,
  .your-child-s-first-orthodontic-checkup,
  .aao-testimonials,
  .opalescence,
  .ortho-tv,
  .velscope-oral-cancer-screening,
  .why-choose-us,
  .contests-events,
  .video-gallery,
  .abpd-certification,
  .patient-rewards-program,
  .instant-orthodontics {
    /* count out 90 characters per line to declare width */
  }
  body[class*='acceledent'] #bd .container,
  .abp-certification #bd .container,
  .bonding #bd .container,
  .braces-diagram #bd .container,
  .bridges #bd .container,
  .carriere-distalizer-appliance #bd .container,
  .chao-pinhole-surgical-technique #bd .container,
  .clarity-ceramic-brackets #bd .container,
  .clarity-sl #bd .container,
  .clearcorrect #bd .container,
  .color-my-braces #bd .container,
  .contests #bd .container,
  body[class^='common-'] #bd .container,
  .crowns #bd .container,
  body[class^='damon-'] #bd .container,
  .dentures #bd .container,
  .complete-dentures #bd .container,
  .digital-x-rays #bd .container,
  .digital-cad-cam-dentistry #bd .container,
  body[class*='empower'] #bd .container,
  .e4d-dentist #bd .container,
  .extractions #bd .container,
  .fillings #bd .container,
  body[class*='forsus'] #bd .container,
  .gum-disease #bd .container,
  .gum-disease-in-children #bd .container,
  .gum-disease-and-overall-health #bd .container,
  body[class*='i-cat'] #bd .container,
  .incognito #bd .container,
  body[class*='in-ovation'] #bd .container,
  .mtm-no-trace #bd .container,
  .which-is-right-for-me #bd .container,
  .implants #bd .container,
  .insignia #bd .container,
  body[class*='invisalign'] #bd .container,
  .itero-digital-impression-system #bd .container,
  .itero-element #bd .container,
  .itero #bd .container,
  .juvederm-xc #bd .container,
  .lumibrite #bd .container,
  .lumineers #bd .container,
  .lythos-digital-scan #bd .container,
  body[class*="-team"] #bd .container,
  body[class*="-staff"] #bd .container,
  .meet-our-hygienists #bd .container,
  .minimaster #bd .container,
  .mouthguards #bd .container,
  .nightguards #bd .container,
  .palatal-expander #bd .container,
  .patient-care-videos #bd .container,
  .pay-it-forward-program #bd .container,
  .philips-zoom #bd .container,
  .pick-your-colors #bd .container,
  .propel-orthodontics #bd .container,
  .retainer-instructions #bd .container,
  .retainers #bd .container,
  .root-canals #bd .container,
  .sealants #bd .container,
  .sirona-galileos-cbct #bd .container,
  .slimline-palatal-expander #bd .container,
  .smiles-change-lives #bd .container,
  .smile-for-a-lifetime #bd .container,
  .smartclip #bd .container,
  .solea-dental-laser #bd .container,
  .somnodent-sleep-apnea-appliance #bd .container,
  .sponsorships #bd .container,
  body[class*="straumann"] #bd .container,
  body[class^='suresmile-'] #bd .container,
  .success-stories #bd .container,
  .tap-appliance #bd .container,
  body[class^='trudenta-'] #bd .container,
  .headache-symptoms-and-causes #bd .container,
  body[class^='types-of'] #bd .container,
  .the-wand-sta #bd .container,
  .veneers #bd .container,
  .wildsmiles #bd .container,
  .wisdom-teeth #bd .container,
  .my-life-my-smile-my-orthodontist #bd .container,
  .your-child-s-first-orthodontic-checkup #bd .container,
  .aao-testimonials #bd .container,
  .opalescence #bd .container,
  .ortho-tv #bd .container,
  .velscope-oral-cancer-screening #bd .container,
  .why-choose-us #bd .container,
  .contests-events #bd .container,
  .video-gallery #bd .container,
  .abpd-certification #bd .container,
  .patient-rewards-program #bd .container,
  .instant-orthodontics #bd .container {
    width: 80%;
    max-width: 800px;
  }
  body[class*='acceledent'] #content,
  .abp-certification #content,
  .bonding #content,
  .braces-diagram #content,
  .bridges #content,
  .carriere-distalizer-appliance #content,
  .chao-pinhole-surgical-technique #content,
  .clarity-ceramic-brackets #content,
  .clarity-sl #content,
  .clearcorrect #content,
  .color-my-braces #content,
  .contests #content,
  body[class^='common-'] #content,
  .crowns #content,
  body[class^='damon-'] #content,
  .dentures #content,
  .complete-dentures #content,
  .digital-x-rays #content,
  .digital-cad-cam-dentistry #content,
  body[class*='empower'] #content,
  .e4d-dentist #content,
  .extractions #content,
  .fillings #content,
  body[class*='forsus'] #content,
  .gum-disease #content,
  .gum-disease-in-children #content,
  .gum-disease-and-overall-health #content,
  body[class*='i-cat'] #content,
  .incognito #content,
  body[class*='in-ovation'] #content,
  .mtm-no-trace #content,
  .which-is-right-for-me #content,
  .implants #content,
  .insignia #content,
  body[class*='invisalign'] #content,
  .itero-digital-impression-system #content,
  .itero-element #content,
  .itero #content,
  .juvederm-xc #content,
  .lumibrite #content,
  .lumineers #content,
  .lythos-digital-scan #content,
  body[class*="-team"] #content,
  body[class*="-staff"] #content,
  .meet-our-hygienists #content,
  .minimaster #content,
  .mouthguards #content,
  .nightguards #content,
  .palatal-expander #content,
  .patient-care-videos #content,
  .pay-it-forward-program #content,
  .philips-zoom #content,
  .pick-your-colors #content,
  .propel-orthodontics #content,
  .retainer-instructions #content,
  .retainers #content,
  .root-canals #content,
  .sealants #content,
  .sirona-galileos-cbct #content,
  .slimline-palatal-expander #content,
  .smiles-change-lives #content,
  .smile-for-a-lifetime #content,
  .smartclip #content,
  .solea-dental-laser #content,
  .somnodent-sleep-apnea-appliance #content,
  .sponsorships #content,
  body[class*="straumann"] #content,
  body[class^='suresmile-'] #content,
  .success-stories #content,
  .tap-appliance #content,
  body[class^='trudenta-'] #content,
  .headache-symptoms-and-causes #content,
  body[class^='types-of'] #content,
  .the-wand-sta #content,
  .veneers #content,
  .wildsmiles #content,
  .wisdom-teeth #content,
  .my-life-my-smile-my-orthodontist #content,
  .your-child-s-first-orthodontic-checkup #content,
  .aao-testimonials #content,
  .opalescence #content,
  .ortho-tv #content,
  .velscope-oral-cancer-screening #content,
  .why-choose-us #content,
  .contests-events #content,
  .video-gallery #content,
  .abpd-certification #content,
  .patient-rewards-program #content,
  .instant-orthodontics #content {
    width: 100%;
    max-width: none;
  }
  body[class*='acceledent'] #sidebar,
  .abp-certification #sidebar,
  .bonding #sidebar,
  .braces-diagram #sidebar,
  .bridges #sidebar,
  .carriere-distalizer-appliance #sidebar,
  .chao-pinhole-surgical-technique #sidebar,
  .clarity-ceramic-brackets #sidebar,
  .clarity-sl #sidebar,
  .clearcorrect #sidebar,
  .color-my-braces #sidebar,
  .contests #sidebar,
  body[class^='common-'] #sidebar,
  .crowns #sidebar,
  body[class^='damon-'] #sidebar,
  .dentures #sidebar,
  .complete-dentures #sidebar,
  .digital-x-rays #sidebar,
  .digital-cad-cam-dentistry #sidebar,
  body[class*='empower'] #sidebar,
  .e4d-dentist #sidebar,
  .extractions #sidebar,
  .fillings #sidebar,
  body[class*='forsus'] #sidebar,
  .gum-disease #sidebar,
  .gum-disease-in-children #sidebar,
  .gum-disease-and-overall-health #sidebar,
  body[class*='i-cat'] #sidebar,
  .incognito #sidebar,
  body[class*='in-ovation'] #sidebar,
  .mtm-no-trace #sidebar,
  .which-is-right-for-me #sidebar,
  .implants #sidebar,
  .insignia #sidebar,
  body[class*='invisalign'] #sidebar,
  .itero-digital-impression-system #sidebar,
  .itero-element #sidebar,
  .itero #sidebar,
  .juvederm-xc #sidebar,
  .lumibrite #sidebar,
  .lumineers #sidebar,
  .lythos-digital-scan #sidebar,
  body[class*="-team"] #sidebar,
  body[class*="-staff"] #sidebar,
  .meet-our-hygienists #sidebar,
  .minimaster #sidebar,
  .mouthguards #sidebar,
  .nightguards #sidebar,
  .palatal-expander #sidebar,
  .patient-care-videos #sidebar,
  .pay-it-forward-program #sidebar,
  .philips-zoom #sidebar,
  .pick-your-colors #sidebar,
  .propel-orthodontics #sidebar,
  .retainer-instructions #sidebar,
  .retainers #sidebar,
  .root-canals #sidebar,
  .sealants #sidebar,
  .sirona-galileos-cbct #sidebar,
  .slimline-palatal-expander #sidebar,
  .smiles-change-lives #sidebar,
  .smile-for-a-lifetime #sidebar,
  .smartclip #sidebar,
  .solea-dental-laser #sidebar,
  .somnodent-sleep-apnea-appliance #sidebar,
  .sponsorships #sidebar,
  body[class*="straumann"] #sidebar,
  body[class^='suresmile-'] #sidebar,
  .success-stories #sidebar,
  .tap-appliance #sidebar,
  body[class^='trudenta-'] #sidebar,
  .headache-symptoms-and-causes #sidebar,
  body[class^='types-of'] #sidebar,
  .the-wand-sta #sidebar,
  .veneers #sidebar,
  .wildsmiles #sidebar,
  .wisdom-teeth #sidebar,
  .my-life-my-smile-my-orthodontist #sidebar,
  .your-child-s-first-orthodontic-checkup #sidebar,
  .aao-testimonials #sidebar,
  .opalescence #sidebar,
  .ortho-tv #sidebar,
  .velscope-oral-cancer-screening #sidebar,
  .why-choose-us #sidebar,
  .contests-events #sidebar,
  .video-gallery #sidebar,
  .abpd-certification #sidebar,
  .patient-rewards-program #sidebar,
  .instant-orthodontics #sidebar {
    display: none;
  }
  /* custom content */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  /*p.before-after-text, .before-after-box{ .wall; }*/
  .speed-system img[alt="Speed Braces"] {
    display: block;
  }
  .office-tour .embed-container {
    padding: 0 0 20em;
  }
  .office_tour .controls > div[id^="prev"] {
    margin-left: 0;
  }
  .office_tour .controls > div[id^="next"] {
    margin-right: 0;
  }
  /*PAGE SPECIFIC*/
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^="inovation-chart-"] {
    display: inline-block;
    float: left;
  }
  .in-ovation-before-after #content p {
    text-align: center;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* ===============================================
					sitemap 
=============================================== */
  body.sitemap .width1 {
    width: 50%;
  }
  body.sitemap .width1:not(.first) {
    width: auto;
    float: right;
  }
  /* ===============================================
			spotlight 
=============================================== */
  .spotlight.bottom .spot_01 {
    font-size: 1.34vw;
  }
  .spotlight.bottom .spot_01 .voluble {
    display: block;
  }
  .spotlight.bottom .spot_02 .controls {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
  }
  /* ===============================================
					footer 
=============================================== */
  #ft > img.ornament {
    width: 44%;
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    opacity: 1;
  }
  /*location*/
  #ft .location {
    width: 33%;
    margin: 0 0.05%;
    display: inline-block;
    vertical-align: top;
  }
  /*links*/
  #links {
    font-size: 12px;
  }
  #links .util .divider {
    margin: 0 0.6em;
  }
  /*END*/
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /*body*/
  body {
    line-height: 32px;
    font-size: 20px;
  }
  /*hfam*/
  /* vertex */
  #vertex {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 3000;
    box-shadow: none;
  }
  /*HD*/
  #hd {
    padding: 0;
    background: #eceeee url(../images/pattern.png) repeat 0 0;
    z-index: 3000;
    overflow: visible;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #logo {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    -webkit-transform: translateX(-0.875em);
    -moz-transform: translateX(-0.875em);
    -ms-transform: translateX(-0.875em);
    -o-transform: translateX(-0.875em);
    transform: translateX(-0.875em);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #contact-info {
    letter-spacing: 0.05em;
    padding: 0;
    background: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .large #hd {
    line-height: 49px;
  }
  .large #logo {
    width: 17.25em;
    top: 60px;
  }
  .large #contact-info {
    font-size: inherit;
  }
  .large #main-nav {
    margin: 45px 0 17px;
  }
  .large #main-nav ul li.about-us {
    margin-right: 474px;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    width: 100%;
    height: 78px;
    margin: 33px 0 0;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    -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 .container {
    background: none;
    padding: 0;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 78px;
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 78px;
    float: none;
    clear: none;
    margin: 0 44px 0 0;
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.about-us {
    margin-right: 394px;
    -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.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    letter-spacing: 0.1em;
    line-height: 50px;
    text-align: center;
    color: #9a9996;
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 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: #178ebc;
    text-decoration: none;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 11px 0 9px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    height: 21px;
    width: 100%;
    padding: 0 21px;
    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;
  }
  /* reverses text-align for flyout on last nav item */
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  /* ===============================================
			special drop locations 
=============================================== */
  #main-nav ul li:hover ul,
  #main-nav ul li.sfhover ul {
    left: -22px;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact-us.sfhover ul,
  #main-nav ul li.contact:hover ul,
  #main-nav ul li.contact.sfhover ul {
    left: auto;
    right: -22px;
    margin: 0;
  }
  /* ==================================================================
	slideshow
=================================================================== */
  #slideshow {
    font-size: 1vw;
    width: 100%;
    margin-top: 189px;
    /*position:fixed;*/
    top: 0;
  }
  #slideshow #home-slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  /*callouts*/
  /* spotlight */
  .spotlight.top {
    font-size: inherit;
  }
  /* ==================================================================
	bd || content || sidebar
=================================================================== */
  /* ==================================================================
ip-sub 
=================================================================== */
  #ip-sub {
    padding-top: 10.39285714285714em;
    background: url(../images/body.jpg) no-repeat center center;
  }
  #ip-sub p {
    margin: 0;
  }
  #ip-sub a {
    margin: 0;
  }
  #ip-sub .divider {
    display: inline-block;
    margin: 0 0.4em;
  }
  /* spotlight */
  .spotlight.bottom .spot_01 {
    font-size: 1.4213vw;
  }
  .spotlight.bottom .spot_02 {
    height: 567px;
  }
  .spotlight.bottom .spot_02 h2.topic {
    text-align: left;
  }
  .spotlight.bottom .spot_02 h2.topic .trait {
    width: 100%;
  }
  /* ft */
  #ft > img.map {
    margin: 0 3px;
    display: inline-block;
  }
  /* locations */
  /* #ft .location .addy:before {
    content: '';
    width: 140px;
    height: 50px;
    display: block;
    position: absolute;
    top: 180px;
    right: -287px;
  } */
  /*links*/
  /*back-to-top*/
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 87.5em (1400px) and up
=============================================== */
@media only screen and (min-width: 87.5em) {
  .spotlight.bottom .spot_01 {
    font-size: inherit;
  }
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  #ip-sub {
    background-size: 100% auto;
  }
  .spotlight.bottom .spot_02 {
    background-size: 100% auto;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
/* mymove looted from Peter B. || credit due where credit is deserved [= */
@-webkit-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* pulse_custom */
/* PULSE STUFF */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.44, 1.44, 1.44);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
