@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Playfair+Display:400,400i');
/* ===============================================
	
	gates-paul2
	
	Sesame Communications - (c) 2019
	Written by: James Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/*Colors */
/* hypertext */
/* tufts blue */
/* light cobalt blue */
/* dark blue */
/* vivid tangelo || hyperlinks */
/* apricot */
/* light tangelo */
/* ===============================================
					fonts 
=============================================== */
.fontL {
  font-family: 'Lato', sans-serif;
}
.fontP {
  font-family: 'Playfair Display', serif;
}
/* ===============================================
					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;
}
#content .clear {
  line-height: 1;
  font-size: 0;
}
.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: #f4761f;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #f47924), color-stop(100% #f4731a));
  background-image: -webkit-linear-gradient(left, #f47924 0%, #f4731a 100%);
  background-image: -moz-linear-gradient(left, #f47924 0%, #f4731a 100%);
  background-image: -ms-linear-gradient(left, #f47924 0%, #f4731a 100%);
  background-image: -o-linear-gradient(left, #f47924 0%, #f4731a 100%);
  background-image: linear-gradient(left, #f47924 0%, #f4731a 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: 'Lato', sans-serif;
}
body {
  line-height: 1.6;
  font-size: 15px;
  color: #333333;
  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 {
  color: #f4761f;
  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: #3f8bc9;
}
/* hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-style: italic;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  color: #f4761f;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  /*F55*/
  font-size: 10vw;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.75em;
}
h1 .trait {
  letter-spacing: normal;
  line-height: 1.0666;
  font-size: 0.82em;
  font-style: italic;
  text-transform: none;
  color: #f4761f;
  display: block;
}
.home h1 {
  letter-spacing: 0.03em;
  color: #2d69b2;
  border-bottom: 1px solid #3f8bc9;
  margin-bottom: 0.38em;
  padding-bottom: 0.54em;
}
h2:not(.topic) {
  font-size: 1.75em;
  color: #3f8bc9;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.35em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 0.15em;
}
/*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: 48px 0 0;
  background: rgba(45, 105, 178, 0.71);
  position: relative;
  z-index: 3000;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 14px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  padding: 0;
  margin: 0;
  height: 48px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 #86adde;
  position: absolute;
  top: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  width: 100%!important;
  padding: 0;
}
#main-nav .trigger {
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  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: #fff;
  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: #f9b17f;
}
#main-nav .trigger:hover .nav_icon span {
  background: #f9b17f;
}
#main-nav .open .trigger {
  color: #f9b17f;
}
#main-nav .open .trigger .nav_icon span {
  background: #f9b17f;
}
#main-nav .open .trigger .nav_icon span:nth-child(1) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .nav_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav ul {
  width: 100%;
  margin: 0;
  padding: 1em 0;
  z-index: 550;
  position: relative;
  background: rgba(244, 118, 31, 0.9);
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 16px;
  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: #fff;
  text-decoration: underline;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(247, 247, 240, 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: #2d69b2;
  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: #fff;
  /*.show;*/
  margin-bottom: 0;
  background: #f4761f;
  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: 26px;
  text-align: center;
  color: #fff;
  padding: 1em 0 2em;
  position: relative;
  overflow: hidden;
  /* info */
}
#hd .container {
  width: 100%!important;
}
#hd .info {
  text-align: center;
  font-family: 'Playfair Display', serif;
  margin: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#hd .info .phone {
  font-size: 23px;
  margin: 0 0 0.4em;
  display: inline-block;
  vertical-align: top;
}
#hd .info .phone:before {
  content: '\f10b';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 26px;
  font-size: 17px;
  font-weight: 300;
  color: #f9b17f;
  display: inline-block;
  margin-right: 0.45em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
#hd .info .patientForms {
  font-size: 15px;
  font-style: italic;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
#hd .info .patientForms:before {
  content: '\f15c';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #f9b17f;
  display: inline-block;
  margin-right: 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
#hd .info .patientLogin {
  font-size: 15px;
  font-style: italic;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
#hd .info .patientLogin:before {
  content: '\f007';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #f9b17f;
  display: inline-block;
  margin-right: 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}


#hd .info .doctorLogin {
  font-size: 15px;
  font-style: italic;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
#hd .info .doctorLogin:before {
  content: '\f0f0';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  color: #f9b17f;
  display: inline-block;
  margin-right: 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}


