@import url('https://fonts.googleapis.com/css?family=Cormorant+SC|Josefin+Sans:300,400,400i,600,700,700i|Merriweather&display=swap');
/* ===============================================
  
  shirvani-leyli
  
  Sesame Communications - (c) 2019
  Written by: Vita Stillion
  All rights reserved.
  Any reproduction or intentional misuse is strictly prohibited
  
=============================================== */
/* ===============================================
          Colors 
=============================================== */
/* Body Text */
/* a-links - gray */
/*div hr*/
/* ===============================================
          Fonts 
=============================================== */
.font-c {
  font-family: 'Cormorant SC', serif;
}
.font-j {
  font-family: 'Josefin Sans', sans-serif;
}
.font-m {
  font-family: 'Merriweather', 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;
}
.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;
}
.trans2 {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
}
.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: #333333;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #363636), color-stop(100% #303030));
  background-image: -webkit-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -moz-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -ms-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -o-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: linear-gradient(left, #363636 0%, #303030 100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fa,
.fas,
.fab,
.fal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
body,
input,
select,
textarea,
form button {
  font-family: 'Josefin Sans', sans-serif;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
li {
  line-height: inherit;
}
img {
  height: auto;
}
/* Body */
body {
  font-size: 18px;
  line-height: 1.6em;
  font-family: 'Josefin Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #ffffff;
  color: #333333;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  text-decoration: none;
}
#content 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;
  color: #6d6e6e;
  text-decoration: underline;
}
#content a:hover {
  color: #a0a1a1;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
  font-weight: 400;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #898989;
}
h1 {
  font-family: 'Cormorant SC', serif;
  text-transform: capitalize;
  font-size: 2em;
  color: #3b3a3a;
  line-height: 0.8;
}
.home h1 span {
  font-weight: 300;
  letter-spacing: 0.2em;
  font-family: 'Josefin Sans', sans-serif;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.443em;
}
h2 {
  font-family: 'Merriweather', serif;
  text-transform: none;
  font-size: 1.200em;
  color: #141414;
}
h3 {
  font-size: 1.100em;
  color: #3b3c3c;
}
h4 {
  font-size: 1em;
}
h5,
h6 {
  font-size: 0.9em;
}
hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
#sidebar {
  text-align: center;
  margin: 0 auto 1em;
}
.static {
  margin: 0 0 20px 0;
  display: none;
  width: 100%;
  max-width: 327px;
  border: solid 1px #ffffff;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  display: block;
  width: 100%;
  float: none;
  margin: 0 auto 25px;
  max-width: 600px;
  border: solid 4px #ffffff;
}
.staff {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0 auto 1em;
}
.patient-forms ul.forms li 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;
}
/*.img-right { max-width: 100%; }*/
/* List Styling */
ul li {
  list-style: disc;
}
li {
  margin-left: 20px;
  line-height: inherit;
}
.office-tour li,
.invisalign-before-after li,
.before-and-after li {
  margin: 0;
}
#content ul {
  margin: 0 0 1.8em 25px;
}
.sitemap #content ul li {
  margin-left: 0;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* Sitemap */
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-size: 1.125em;
  color: #252525;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #6d6e6e;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #333333;
}
body.sitemap #content ul li.damon {
  display:none;
}
#sticky {
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 46px;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  /* Header Info */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 90%;
  max-width: 511px;
  margin: 0 auto 1em;
  text-decoration: none;
}
#hd .logo 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;
  width: 100%;
  display: inline-block;
}
#hd .info {
  line-height: 1.5;
}
#hd .info .city {
  font-family: 'Cormorant SC', serif;
  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;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}
