@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900|Libre+Baskerville:400,400i|Oswald&display=swap");
/* ===============================================
	
	penn-oralsurgery
	
	Sesame Communications - (c) 2019
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */

/* ===============================================
					Mixins 
=============================================== */

.inline-block,
.ib {
  display: inline-block;
}
:root{
  interpolate-size:allow-keywords;
}
/* ===============================================
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: "Lato", sans-serif;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
img {
  height: auto;
}
/* Body */
body {
  font-size: 18px;
  line-height: 1.6em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #ffffff;
  color: #131420;
  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 {
  font-weight: 700;
  -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: #841f32;
  text-decoration: underline;
}
#content a:hover {
  color: #40a5d7;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #841f32;
}
h2,
h3,
h4,
h5,
h6 {
  font-style: italic;
}
h1 {
  text-transform: uppercase;
  font-size: 1.6em;
  color: #131420;
}
.home h1 {
  border-bottom: solid 2px #8da4bf;
  padding-bottom: 0.83em;
  margin-bottom: 0.6em;
  line-height: 1.25;
}
.home h1 span {
  display: block;
}
.home h1 .top {
  text-transform: none;
  display: block;
  font-style: italic;
  color: #841f32;
  line-height: 1.3;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.15em;
}
h5,
h6 {
  font-size: 1em;
}
hr {
  color: #8da4bf;
  background-color: #8da4bf;
  border: none;
  height: 2px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
#sidebar {
  text-align: center;
  margin: 0 auto 1em;
}
.static {
  border-radius: 50%;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
.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 {
  float: right;
  width: 45%;
  max-width: 180px;
  margin: 0 0 1em 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-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 1.6em;
  color: #841f32;
  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 {
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  font-size: 1em;
  color: #841f32;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #40a5d7;
}
#sticky {
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 48px;
  background: #ffffff;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 1em 0 0;
  position: relative;
  z-index: 2800;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 225px;
  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;
}
/* 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;
  vertical-align: bottom;
  padding: 0;
  margin: 0.2em 0 3em;
  position: relative;
  font-size: 4.5vw;
}
.social-media .ib {
  display: inline-block;
}
.social-media a {
  border-radius: 50%;
  background: #782c39;
  color: #ffffff;
  line-height: 2.833;
  font-size: 0.9em;
  /* 18px */
  height: 2.833em;
  width: 2.833em;
  margin: 0 2px;
  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;
}
.social-media a:hover {
  background: rgba(64, 165, 215, 0.8);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 1;
}
#hd-info {
  text-align: center;
  background: #324b68;
  color: #5eb3dd;
  font-size: 0.65em;
  line-height: 1.5;
  padding: 1.5em 1em;
}
#hd-info a {
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  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;
  color: #ffffff;
  font-size: 12px;
  margin: 0 0.5em;
}
#hd-info a:hover {
  color: #94cde9;
}
/* Main Nav */
#main-nav {
  text-align: center;
  z-index: 3000;
  clear: both;
  height: auto;
  color: #131420;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#util-nav {
  text-align: center;
  z-index: 2800;
  clear: both;
  height: auto;
  color: #131420;
  background: none;
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
}
#main-nav .container,
#util-nav .container {
  width: 100% !important;
}
#main-nav a,
#util-nav a {
  text-transform: uppercase;
  margin: 0;
  color: #131420;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
  font-size: 0.85em;
}

#main-nav .trigger,
#util-nav .trigger {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0px;
  padding: 10px 0;
  position: relative;
  display: inline-block;
  font-size: 1em;
  height: 48px;
}
#main-nav .trigger:before,
#util-nav .trigger: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: #841f32;
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#main-nav .trigger:hover,
#util-nav .trigger:hover {
  color: #841f32;
}
#main-nav .trigger:hover:before,
#util-nav .trigger:hover:before {
  left: 0;
  width: 100%;
}
#main-nav .open .trigger,
#util-nav .open .trigger {
  color: #841f32;
}
#main-nav .open .trigger:before,
#util-nav .open .trigger:before {
  left: 0;
  width: 100%;
}
#main-nav ul,
#util-nav ul {
  background: #5a212b;
  padding: 13px 0;
  /*li ul li.active a,*/
}
#main-nav ul li a[id],
#util-nav ul li a[id] {
  color: #ffffff;
  padding: 0 5px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id],
