@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Cookie|Muli:200,400,400i,700,700i&display=swap');
/* ===============================================
	
	parsi-lily
	
	Sesame Communications - (c) 2019
	Written by: James Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/*Colors */
/* hypertext */
/* tea green */
/* color || princeton orange */
/* saffron */
/* med turquoise */
/* dark imperial blue */
/* ===============================================
					fonts 
=============================================== */
.fontA {
  font-family: 'Amatic SC', cursive;
}
.fontC {
  font-family: 'Cookie', cursive;
}
.fontM {
  font-family: 'Muli', sans-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: #f88033;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #f88338), color-stop(100% #f87d2e));
  background-image: -webkit-linear-gradient(left, #f88338 0%, #f87d2e 100%);
  background-image: -moz-linear-gradient(left, #f88338 0%, #f87d2e 100%);
  background-image: -ms-linear-gradient(left, #f88338 0%, #f87d2e 100%);
  background-image: -o-linear-gradient(left, #f88338 0%, #f87d2e 100%);
  background-image: linear-gradient(left, #f88338 0%, #f87d2e 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 {
  font-family: 'Muli', sans-serif;
}
form button {
  font-family: 'Amatic SC', cursive;
  font-weight: 400;
  text-transform: uppercase;
}
body {
  line-height: 1.8;
  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: #f88033;
  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: #f4c93e;
}
/* hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-weight: 400;
  color: #6e6d6d;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  /*F97*/
  font-size: 10vw;
  font-family: 'Amatic SC', cursive;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.08em;
}
h1 .trait {
  line-height: 1.04;
  font-size: 0.51em;
  font-family: 'Cookie', cursive;
  text-transform: none;
  color: #f4c93e;
  display: block;
}
.home h1 {
  color: #00496f;
}
h2:not(.topic) {
  font-size: 1.2em;
  font-weight: 300;
  color: #6dd1cf;
}
h3 {
  font-size: 1.1em;
  color: #f88033;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9em;
}
h6 {
  font-size: 0.8em;
}
/*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: 55px 0 0;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 3000;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 55px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(244, 201, 62, 0.4);
  position: absolute;
  top: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  width: 100%!important;
  padding: 0;
}
#main-nav .trigger {
  line-height: 55px;
  text-align: center;
  color: #00496f;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger:before {
  content: '';
  width: 0;
  height: 35px;
  margin: 0 auto;
  background: #bcd794;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 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: -1;
}
#main-nav .trigger .nav_icon {
  width: 14px;
  height: 10px;
  margin-right: 0.2em;
  position: relative;
  display: inline-block;
  top: -0.1em;
}
#main-nav .trigger .nav_icon span {
  height: 0.09375em;
  width: 100%;
  border-radius: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .nav_icon span:nth-child(2),
#main-nav .trigger .nav_icon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .nav_icon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover:before {
  width: 90px;
}
#main-nav .open .trigger:before {
  width: 90px;
}
#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(0, 73, 111, 0.9);
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  color: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
#main-nav ul li a[id]:before {
  content: '';
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #bcd794;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #00496f;
  text-decoration: none;
}
#main-nav ul li.open > a[id]:before,
#main-nav ul li.active > a[id]:before,
#main-nav ul li:hover > a[id]:before {
  opacity: 1;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(0, 73, 111, 0.9);
  display: inline;
}
#main-nav ul ul:before {
  display: none;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 40px;
  color: #fff;
  width: 100%;
  height: 40px;
  /*default 40*/
  margin: 0;
  background: none;
  border: none;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
#main-nav ul ul li a:before {
  content: '';
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #bcd794;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
}
#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: #00496f;
  /*.show;*/
  margin-bottom: 0;
  background: none;
  border: none;
}
#main-nav ul li.active ul li a:hover:before,
#main-nav ul ul li a:hover:before,
#main-nav ul ul li a.active:before {
  opacity: 1;
}
/* 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: 27px;
  text-align: center;
  color: #6dd1cf;
  padding: 1em 0 0;
  position: relative;
  overflow: hidden;
}
#hd .container {
  width: 100%!important;
}
/* logo  */
#logo {
  width: auto;
  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;
}
#logo a {
  display: inline-block;
}
#logo svg {
  width: 184px;
  height: 55px;
}
#logo svg path {
  fill: #00496f;
  -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 {
  text-align: center;
  margin: 0;
  padding: 1em 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#contact-info .phone {
  font-size: 17px;
  color: #61cac8;
  width: 100%;
  margin: 0 0 0.4em;
  display: inline-block;
  vertical-align: top;
}
#contact-info .addy {
  font-size: 13px;
  color: #00496f;
  display: inline-block;
  vertical-align: top;
}
#contact-info 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;
}
#contact-info a:hover {
  color: #f4c93e;
}
/* 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 0 1em;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 300;
}
.social-media > div {
  width: auto;
}
.social-media a {
  line-height: 48px;
  font-size: 20px;
  color: #00496f;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin: 0 3px 0 0;
  display: block;
  float: left;
  position: relative;
  z-index: 400;
  -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:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: currentcolor;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -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;
  z-index: -1;
}
.social-media a:nth-child(5n+1) {
  color: #6dd1cf;
}
.social-media a:nth-child(5n+2) {
  color: #f88033;
}
.social-media a:nth-child(5n+3) {
  color: #bcd794;
}
.social-media a:nth-child(5n+4) {
  color: #f4c93e;
}
.social-media a:nth-last-of-type(1) {
  margin: 0;
}
.social-media a:hover:before {
  background: #fff;
  box-shadow: 1px 0.125em 0 currentcolor, -1px -0.125em 0 currentcolor;
  -webkit-transform: translateY(0) rotateX(-180deg);
  -moz-transform: translateY(0) rotateX(-180deg);
  -ms-transform: translateY(0) rotateX(-180deg);
  -o-transform: translateY(0) rotateX(-180deg);
  transform: translateY(0) rotateX(-180deg);
}
.social-media a:hover .icon {
  color: currentcolor;
  animation-name: pulse_custom;
}
.social-media a .icon {
  color: #fff;
  position: relative;
  z-index: 420;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  background: #000;
  position: relative;
  z-index: 400;
}
#slideshow:before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100% rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 400;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0;
}
/* ==================================================================
	callouts || aka bd-callouts
=================================================================== */
#callouts {
  font-size: 2.4vw;
  text-align: center;
  padding: 4.15em 0;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410;
}
#callouts a {
  color: #f88033;
  width: 11.8em;
  margin: 0;
  padding: 0;
  background: currentcolor;
  position: relative;
  overflow: hidden;
  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;
}
#callouts a:before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100% #000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
#callouts a:after {
  content: '';
  height: 11.8em;
  width: 0.75em;
  margin: 0 -0.375em;
  background: currentcolor;
  position: absolute;
  left: 50%;
  bottom: -5.525em;
  z-index: 410;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#callouts a:nth-child(1) {
  color: #bcd794;
}
#callouts a:nth-child(2) {
  color: #f4c93e;
  margin-left: 2.25em;
  margin-right: 2.25em;
}
#callouts a:nth-child(3) {
  color: #6dd1cf;
}
#callouts a:hover {
  -webkit-transform: translate3d(0, -8.35%, 2em);
  -moz-transform: translate3d(0, -8.35%, 2em);
  -ms-transform: translate3d(0, -8.35%, 2em);
  -o-transform: translate3d(0, -8.35%, 2em);
  transform: translate3d(0, -8.35%, 2em);
  box-shadow: 0 1em 1em rgba(0, 0, 0, 0.1);
}
#callouts a:hover:after {
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#callouts a:hover .decoration {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.5;
}
#callouts a .decoration {
  width: 100%;
  -webkit-transition-duration: 0.55s;
  -moz-transition-duration: 0.55s;
  -o-transition-duration: 0.55s;
  -ms-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