#hd .info .phone {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: 'Cormorant SC', serif;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}
#hd .info a:hover {
  color: #bababa;
}
/* Logins */
#utility-nav {
  text-align: center;
  display: block;
  margin-top: 1em;
}
#utility-nav ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  line-height: 1em;
}
#utility-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  border: solid 1px #ffffff;
}
#utility-nav ul li.patient-login {
  width: 124px;
  height: 25px;
  line-height: 25px;
}
#utility-nav ul li a {
  letter-spacing: 0.14em;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-size: 0.600em;
  padding: 0;
  font-size: 0.550em;
}
#utility-nav ul li.active a[id],
#utility-nav ul li:hover a[id] {
  color: #333333;
  background: #ecebe9;
}
/* social-media || aka social-icons */
.social-media img,
.social-media .ib {
  vertical-align: top;
}
/*global override*/
.social-media {
  text-align: center;
  height: auto;
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  background: rgba(236, 235, 233, 0.9);
}
.social-media .ib {
  display: inline-block;
}
.social-media a {
  color: #3a3a3a;
  line-height: 30px;
  font-size: 18px;
  margin: 0 4px;
  position: relative;
  display: block;
  float: left;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 45px;
}
.social-media a .fab {
  vertical-align: middle;
}
.social-media a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  height: 46px;
  width: 100%;
  clear: both;
  position: absolute;
  top: 0;
  z-index: 600;
  background: rgba(236, 235, 233, 0.9);
}
#main-nav .container {
  height: 100%;
  max-width: none;
  width: 100%!important;
  padding: 0;
}
#main-nav .trigger {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #2e2e2e;
  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: 3px;
  margin: 0 auto;
  background: #2e2e2e;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon {
  width: 16px;
  height: 10px;
  margin-right: 0.4em;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .nav_icon span:nth-child(2),
#main-nav .trigger .nav_icon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .nav_icon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover:before {
  width: 70px;
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger:before {
  width: 70px;
}
#main-nav .open .trigger .nav_icon span {
  /*background:@color1;*/
}
#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: #333333;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 13px;
  color: #fff;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  width: 100%;
  color: #332924;
  background: #ece5e4;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(38, 38, 38, 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;
  /*default 40*/
  color: #fff;
  width: 100%;
  height: 40px;
  /*default 40*/
  margin: 0;
  background: none;
  border: none;
  position: relative;
  display: inline-block;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  color: #332924;
  background: #ece5e4;
  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 ul {
  padding:0;
  background-color: #444;
}
#main-nav .open ul .open ul li {
  height: 40px;
  opacity: 1;
  overflow:visible
}
#main-nav .open ul .open ul li.full-mouth-reconstruction, #main-nav .open ul .open ul li.invisalign  {
  height: auto
}

#subnav-outer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 2em 1em;
  background: #e5e5e5 url(../images/pattern.jpg) repeat;
  margin-bottom: 3em;
}
#subnav-outer h2 {
  text-align: center;
  font-family: 'Cormorant SC', serif;
  color: #252525;
  font-size: 2.050em;
  margin-bottom: 0.2em;
}
#subnav-outer p {
  margin: 0;
}
#subnav-outer a {
  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;
  color: #252525;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1em;
  margin: 0.2em 0.8em;
  white-space: nowrap;
  font-size: 0.650em;
}
#subnav-outer a span {
  position: relative;
}
#subnav-outer a span:before {
  -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: '';
  background: #252525;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #252525;
  text-decoration: none;
}
#subnav-outer a.active span:before,
#subnav-outer a:hover span:before {
  width: 100%;
}
/* Slideshow */
#slideshow {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow .welcomeVid {
  width: 100%;
  vertical-align: top;
}
#slideshow #overlay {
  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%);
  width: 100%;
  left: 0;
  z-index: 401;
  color: #ffffff;
  font-size: 3vw;
  line-height: 1;
}
#slideshow #overlay .top {
  display: block;
  font-family: 'Cormorant SC', serif;
  font-size: 2.5em;
  text-transform: capitalize;
}
#slideshow #overlay .bottom {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
#torso {
  position: relative;
  background: #ffffff;
  z-index: 400;
}
.sub-decor {
  border-bottom: solid 2px #ffffff;
}
/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #e5e5e5 url(../images/pattern.jpg) repeat;
  padding: 2em 0;
  border-top: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  font-size: 4vw;
}
#callouts 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;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin: 1em auto;
  vertical-align: top;
  padding-left: 2em;
}
#callouts a svg {
  display: inline-block;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  -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;
  height: 3.9em;
  width: 4.5em;
}
#callouts a .topic {
  display: inline-block;
  font-family: 'Cormorant SC', serif;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  color: #3a3a3a;
  font-size: 1.5em;
  line-height: 2.633;
  vertical-align: top;
}
#callouts a:hover svg {
  -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);
  fill: #6d6e6e;
}
#callouts a:hover .topic {
  color: #6d6e6e;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}