#util-nav ul li.active > a[id],
#util-nav ul li:hover > a[id] {
  color: #40a5d7;
}
#main-nav ul ul,
#util-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: rgba(120, 44, 57, 0.89);
}

#main-nav ul ul li.meet-sean-m-wild-ceo,
#main-nav ul ul li[class^="meet-dr-"] {
  display: none;
}
#main-nav ul ul li a,
#util-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  text-align: center;
  border-bottom: none;
  padding: 0 5px;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active,
#utl-nav ul li.active ul li a:hover,
#util-nav ul ul li a:hover,
#util-nav ul ul li a.active {
  background: #324b68;
  color: #ffffff;
}
#main-nav li.active li a,
#util-nav li.active li a {
  background: none;
}
/* Subnav */
#subnav-outer {
  padding: 5em 0 3em;
  background: #e5edfa url(../images/bg-subnav.jpg) no-repeat center bottom;
  background-size: cover;
  text-align: center;
  position: relative;
}
#subnav-outer: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: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  font-family: "Libre Baskerville", serif;
  color: #131420;
  width: 100%;
  margin: 0 auto;
  font-size: 0.7em;
  line-height: 22px;
  position: relative;
}
#subnav-outer 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: #131420;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1em;
  margin: 0.2em 0.8em;
  white-space: nowrap;
}
#subnav-outer a: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: #131420;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #131420;
  text-decoration: none;
}
#subnav-outer a.active:before,
#subnav-outer a:hover:before {
  width: 100%;
  left: 0;
}

/* Subnav */
#subnav-outer2 {
  position: relative;
  padding: 2em 0;
  background: #334b67;
  text-align: center;
  margin-bottom: 2em;
}
#subnav-outer2 h2 {
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
  font-size: 1.95em;
}
#subnav-outer2 p {
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  font-size: 0.75em;
  line-height: 22px;
}
#subnav-outer2 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: #ffffff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1em;
  margin: 0.2em 0.8em;
  white-space: nowrap;
}
#subnav-outer2 a span {
  position: relative;
}
#subnav-outer2 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: #ffffff;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#subnav-outer2 a.active,
#subnav-outer2 a:hover {
  color: #ffffff;
  text-decoration: none;
}
#subnav-outer2 a.active span:before,
#subnav-outer2 a:hover span:before {
  width: 100%;
}

#slide-wrapp {
  position: relative;
}
/* locations button */
.btn-locations {
  vertical-align: top;
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  font-family: "Libre Baskerville", serif;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 0.65em;
  background: #841f32;
  height: 2.846em;
  line-height: 2.846;
  width: 12.308em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2500;
}
.btn-locations .icon {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-right: 0.5em;
  color: #c56f7f;
}
.btn-locations:hover {
  color: #ffffff;
  background: rgba(64, 165, 215, 0.8);
}
.btn-locations:hover .icon {
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* Slideshow */
#slideshow {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 40 0;
}
#slideshow .welcomeVid {
  width: 100%;
  vertical-align: top;
}
#slideshow #overlay {
  position: absolute;
  top: 60%;
  -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;
  font-size: 2vw;
}
#slideshow #overlay 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: 29.25em;
}
/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 2em 0;
  font-size: 4vw;
}
#callouts a {
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
  border-radius: 50%;
  display: inline-block;
  width: 9.1em;
  height: 9.1em;
  margin: 0.5em;
  vertical-align: top;
  color: #ffffff;
  background-color: #782c39;
  background-image: url(../images/callouts/watermark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 400;
}
#callouts a .topic {
  -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;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  font-size: 1.219em;
  line-height: 1.066em;
  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;
  position: relative;
  z-index: 1;
}
#callouts a.middle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#callouts a:before {
  border-radius: 50%;
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  content: "";
  background: rgba(64, 165, 215, 0.2);
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#callouts a:hover {
  background-color: #40a5d7;
}
#callouts a:hover:before {
  opacity: 1;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
  left: -0.5em;
}
/* Content */
#content {
  position: relative;
  padding: 2em 0;
}
#content .container {
  width: 90% !important;
}
body:not(.home) #content .hp-decor {
  display: none;
}
.home #content {
  padding: 0 0 2em;
}
.home #content .hp-decor {
  -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;
  border-radius: 50%;
  width: 60vw;
  max-width: 45.05em;
  margin: 0 auto 1.5em;
}
.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: #131420;
  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;
}
/* Logos */
#logos {
  text-align: center;
  padding: 45px 0;
  background: #ffffff;
}
#logos 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;
  display: inline-block;
  margin: 2%;
  width: 40%;
}
#logos a:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}
.services-spotlight {
  text-align: center;
  padding: 2em 0;
  background: #ffffff;
  font-size:min(1.95vw, 1em);
}
@media only screen and (min-width: 768px) { 
  .services-spotlight {
    font-size:min(1.4vw, 1em);
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    
  }
}
@media only screen and (min-width: 768px) { 
  .services-spotlight { 
    padding-inline:calc(50vw - 777px);
  }
}