#hd .info a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#hd .info a:hover {
  color: #f2934f;
}
#hd .info a:hover:before {
  animation-name: pulse_custom;
  color: #f2934f;
}
/* logo  */
#logo {
  width: 10.35em;
  margin: 1em auto;
  display: 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;
}
/* social-media || aka social-icons */
.social-media img,
.social-media .ib {
  vertical-align: top;
}
/*global override*/
.social-media {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0.6em 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 300;
  -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 > div {
  width: auto;
}
.social-media a {
  line-height: 26px;
  font-size: 13px;
  color: #fff;
  height: 26px;
  width: 24px;
  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 {
  color: #f2934f;
  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 .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100% #000000));
  background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -ms-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: linear-gradient(top, transparent 0%, #000000 100%);
  opacity: 0.5;
  z-index: 400;
}
#slideshow .welcomeVid {
  width: 100%;
  vertical-align: top;
}
#slideshow .ss_overlay {
  font-family: 'Playfair Display', serif;
  width: 100%;
  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: 410;
}
#slideshow .ss_overlay .logo {
  width: 29.7em;
  margin: 0 auto 2.55em;
  display: block;
}
#slideshow .ss_overlay .slogan {
  line-height: 1;
  font-size: 2.75em;
  font-style: italic;
  color: #fff;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.55);
  margin: 0 auto 0.53em;
  display: block;
}
#slideshow .ss_overlay .ssBtn {
  line-height: 2.9231;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #fff;
  width: 9.231em;
  height: 2.9231em;
  margin-left: auto;
  margin-right: auto;
  background: #f2934f;
  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;
}
#slideshow .ss_overlay .ssBtn:hover {
  background: rgba(244, 118, 31, 0.5);
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
}
/* ==================================================================
	spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
.spotlight .spot_00 {
  font-size: 3.4vw;
  color: #fff;
  background: #2d69b2;
}
.spotlight .spot_00 .decoration {
  width: 100%;
}
.spotlight .spot_00 .info {
  width: 96%;
  max-width: 27.8em;
  margin-left: auto;
  margin-right: auto;
  padding: 5.2em 0 4.25em;
}
.spotlight .spot_00 h2.topic {
  letter-spacing: 0.029em;
  line-height: 1;
  font-size: 2.5em;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  padding-bottom: 0.58em;
  margin-bottom: 0.3em;
  border-bottom: 2px solid #86adde;
}
.spotlight .spot_00 .voluble {
  line-height: 2;
  font-size: 1em;
  text-align: justify;
  font-weight: 300;
  width: 100%;
  margin: 0 0 1.5em;
  display: none;
}
.spotlight .spot_00 .spotLink {
  line-height: 1.739;
  font-size: 1.15em;
  text-align: center;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  color: #fff;
  width: auto;
  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 .spot_00 .spotLink:after {
  content: '';
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #86aedf;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 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;
}
.spotlight .spot_00 .spotLink:hover {
  letter-spacing: 0.1em;
  color: #f9b17f;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
}
.spotlight .spot_00 .spotLink:hover:after {
  width: 0;
  background: #f9b17f;
}
/* ==================================================================
	ip-sub || aka subnav-outer
=================================================================== */
#ip-sub {
  text-align: center;
  color: #fff;
  padding: 5em 0 1em;
  position: relative;
  overflow: hidden;
}
#ip-sub:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100% #000000));
  background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -ms-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: linear-gradient(top, transparent 0%, #000000 100%);
  opacity: 0.5;
  z-index: 400;
}
#ip-sub header {
  position: relative;
  z-index: 410;
}
#ip-sub p {
  line-height: 19px;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  z-index: 410;
}
#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: 3em 0;
  background: #fff;
  position: relative;
  z-index: 400;
}
/* Content */
#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);
}
/* hp columns */
.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%;
}
/* ===============================================
				custom content 
=============================================== */
.office_tour {
  display: block;
  position: relative;
  margin-bottom: 2.4em;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  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: #f4761f;
  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{ .show;position:relative;margin-bottom:2.4em;
	
	.cycle-slideshow{ .show;width:96%;max-width:800px;.center; }
	.slide-control{ .wall;.show;.vertical-align;left:0;z-index:400;
		> div{ .fs(2.5em);color:@color1;.show;.trans;
			&[id^="prev"]{ .left; }
			&[id^="next"]{ .right;direction:rtl; }
			&:hover{ cursor:pointer;.scale(1.44);opacity: 0.5; }
		}
	}
}
*/
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.9em 0;
  background: #333333;
  display: block;
}
/* ===============================================
					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.286;
  font-size: 1.75em;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  text-decoration: none;
  color: #3f8bc9;
  -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: #f9b17f;
}
.sitemap #content ul ul li a {
  line-height: 1.6;
  font-size: 1em;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #f4761f;
  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.8em;
  margin: 0 auto 6%;
  padding: 0;
}
.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;
}
.static {
  /*356*/
  width: 100%;
  position: relative;
}
.staff {
  display: block;
  width: 45%;
  max-width: 10em;
  float: right;
  margin: 0 0 1em 1em;
}
.team {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
}
/* home */
.home #sidebar {
  font-size: 4vw;
  max-width: 25.8em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.home #sidebar img {
  width: 48.45%;
  max-width: 12.5em;
}
.home #sidebar img:nth-child(-n+2) {
  margin-bottom: 0.8em;
}
.home #sidebar img:nth-child(1) {
  margin-top: 2.65em;
  float: left;
  clear: left;
}
.home #sidebar img:nth-child(2) {
  float: right;
  clear: right;
}
.home #sidebar img:nth-child(3) {
  float: right;
  clear: right;
}
.home #sidebar img:nth-child(4) {
  float: left;
  clear: left;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight .spot_01 {
  font-size: 4vw;
  text-align: center;
  padding: 0.5em 0;
  background: #d3dedd url(../images/spotlight/spot01bg.jpg) no-repeat center center;
  background-size: 285% auto;
}
.spotlight .spot_01 .mod {
  width: 100%;
  padding: 2.6em 0;
  margin: 0.5em 0;
}
.spotlight .spot_01 .mod:nth-child(1) {
  background: rgba(63, 139, 201, 0.8);
}
.spotlight .spot_01 .mod:nth-child(2) {
  background: rgba(95, 95, 95, 0.83);
}
.spotlight .spot_01 .mod:nth-child(3) {
  background: rgba(244, 118, 31, 0.83);
}
.spotlight .spot_01 .info {
  width: 96%;
  max-width: 21em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight .spot_01 h2.topic {
  line-height: 1.15;
  font-size: 2em;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.85em;
  display: block;
}
.spotlight .spot_01 .ssLink {
  line-height: 1.739;
  font-size: 1.15em;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #fff;
  width: auto;
  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 .spot_01 .ssLink:before {
  content: '';
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #86adde;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.spotlight .spot_01 .ssLink[aria-label] {
  line-height: 0.726;
  font-size: 2.756em;
}
.spotlight .spot_01 .ssLink[aria-label]:before {
  display: none;
}
.spotlight .spot_01 .ssLink:hover {
  -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.88;
}
.spotlight .spot_01 .ssLink:hover:before {
  width: 0;
}
.spotlight .spot_02 {
  font-size: 3vw;
  padding: 7.15em 0 8.3em;
  background: #fff;
}
.spotlight .spot_02 h2.topic {
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 2.75em;
  text-align: center;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #3f8bc9;
  margin: 0 0 0.473em;
  padding: 0 0 0.55em;
  border-bottom: 1px solid #86adde;
  display: inline-block;
  vertical-align: top;
}
.spotlight .spot_02 .voluble {
  line-height: 1.4;
  font-size: 1.25em;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  color: #333;
  width: 96%;
  max-width: 27.92em;
  margin: 0 auto 1.96em;
  display: none;
}
.spotlight .spot_02 .social {
  text-align: center;
  width: 100%;
  margin: 0 auto 2.8em;
  display: block;
}
.spotlight .spot_02 .social a {
  line-height: 2;
  font-size: 1.6em;
  color: #fff;
  width: 2em;
  height: 2em;
  margin: 0 0.25em;
  display: inline-block;
  vertical-align: top;
  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 .spot_02 .social a:nth-child(1) {
  background: #f9b17f;
}
.spotlight .spot_02 .social a:nth-child(2) {
  background: #f2934f;
}
.spotlight .spot_02 .social a:nth-child(3) {
  background: #f4761f;
}
.spotlight .spot_02 .social a:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  z-index: 400;
}
.spotlight .spot_02 .social a:hover:nth-child(1) {
  background: #86adde;
}
.spotlight .spot_02 .social a:hover:nth-child(2) {
  background: #3f8bc9;
}
.spotlight .spot_02 .social a:hover:nth-child(3) {
  background: #2d69b2;
}
.spotlight .spot_02 .grid {
  width: 96%;
  max-width: 41.4em;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
}
.spotlight .spot_02 .grid img {
  width: 31.4%;
  max-width: 13em;
  /* margin-bottom:1.15em; */
  display: inline-block;
  vertical-align: top;
  /*&:nth-last-of-type(-n+3){ margin-bottom:0; }*/
}
.spotlight .spot_02 .grid img:nth-of-type(4),
.spotlight .spot_02 .grid img:nth-of-type(5),
.spotlight .spot_02 .grid img:nth-of-type(6) {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
}
.spotlight .spot_02 .grid img:nth-of-type(1),
.spotlight .spot_02 .grid img:nth-of-type(4),
.spotlight .spot_02 .grid img:nth-last-of-type(3) {
  float: left;
  clear: left;
}
.spotlight .spot_02 .grid img:nth-of-type(3),
.spotlight .spot_02 .grid img:nth-last-of-type(4),
.spotlight .spot_02 .grid img:nth-last-of-type(1) {
  float: right;
  clear: right;
}
.spotlight .spot_03 {
  font-size: 3.2vw;
  padding: 4.5em 0 3.5em;
  background: #5a95cf;
}
.spotlight .spot_03 h2.topic {
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 2.75em;
  text-align: center;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  color: #fff;
  width: 96%;
  max-width: 10.836em;
  margin: 0 auto 0.65em;
  padding: 0 0 0.55em;
  border-bottom: 1px solid #86aedf;
  margin-left: auto;
  margin-right: auto;
}
.spotlight .spot_03 a {
  width: 9.6em;
  margin: 1em 0.25em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spotlight .spot_03 a:nth-of-type(1) .decoration {
  background: #f9b17f;
}
.spotlight .spot_03 a:nth-of-type(2) .decoration {
  background: #f6a267;
}
.spotlight .spot_03 a:nth-of-type(3) .decoration {
  background: #f2934f;
}
.spotlight .spot_03 a:nth-of-type(4) .decoration {
  background: #f38537;
}
.spotlight .spot_03 a:nth-of-type(5) .decoration {
  background: #f4761f;
}
.spotlight .spot_03 a .decoration {
  margin: 0 0 1em;
  display: block;
}
.spotlight .spot_03 a .decoration img {
  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;
}
.spotlight .spot_03 a h3.topic {
  line-height: 1.22;
  font-size: 1.15em;
  text-align: center;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  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;
}
.spotlight .spot_03 a:hover .decoration img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.4;
}
.spotlight .spot_03 a:hover h3.topic {
  color: #f9b17f;
}
/* .co_marks */
.co_marks {
  font-size: 3.2vw;
  text-align: center;
  padding: 3.175em 0;
  background: #fff;
  position: relative;
}
.co_marks a {
  margin: 4%;
  display: inline-block;
  vertical-align: middle;
  -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.invisalign {
  width: 13.3em;
}
.co_marks a.invisalignTeen {
  width: 15.2em;
}
.co_marks a.aao {
  width: 10.8em;
}
.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;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  padding: 4.8em 0 2.1em;
  background: #2d69b2;
  position: relative;
}
#ft a {
  color: #fff;
  -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: #f9b17f;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 96%;
  max-width: 49.9em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#location .addy {
  width: 100%;
  display: block;
}
#location .addy .map {
  width: 100%;
  margin: 0 auto 1.8em;
  border: 1px solid #fff;
  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;
}
#location .addy .street {
  letter-spacing: 0.03em;
  line-height: 1.375;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
}
#location .addy:hover .map {
  border-color: #f9b17f;
}
#location .phone {
  letter-spacing: 0.035em;
  line-height: 1.333;
  font-size: 1.2em;
  font-family: 'Playfair Display', serif;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  width: 100%;
  display: block;
}
/* ==================================================================
		links || aka ft-design-credit
=================================================================== */
#links {
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #b7d2f4;
  padding: 15px 0 0;
  margin: 0;
  background: #3f8bc9;
}
#links .util {
  margin-bottom: 19px;
}
#links .util a {
  color: #b7d2f4;
  -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: #f9b17f;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.2em;
}
/*sesame link*/
a#sesame-link:before {
  content: '\21';
  font-family: 'sesame-icons';
  font-size: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: bottom;
}
/*back-to-top*/
#btt {
  text-align: center;
  width: 100%;
  height: 87px;
  background: #fff;
  margin: 0;
  padding: 20px 0 0;
  position: relative;
  display: block;
}
a#back-to-top {
  line-height: 35px;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #f4761f;
  width: auto;
  display: inline-block;
  vertical-align: top;
  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;
}
a#back-to-top:before {
  content: '';
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #f9b17f;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 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;
}
a#back-to-top:hover {
  color: #2d69b2;
  -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:before {
  width: 0;
  opacity: 0;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr */
hr {
  height: 1px;
  margin: 34px auto;
  padding: 0;
  clear: both;
  background: #86aedf;
}
/*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: #f4761f;
}

#coronavirus-update {
    background: #e12118;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    position: fixed;
    bottom: 0;
    left: 40%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 3000;
}
.coronavirus-update #coronavirus-update {display:none}
#coronavirus-update a {color:#FFF;}
#coronavirus-update:hover {
    background: #c40a01;
    color: #fff;
}
.CoronaClose {
  cursor: pointer;
  position: absolute;
  top: 21%;
  right: 0%;
  padding: 0px 8px;
  transform: translate(0%, -50%);
  color:#FFF;
}
/* 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: #f4761f;
  border: 1px solid #f4761f;
}
form button:hover {
  color: #f4761f;
  border-color: #f4761f;
  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: #f4761f;
  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-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  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 label {
  margin: 1em 0;
}
form p {
  margin: 2em 0 0;
}
form #rating label span {
  margin-left: 0;
}
form #rating label input {
  width: 20px!important;
}
form label[for="Days_Available_No_Preference"] span,
form fieldset.radio-group span {
  display: inline-block;
}
form.full label input[type="checkbox"] {
  width: auto !important;
  margin: 0;
}
/*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: #f4761f;
  /*padding-bottom:1em;
	margin-bottom:3em;
	border-bottom:1px solid @tri-grey;*/
}
p#procedures-nav a {
  color: #f4761f;
  -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: #3f8bc9;
}
/*********************************************************************/
/*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-hours .embed-container,
.address-and-hours .embed-container,
body[class*="office"] .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) {
  h1 {
    font-size: 2.75em;
  }
  #hd .info .doctorLogin,
  #hd .info .patientLogin,
  #hd .info .patientForms {
    width: auto;
    margin: 0 0 0 1em;
  }
  .social-media {
    margin-top: 0.5em;
  }
  /*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%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*hfam*/
  h1 {
    font-size: 2.75em;
  }
  .home h1 {
    text-align: left;
  }
  /* ===============================================
					header 
=============================================== */
  #hd .info {
    text-align: left;
    width: 96%;
    max-width: 36.3em;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #hd .info .doctorLogin,
  #hd .info .patientLogin{
    width: auto;
    margin: 0 .5em;
  }
  #hd .info .patientForms {
    width: auto;
    margin: 0 1em 0 .5em;
  }

  #hd .info .patientLogin,
  #hd .info .doctorLogin,
  #hd .info .patientForms,
  #hd .info .phone {
    float: right;
  }
  .social-media {
    width: auto;
    margin: 0 auto;
	text-align:center;
	display:block;
  }
  /* ===============================================
					slideshow 
=============================================== */
  #slideshow {
    font-size: 1.5vw;
  }
  #slideshow #home-slideshow {
    width: 130%;
    margin: 0 -15%;
  }
  /* ===============================================
					torso 
=============================================== */
  /*.torso{ position:relative;background:#fff;z-index:420; }*/
  /* ===============================================
				spotlight 
=============================================== */
  .spotlight .spot_00 {
    font-size: 1.5vw;
  }
  .spotlight .spot_00 .decoration {
    height: 100%;
    width: auto;
    margin: 0 7em 0 0;
    position: absolute;
    top: 0;
    right: 50%;
  }
  .spotlight .spot_00 .info {
    display: inline-block;
    margin: 0 -22em 0 0;
  }
  .spotlight .spot_00 h2.topic {
    white-space: nowrap;
  }
  .spotlight .spot_00 .voluble {
    display: block;
  }
  /* ===============================================
					ip-sub 
=============================================== */
  /* ===============================================
				content / sidebar 
=============================================== */
  #bd {
    padding: 2.9em 0 3.8em;
  }
  #bd .container {
    max-width: 50em;
  }
  .home #bd {
    padding: 6.1em 0 3.45em;
    /*.container{ width:72%!important;max-width:716px;padding:0; }*/
  }
  .home #bd #content {
    width: 45%;
    max-width: 22.2em;
    float: left;
  }
  .home #bd #sidebar {
    font-size: inherit;
    width: 52%;
    margin-top: 0.3em;
  }
  #content {
    float: left;
    width: 62%;
    max-width: 580px;
  }
  #content p {
    text-align: justify;
  }
  #sidebar {
    display: block;
    float: right;
    clear: right;
    width: 32%;
    margin: 0 0 1em;
  }
  /* blanket content width 100% and sidebar hide */
  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'],
  .abo-certification,
  .all-on-4,
  .bonding,
  .braces-diagram,
  .bridges,
  body[class*='carriere'],
  .chao-pinhole-surgical-technique,
  .clarity-ceramic-brackets,
  .clarity-sl,
  .cerec,
  .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,
  .fluoride,
  body[class*='forsus'],
  .gum-disease,
  .gum-disease-in-children,
  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,
  .koer-whitening,
  .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,
  .simpli5,
  .sirona-galileos-cbct,
  .six-month-smiles,
  .slimline-palatal-expander,
  .smiles-change-lives,
  .smile-for-a-lifetime,
  .smartclip,
  .solea-dental-laser,
  .somnodent-sleep-apnea-appliance,
  .speed-system,
  .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,
  .vizilite-plus,
  .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,
  .abo-certification #bd .container,
  .all-on-4 #bd .container,
  .bonding #bd .container,
  .braces-diagram #bd .container,
  .bridges #bd .container,
  body[class*='carriere'] #bd .container,
  .chao-pinhole-surgical-technique #bd .container,
  .clarity-ceramic-brackets #bd .container,
  .clarity-sl #bd .container,
  .cerec #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,
  .fluoride #bd .container,
  body[class*='forsus'] #bd .container,
  .gum-disease #bd .container,
  .gum-disease-in-children #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,
  .koer-whitening #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,
  .simpli5 #bd .container,
  .sirona-galileos-cbct #bd .container,
  .six-month-smiles #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,
  .speed-system #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,
  .vizilite-plus #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%!important;
    max-width: 40em;
    /*800px*/
  }
  body[class*='acceledent'] #content,
  .abo-certification #content,
  .all-on-4 #content,
  .bonding #content,
  .braces-diagram #content,
  .bridges #content,
  body[class*='carriere'] #content,
  .chao-pinhole-surgical-technique #content,
  .clarity-ceramic-brackets #content,
  .clarity-sl #content,
  .cerec #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,
  .fluoride #content,
  body[class*='forsus'] #content,
  .gum-disease #content,
  .gum-disease-in-children #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,
  .koer-whitening #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,
  .simpli5 #content,
  .sirona-galileos-cbct #content,
  .six-month-smiles #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,
  .speed-system #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,
  .vizilite-plus #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,
  .abo-certification #sidebar,
  .all-on-4 #sidebar,
  .bonding #sidebar,
  .braces-diagram #sidebar,
  .bridges #sidebar,
  body[class*='carriere'] #sidebar,
  .chao-pinhole-surgical-technique #sidebar,
  .clarity-ceramic-brackets #sidebar,
  .clarity-sl #sidebar,
  .cerec #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,
  .fluoride #sidebar,
  body[class*='forsus'] #sidebar,
  .gum-disease #sidebar,
  .gum-disease-in-children #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,
  .koer-whitening #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,
  .simpli5 #sidebar,
  .sirona-galileos-cbct #sidebar,
  .six-month-smiles #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,
  .speed-system #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,
  .vizilite-plus #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;
  }
  /*hp-col*/
  /*.home .content-text{ .column-count(2);.column-gap(50px); }*/
  /* 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{
	.controls{
		> div{ 
			&[id^="prev"]{ margin-left:-50px; }
			&[id^="next"]{ margin-right:-50px; }
		}
	}
}*/
  /*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%;
    /*default 50%*/
  }
  body.sitemap .width1:not(.first) {
    width: auto;
    float: right;
  }
  /* ===============================================
			spotlight 
=============================================== */
  .spotlight .spot_01 {
    font-size: 1.5vw;
    height: 38em;
    background-size: 100% auto;
  }
  .spotlight .spot_01 .mod {
    width: auto;
    height: 13.4em;
    position: absolute;
    bottom: 1.4em;
  }
  .spotlight .spot_01 .mod:nth-child(1) {
    margin: 0 0.5em 0 0;
    right: 67%;
    left: 0;
  }
  .spotlight .spot_01 .mod:nth-child(1) .info {
    /*float: right;*/
    /*margin-right: 3.875em;*/
  }
  .spotlight .spot_01 .mod:nth-child(2) {
    margin: 0 0 0 0.5em;
    right: 0;
    left: 67%;
  }
  .spotlight .spot_01 .mod:nth-child(2) .info {
    /*float: left;*/
    /*margin-left: 3.875em;*/
  }
    .spotlight .spot_01 .mod:nth-child(3) {
    margin: 0;
    left: 33%;
    right: 33%;
  }
  .spotlight .spot_01 .mod:nth-child(3) .info {
    /*float: left;*/
    /*margin-left: 3.875em;*/
  }


  .spotlight .spot_02 {
    font-size: 1.8vw;
  }
  .spotlight .spot_03 {
    font-size: 1.94vw;
  }
  /* co-marks */
  .co_marks {
    font-size: 1.8vw;
  }
  .co_marks a {
    margin: 0;
  }
  .co_marks a:nth-child(2) {
    margin: 0 5.2em;
  }
  /* ===============================================
					footer 
=============================================== */
  /*location*/
  /*END*/
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /*body*/
  body {
    font-size: 20px;
  }
  /*hfam*/
  h1 {
    text-align: left;
  }
  /* vertex */
  #vertex {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 3000;
    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;
  }
  #vertex.active {
    background: none;
  }
  /*HD*/
  #hd {
    padding: 0.25em 0;
    z-index: 3000;
    overflow: visible;
  }
  #hd .info {
    height: 43px;
    margin-right: 0;
    padding-bottom: 0.55em;
    border-bottom: 2px solid #85acdc;
  }
  #hd .info .doctorLogin,
  #hd .info .patientLogin {
    margin: 0.2em .5em 0;
  }

  #hd .info .patientForms {
    margin: 0.2em 1em 0;
  }
  .social-media {
	   width: auto;
    float: left;
    margin: 0.2em 0em 0 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #logo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    left: 0;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    width: 100%;
    height: 46px;
    margin: 0;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
  }
  #main-nav .container {
    background: none;
    padding: 0;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 46px;
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 23px 0 0;
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 37px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 46px;
    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: #f9b17f;
    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 22px;
    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: 0;
    /*position:fixed;*/
    top: 0;
  }
  /*callouts*/
  /* spotlight */
  .spotlight .spot_00 {
    font-size: inherit;
  }
  /* ==================================================================
	bd || content || sidebar
=================================================================== */
  /* ==================================================================
ip-sub 
=================================================================== */
  #ip-sub {
    text-align: left;
    padding: 21.95em 0 1.75em;
  }
  #ip-sub:before {
    height: 50%;
  }
  #ip-sub a {
    margin: 0;
  }
  #ip-sub .divider {
    display: inline-block;
    margin: 0 0.3em;
  }
  /* spotlight */
  .spotlight .spot_01 {
    font-size: inherit;
    /*background-size: auto auto;*/
  }
  .spotlight .spot_01 .mod{
    padding: 1.6em 0;
  }
  .spotlight .spot_01 h2.topic{
    font-size: 1.75em;
  }
  .spotlight .spot_02 {
    font-size: inherit;
  }
  .spotlight .spot_02 .voluble {
    display: block;
  }
  .spotlight .spot_03 {
    font-size: inherit;
  }
  /* co-marks */
  .co_marks {
    font-size: inherit;
  }
  /* ft */
  /* locations */
  /*links*/
  /*back-to-top*/
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
.spotlight .spot_01 .mod{

    padding: 2.6em 0;
}
  .spotlight .spot_01 h2.topic{
    font-size: 2em;
  }

  /*END*/
}
/* ===============================================
Desktop Only Large Screen Only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  .spotlight .spot_01 {
    background-size: 100% auto;
    background-position: center 40%;
  }
  /*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 STUFF */
/* pulse_custom */
@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;
}
/* pulse_rev */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}