/* Content */
#content {
  position: relative;
  padding: 2em 0;
}
#content .container {
  width: 90%!important;
}
.home #content {
  background: url(../images/bg-content.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
}
.home #content .container {
  width: 100%!important;
}
.home #content h1,
.home #content h2,
.home #content h3,
.home #content h4,
.home #content h5,
.home #content h6,
.home #content a {
  color: #ffffff;
}
.home #content a:hover {
  color: #606161;
}
.home #content .content-text {
  background: rgba(32, 32, 32, 0.9);
  padding: 3em 1em;
  color: #ffffff;
  font-size: 0.950em;
  line-height: 1.632;
}
.office_tour {
  display: block;
  position: relative;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  /* adjust max-width the actual dimensions of the slides */
  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: 50px;
  color: #333333;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.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;
}
.spotlight {
  text-align: center;
  width: 100%;
  padding: 5em 0;
  position: relative;
  font-size: 2vw;
}
.spotlight a {
  display: inline-block;
  width: 32.05em;
  margin: 0.5em;
}
.spotlight a .spot {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.spotlight a .spot img {
  display: block;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  width: 100%;
}
.spotlight a .topic {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-family: 'Cormorant SC', serif;
  display: block;
  background: url(../images/pattern-dark.jpg) repeat center center;
  background-size: 481px 94px;
  font-size: 2.250em;
  color: #ffffff;
  height: 2.09em;
  line-height: 2.09;
  -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 a:hover .spot img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.spotlight a:hover .topic {
  background-size: 150% 150%;
}
/* Footer */
#ft {
  background: #ffffff;
  text-align: center;
}
#ft .map {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}
#ft .map img {
  width: 100%;
  max-width: none;
}
#ft .ft-info {
  background: #ecebe9;
  padding: 2em 0;
}
#ft .ft-info .ft-address {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  color: #3e3d3d;
  font-size: 0.850em;
  font-size: 17px;
  line-height: 1.118em;
}
#ft .ft-info .phone {
  font-family: 'Cormorant SC', serif;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  color: #3e3d3d;
  font-size: 1.800em;
  font-size: 36px;
  line-height: 2;
}
#ft .ft-info .btn {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-family: 'Cormorant SC', serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
  font-size: 18px;
  color: #252525;
  border: solid 1px #252525;
  width: 232px;
  height: 36px;
  line-height: 34px;
  margin-top: 2.5em;
}
#ft .ft-info .btn:hover {
  background: #6d6e6e;
  border-color: #6d6e6e;
  color: #ffffff;
}
#ft .ft-info a:hover {
  color: #6d6e6e;
}
#ft .decor {
  width: 100%;
  max-width: none;
  margin-top: 10px;
}
.ft-design-credit {
  background: #ffffff;
  clear: both;
  width: 100%;
  color: #353534;
  text-align: center;
  position: relative;
  padding: 1em 0;
}
.ft-design-credit .util {
  text-transform: uppercase;
  font-size: 0.550em;
}
.ft-design-credit 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;
  color: #353534;
  float: none;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
}
.ft-design-credit a:hover {
  color: #6d6e6e;
}
.ft-design-credit .sesame-link .sesame-icon {
  width: 16px;
  height: 14px;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: -3px;
}
.ft-design-credit .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;
}
.ft-design-credit .sesame-link .sesame-icon path.top {
  fill: #D6E03D;
}
.ft-design-credit .sesame-link .sesame-icon path.bottom {
  fill: #00a5e3;
}
.ft-design-credit .sesame-link:hover .sesame-icon path {
  fill: currentColor;
}
.ft-design-credit .back-to-top {
  font-family: 'Cormorant SC', serif;
  -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: inline-block;
  text-decoration: none;
  float: none;
  color: #000000;
  margin: 1em auto;
  text-transform: capitalize;
  font-size: 1.100em;
}
.ft-design-credit .back-to-top:hover {
  color: #6d6e6e;
  letter-spacing: 0.1em;
}
/* Form Buttons */
form button, #content a.appt {
  background: #6d6e6e;
  border: 1px solid #6d6e6e;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration:none;
}
form button:hover, #content a.appt:hover {
  color: #ffffff;
  border-color: #545454;
  background: #545454;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #6d6e6e;
}
/* 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: #252525;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #252525;
  color: #6d6e6e;
  margin: 10px 0 0;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #cccccc;
  color: #6d6e6e;
  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: #ffffff;
}
form#blog_search button {
  -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;
  background: #6d6e6e;
  color: #ffffff;
  font-size: 12px!important;
  text-transform: uppercase;
  padding: 5px 12px!important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 5px auto 0;
  border: none;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #000000;
}
/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.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%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333333;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333333;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #333333;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #333333;
}
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #333333;
}
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #333333;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #333333;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#pro-pack #invisalign-footer {
  margin-left: auto;
  margin-right: auto;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
  text-align: center;
  margin: 1em auto;
}
/* Office Tour */
ul.slideshow {
  margin: 0 auto !important;
}
form p {
  height: auto;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  height: 34px;
}
/* hidden field styles */
.hidden-option {
  display: none;
}
p.office-hours {
  margin-bottom: 0;
}
.location-page,
table.office-hours {
  margin-bottom: 1.8em;
}
/*office-location*/
.map-directions .embed-container,
.union-square-dental-studio .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%*/
}
/*office tour, before-after slideshow styles*/
.slideshow-text {
  background: #6d6e6e;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #6d6e6e;
  margin: 0 auto;
}
.invisalign-before-after.slideshow .slideshow-nav a,
.office-tour.slideshow .slideshow-nav a,
.before-and-after.slideshow .slideshow-nav a {
  padding: 5px 5px;
}
.invisalign-before-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.invisalign-before-after.slideshow .slideshow-nav a.next,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
  padding: 5px 15px;
}
.invisalign-before-after.slideshow .slideshow-nav a:hover,
.office-tour.slideshow .slideshow-nav a:hover,
.before-and-after.slideshow .slideshow-nav a:hover {
  color: #666;
}
.invisalign-before-after .slideshow-nav-paginated li.slideshow-active-page a,
.office-tour .slideshow-nav-paginated li.slideshow-active-page a,
.before-and-after .slideshow-nav-paginated li.slideshow-active-page a {
  color: #666;
}
.office-tour.slideshow .slideshow-nav,
.before-and-after.slideshow .slideshow-nav {
  background: #6d6e6e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}
#content .slideshow-nav a {
  color: #fff;
  text-decoration: none;
}
#content .slideshow-nav a:hover,
#content .slideshow-nav li.slideshow-active-page a {
  text-decoration: none;
  color: #333;
}
.office-tour.slideshow,
.before-and-after.slideshow {
  margin-bottom: 3em;
}
#content ul.slideshow {
  margin: 0 auto;
}
#before-after-container,
.slideshow.office-tour {
  margin: 0 auto 5% auto;
  max-width: 460px;
  padding: 0;
}
.before-and-after.slideshow img {
  display: inline-block;
}
.before-and-after.slideshow p,
.office-tour.slideshow p {
  line-height: 45px;
  display: block;
  text-align: center;
  padding: 1% 0;
  background: #fff;
  clear: both;
  min-height: 45px;
  margin: 0;
}
.before-and-after .cycle-detail {
  padding: 1.4em;
  background: #999;
}
.before-and-after .cycle-detail span {
  display: block;
}
.before-and-after.slideshow .slideshow-item img {
  margin: 0;
}
.office-tour.slideshow .slideshow-pagination,
.before-and-after.slideshow .slideshow-pagination {
  margin: 0;
}
.slideshow .slideshow-item .caption {
  line-height: 16px;
}
.slideshow-nav-paginated ol {
  padding: 0 4em;
}
.before-and-after .slideshow-nav-paginated ol {
  display: none;
}
.before-and-after.slideshow .slideshow-nav a {
  padding: 15px 5px;
}
.office-tour.slideshow .slideshow-nav a {
  padding: 10px 5px;
}
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
  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%);
}
.ie8 .office-tour.slideshow .slideshow-nav a.prev,
.ie8 .before-and-after.slideshow .slideshow-nav a.prev,
.ie8 .office-tour.slideshow .slideshow-nav a.next,
.ie8 .before-and-after.slideshow .slideshow-nav a.next {
  top: -3px;
}
/* ===============================================
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) {
  #callouts {
    font-size: 2vw;
  }
  #callouts a {
    display: inline-block;
    width: 48%;
    padding: 0;
    height: 3.95em;
  }
  .spotlight {
    font-size: 1.98vw;
    padding: 0.5em 0;
  }
}
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  body[class^='meet-dr-'] #hide-stock,
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  /* blanket content width 100% and sidebar hide*/
  body.home #sidebar,
  body.blog #sidebar {
    display: none;
  }
  body.home .content-text,
  body.blog .content-text {
    width: 80%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  body.home .content-text {
    width: 100%;
  }
  body.meet-our-team .content-text .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  #video-opalescence {
    float: right;
    margin: 0 0 1em 1em;
  }
  /*keeps videos from getting too hooj*/
  .embed-container {
    width: 60%;
    padding-bottom: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .embed-container.ratio16x9,
  .embed-container.docvid {
    padding-bottom: 30%;
  }
  /* Custom content */
  .before-and-after .slideshow-nav-paginated ol {
    display: block;
    padding: 0 3.5em;
  }
  .office_tour .controls > div[id^="prev"] {
    margin-left: -50px;
  }
  .office_tour .controls > div[id^="next"] {
    margin-right: -50px;
  }
  .staff {
    float: right;
    width: 100%;
    max-width: 250px;
    margin: 0 0 1em 1em;
  }
  body.before-and-after .content-text{ min-height:800px;}
  /*.success {
    width:62%;
    margin-top:13px;
  }
  
  table.office-hours { max-width:50%; }
  */
  /*------------ Style Edit Region ------------*/
  .content-text p {
    text-align: justify;
  }
  .home .content-text {
    max-width: 460px;
  }
  .home .content-text p {
    text-align: justify;
  }
  body[class^="meet-dr-"] #hide-stock,
  #hide-stock {
    margin: 0 0 0 -1em;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .info {
    display: inline-block;
  }
  #hd .info .city,
  #hd .info .phone {
    display: inline-block;
    margin: 0 10px;
    width: auto;
  }
  #utility-nav {
    display: inline-block;
    width: auto;
  }
  #callouts {
    font-size: 1.4vw;
    padding: 4.1em 0 3.7em;
  }
  #callouts a {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 0.25em;
    height: 3.95em;
  }
  .home #content {
    padding: 4em 0;
  }
  .home #content .content-text {
    padding: 3em 2em;
  }
  .spotlight {
    font-size: 1vw;
  }
  #ft {
    position: relative;
    border-top: solid 10px #ffffff;
  }
  #ft .ft-info {
    height: 47.1464vw;
    width: 290px;
    padding: 0;
    /*border-right:10px solid #fff;*/
    border-left: 10px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  #ft .ft-info .info {
    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;
    top: 48%;
  }
  #ft .decor {
    margin: 0;
  }
  .ft-design-credit {
    padding: 35px 0 28px;
  }
  .ft-design-credit .util {
    letter-spacing: 0.2em;
    float: left;
  }
  .ft-design-credit .util .divider {
    margin: 0 3px;
  }
  .ft-design-credit .back-to-top {
    float: right;
    margin: 0;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  body {
    font-size: 20px;
    line-height: 36px;
  }
  .static {
    display: inline-block;
  }
  #sidebar {
    width: 32.7%;
    float: right;
    display: inline;
    text-align: right;
    margin: 12px 0 0 0;
  }
  h1 {
    font-size: 3.050em;
  }
  .home h1 {
    margin-bottom: 37px;
  }
  #hd {
    text-align: right;
    display: block;
    padding: 4px 0 3px;
  }
  #hd .container {
    max-width: 2000px;
    padding: 0 1.5em;
  }
  #hd .logo {
    z-index: 40;
    display: inline-block;
    float: left;
    margin: 0;
  }
  #hd .info {
    margin: 29px 21px 0 auto;
  }
  #hd .info .city,
  #hd .info .phone {
    margin: 0;
  }
  #utility-nav {
    margin: 0;
  }
  #utility-nav ul {
    vertical-align: 3px;
  }
  .social-media {
    border: solid 1px #3a3a3a;
    width: 45px;
    position: fixed;
    top: 350px;
    right: 30px;
    padding: 4px 0;
    z-index: 3000;
  }
  .social-media a {
    display: block;
    margin: 0;
    float: none;
    line-height: 30px;
  }
  /* ==================================================================
  main-nav
=================================================================== */
  /*deskBurger*/
  #main-nav .collapsible .trigger {
    display: block;
    box-shadow: none;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
  #subnav-outer {
    background-size: auto;
    background: none;
    text-align: left;
    padding: 0!important;
    margin: 23px 0 0 80px;
  }
  #subnav-outer h2 {
    white-space: nowrap;
    text-align: left;
    margin-bottom: 0.55em;
  }
  #subnav-outer a {
    display: block;
    margin: 0;
    line-height: 1.4;
  }
  #subnav-outer a span {
    display: inline-block;
  }
  #subnav-outer a span:before {
    bottom: 0.25em;
  }
  #subnav-outer .divider {
    display: inline-block;
  }
  #subnav-outer p {
    line-height: 18px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #slideshow #overlay {
    font-size: inherit;
  }
  .home #content {
    background-size: auto;
    padding: 0;
  }
  .home #content .content-text {
    margin: 0;
    padding: 111px 30px 50px 30px;
  }
  .content-text {
    width: 60.5%;
    display: inline-block;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  body:not(.home) #content {
    padding: 85px 0;
  }
  body:not(.home) #content:before {
    -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: '';
    background: #e5e5e5 url(../images/pattern.jpg) repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 11em;
  }
  #ft {
    background: #ecebe9;
  }
  .ft-design-credit .back-to-top {
    margin-right: 125px;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  #sticky {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
  }
  /*un-deskburger*/
  #main-nav .collapsible .trigger {
    display: none;
  }
  nav.horizontal ul li {
    width: auto;
    float: none;
  }
  nav .collapsible ul {
    display: inline-block;
  }
  #main-nav {
    width: 100%;
    margin: 0;
    /*padding:0;*/
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    padding: 0;
    max-width: none;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 46px;
    width: auto;
    float: none;
    /*<def-nofloat*/
    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 26px 0 0;
    /*adjust margin for spacing*/
    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] {
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #2e2e2e;
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    content: '';
    width: 0;
    height: 3px;
    margin: 0 auto;
    background: #2e2e2e;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 11px;
    -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: #2e2e2e;
    text-decoration: none;
    background: 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: 20px 0;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 24px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    height: 24px;
    width: 100%;
    padding: 0 24px;
    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 {
    left: 0;
    /*top:37px;*/
    display: block;
  }

  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -22px;
    margin: 0;
  }
  
  #main-nav ul ul li.full-mouth-reconstruction:hover,  #main-nav ul ul li.invisalign:hover {