/* @media only screen and (max-width: 767px) {  }*/


.services-spotlight a { 
  color: #ffffff;
  display: inline-block;
  width: 23.5em;
  max-width:470px;
  margin: 0.7em;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {  
  .services-spotlight a {
    width:calc(33% - 1.4em);
  }
} 
.services-spotlight img {
  width: 100%;
}
.services-spotlight .wrapp {
  -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;
  padding-top:1.8em;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1.8em;
  position: absolute;
  top: 23em;
  bottom:0;
  height: auto;
  width: 100%;
  background: #324b68;
  background: rgba(50, 75, 104, 0.8);

}
.services-spotlight .topic {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 1.65em;
  margin-bottom: 0;
}
.services-spotlight .detail {
  border-top: solid 0.09em #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1.15em;
  line-height: 1.826;
  text-align: justify;
  opacity: 0;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  height:0;
  overflow:clip;
  transition:height 0.39s ease 0s, opacity 0.39s ease 0s, padding-top 0.33s ease 0s;
  padding-top:0;
}
.services-spotlight a:hover {
  color: #ffffff;
}
.services-spotlight a:hover .topic {
  line-height: 1.21;
}
.services-spotlight a:hover .wrapp {
  top: 0;
}
@media only screen and (min-width: 1300px) {
  .services-spotlight a:hover .detail {
    height:auto;
    padding-top:0.8em;
    opacity:0;
    transition-duration:1.23s, 0.39s, 0s;
    transition-timing-function:ease, ease, linear;
  }
}
/* Footer */
#ft {
  background: #eae9e3 url(../images/footer/ft-map.jpg) no-repeat center center;
  text-align: center;
  width: 100%;
  padding: 0;
}
#ft .container {
  width: 100% !important;
}
#ft .locations {
  background: rgba(255, 255, 255, 0.8);
  padding: 2em 0;
}
#ft .locations .loc {
  text-align: left;
  display: block;
  margin: 2em auto;
  position: relative;
  padding-left: 4.9em;
}
#ft .locations .loc1 .ft-address::before,
#ft .locations .loc1 .ft-address::after {
  /*content: '1';*/
}
#ft .locations .loc2 .ft-address::before,
#ft .locations .loc2 .ft-address::after {
  content: "1";
}
#ft .locations .loc3 .ft-address::before,
#ft .locations .loc3 .ft-address::after {
  content: "2";
}
#ft .locations .loc4 .ft-address::before,
#ft .locations .loc4 .ft-address::after {
  content: "3";
}
#ft .locations .loc5 .ft-address::before,
#ft .locations .loc5 .ft-address::after {
  content: "4";
}
#ft .locations .loc6 .ft-address::before,
#ft .locations .loc6 .ft-address::after {
  content: "5";
}
#ft .locations .loc7 .ft-address::before,
#ft .locations .loc7 .ft-address::after {
  content: "6";
}
#ft .locations .loc8 .ft-address::before,
#ft .locations .loc8 .ft-address::after {
  content: "7";
}
#ft .locations .city {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  font-size: 1.154em;
  line-height: 1;
}
#ft .locations .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: #131420;
  font-size: 0.636em;
  line-height: 1.385em;
  position: relative;
}
#ft .locations .ft-address:before,
#ft .locations .ft-address:after {
  text-align: center;
  font-family: "Oswald", sans-serif;
  border-radius: 50%;
  width: 1.72em;
  height: 1.72em;
  line-height: 1.6;
  display: block;
  font-size: 1.692em;
  color: #ffffff;
  background: #841f32;
  position: absolute;
}
#ft .locations .ft-address:before {
  left: -52px;
  top: 0;
  -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;
}
#ft .locations .ft-address:after {
  text-align: center;
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  font-size: 1.692em;
  opacity: 0;
  animation-fill-mode: both;
  animation-duration: 1s;
}
#ft .locations .ft-address:hover:before,
#ft .locations .ft-address:hover:after {
  background: #324b68;
}
#ft .locations .ft-address:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#ft .locations .ft-address:hover:after {
  animation-name: pulse_custom;
}
#ft .locations .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-weight: 900;
  text-decoration: none;
  display: block;
  color: #131420;
  font-size: 0.636em;
  line-height: 1.385em;
}
#ft .locations a:hover {
  color: #324b68;
}
.ft-design-credit {
  background: #ffffff;
  clear: both;
  width: 100%;
  color: #1e324a;
  text-align: center;
  position: relative;
  padding: 15px 0;
}
.ft-design-credit .util {
  text-transform: uppercase;
  font-size: 0.5em;
}
.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: #1e324a;
  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: #40a5d7;
}
.ft-design-credit .sesame-link 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;
  margin: -2px 9px 0 -2px;
  width: 18px;
}
.ft-design-credit .sesame-link:hover img {
  opacity: 0.5;
}
.ft-design-credit .back-to-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;
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #841f32;
  margin: 1em auto;
  font-size: 1.2em;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.ft-design-credit .back-to-top:hover {
  color: #40a5d7;
  -webkit-transform: rotate(180deg) scale(1.2);
  -moz-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
  -o-transform: rotate(180deg) scale(1.2);
  transform: rotate(180deg) scale(1.2);
}
/* Form Buttons */
form button {
  background: #841f32;
  border: 1px solid #841f32;
  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;
}
form button:hover {
  color: #ffffff;
  border-color: #5b1522;
  background: #5b1522;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #841f32;
}
/* 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: #40a5d7;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #40a5d7;
  color: #841f32;
  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: #841f32;
  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: #841f32;
  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: #1f6c92;
}
/* end blog css */
#coronavirus-update {
  background: #e12118;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  position: fixed;
  bottom: 0;
  left: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 3000;
}
.coronavirus-update #coronavirus-update {
  display: none;
}
#coronavirus-update a {
  color: #fff;
}
#coronavirus-update:hover {
  background: #c40a01;
  color: #fff;
}