#callouts a h2.topic {
  /*F46*/
  line-height: 0.87;
  font-size: 2.3em;
  font-family: 'Amatic SC', cursive;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.478em;
  left: 0;
  z-index: 420;
}
#callouts a h2.topic .icon {
  width: 0.83em;
  height: 1.11em;
  margin: 0 0 0.19565em 0.19565em;
  display: inline-block;
  vertical-align: bottom;
}
#callouts a h2.topic .icon path {
  fill: currentcolor;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#callouts a h2.topic > span {
  text-align: left;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
#callouts a h2.topic .trait {
  line-height: 0.72;
  font-size: 0.85em;
  font-family: 'Cookie', cursive;
  text-transform: none;
}
/* ==================================================================
	ip-sub || aka subnav-outer
=================================================================== */
#ip-sub {
  text-align: center;
  color: #fff;
  padding: 3em 0 0;
  position: relative;
  overflow: hidden;
}
#ip-sub:before {
  content: '';
  width: 100%;
  height: 1.5em;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ip-sub .container {
  padding: 24px 6% 36px;
  max-width: 55.5em;
  background: rgba(98, 202, 200, 0.9);
}
#ip-sub p {
  line-height: 18px;
  font-size: 15px;
  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: 0;
  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;
}
.home #bd {
  background: #74a5bb url(../images/bd.jpg) no-repeat center center;
  background-size: cover;
}
.home #bd .container {
  padding: 2em 4%;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.home #bd .container:before {
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  bottom: 0.25em;
  left: 0.25em;
  background: #fff;
  display: block;
}
/* Content */
#content {
  position: relative;
  z-index: 420;
}
#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);
}
/* ===============================================
				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: #f88033;
  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; }
		}
	}
}
*/
/* ===============================================
					sitemap 
=============================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.125;
  font-size: 1.2em;
  font-weight: 300;
  text-decoration: none;
  color: #6dd1cf;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
  transition-duration: 0;
}
.sitemap #content ul ul li a {
  line-height: 1.8;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #333;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #f88033;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
/* ==================================================================
	sidebar / sitepics
=================================================================== */
#sidebar {
  display: none;
  width: 100%;
  max-width: 16.2em;
  margin: 0 auto 6%;
  padding: 0;
}
/*.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;
}
.static {
  width: 100%;
  border-bottom: 0.75em solid #f4c93e;
  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;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  border-top: 5em solid #fff;
  position: relative;
}
.spotlight > div {
  position: relative;
}
.spotlight .spot_01 {
  padding: 0;
}
.spotlight .spot_01 h2.topic {
  line-height: 1;
  font-size: 0.5em;
  text-align: center;
  font-weight: 400;
  color: #00496f;
  white-space: nowrap;
  width: 32em;
  height: 20.2em;
  margin: 0 auto 2.2em;
  display: block;
  position: relative;
  z-index: 420;
}
.spotlight .spot_01 h2.topic .trait.top {
  line-height: 0.8;
  font-size: 6.234em;
  font-family: 'Amatic SC', cursive;
  text-align: left;
  text-transform: uppercase;
  color: #f88033;
  margin: 0 0 0 0.11em;
  position: absolute;
  top: 0;
  left: 0;
}
.spotlight .spot_01 h2.topic .trait.middle {
  line-height: 0.8;
  font-size: 20.486em;
  font-family: 'Cookie', cursive;
}
.spotlight .spot_01 h2.topic .trait.bottom {
  letter-spacing: 0.36em;
  line-height: 1.73;
  font-size: 3.71em;
  text-transform: uppercase;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.spotlight .spot_01 .links {
  text-align: left;
  width: 16em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 3em;
  display: block;
  position: relative;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.spotlight .spot_01 a {
  width: 100%;
  margin: 0.8em auto;
  display: block;
  position: relative;
  z-index: 400;
  -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: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.spotlight .spot_01 a:before {
  content: '';
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.25em;
  background: currentcolor;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -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;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.spotlight .spot_01 a:nth-child(1) {
  color: #6dd1cf;
}
.spotlight .spot_01 a:nth-child(2) {
  color: #f88033;
}
.spotlight .spot_01 a:nth-child(3) {
  color: #bcd794;
}
.spotlight .spot_01 a:nth-child(4) {
  color: #f4c93e;
}
.spotlight .spot_01 a:hover {
  -webkit-transform: translate3d(-0.25em, 0, 100px);
  -moz-transform: translate3d(-0.25em, 0, 100px);
  -ms-transform: translate3d(-0.25em, 0, 100px);
  -o-transform: translate3d(-0.25em, 0, 100px);
  transform: translate3d(-0.25em, 0, 100px);
}
.spotlight .spot_01 a:hover:before {
  width: 100%;
  background: #fff;
  box-shadow: 1px 0.125em 0 currentcolor, -1px -0.125em 0 currentcolor;
  -webkit-transform: translateY(0) rotateX(-180deg);
  -moz-transform: translateY(0) rotateX(-180deg);
  -ms-transform: translateY(0) rotateX(-180deg);
  -o-transform: translateY(0) rotateX(-180deg);
  transform: translateY(0) rotateX(-180deg);
}
.spotlight .spot_01 a:hover .icon {
  animation-name: pulse_custom;
}
.spotlight .spot_01 a:hover .icon path {
  fill: currentcolor;
}
.spotlight .spot_01 a:hover h3.topic {
  color: currentcolor;
}
.spotlight .spot_01 a .icon {
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
.spotlight .spot_01 a .icon path {
  fill: #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;
}
.spotlight .spot_01 a h3.topic {
  line-height: 2.78;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  color: #404141;
  margin: 0 0 0 0.78em;
  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;
}
.spotlight .spot_01 .decoration {
  width: 100%;
  display: block;
}
.spotlight .spot_02 {
  font-size: 4.25vw;
  padding: 3em 0;
}
.spotlight .spot_02 h2.topic {
  line-height: 0.55em;
  font-size: 3.8em;
  font-family: 'Cookie', cursive;
  font-weight: 400;
  color: #00496f;
  margin: 0 auto 0.5em;
}
.spotlight .spot_02 h2.topic .trait {
  line-height: 0.8;
  font-size: 1em;
  font-family: 'Amatic SC', cursive;
  text-transform: uppercase;
  color: #f88033;
  display: inline-block;
  -webkit-transform: translateX(0.5em);
  -moz-transform: translateX(0.5em);
  -ms-transform: translateX(0.5em);
  -o-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.spotlight .spot_02 .tshow {
  width: 21.15em;
  margin: 0 -10.575em;
  display: block;
  left: 50%;
}
.spotlight .spot_02 .tshow > a {
  color: #fff;
  width: 21.15em;
  background: #fff;
  display: block;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
  opacity: 0;
}
.spotlight .spot_02 .tshow > a.slide1 .voluble {
  padding-top: 4.1em;
}
.spotlight .spot_02 .tshow > a.slide1 .voluble .bg path {
  fill: #f88033;
}
.spotlight .spot_02 .tshow > a.slide2 .voluble {
  padding-top: 6.1em;
}
.spotlight .spot_02 .tshow > a.slide2 .voluble .bg path {
  fill: #6dd1cf;
}
.spotlight .spot_02 .tshow > a.slide3 .voluble {
  padding-top: 6.55em;
}
.spotlight .spot_02 .tshow > a.slide3 .voluble .bg path {
  fill: #f4c93e;
}
.spotlight .spot_02 .tshow > a.cycle-slide-active {
  opacity: 1;
}
.spotlight .spot_02 .tshow > a:hover[class] .voluble .bg path {
  fill: #bcd794;
}
.spotlight .spot_02 .voluble {
  padding-bottom: 6.5em;
}
.spotlight .spot_02 .voluble > span {
  line-height: 1.23;
  font-size: 1em;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 400;
}
.spotlight .spot_02 .voluble .bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.spotlight .spot_02 .voluble .bg path {
  -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 .cred {
  line-height: 1;
  font-size: 1.3em;
  font-family: 'Cookie', cursive;
  color: #00496f;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  padding: 0;
  background: #aadaff url(../images/footer/revere-pedodontic-office.png) no-repeat center center;
  position: relative;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  padding: 7.78em 0;
  background: rgba(170, 218, 255, 0.8);
}
#location .logo {
  width: 9.2em;
  height: 2.75em;
  margin: 0 auto 1.35em;
  display: block;
}
#location .logo svg {
  width: 100%;
  height: 100%;
}
#location .logo svg path {
  fill: #00496f;
}
#location .phone {
  line-height: 43px;
  font-size: 37px;
  font-family: 'Amatic SC', cursive;
  display: block;
}
#location .doctor {
  line-height: 26px;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 auto 9px;
  display: block;
}
#location .addy {
  line-height: 26px;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
#location .addy .pointer {
  line-height: 68px;
  font-size: 66px;
  color: #6dd1cf;
  margin: 0 0 0 -3.53em;
  position: absolute;
  top: 2.6em;
  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;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  display: none;
  z-index: 400;
}
#location .addy .pointer:after {
  content: '';
  width: 87px;
  height: 71px;
  background: url(../images/footer/shadow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 8px;
  bottom: -12px;
  z-index: -1;
}
#location .addy:hover .pointer {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#location 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;
}
#location a:hover {
  color: #00496f;
}
/* ==================================================================
		links || aka ft-design-credit
=================================================================== */
#links {
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #b0afaf;
  padding: 2em 0;
  margin: 0;
  background: #fff;
}
#links .container {
  max-width: 1200px;
}
#links .util {
  margin-bottom: 1em;
}
#links .util a {
  color: #b0afaf;
  -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: #6dd1cf;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/*sesame link*/