overflow:visible;}
#main-nav ul ul li.full-mouth-reconstruction ul {
left:254px;
top:-20px}
 #main-nav ul ul li.invisalign ul {
left:180px;
top:-20px}

  .home #main-nav {
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    background: none;
  }
  .home #main-nav.active {
    background: rgba(236, 235, 233, 0.9);
  }
  #hd {
    z-index: 3000;
  }
  #slideshow #overlay {
    left: 50%;
    width: 600px;
    margin-left: -640px;
  }
  #callouts {
    font-size: 1.2vw;
  }
  #callouts a {
    margin: 0 1em;
  }
  .home #content .container {
    max-width: 1200px;
  }
  .spotlight a {
    max-width: 24%;
    margin: 0.2em;
  }
  #ft {
    height: 580px;
  }
  #ft .map {
    width: auto;
    height: 570px;
    margin-right: -126px;
    padding: 0;
    border-right: 10px solid #fff;
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
  }
  #ft .map img {
    width: 1209px;
    height: 570px;
    float: right;
    border-left: 10px solid #fff;
  }
  #ft .ft-info {
    height: 570px;
    border-left: none;
    border-right: 10px solid #fff;
    margin-right: -416px;
    right: 50%;
    z-index: 420;
  }
  #ft .ft-info .ft-address {
    position: relative;
  }
  #ft .ft-info .ft-address:before {
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    content: '';
    background: url(../images/footer/marker.png) no-repeat center center;
    background-size: cover;
    width: 123px;
    height: 103px;
    display: block;
    position: absolute;
    left: -656px;
    top: -56px;
    -webkit-transform-origin: 28% 100%;
    -moz-transform-origin: 28% 100%;
    -ms-transform-origin: 28% 100%;
    -o-transform-origin: 28% 100%;
    transform-origin: 28% 100%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  #ft .ft-info .ft-address:hover:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #ft .decor {
    width: 1027px;
    height: 570px;
    /* margin-left: 220px; */
    position: absolute;
    top: 0;
    left: 65%;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 100em (1600px) and up
=============================================== */
@media only screen and (min-width: 100em) {
  #callouts {
    font-size: inherit;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  .sub-decor {
    width: 100%;
    max-width: none;
  }
  .home #content {
    background-size: 100% auto;
  }
}
/*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;
  }
}