#coronavirus-update a:hover {
  color: #000;
}
.CoronaClose {
  cursor: pointer;
  position: absolute;
  top: 21%;
  right: 0%;
  padding: 0px 8px;
  transform: translate(0%, -50%);
  color: #fff;
}
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1;
  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: #131420;
}
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: #131420;
}
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: #131420;
}
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: #131420;
}
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: #131420;
}
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: #131420;
}
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: #131420;
}
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: #131420;
}
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: #131420;
}
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*/
.broad-street .embed-container,
.bryn-mawr .embed-container,
.king-of-prussia .embed-container,
.media .embed-container,
.walnut-street .embed-container,
.plymouth-meeting .embed-container,
.collegeville .embed-container,
.doylestown .embed-container,
.willowgrove .embed-container,
.map-directions .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: #841f32;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #841f32;
  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: #841f32;
  -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%);
}



/* container */
.meet-the-doctors .meet-grid{
  display:flex;
  flex-wrap:wrap;
  gap: 20px;
  align-items:flex-start;
  justify-content: center; 
}

@media only screen and (min-width: 1098px) { 
  .meet-the-doctors .meet-grid { justify-content:flex-start; }
}  

/* each doctor “card” */
.meet-the-doctors .doctor-card{
  flex: 1 1 100%;             /* 1 per row by default (≤479px) */
  max-width: 250px;            /* optional safety cap */
}

/* responsive columns */
@media (min-width: 480px){
  .meet-the-doctors .meet-card{ flex-basis: calc(50% - 20px); }
}
@media (min-width: 768px){
  .meet-the-doctors .meet-card{ flex-basis: calc(33.333% - 20px); }  /* 3 per row */
  /* If you prefer 4 per row instead, use: flex-basis: calc(25% - 20px); */
}

/* image normalization */
.meet-the-doctors .doctor-card .doctor{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}

/* Make them perfect squares (crop tall/wide sources) — optional */
.meet-the-doctors .doctor-card .doctor{
  aspect-ratio: 1 / 1;
  height:auto;                 /* ignored when aspect-ratio present */
  object-fit: cover;
}

/* headings */
.meet-the-doctors .doctor-card h2{
  font-size: 1.5rem;
  margin: 8px 0 0;
  line-height: 1.3;
}