a#sesame-link .sesame-icon {
  width: 1.333em;
  height: 1.17em;
  margin-right: 0.333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesame-icon path {
  -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#sesame-link .sesame-icon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesame-icon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesame-icon path {
  fill: currentColor;
}
/* .co_marks */
.co_marks {
  font-size: 4.4vw;
  text-align: center;
  padding: 0 0 3em;
  position: relative;
}
.co_marks a {
  margin: 2%;
  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.aaopd {
  width: 3.2em;
  height: 3.2em;
}
.co_marks a.ada {
  width: 5.4em;
  height: 1.95em;
}
.co_marks a.aao {
  width: 5.25em;
  height: 1.85em;
}
.co_marks a.aaoe {
  width: 9.45em;
  height: 1.9em;
}
.co_marks a.mds {
  width: 9.9em;
}
.co_marks a img,
.co_marks a svg {
  width: 100%;
  height: 100%;
  display: block;
  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;
}
/*back-to-top*/
#btt {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}
a#back-to-top {
  line-height: 1;
  font-size: 57px;
  color: #f4c93e;
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  -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: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: currentcolor;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -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;
  z-index: -1;
  opacity: 0;
}
a#back-to-top:hover:before {
  background: #f4c93e;
  box-shadow: 1px 0.0625em 0 currentcolor, -1px -0.0625em 0 currentcolor;
  -webkit-transform: translateY(0) rotateX(-180deg);
  -moz-transform: translateY(0) rotateX(-180deg);
  -ms-transform: translateY(0) rotateX(-180deg);
  -o-transform: translateY(0) rotateX(-180deg);
  transform: translateY(0) rotateX(-180deg);
  opacity: 1;
}
a#back-to-top:hover .icon {
  color: #fff;
  animation-name: pulse_custom;
}
a#back-to-top:hover .icon:before {
  -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);
}
a#back-to-top .icon {
  color: currentColor;
  z-index: 420;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  position: relative;
  z-index: 400;
}
a#back-to-top .icon:before {
  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;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr */
hr {
  height: 1px;
  margin: 1.85em auto;
  padding: 0;
  clear: both;
  background: #d4d4d4;
}
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.85em 0;
  background: #d4d4d4;
  /* change to match div.hr color please */
  display: block;
}
/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 16px;
  float: left;
  background: #f88033;
}
/* Form Buttons */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f88033;
  border: 1px solid #f88033;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
form button:hover {
  color: #f88033;
  border-color: #f88033;
  background-color: transparent;
}
form p {
  height: auto;
}
.img-left,
.img-right {
  max-width: 45%;
}
/* 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: #f88033;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  margin: 0px;
  text-align: left;
  text-transform: none;
  caret-color: #f88033;
}
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%;*/
  caret-color: #f88033;
}
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: #f88033;
  /*padding-bottom:1em;
	margin-bottom:3em;
	border-bottom:1px solid @tri-grey;*/
}
p#procedures-nav a {
  color: #f88033;
  -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: #bcd794;
}
/*********************************************************************/
/*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: 0.9em;
}
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 {
    /*F97*/
    font-size: 4.85em;
  }
  #callouts {
    padding: 0 0 4.15em;
  }
  #callouts a {
    margin: -2.9em 0 0;
  }
  .spotlight .spot_02 {
    font-size: inherit;
  }
  /*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 {
    /*F97*/
    font-size: 4.85em;
  }
  /* ===============================================
					header 
=============================================== */
  #contact-info .phone {
    width: auto;
    margin: 0 2em 0 0;
  }
  /* ===============================================
					slideshow 
=============================================== */
  /* ===============================================
					torso 
=============================================== */
  /*.torso{ position:relative;background:#fff;z-index:420; }*/
  /* ===============================================
					callouts 
=============================================== */
  #callouts {
    font-size: inherit;
    padding: 0 0 4.15em;
  }
  #callouts a {
    margin: -2.9em 0 0;
  }
  /* ===============================================
					ip-sub 
=============================================== */
  /* ===============================================
				content / sidebar 
=============================================== */
  #bd {
    padding: 5.3em 0 1.5em;
  }
  #bd .container {
    max-width: 50em;
  }
  #content {
    float: left;
    width: 69%;
    max-width: 34.3em;
  }
  #content p {
    text-align: justify;
  }
  #sidebar {
    display: block;
    float: right;
    clear: right;
    width: 30%;
    margin: 0 0 1em;
  }
  .home #bd {
    padding: 6.275em 0;
  }
  .home #bd .container {
    padding: 3.1em 16% 2.5em;
  }
  .home #bd .container:before {
    top: 1em;
    right: 1em;
    bottom: 1em;
    left: 1em;
  }
  .home #bd #content:before {
    top: 1em;
    right: 1em;
    bottom: 1em;
    left: 1em;
  }
  .home #bd #content p {
    text-align: left;
  }
  /* blanket content width 100% and sidebar hide */
  .home #content,
  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 {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  .home #sidebar,
  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 {
    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,
  .periodontal-treatments,
  .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,
  .periodontal-treatments #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,
  .periodontal-treatments #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,
  .periodontal-treatments #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;
  }
  /* 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;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .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 {
    max-width: 44%;
    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;
  }
  body[class*="in-ovation"] .img-right {
    max-width: 40%;
  }
  /* ===============================================
					sitemap 
=============================================== */
  body.sitemap .width1 {
    width: 50%;
    /*default 50%*/
  }
  body.sitemap .width1:not(.first) {
    width: auto;
    float: right;
    max-width: 50%;
  }
  /* ===============================================
			spotlight 
=============================================== */
  .spotlight .spot_01 {
    height: 40em;
    padding: 7em 0 0;
  }
  .spotlight .spot_01 h2.topic {
    -webkit-transform: translateX(7.2em);
    -moz-transform: translateX(7.2em);
    -ms-transform: translateX(7.2em);
    -o-transform: translateX(7.2em);
    transform: translateX(7.2em);
  }
  .spotlight .spot_01 .links {
    display: inline-block;
    margin: 0 -31em 0 0;
  }
  .spotlight .spot_01 .decoration {
    width: 59em;
    max-width: none;
    height: 40em;
    position: absolute;
    top: 0;
    right: 50%;
  }
  .spotlight .spot_02 {
    font-size: 1.5vw;
    padding: 5.1em 0 4.8em;
  }
  .spotlight .spot_02 h2.topic {
    margin: 0 auto 1.05em;
  }
  .spotlight .spot_02 .tshow {
    width: 60em;
    margin: 0 auto;
    padding: 0 0 2em;
    display: block;
    position: relative;
    left: auto;
  }
  .spotlight .spot_02 .tshow > a {
    background: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 1;
  }
  .spotlight .spot_02 .tshow > a.slide1 {
    position: absolute;
    left: 10%;
    bottom: 0;
  }
  .spotlight .spot_02 .tshow > a.slide2 {
    z-index: 420;
  }
  .spotlight .spot_02 .tshow > a.slide3 {
    position: absolute;
    right: 10%;
    bottom: 0;
  }
  /* ===============================================
					footer 
=============================================== */
  /*location*/
  /*links*/
  #links {
    line-height: 64px;
  }
  #links .util {
    width: auto;
    margin: 0;
    float: left;
  }
  /* co-marks */
  .co_marks {
    font-size: 15px;
  }
  /*back to top*/
  #btt {
    width: auto;
    float: right;
    clear: right;
  }
  /*END*/
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /*body*/
  body {
    font-size: 20px;
  }
  /*hfam*/
  /* vertex */
  #vertex {
    width: 100%;
    padding: 0;
  }
  /*HD*/
  #hd {
    padding: 0;
    z-index: 3000;
    overflow: visible;
  }
  #logo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 48px;
    left: 0;
  }
  #contact-info {
    padding: 0;
  }
  #contact-info .phone {
    float: left;
  }
  #contact-info .addy {
    float: right;
  }
  .social-media {
    width: 48px;
    margin: 0;
    padding: 0;
    background: none;
    position: fixed;
    right: 10px;
    top: 250px;
  }
  .social-media a {
    margin: 0 0 3px 0;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  /*
.deskBurger{
	
#main-nav{ width:330px;right:50%;margin-right:-33.3em;
	.collapsible{
		.trigger{ .show;box-shadow:none; }
	}
}

nav.horizontal ul li{ .wall;.nofloat; }
nav .collapsible ul { display:none }
nav .open>ul { display:block }
	
}
*/
  #main-nav {
    width: 100%;
    height: 76px;
    margin: 22px 0 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: 76px;
    width: auto;
    float: right;
    padding: 0;
    margin: 0 -7px 0 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 8px 0 0;
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.treatments ul {
    width: 440px;
  }
  #main-nav ul li.treatments ul li {
    width: 184px;
    display: inline-block;
    vertical-align: top;
  }
  #main-nav ul li.treatments ul li:nth-of-type(even) {
    margin-left: 1em;
  }
  #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: 55px;
    text-align: center;
    color: #00496f;
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 0 9px;
    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 a[id]:before {
    content: '';
    width: 0;
    height: 35px;
    margin: 0 auto;
    background: #cee6ab;
    position: absolute;
    right: 0;
    left: 0;
    top: 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: -1;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #00496f;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    width: 100%;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 26px 24px 34px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 32px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 32px;
    text-align: left;
    white-space: nowrap;
    height: 32px;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }
  #main-nav ul ul li a:before {
    width: 100%;
  }
  /* 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 {
    left: 0;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0;
    margin: 0;
  }
  /* ==================================================================
	slideshow
=================================================================== */
  #slideshow {
    width: 100%;
    margin-top: 0;
    /*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*/
  /* ==================================================================
	bd || content || sidebar
=================================================================== */
  .home #bd .container {
    padding: 3.1em 7.5em 2.5em;
  }
  /* ==================================================================
ip-sub 
=================================================================== */
  #ip-sub {
    padding-top: 21.4em;
  }
  #ip-sub p {
    margin: 0;
  }
  #ip-sub a {
    margin: 0;
  }
  #ip-sub .divider {
    display: inline-block;
    margin: 0 0.3em;
  }
  /* spotlight */
  .spotlight .spot_01 {
    /* padding:7em 0 0; */
  }
  .spotlight .spot_02 {
    padding: 5.1em 0 4.8em;
  }
  .spotlight .spot_02 h2.topic {
    margin: 0 auto 1.05em;
  }
  /* ft */
  /* locations */
  /*links*/
  #links {
    line-height: 64px;
  }
  #links .util {
    width: auto;
    margin: 0;
    float: left;
  }
  /* co-marks */
  .co_marks {
    padding: 0;
  }
  /*back-to-top*/
  #btt {
    width: auto;
    float: right;
    clear: right;
  }
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  #vertex {
    background: none;
    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:before,
  #vertex:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #vertex:before {
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100% #ffffff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    opacity: 0.45;
    -webkit-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0s;
    -moz-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0s;
    -o-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0s;
    -ms-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0s;
    transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0s;
  }
  #vertex:after {
    background: #fff;
    opacity: 0.85;
    -webkit-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0.25s;
    -moz-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0.25s;
    -o-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0.25s;
    -ms-transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0.25s;
    transition: all 0.35s cubic-bezier(0.09, 0.11, 0.99, 0.13) 0.25s;
  }
  #vertex.ready:before,
  #vertex.ready:after {
    height: 0;
    opacity: 0;
    transition: height 0.35s ease-in-out 0.2s, opacity 0.2s linear 0s;
  }
  .ready #logo svg path {
    fill: #fff;
  }
  .ready #main-nav ul li a[id] {
    color: #fff;
  }
  .ready #main-nav ul li.open > a[id],
  .ready #main-nav ul li.active > a[id],
  .ready #main-nav ul li:hover > a[id] {
    color: #00496f;
  }
  #hd {
    background: #fff;
  }
  #bd {
    min-height: 32em;
  }
  .home #bd {
    min-height: 0;
  }
  #sidebar {
    width: 100%;
    margin: 0 0 0 230px;
    position: absolute;
    left: 50%;
  }
  .spotlight .spot_01 {
    padding: 7em 0 0;
  }
  /* FT */
  #ft {
    /* height:25em; */
  }
  /* location */
  #location {
    background: none;
  }
  #location .info {
    width: auto;
    display: inline-block;
    margin-right: -45em;
        padding: 20px;
    background: rgba(98, 202, 200, 0.9);

  }
  #location .addy .pointer {
    display: block;
  }
  /*links*/
  #links {
    line-height: 64px;
    height: 100px;
    padding: 18px 0 0;
  }
  #links .util {
    width: auto;
    margin: 0;
    float: left;
  }
  /* co-marks */
  .co_marks {
    font-size: 20px;
    width: auto;
    margin: 0 100px 0 0;
    float: right;
  }
  .co_marks a {
    margin: 0 1em 0 0;
  }
  /*back to top*/
  #btt {
    width: auto;
    margin: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(5em);
    -moz-transform: translateY(5em);
    -ms-transform: translateY(5em);
    -o-transform: translateY(5em);
    transform: translateY(5em);
    -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;
  }
  #btt.worthUsing {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -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;
  }
  /*END*/
}
/* ===============================================
Desktop Only Large Screen Only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  /*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;
}
/* omni */
@keyframes omni-1 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes omni-2 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
  50%,
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
.omni-1 {
  animation: omni-1 0.5s forwards;
}
.omni-2 {
  animation: omni-2 0.5s forwards;
}