.meet-the-doctors .meet-intro { margin: 1.5em 0; }


.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: 1.8vw;
  }
  #callouts a.middle {
    display: inline-block;
    clear: none;
  }
  /* .services-spotlight {
    font-size: 0.98vw;
  } */
  #logos a {
    width: auto;
  }
}
/* ===============================================
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[class*="acceledent"] #sidebar,
  body[class^="before-"] #sidebar,
  body.smile-gallery #sidebar,
  body.meet-the-doctors #sidebar,
  body.brace-painter #sidebar,
  body.braces-diagram #sidebar,
  body.bridges #sidebar,
  body.carriere-distalizer-appliance #sidebar,
  body.clarity-ceramic-brackets #sidebar,
  body.clarity-sl #sidebar,
  body.clearcorrect #sidebar,
  body[class^="common-"] #sidebar,
  body.color-my-braces #sidebar,
  body.crowns #sidebar,
  body[class^="damon-"] #sidebar,
  body.dentures #sidebar,
  body.delaware-valley-study-club #sidebar,
  body.complete-dentures #sidebar,
  body.digital-x-rays #sidebar,
  body.digital-cad-cam-dentistry #sidebar,
  body[class*="empower"] #sidebar,
  body.e4d-dentist #sidebar,
  body.extractions #sidebar,
  body[class*="forsus"] #sidebar,
  body.gum-disease #sidebar,
  body.home #sidebar,
  body[class*="i-cat"] #sidebar,
  body.incognito #sidebar,
  body.in-ovation #sidebar,
  body.which-is-right-for-me #sidebar,
  body.in-ovation-for-adults #sidebar,
  body.in-ovation-testimonials #sidebar,
  body.in-ovation-before-after #sidebar,
  body.in-ovation-videos #sidebar,
  body.in-ovation-r #sidebar,
  body.mtm-no-trace #sidebar,
  body.in-ovation-c #sidebar,
  body.in-ovation-system #sidebar,
  body[class*="invisalign"] #sidebar,
  body.itero-digital-impression-system #sidebar,
  body.itero-element #sidebar,
  body.itero #sidebar,
  body.juvederm-xc #sidebar,
  body.lumineers #sidebar,
  body.lythos-digital-scan #sidebar,
  body[class*="-team"] #sidebar,
  body[class*="-staff"] #sidebar,
  body.meet-our-hygienists #sidebar,
  body.minimaster #sidebar,
  body.mouthguards #sidebar,
  body[class*="office-tour"] #sidebar,
  body.around-our-office #sidebar,
  body.our-office #sidebar,
  body.palatal-expander #sidebar,
  body.patient-care-videos #sidebar,
  body.philips-zoom #sidebar,
  body.propel-orthodontics #sidebar,
  body.retainer-instructions #sidebar,
  body.retainers #sidebar,
  body.sealants #sidebar,
  body.sitemap #sidebar,
  body.slimline-palatal-expander #sidebar,
  body.smiles-change-lives #sidebar,
  body.smile-for-a-lifetime #sidebar,
  body.smartclip #sidebar,
  body.solea-dental-laser #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.sponsorships #sidebar,
  body[class*="straumann"] #sidebar,
  body[class*="suresmile-"] #sidebar,
  body.tap-appliance #sidebar,
  body[class^="trudenta-"] #sidebar,
  body.headache-symptoms-and-causes #sidebar,
  body[class^="types-of"] #sidebar,
  body.the-wand-sta #sidebar,
  body.veneers #sidebar,
  body.wildsmiles #sidebar,
  body.wisdom-teeth #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.opalescence #sidebar,
  body.for-veterans #sidebar,
  body.ortho-tv #sidebar {
    display: none;
  }
  body[class*="acceledent"] .content-text,
  body[class^="before-"] .content-text,
  body.smile-gallery .content-text,
  body.meet-the-doctors .content-text,
  body.brace-painter .content-text,
  body.braces-diagram .content-text,
  body.bridges .content-text,
  body.carriere-distalizer-appliance .content-text,
  body.clarity-ceramic-brackets .content-text,
  body.clarity-sl .content-text,
  body.clearcorrect .content-text,
  body[class^="common-"] .content-text,
  body.color-my-braces .content-text,
  body.crowns .content-text,
  body[class^="damon-"] .content-text,
  body.dentures .content-text,
  body.delaware-valley-study-club .content-text,
  body.complete-dentures .content-text,
  body.digital-x-rays .content-text,
  body.digital-cad-cam-dentistry .content-text,
  body[class*="empower"] .content-text,
  body.e4d-dentist .content-text,
  body.extractions .content-text,
  body[class*="forsus"] .content-text,
  body.gum-disease .content-text,
  body.home .content-text,
  body[class*="i-cat"] .content-text,
  body.incognito .content-text,
  body.in-ovation .content-text,
  body.which-is-right-for-me .content-text,
  body.in-ovation-for-adults .content-text,
  body.in-ovation-testimonials .content-text,
  body.in-ovation-before-after .content-text,
  body.in-ovation-videos .content-text,
  body.in-ovation-r .content-text,
  body.mtm-no-trace .content-text,
  body.in-ovation-c .content-text,
  body.in-ovation-system .content-text,
  body[class*="invisalign"] .content-text,
  body.itero-digital-impression-system .content-text,
  body.itero-element .content-text,
  body.itero .content-text,
  body.juvederm-xc .content-text,
  body.lumineers .content-text,
  body.lythos-digital-scan .content-text,
  body[class*="-team"] .content-text,
  body[class*="-staff"] .content-text,
  body.meet-our-hygienists .content-text,
  body.minimaster .content-text,
  body.mouthguards .content-text,
  body[class*="office-tour"] .content-text,
  body.around-our-office .content-text,
  body.our-office .content-text,
  body.palatal-expander .content-text,
  body.patient-care-videos .content-text,
  body.philips-zoom .content-text,
  body.propel-orthodontics .content-text,
  body.retainer-instructions .content-text,
  body.retainers .content-text,
  body.sealants .content-text,
  body.sitemap .content-text,
  body.slimline-palatal-expander .content-text,
  body.smiles-change-lives .content-text,
  body.smile-for-a-lifetime .content-text,
  body.smartclip .content-text,
  body.solea-dental-laser .content-text,
  body.somnodent-sleep-apnea-appliance .content-text,
  body.sponsorships .content-text,
  body[class*="straumann"] .content-text,
  body[class*="suresmile-"] .content-text,
  body.tap-appliance .content-text,
  body[class^="trudenta-"] .content-text,
  body.headache-symptoms-and-causes .content-text,
  body[class^="types-of"] .content-text,
  body.the-wand-sta .content-text,
  body.veneers .content-text,
  body.wildsmiles .content-text,
  body.wisdom-teeth .content-text,
  body.my-life-my-smile-my-orthodontist .content-text,
  body.your-child-s-first-orthodontic-checkup .content-text,
  body.aao-testimonials .content-text,
  body.opalescence .content-text,
  body.for-veterans .content-text,
  body.ortho-tv .content-text {
    width: 80%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  body.home .content-text {
    width: 70%;
    max-width: 645px;
    float: right;
  }
  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;
  }
  /*.success {
		width:62%;
		margin-top:13px;
	}
	
	table.office-hours { max-width:50%; }
	*/
  /*------------ Style Edit Region ------------*/
  .content-text {
    width: 60.5%;
    display: inline-block;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  .home #content .hp-decor {
    position: absolute;
    width: 40vw;
    top: 7em;
    right: 50%;
    margin-right: 22vw;
  }
  #sidebar {
    width: 35%;
    float: right;
    display: inline;
    text-align: left;
    margin: 6px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd-info .divider {
    display: inline-block;
    display: none;
  }
  #hd-info a {
    position: relative;
  }
  #hd-info a:after {
    -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: "";
    border-right: solid 2px #40a5d7;
    width: auto;
    height: 13px;
    display: block;
    position: absolute;
    right: -9px;
    top: 4px;
  }
  .social-media {
    font-size: inherit;
  }
  #slideshow #overlay {
    font-size: 1.5vw;
  }
  #callouts {
    font-size: 1.8vw;
    padding: 0 0 5em;
  }
  #callouts a {
    margin: -2.2em 0.4em 0;
  }
  #callouts a.middle {
    display: inline-block;
    clear: none;
    margin: -2.2em 0.4em 0;
  }
  .services-spotlight {
    /* font-size: 0.995vw; */
    padding-bottom: 0;
  }
  #logos a {
    width: auto;
    margin: 0 15px;
  }
  #ft .locations .loc {
    display: inline-block;
    width: 40%;
  }
  .ft-design-credit {
    padding: 34px 0 28px;
  }
  .ft-design-credit .util {
    letter-spacing: 0.1em;
    float: left;
    margin-left: 5px;
  }
  .ft-design-credit .util .divider {
    margin: 0 5px;
  }
  .ft-design-credit .back-to-top {
    float: right;
    margin: 0 5px 0 0;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  body {
    font-size: 20px;
    line-height: 34px;
  }
  h1 {
    font-size: 2.25em;
  }
  .home h1 {
    font-size: 1.8em;
  }
  .home h1 .middle {
    white-space: nowrap;
  }
  #sticky {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
  }
  #hd {
    display: block;
    padding: 0;
    z-index: 3000;
  }
  #hd .logo {
    z-index: 40;
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -114px;
  }
  #hd .logo: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: "";
    width: 345px;
    height: 96px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -57px;
    top: -35px;
    z-index: -1;
  }
  #hd-info {
    padding: 0.7em 0 0.8em;
    position: relative;
    z-index: 3000;
  }
  #hd-info a.last:after {
    display: none;
  }
  .social-media {
    position: fixed;
    top: 228px;
    right: 3px;
    width: 51px;
    margin: 0;
  }
  .social-media a {
    margin: 0 0 3px;
    display: block;
  }
  /* Main-Nav */
  #main-nav {
    background: none;
    position: relative;
    z-index: 3000;
  }
  #main-nav .container {
    max-width: 910px;
  }
  #main-nav .trigger,
  #util-nav .trigger {
    display: none;
  }
  #main-nav ul {
    text-align: left;
    margin: 0;
    background: none;
    padding: 0;
    /*li ul li.active a,*/
  }
  #main-nav ul li {
    float: none;
    margin-right: 12px;
  }
  #main-nav ul li a[id] {
    text-transform: none;
    font-family: "Libre Baskerville", serif;
    padding: 0;
    border-bottom: none;
    background: none;
    font-size: 0.6em;
    position: relative;
    color: #131420;
    height: 48px;
    line-height: 48px;
  }
  #main-nav ul li a[id]: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: #841f32;
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 13px;
  }
  #main-nav ul li.for-veterans {
    margin-right: 290px;
  }
  #main-nav ul li.contact,
  #main-nav ul li:last-child {
    margin-right: 0;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    background: none;
    color: #841f32;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    left: 0;
    width: 100%;
  }
  #main-nav ul ul {
    margin: 0 0 0 -20px;
    width: auto;
    padding: 12px 0;
    height: auto;
  }
  #main-nav ul ul li {
    padding: 0;
    margin: 0;
    height: 26px;
    width: 100%;
  }
  #main-nav ul ul li a {
    text-transform: none;
    font-family: "Libre Baskerville", serif;
    text-align: left;
    line-height: 23px;
    padding: 0 20px;
    border-bottom: none;
    white-space: nowrap;
    font-size: 0.6em;
    height: 21px;
  }
  #main-nav ul li.contact-us ul,
  #main-nav ul li.contact ul {
    left: auto;
    right: 0;
  }
  #main-nav ul li.contact-us ul a,
  #main-nav ul li.contact ul a {
    text-align: right;
  }
  /*#main-nav ul li.contact-us ul li a, #main-nav ul li.contact ul li a{ .alignright;.right; .wall; }*/
  nav.horizontal ul li {
    float: none;
  }

  /* Util-Nav */
  #util-nav {
    background: none;
    position: absolute;
    z-index: 2000;
    top: 108px;
    width: auto;
    left: 20%;
  }
  #util-nav .container {
    max-width: 910px;
  }
  #util-nav ul {
    text-align: left;
    margin: 0;
    background: none;
    padding: 0;
    /*li ul li.active a,*/
  }
  #util-nav ul li {
    float: none;
    margin-right: 28px;
  }
  #util-nav ul li a[id] {
    text-transform: none;
    font-family: "Libre Baskerville", serif;
    padding: 0 8px;
    border-bottom: none;
    background: none;
    font-size: 0.65em;
    position: relative;
    color: #fff;
    background: #841f32;
    height: 48px;
    line-height: 48px;
  }
  #util-nav ul li a[id]: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: #841f32;
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
  }

  #util-nav ul li.active > a[id],
  #util-nav ul li:hover > a[id] {
    background: #66b7df;
    color: #fff;
  }
  #util-nav ul li.active > a[id]:before,
  #util-nav ul li:hover > a[id]:before {
    left: 0;
    width: 100%;
  }
  #util-nav ul ul {
    margin: 0 0 0 -20px;
    width: auto;
    padding: 12px 0;
    height: auto;
  }
  #util-nav ul ul li {
    padding: 0;
    margin: 0;
    height: 26px;
    width: 100%;
  }
  #util-nav ul ul li a {
    text-transform: none;
    font-family: "Libre Baskerville", serif;
    text-align: left;
    line-height: 23px;
    padding: 0 20px;
    border-bottom: none;
    white-space: nowrap;
    font-size: 0.6em;
    height: 21px;
  }

  #subnav-outer {
    text-align: left;
    padding: 496px 0 30px;
    background-size: auto;
    margin-top: 107px;
  }
  #subnav-outer:before {
    display: none;
  }
  #subnav-outer .divider {
    display: inline-block;
  }
  #subnav-outer a {
    margin: 0;
  }
  #subnav-outer p {
    line-height: 19px;
  }

  #subnav-outer2 {
    text-align: left;
    padding: 2em 1em;
  }
  #subnav-outer2 h2 {
    margin-bottom: 0.4em;
  }
  #subnav-outer2 a {
    display: block;
    margin: 0;
    line-height: 1.6;
  }
  #subnav-outer2 a span {
    display: inline-block;
  }
  #subnav-outer2 a span:before {
    bottom: 0.25em;
  }

  body:not(.home) .btn-locations {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  body:not(.home) .btn-locations:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .home .btn-locations {
    position: fixed;
    top: 108px;
    right: 50%;
    margin-right: -489px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #slideshow #overlay {
    font-size: inherit;
  }
  #callouts {
    padding: 0 0 1.1em;
    font-size: inherit;
  }
  #content {
    padding: 57px 0 60px;
  }
  body:not(.home) #content {
    position: relative;
  }
  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: url(../images/watermark.png) no-repeat center center;
    width: 509px;
    height: 842px;
    display: block;
    position: absolute;
    left: 50%;
    top: 163px;
    margin-left: 570px;
  }
  #ft {
    position: relative;
    height: 790px;
  }
  #ft .container {
    height: 100%;
  }
  #ft .locations {
    padding: 50px 0 0;
    float: right;
    margin-right: 3px;
    background: #ffffff;
    height: 100%;
    width: 325px;
  }
  #ft .locations .loc {
    width: auto;
    display: block;
    margin: 0 0 1.025em;
  }
  #ft .locations .ft-address:after {
    opacity: 1;
  }
  #ft .locations .loc1 .ft-address::after {
    top: 460px;
    left: -550px;
  }
  #ft .locations .loc2 .ft-address::after {
    top: 460px;
    left: -550px;
  }
  #ft .locations .loc3 .ft-address::after {
    top: 230px;
    left: -652px;
  }
  #ft .locations .loc4 .ft-address::after {
    top: 464px;
    left: -621px;
  }
  #ft .locations .loc5 .ft-address::after {
    top: 310px;
    left: -355px;
  }
  #ft .locations .loc6 .ft-address::after {
    top: -67px;
    left: -514px;
  }
  #ft .locations .loc7 .ft-address::after {
    top: -242px;
    left: -726px;
  }
  #ft .locations .loc8 .ft-address::after {
    top: -560px;
    left: -309px;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  .home #content {
    padding: 60px 0;
  }
  .home #content .content-text {
    float: right;
    width: 100%;
  }
  .home #content .hp-decor {
    width: auto;
    top: 3em;
    margin-right: 11.6vw;
  }
  .services-spotlight .detail {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.99, 0.01, 0.99, 0.44);
    -moz-transition-timing-function: cubic-bezier(0.99, 0.01, 0.99, 0.44);
    -o-transition-timing-function: cubic-bezier(0.99, 0.01, 0.99, 0.44);
    -ms-transition-timing-function: cubic-bezier(0.99, 0.01, 0.99, 0.44);
    transition-timing-function: cubic-bezier(0.99, 0.01, 0.99, 0.44);
  }
  .services-spotlight a:hover .detail {
    opacity: 1;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  #subnav-outer {
    background-size: 100% auto;
  }
  .services-spotlight {
    font-size: inherit;
  }
}
@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;
}
