@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,700,700i|Caveat+Brush&display=swap");
/* ===============================================
  
  kuba-reena
  
  Sesame Communications - (c) 2020
  Written by: James Stillion
  All rights reserved.
  Any reproduction or intentional misuse is strictly prohibited
  
=============================================== */

/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  height: auto;
}
/*GLOBAL OVERRIDES*/
.fa,
.fas,
.fab,
.fal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
sup {
  font-size: inherit;
  top: 0;
}
li {
  line-height: inherit;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
address,
div.address {
  margin-bottom: 0;
  line-height: inherit;
  font-style: inherit;
}
/* Body */
body,
input,
select,
textarea {
  font-family: "Cabin", sans-serif;
}
form button {
  font-family: "Caveat Brush", cursive;
}
body {
  line-height: 1.68;
  font-size: 15px;
  color: #333333;
  background: #fff;
  overflow: hidden;
}
p {
  margin: 0 0 1.85em;
  /*global override*/
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  color: #bf1170;
  text-decoration: underline;
  transition-duration: 0.3s;
}
#content a:hover {
  text-decoration: none;
  color: #f79c25;
}
/* hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "Caveat Brush", cursive;
  text-align: left;
  font-weight: 400;
  color: #741b76;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1,
h2:not(.topic),
h3 {
  text-transform: uppercase;
}
h1 {
  /*F80.68*/
  font-size: 10vw;
  color: #bf1170;
  margin-bottom: 0.38em;
}
h1 .trait {
  color: #741b76;
  display: block;
}
.home h1 {
  /*F60*/
  line-height: 0.93;
  font-size: 8vw;
  text-align: center;
  width: 11em;
  margin: 0 auto 0.4em;
}
h2:not(.topic) {
  font-size: 1.75em;
  color: #4eb854;
}
h3 {
  font-size: 1.5em;
  color: #00b3ef;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
/*containers*/
.container {
  max-width: 1000px;
}
/* List Styling */
#content ul,
#content ol {
  margin: 0 0 1.55em 1.6em;
}
/*global override*/
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*="-after"] #content ol {
  margin: 0;
}
#content ul li {
  list-style: disc outside;
  /*list-style-image:none;*/
}
.oral-and-maxillofacial-surgery #content ul li,
.periodontal-treatments #content ul li,
#content #brushing-instructions ul li,
#content #flossing-instructions ul li {
  list-style: none;
}
#content dt {
  margin-top: 1em;
}
#content dl {
  margin-bottom: 1.6em;
}
#subnav {
  margin: 0;
  padding: 0;
}
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}

.ib {
  display: inline-block;
}

/* ==================================================================
  vertex
=================================================================== */
#vertex {
  padding: 53px 0 5em;
  background: url(../images/vertex.svg) repeat-x center bottom;
  position: relative;
  z-index: 3000;
  -webkit-filter: drop-shadow(0 7px 25px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0 7px 25px rgba(0, 0, 0, 0.45));
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-size: 13px;
  text-align: center;
  height: 53px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color:#fff;
  box-shadow: 0 1px 0 rgba(191, 17, 112, 0.4);
  position: absolute;
  top: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  width: 100% !important;
  padding: 0;
}
#main-nav .trigger {
  line-height: 53px;
  font-size: 28px;
  font-family: "Caveat Brush", cursive;
  color: #0282be;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 600;
  
  transition-duration: 0.3s;
}
#main-nav .trigger:before {
  content: "";
  width: 65px;
  height: 10px;
  margin: 0 auto;
  background: url(../images/nav/line.svg) no-repeat center center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#main-nav .trigger .nav_icon {
  width: 13px;
  height: 8px;
  margin-right: 0.2em;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 0.089em;
  width: 100%;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: rotate(0deg);
  
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .nav_icon span:nth-child(2),
#main-nav .trigger .nav_icon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .nav_icon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover {
  color: #4eb854;
}
#main-nav .trigger:hover:before {
  bottom: 2px;
  visibility: visible;
  opacity: 1;
}
#main-nav .open .trigger {
  color: #4eb854;
}
#main-nav .open .trigger:before {
  bottom: 2px;
  visibility: visible;
  opacity: 1;
}
#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) {
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  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;
  background: rgba(56, 197, 244, 0.9);
  position: relative;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 20px;
  font-family: "Caveat Brush", cursive;
  color: #741b76;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #fff;
  text-decoration: none;
}
#main-nav ul ul {
  width: 100%;
  padding: 0;
  float: left;
  background: #4eb854;
  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;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  background: none;
  border: none;
  display: inline-block;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fff;
  /*.show;*/
  margin-bottom: 0;
  background: #00b3ef;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul li {
  animation: mobilenavflyin 0.4s 1;
}
#main-nav .collapsible.open ul ul li {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  
  transition-duration: 0.3s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 40px;
  opacity: 1;
}
/* ==================================================================
  header
=================================================================== */
#hd {
  line-height: 35px;
  text-align: center;
  color: #bf1170;
  padding: 1em 0;
  position: relative; 
}
#hd .container {
  width: 100% !important;
}

#hd .mod {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  gap:30px; 
}

#hd .phone {
  font-size: 35px;
  font-family: "Caveat Brush", cursive;
  color: #bf1170;
  margin-top: 0.4em;
  display: inline-block;
  vertical-align: top;
  
  transition-duration: 0.3s;
}
#hd a:hover {
  color: #00b3ef;
}
#utility-nav {
  margin-top: 14px;
  display: inline-block;
  position:relative;
  z-index:400;
}

#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 0 0 0;
}
#utility-nav a,
#utility-nav button {
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  display: inline-block;
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
  background: #bf1170;  
  transition-duration: 0.3s;
}
#utility-nav a:hover,
#utility-nav button:hover {
  color: #ffffff;
  background: #741b76;
}

#utility-nav button{
  border:none;
  position:relative;
  -webkit-appearance: none;
  cursor: pointer;
}

#utility-nav button[aria-expanded="true"] .pseudolink {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
#utility-nav button[aria-expanded="true"] .pseudolink:nth-last-of-type(2) {
  transform: translate3d(0, 180%, 0);
  transition-delay: 0.09s;
}
#utility-nav button[aria-expanded="true"] .pseudolink:nth-last-of-type(1) {
  transform: translate3d(0, 84%, 0);
  transition-delay: 0s;
}
#utility-nav button[aria-expanded="true"] .pseudolink:hover:after {
  background-color: #741b76;
}
#utility-nav button .pseudolink {
  line-height: 38px;
  font-size: 1rem;
  text-align:center;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  padding: 0 1em;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: transform 0.21s ease, opacity 0.24s ease-in-out;
  pointer-events: none;
}
#utility-nav button .pseudolink:after {
  content: '';
  background-color: #bf1170;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  width: 100%;
  top: 5px;
  right: 0;
  bottom: 5px;
  z-index: -1;
  transition: background-color 0.33s ease;
}

/* logo  */
#logo {
  width: auto;
  margin: 1em auto;
  display: block;
  position: relative;
  
  transition-duration: 0.3s;
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo img {
  width: 8.75em;
}
#mom-approved,
#best-d {
  display: block;
  margin: 10px 0 0;
}
/* social-media || aka social-icons */
.social-media img,
.social-media .ib {
  vertical-align: top;
}
/*global override*/
.social-media {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 300;
}
.social-media a {
  line-height: 2.3125;
  font-size: 16px;
  color: #4eb854;
  height: 2.3125em;
  width: 4.1875em;
  margin: 0 -0.25em;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  
  transition-duration: 0.3s;
}
.social-media a:nth-child(odd) {
  margin-bottom: 11px;
}
.social-media a:nth-child(4n + 1) {
  color: #bf1170;
}
.social-media a:nth-child(4n + 2) {
  color: #00b3ef;
}
.social-media a:nth-child(4n + 3) {
  color: #741b76;
}
.social-media a:hover {
  color: #741b76;
  z-index: 400;
  transform: scale(1.44);
}
.social-media a:hover img.cb {
  transform: translateX(0) rotateY(360deg);
}
.social-media a:hover img.cf {
  transform: translateX(0) rotateY(360deg);
}
.social-media a .icon {
  position: relative;
  z-index: 420;
}
.social-media a .icon:before {
  position: relative;
  z-index: 420;
}
.social-media a img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 800px;
          perspective: 800px;
}
.social-media a img.cb {
  transition: all 0.8s ease-in;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.social-media a img.cf {
  transition: all 0.9s ease-out;
}
/* ==================================================================
  slideshow
=================================================================== */
#slideshow {
  font-size: 1.25vw;
  text-align: center;
  margin-top: -70px;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow .welcomeVid {
  width: 100%;
  margin: 0;
  vertical-align: top;
}
#slideshow .slogan {
  line-height: 0.94;
  font-size: 8.07em;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  color: #741b76;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 400;
}
#slideshow .slogan .trait {
  color: #bf1170;
}
#slideshow .ss_overlay {
  width: 130em;
  max-width: none;
  margin: 0 -65em;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
}
/* callouts || aka bd-callouts */
#callouts {
  font-size: 2.25vw;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 3em 0;
  margin: 0;
  position: absolute;
  right: 0;
  /* bottom:9em; */
  bottom: -3em;
  left: 0;
  z-index: 410;
}
#callouts a {
  line-height: 1;
  font-size: 1.85em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  
  transition-duration: 0.3s;
  position: relative;
}
#callouts a:hover {
  color: #741b76;
}
#callouts a:nth-of-type(1) {
  transform: translateY(-0.25em) rotate(-3deg);
}
#callouts a:nth-of-type(2) {
  transform: translateY(0.125em) rotate(6deg);
}
#callouts a:nth-of-type(3) {
  transform: translateY(0.3em) rotate(-2deg);
}
#callouts .divider {
  line-height: 1;
  font-size: 1.85em;
  color: #741b76;
  margin: 0 0.25em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#callouts .divider:nth-of-type(1) {
  transform: translateY(-0.3em);
}
#callouts .divider:nth-of-type(2) {
  transform: translateY(0.25em);
}
#callouts .cobg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
/* ==================================================================
  ip-sub || aka subnav-outer
=================================================================== */
#ip-sub {
  font-family: "Caveat Brush", cursive;
  text-align: center;
  color: #741b76;
  /*padding:7em 0 26.3em;*/
  padding: 7em 0 12.3em;
  margin-top: -70px;
  background-color: #86defb;
  background-image: -moz-linear-gradient(top, #86defb 0%, #00b3ef 100%);
  background-image: -webkit-linear-gradient(top, #86defb 0%, #00b3ef 100%);
  background-image: linear-gradient(to bottom, #86defb 0%, #00b3ef 100%);
  position: relative;
  overflow: hidden;
}
#ip-sub .ol {
  font-size: 2.25vw;
  max-width: none;
  position: absolute;
  bottom: 0;
}
#ip-sub .ol[src$=".svg"] {
  width: 130em;
  left: 0;
}
#ip-sub .ol[src$=".png"] {
  width: 123.75em;
  margin: 0 -61.875em -5em;
  left: 50%;
}
#ip-sub .ornament {
  display: none;
}
#ip-sub p {
  line-height: 25px;
  font-size: 20px;
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}
#ip-sub h1 {
  text-align: center;
}

#ip-sub a {
  color: #741b76;
  display: inline-block;
  margin: 0.2em 0.8em;
  position: relative;
}
#ip-sub a:hover,
#ip-sub a.active {
  color: #fff;
  text-decoration: none;
}
#ip-sub .divider {
  display: none;
  opacity: 0;
}
/* ==================================================================
  content || aka #home-content and .interior-content
=================================================================== */
#bd {
  padding: 3em 0 0;
  background: #fff;
  position: relative;
}
.home #bd {
  /* padding:3em 0 30.55em; */
  padding: 6em 0 11.55em;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #5fd3fa 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #5fd3fa 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #5fd3fa 100%);
}
.home #bd .ornaments {
  font-size: 1vw;
  position: static;
}
.home #bd .ornaments .sun {
  display: none;
}
.home #bd .ornaments .waves {
  width: 100em;
  max-width: none;
  margin: 0 -50em;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-filter: drop-shadow(-0.25em -1.25em 1em rgba(0, 0, 0, 0.15));
          filter: drop-shadow(-0.25em -1.25em 1em rgba(0, 0, 0, 0.15));
}
.home #bd .ornaments .cloud {
  width: 74.3415em;
  margin: 0 -79.5em;
  -webkit-filter: drop-shadow(-0.25em -1.25em 1em rgba(0, 0, 0, 0.15));
          filter: drop-shadow(-0.25em -1.25em 1em rgba(0, 0, 0, 0.15));
  position: absolute;
  left: 50%;
  bottom: 23.2em;
  pointer-events: none; 
}
.home #bd .ornaments .birds {
  width: 12.65em;
  height: 8.25em;
  display: none;
  position: absolute;
}
/* Content */
#content a img {
  
  transition-duration: 0.3s;
}
#content a .fa,
#content a .fas,
#content a .fab {
  transition-duration: 0.3s;
  transform-origin: 20% 50%;
}
#content a:hover img {
  opacity: 0.5;
}
#content a:hover .fa,
#content a:hover .fas,
#content a:hover .fab {
  transform: scale(1.33);
}
/* ===============================================
        custom content 
=============================================== */
.office_tour {
  display: block;
  position: relative;
  margin-bottom: 2.4em;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.office_tour .controls {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  
  transform: translate(0, -50%);
  left: 0;
  z-index: 400;
}
.office_tour .controls > div {
  font-size: 2.5em;
  color: #bf1170;
  display: block;
  
  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;
  
  transform: scale(1.44);
  opacity: 0.5;
}
/*
.office_tour{ .show;position:relative;margin-bottom:2.4em;
  
  .cycle-slideshow{ .show;width:96%;max-width:800px;.center; }
  .slide-control{ .wall;.show;.vertical-align;left:0;z-index:400;
    > div{ .fs(2.5em);color:@color1;.show;.trans;
      &[id^="prev"]{ .left; }
      &[id^="next"]{ .right;direction:rtl; }
      &:hover{ cursor:pointer;.scale(1.44);opacity: 0.5; }
    }
  }
}
*/
/* ===============================================
          sitemap 
=============================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.29;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: "Caveat Brush", cursive;
  text-decoration: none;
  color: #4eb854;
  transition-duration: 0;
}
.sitemap #content ul ul li a {
  line-height: 1.68;
  font-size: 1.1em;
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #bf1170;
  margin-left: 0;
  text-decoration: underline;
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #741b76;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/
}
/* ==================================================================
  sidebar / sitepics
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 17.5em;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}

#sidebar .logos img{margin: 0 8px 15px;} 
#sidebar .logos{text-align:center} 

/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar,
body[class^="meet-dr-"] #sidebar,
body[class^="meet-doctor-"] #sidebar,
body[class~="blog"] #sidebar {
  display: block;
}
/*sitepics*/
#hide-stock {
  position: relative;
  margin-bottom: 150px;
}
#hide-stock .clouds {
  width: 16.75em;
  position: absolute;
  top: 12.65em;
  left: 3.5em;
  -webkit-filter: drop-shadow(0 0.35em 0.75em rgba(0, 0, 0, 0.39));
          filter: drop-shadow(0 0.35em 0.75em rgba(0, 0, 0, 0.39));
}
#hide-stock .cloudTop {
  width: 11.55em;
  margin: 0 0 0 auto;
  display: block;
}
#hide-stock .cloudBott {
  width: 8.6em;
  margin: -0.55em auto 0 0;
  display: block;
}
.static {
  width: 100%;
  border-radius: 50%;
  position: relative;
}
.staff {
  width: 45%;
  max-width: 10em;
  border-radius: 50%;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
  .spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
.spotlight .spot_01 {
  font-size: 2vw;
  padding: 28.85em 0 17.65em;
  margin-top: -8em;
  background: #00b3ef url(../images/spotlight/spot01bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.spotlight .spot_01 img[class^="ol"] {
  width: 130em;
  max-width: none;
  position: absolute;
  left: 0;
}
.spotlight .spot_01 img[class^="ol"].oltop {
  top: 0;
}
.spotlight .spot_01 img[class^="ol"].olbott {
  bottom: -0.01em;
}
.spotlight .spot_01 h2.topic {
  line-height: 0.82;
  font-size: 5.5em;
  text-align: left;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  color: #741b76;
  width: auto;
  display: block;
  position: absolute;
  left: 5%;
  top: 1.45em;
}
.spotlight .spot_01 h2.topic .trait {
  color: #bf1170;
}
.spotlight .spot_01 .cycle-slideshow {
  width: 96%;
  max-width: 79.5em;
  margin: 0 auto;
  display: block;
  background: none;
  
  transition-duration: 0.3s;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.spotlight .spot_01 .cycle-slideshow:hover {
  opacity: 0.6;
}
.spotlight .spot_01 .cycle-slide {
  width: 100%;
  display: block;
}
.spotlight .spot_01 .cycle-slide img {
  width: 14.6em;
  border-radius: 50%;
  /* margin:0.65em; */
  margin: 0 4em;
  border: 5px solid #fff;
  display: inline-block;
  box-shadow: 2em 2em 1.5em rgba(0, 0, 0, 0.27);
  vertical-align: top;
}
.spotlight .spot_01 .cycle-slide img:nth-child(3) {
  display: block;
  margin: 0 auto;
}
/* ==================================================================
  .radix
=================================================================== */
.radix {
  background-color: #043558;
  background-image: -moz-radial-gradient(center, ellipse cover, #043558 0%, #032a45 100%);
  background-image: -webkit-radial-gradient(center, ellipse cover, #043558 0%, #032a45 100%);
  background-image: radial-gradient(ellipse at center, #043558 0%, #032a45 100%);
  position: relative;
}
.radix img[class^="clouds"] {
  width: 130em;
  max-width: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home .radix {
  border-top: 3em solid #fff;
}
/* ==================================================================
  #ft
=================================================================== */
#ft {
  text-align: center;
  padding: 17.95em 0 0;
  background: url(../images/footer/ftbg.png) no-repeat 25% 100%;
  position: relative;
}
#ft .ol {
  width: 130em;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}
/* ===============================================
    locations || aka ft-location
=============================================== */
#location {
  color: #2b9131;
  width: 96%;
  background: rgba(255, 255, 255, 0.9);
  max-width: 49.9em;
  margin: 0 auto 11.6em;
  padding: 1.8em 1em 1.9em;
  box-shadow: 1em 2em 0.75em rgba(0, 0, 0, 0.27);
  display: block;
  position: relative;
}

#location:before {
  /*F79.64*/
  content: "We Look Forward to welcoming you!";
  line-height: 1;
  /*.fs(3.982em);*/
  font-size: 8vw;
  text-align: center;
  font-family: "Caveat Brush", cursive;
  text-transform: uppercase;
  color: #98d7ef;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -2.5em;
  right: 0;
  left: 0;
}

#location .logo {
  width: 8.75em;
  height: 6.65em;
  margin: 0 auto 2em;
  display: block;
  position: relative;
}

#location .info {
  width: 100%;
  padding: 0;
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:2em; 
  position: relative;
  z-index: 400;
}

#location .loc {
  max-width: 250px; 
  justify-content: center; 
}

#location .loc h3 {
  margin-bottom: 0.5em;
  text-align: center; 
}

#location .addy {
  line-height: 17px;
  font-size: 13px;
  color: #393939;
  display: block;
  position: relative;
}

#location .phone {
  line-height: 25px;
  font-size: 24px;
  font-family: "Caveat Brush", cursive;
  color: #741b76;
  margin: 0 auto;
  display: block;
  width:100%;  
  position: relative;
}

#location a {
  
  transition-duration: 0.3s;
}

#location a:hover {
  color: #bf1170;
}
/* ==================================================================
    links || aka ft-design-credit
=================================================================== */
#links {
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #0282be;
  padding: 2em 0;
  margin: 0;
  background: url(../images/footer/links.svg) no-repeat center bottom;
  position: relative;
}
#links .util {
  margin-top: 2em;
  position: relative;
}
#links .util a {
  color: #0282be;
  
  transition-duration: 0.3s;
}
#links .util a:hover {
  color: #bf1170;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/*sesame link*/
a#sesame-link .sesame-icon {
  width: 24px;
  height: 20px;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesame-icon path {
  fill: currentcolor;
}
/*back-to-top*/
#btt {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}
a#back-to-top {
  font-size: 74px;
  display: inline-block;
  vertical-align: top;
  
  transition-duration: 0.3s;
  transform-origin: center bottom;
}
a#back-to-top:hover {
  
  transform: scale(1.44);
}
a#back-to-top:hover .icon:after {
  color: #fff;
  opacity: 0.2;
}
a#back-to-top .icon:before {
  color: #fff;
  opacity: 1;
}
a#back-to-top .icon:after {
  color: #bf1170;
  opacity: 1;
  
  transition-duration: 0.3s;
}
.appReq {
  display: none;
  opacity: 0;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr */
hr {
  height: 1px;
  margin: 1.85em auto;
  padding: 0;
  clear: both;
  background: #741b76;
}
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.85em 0;
  background: #741b76;
  /* change to match div.hr color please */
  display: block;
}
/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 16px;
  float: left;
  background: #bf1170;
}
/* Form Buttons */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #bf1170;
  border: 1px solid #bf1170;
  
  transition-duration: 0.3s;
}
form button:hover {
  color: #bf1170;
  border-color: #bf1170;
  background-color: transparent;
}
form p {
  height: auto;
}
/* massive chat widget resize for mobile use comfort */
#bc-chat-container {
  font-size: 0.8em !important;
}
.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important;
}
.img-left,
.img-right {
  max-width: 45%;
}
/* BLOG FORM */
.stButton {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.st_plusone_large {
  top: 9px;
  position: relative;
}
.share-article-links {
  text-align: center;
}
.share-text {
  color: #000;
  font-size: 15px;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  color: #000;
  position: relative;
  text-align: left;
  width: 275px;
  float: none;
  margin: 0 auto;
}
form#blog_search label {
  color: #bf1170;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  margin: 0px;
  text-align: left;
  text-transform: none;
  caret-color: #bf1170;
}
form#blog_search input {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 178px;
  margin: 6px auto;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: rgba(255, 255, 255, 0.95);
}
form#blog_search button {
  font-weight: 700;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  padding: 4px 8px !important;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.26);
  transition: all 0.25s linear;
}
form#blog_search button:active,
form#blog_search button:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.24);
}
/* end blog css */
/* fixes buttons */
button:hover,
button:active,
button:focus {
  outline: none;
}
/* Generic Classes */
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  /*width:80%;*/
  caret-color: #bf1170;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  height: 34px;
}
/* hidden field styles */
.hidden-option {
  display: none;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
#pro-pack h2 {
  padding-top: 0;
}
/*global overrides*/
button:active {
  outline: none;
}
form label {
  margin: 1em 0;
}
form p {
  margin: 2em 0 0;
}
form #rating label span {
  margin-left: 0;
}
form #rating label input {
  width: 20px !important;
}
form label[for="Days_Available_No_Preference"] span,
form fieldset.radio-group span {
  display: inline-block;
}
form.full label input[type="checkbox"] {
  width: auto !important;
  margin: 0;
}
/*body[class^='meet-dr-'] #hide-stock { display:block !important; text-align:center; margin: 1em auto; }*/
/*unecessary rule - see #sidebar*/
form p {
  height: auto;
}
/*common procedures styles*/
p#procedures-nav {
  font-size: 12px;
  text-transform: uppercase;
  color: #bf1170;
  /*padding-bottom:1em;
  margin-bottom:3em;
  border-bottom:1px solid @tri-grey;*/
}
p#procedures-nav a {
  color: #bf1170;
  
  transition-duration: 0.3s;
}
p#procedures-nav a:hover {
  text-decoration: none;
  color: #741b76;
}
/*********************************************************************/
/*embedded videos*/
/*********************************************************************/
/*keeps videos from getting too hooj*/
.embed-container {
  width: 100%;
}
.embed-container.ratio16x9,
.embed-container.docvid {
  padding-bottom: 46%;
}
.clarity-sl .embed-container {
  padding: 0 0 10% 0;
  width: 60%;
}
.clarity-sl .embed-container a {
  line-height: 7;
}
/*exceptions - there are exceptions to every rule!!!*/
.acceledent .embed-container:nth-of-type(1) {
  float: right;
  height: auto;
  padding-bottom: 0;
  width: auto;
}
/*office-location*/
.map-directions .embed-container,
.address-hours .embed-container,
.address-and-hours .embed-container,
body[class*="office"] .embed-container,
body[class*="location"] .embed-container {
  width: auto;
  margin-top: 2em;
  padding-bottom: 55%;
  /*default 55%*/
}
.location-page,
table.office-hours {
  margin-bottom: 1.85em;
}
table.office-hours {
  font-size: 0.9em;
}
p.office-hours {
  margin-bottom: 0;
}
.office-info,
.office-location table {
  margin-bottom: 2em;
}
/*padding-bottom adjusts height of google map*/
h3.hours {
  margin-top: 2em;
}
/*********************************************************************
  invisalign overrides
*********************************************************************/
body[class*="invisalign"] span[style="font-size:10px;"] {
  line-height: 2;
  display: inline-block;
}
.invisalign-testimonials #pro-pack > p {
  display: inline-block;
}
.invisalign-testimonials ul#testimonials {
  margin: 0 0 100px 0;
}
.invisalign-videos h1 {
  text-align: center;
}
.invisalign-videos .img-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*invisalign videos*/
.invisalign-videos h3 {
  text-align: center;
}
.invisalign-videos .embed-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*hides p tag under slideshow*/
.invisalign-testimonials ul#testimonials {
  background: none;
  box-shadow: none;
}
.invisalign-testimonials ul#testimonials p {
  line-height: 18px;
  font-size: 17px;
  text-shadow: none;
  font-weight: 400;
  color: #333333;
}
/*invisalign footer*/
#invisalign-footer,
#suresmile-footer {
  max-width: 100%;
  width: auto;
}
#invisalign-footer a:hover img,
#suresmile-footer a:hover img {
  opacity: 0.5;
}
#pro-pack #invisalign-footer {
  width: 90%;
  float: none;
  margin: 1em auto;
}
#pro-pack #invisalign-footer a:hover img {
  opacity: 0.5;
}
#invisalign-footer li,
#suresmile-footer li,
#pro-pack #invisalign-footer li {
  width: auto;
}
/*other stuff*/
.braces-diagram #content p {
  float: none;
  margin: 0 auto !important;
  padding: 0;
}
.braces-diagram #content .img-left {
  float: none;
  margin: 0 auto;
  clear: none;
  display: block;
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #ip-sub .ol {
    font-size: 0.5em;
  }
  .spotlight .spot_01 {
    font-size: 1.25vw;
  }
  .spotlight .spot_01 .cycle-slideshow {
    width: 100%;
  }
  .spotlight .spot_01 .cycle-slide img {
    margin: 0 0.65em;
  }
  .spotlight .spot_01 .cycle-slide img:nth-child(1) {
    margin-left: 0;
  }
  .spotlight .spot_01 .cycle-slide img:nth-last-child(1) {
    margin-right: 0;
  }
  .spotlight .spot_01 .cycle-slide img:nth-child(3) {
    margin: 0 0.65em;
    display: inline-block;
    vertical-align: top;
  }
  .spotlight .spot_01 img[class^="ol"].olbott {
    bottom: -0.05em;
  }
  .home #bd {
    padding-bottom: 43vw;
  }
  /*END*/
}
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /**/
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  /**/
  /* ===============================================
          super 
=============================================== */
  /*keeps videos from getting too hooj*/
  /*.embed-container{ width: 60%;padding-bottom:30%;.show;.center; }
.embed-container.ratio16x9, .embed-container.docvid{ padding-bottom:30%; }*/
  /*.slideshow-pagination{ .show; }*/
  .damon-smile-testimonials .embed-container.ratio16x9 {
    margin-left: auto;
    margin-right: auto;
  }
  /* in-ovation pages */
  .in-ovation div.img-left {
    float: right;
    margin: 0 0 2.5% 2.5%;
  }
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^="inovation-chart-"] {
    display: inline-block;
    float: left;
  }
  /*damon pages*/
  .damon-smile-info img[src$="damon-3.png"] {
    float: right;
    margin: 0 0 0.8em 0.8em;
  }
  .damon-smile-info img[src$="damon-3.png"] + p {
    display: block;
    width: 100%;
    clear: both;
  }
  /*invisalign footer*/
  #pro-pack #invisalign-footer {
    width: 100%;
    float: left;
  }
  #pro-pack #invisalign-footer ul {
    float: left;
    width: auto;
    margin: 0;
    min-width: 120px;
  }
  #pro-pack #invisalign-footer a.external,
  #pro-pack #invisalign-footer p.cf {
    float: right;
    clear: right;
  }
  #pro-pack #invisalign-footer p.cf {
    text-align: center;
  }
  #invisalign-footer p.cf {
    text-align: center;
  }
  /*suremsile pages*/
  [class*="suresmile"] iframe,
  [class*="suresmile"] .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .suresmile-before-and-after #content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .how-suresmile-works .embed-container {
    display: none;
  }
  .suresmile-info .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #suresmile-footer {
    width: 100%;
    float: left;
  }
  #suresmile-footer > .external {
    display: block;
    margin: 1em auto;
    float: none;
    clear: both;
  }
  #suresmile-footer p.cf {
    text-align: center;
  }
  #suresmile-footer ul.cf li a:nth-child(2) {
    display: none;
  }
  /* opalescence */
  #video-opalescence {
    float: right;
    margin: 0 0 1em 1em;
  }
  /**/
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*hfam*/
  h1 {
    /*F80.68*/
    font-size: 4.034em;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  }
  .home h1 {
    /*F60*/
    font-size: 3em;
  }
  /* ===============================================
          header 
=============================================== */
  /* ===============================================
          slideshow 
=============================================== */
  #slideshow {
    font-size: 1vw;
  }
  #slideshow .welcomeVid {
    width: 100%;
    margin: -10% 0 0;
  }
  #slideshow .slogan {
    font-size: 5.07em;
  }
  /* ===============================================
          torso 
=============================================== */
  /*.torso{ position:relative;background:#fff;z-index:420; }*/
  /* ===============================================
          callouts 
=============================================== */
  /* ===============================================
          ip-sub 
=============================================== */
  #ip-sub .ol {
    font-size: 0.5em;
  }
  /* ===============================================
        content / sidebar 
=============================================== */
  #bd {
    padding: 4.7em 0 1.1em;
  }
  #bd .container {
    max-width: 50em;
  }
  #content {
    width: 62%;
    max-width: 30.6em;
    float: left;
  }
  #content p {
    text-align: justify;
  }
  #sidebar {
    width: 35%;
    margin: 0 0 1em;
    display: block;
    float: right;
    clear: right;
  }
  .home #bd {
    padding: 6.1em 0 30.55em;
    /*padding-top:2.1em;*/
  }
  .home #bd .container {
    width: 73% !important;
    max-width: 36.5em;
    padding: 0;
  }
  .home #bd .ornaments {
    font-size: inherit;
  }
  /* blanket content width 100% and sidebar hide */
  .home #content,
  body[class^="before-"] #content,
  .patient-photos #content,
  .smile-gallery #content,
  body[class*="office-tour"] #content,
  .around-our-office #content,
  .tour-our-office #content,
  .brace-painter #content,
  .sitemap #content {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  .home #sidebar,
  body[class^="before-"] #sidebar,
  .patient-photos #sidebar,
  .smile-gallery #sidebar,
  body[class*="office-tour"] #sidebar,
  .around-our-office #sidebar,
  .tour-our-office #sidebar,
  .brace-painter #sidebar,
  .sitemap #sidebar {
    display: none;
  }
  /* blanket content sidebar hide and slimmer-centered-content-area */
  /* in order to accommodate for better legibility */
  body[class*="acceledent"],
  .abo-certification,
  .all-on-4,
  .bonding,
  .braces-diagram,
  .bridges,
  body[class*="carriere"],
  .chao-pinhole-surgical-technique,
  .clarity-ceramic-brackets,
  .clarity-sl,
  .cerec,
  .clearcorrect,
  .color-my-braces,
  .contests,
  body[class^="common-"],
  .crowns,
  body[class^="damon-"],
  .dentures,
  .complete-dentures,
  .digital-x-rays,
  .digital-cad-cam-dentistry,
  body[class*="empower"],
  .e4d-dentist,
  .extractions,
  .fillings,
  .fluoride,
  body[class*="forsus"],
  .gum-disease,
  .gum-disease-in-children,
  body[class*="i-cat"],
  .incognito,
  body[class*="in-ovation"],
  .mtm-no-trace,
  .which-is-right-for-me,
  .implants,
  .insignia,
  body[class*="invisalign"],
  .itero-digital-impression-system,
  .itero-element,
  .itero,
  .juvederm-xc,
  .koer-whitening,
  .lumibrite,
  .lumineers,
  .lythos-digital-scan,
  body[class*="-team"],
  body[class*="-staff"],
  .meet-our-hygienists,
  .minimaster,
  .mouthguards,
  .nightguards,
  .palatal-expander,
  .patient-care-videos,
  .pay-it-forward-program,
  .periodontal-treatments,
  .philips-zoom,
  .pick-your-colors,
  .propel-orthodontics,
  .retainer-instructions,
  .retainers,
  .root-canals,
  .sealants,
  .simpli5,
  .sirona-galileos-cbct,
  .six-month-smiles,
  .slimline-palatal-expander,
  .smiles-change-lives,
  .smile-for-a-lifetime,
  .smartclip,
  .solea-dental-laser,
  .somnodent-sleep-apnea-appliance,
  .speed-system,
  .sponsorships,
  body[class*="straumann"],
  body[class^="suresmile"],
  .success-stories,
  .tap-appliance,
  body[class^="trudenta-"],
  .headache-symptoms-and-causes,
  body[class^="types-of"],
  .the-wand-sta,
  .veneers,
  .vizilite-plus,
  .wildsmiles,
  .wisdom-teeth,
  .my-life-my-smile-my-orthodontist,
  .your-child-s-first-orthodontic-checkup,
  .aao-testimonials,
  .opalescence,
  .ortho-tv,
  .velscope-oral-cancer-screening,
  .why-choose-us,
  .contests-events,
  .video-gallery,
  .abpd-certification,
  .patient-rewards-program,
  .instant-orthodontics,
  .meet-sparky,
  .office-visits,
  .tongue-tie-lip-tie,
  .testimonials,
  .waterlase-md {
    /* count out 90 characters per line to declare width */
  }
  body[class*="acceledent"] #bd .container,
  .abo-certification #bd .container,
  .all-on-4 #bd .container,
  .bonding #bd .container,
  .braces-diagram #bd .container,
  .bridges #bd .container,
  body[class*="carriere"] #bd .container,
  .chao-pinhole-surgical-technique #bd .container,
  .clarity-ceramic-brackets #bd .container,
  .clarity-sl #bd .container,
  .cerec #bd .container,
  .clearcorrect #bd .container,
  .color-my-braces #bd .container,
  .contests #bd .container,
  body[class^="common-"] #bd .container,
  .crowns #bd .container,
  body[class^="damon-"] #bd .container,
  .dentures #bd .container,
  .complete-dentures #bd .container,
  .digital-x-rays #bd .container,
  .digital-cad-cam-dentistry #bd .container,
  body[class*="empower"] #bd .container,
  .e4d-dentist #bd .container,
  .extractions #bd .container,
  .fillings #bd .container,
  .fluoride #bd .container,
  body[class*="forsus"] #bd .container,
  .gum-disease #bd .container,
  .gum-disease-in-children #bd .container,
  body[class*="i-cat"] #bd .container,
  .incognito #bd .container,
  body[class*="in-ovation"] #bd .container,
  .mtm-no-trace #bd .container,
  .which-is-right-for-me #bd .container,
  .implants #bd .container,
  .insignia #bd .container,
  body[class*="invisalign"] #bd .container,
  .itero-digital-impression-system #bd .container,
  .itero-element #bd .container,
  .itero #bd .container,
  .juvederm-xc #bd .container,
  .koer-whitening #bd .container,
  .lumibrite #bd .container,
  .lumineers #bd .container,
  .lythos-digital-scan #bd .container,
  body[class*="-team"] #bd .container,
  body[class*="-staff"] #bd .container,
  .meet-our-hygienists #bd .container,
  .minimaster #bd .container,
  .mouthguards #bd .container,
  .nightguards #bd .container,
  .palatal-expander #bd .container,
  .patient-care-videos #bd .container,
  .pay-it-forward-program #bd .container,
  .periodontal-treatments #bd .container,
  .philips-zoom #bd .container,
  .pick-your-colors #bd .container,
  .propel-orthodontics #bd .container,
  .retainer-instructions #bd .container,
  .retainers #bd .container,
  .root-canals #bd .container,
  .sealants #bd .container,
  .simpli5 #bd .container,
  .sirona-galileos-cbct #bd .container,
  .six-month-smiles #bd .container,
  .slimline-palatal-expander #bd .container,
  .smiles-change-lives #bd .container,
  .smile-for-a-lifetime #bd .container,
  .smartclip #bd .container,
  .solea-dental-laser #bd .container,
  .somnodent-sleep-apnea-appliance #bd .container,
  .speed-system #bd .container,
  .sponsorships #bd .container,
  body[class*="straumann"] #bd .container,
  body[class^="suresmile"] #bd .container,
  .success-stories #bd .container,
  .tap-appliance #bd .container,
  body[class^="trudenta-"] #bd .container,
  .headache-symptoms-and-causes #bd .container,
  body[class^="types-of"] #bd .container,
  .the-wand-sta #bd .container,
  .veneers #bd .container,
  .vizilite-plus #bd .container,
  .wildsmiles #bd .container,
  .wisdom-teeth #bd .container,
  .my-life-my-smile-my-orthodontist #bd .container,
  .your-child-s-first-orthodontic-checkup #bd .container,
  .aao-testimonials #bd .container,
  .opalescence #bd .container,
  .ortho-tv #bd .container,
  .velscope-oral-cancer-screening #bd .container,
  .why-choose-us #bd .container,
  .contests-events #bd .container,
  .video-gallery #bd .container,
  .abpd-certification #bd .container,
  .patient-rewards-program #bd .container,
  .instant-orthodontics #bd .container,
  .meet-sparky #bd .container,
  .office-visits #bd .container,
  .tongue-tie-lip-tie #bd .container,
  .testimonials #bd .container,
  .programs #bd .container,
  .sanitation #bd .container,
  .icon-white-spot-treatment #bd .container,
  .laser-dentistry #bd .container,
  .waterlase-md #bd .container {
    width: 80% !important;
    max-width: 40em;
    /*800px*/
  }
  body[class*="acceledent"] #content,
  .abo-certification #content,
  .all-on-4 #content,
  .bonding #content,
  .braces-diagram #content,
  .bridges #content,
  body[class*="carriere"] #content,
  .chao-pinhole-surgical-technique #content,
  .clarity-ceramic-brackets #content,
  .clarity-sl #content,
  .cerec #content,
  .clearcorrect #content,
  .color-my-braces #content,
  .contests #content,
  body[class^="common-"] #content,
  .crowns #content,
  body[class^="damon-"] #content,
  .dentures #content,
  .complete-dentures #content,
  .digital-x-rays #content,
  .digital-cad-cam-dentistry #content,
  body[class*="empower"] #content,
  .e4d-dentist #content,
  .extractions #content,
  .fillings #content,
  .fluoride #content,
  body[class*="forsus"] #content,
  .gum-disease #content,

  .gum-disease-in-children #content,
  body[class*="i-cat"] #content,
  .incognito #content,
  body[class*="in-ovation"] #content,
  .mtm-no-trace #content,
  .which-is-right-for-me #content,
  .implants #content,
  .insignia #content,
  body[class*="invisalign"] #content,
  .itero-digital-impression-system #content,
  .itero-element #content,
  .itero #content,
  .juvederm-xc #content,
  .koer-whitening #content,
  .lumibrite #content,
  .lumineers #content,
  .lythos-digital-scan #content,
  body[class*="-team"] #content,
  body[class*="-staff"] #content,
  .meet-our-hygienists #content,
  .minimaster #content,
  .mouthguards #content,
  .nightguards #content,
  .palatal-expander #content,
  .patient-care-videos #content,
  .pay-it-forward-program #content,
  .periodontal-treatments #content,
  .philips-zoom #content,
  .pick-your-colors #content,
  .propel-orthodontics #content,
  .retainer-instructions #content,
  .retainers #content,
  .root-canals #content,
  .sealants #content,
  .simpli5 #content,
  .sirona-galileos-cbct #content,
  .six-month-smiles #content,
  .slimline-palatal-expander #content,
  .smiles-change-lives #content,
  .smile-for-a-lifetime #content,
  .smartclip #content,
  .solea-dental-laser #content,
  .somnodent-sleep-apnea-appliance #content,
  .speed-system #content,
  .sponsorships #content,
  body[class*="straumann"] #content,
  body[class^="suresmile"] #content,
  .success-stories #content,
  .tap-appliance #content,
  body[class^="trudenta-"] #content,
  .headache-symptoms-and-causes #content,
  body[class^="types-of"] #content,
  .the-wand-sta #content,
  .veneers #content,
  .vizilite-plus #content,
  .wildsmiles #content,
  .wisdom-teeth #content,
  .my-life-my-smile-my-orthodontist #content,
  .your-child-s-first-orthodontic-checkup #content,
  .aao-testimonials #content,
  .opalescence #content,
  .ortho-tv #content,
  .velscope-oral-cancer-screening #content,
  .why-choose-us #content,
  .contests-events #content,
  .video-gallery #content,
  .abpd-certification #content,
  .patient-rewards-program #content,
  .instant-orthodontics #content,
  .meet-sparky #content,
  .office-visits #content,
  .tongue-tie-lip-tie #content,
  .testimonials #content,
    .programs #content,
	.sanitation #content,
  .icon-white-spot-treatment #content,
  .laser-dentistry #content,
  .waterlase-md #content {
    width: 100%;
    max-width: none;
  }
  body[class*="acceledent"] #sidebar,
  .abo-certification #sidebar,
  .all-on-4 #sidebar,
  .bonding #sidebar,
  .braces-diagram #sidebar,
  .bridges #sidebar,
  body[class*="carriere"] #sidebar,
  .chao-pinhole-surgical-technique #sidebar,
  .clarity-ceramic-brackets #sidebar,
  .clarity-sl #sidebar,
  .cerec #sidebar,
  .clearcorrect #sidebar,
  .color-my-braces #sidebar,
  .contests #sidebar,
  body[class^="common-"] #sidebar,
  .crowns #sidebar,
  body[class^="damon-"] #sidebar,
  .dentures #sidebar,
  .complete-dentures #sidebar,
  .digital-x-rays #sidebar,
  .digital-cad-cam-dentistry #sidebar,
  body[class*="empower"] #sidebar,
  .e4d-dentist #sidebar,
  .extractions #sidebar,
  .fillings #sidebar,
  .fluoride #sidebar,
  body[class*="forsus"] #sidebar,
  .gum-disease #sidebar,
  .gum-disease-in-children #sidebar,
  body[class*="i-cat"] #sidebar,
  .incognito #sidebar,
  body[class*="in-ovation"] #sidebar,
  .mtm-no-trace #sidebar,
  .which-is-right-for-me #sidebar,
  .implants #sidebar,
  .insignia #sidebar,
  body[class*="invisalign"] #sidebar,
  .itero-digital-impression-system #sidebar,
  .itero-element #sidebar,
  .itero #sidebar,
  .juvederm-xc #sidebar,
  .koer-whitening #sidebar,
  .lumibrite #sidebar,
  .lumineers #sidebar,
  .lythos-digital-scan #sidebar,
  body[class*="-team"] #sidebar,
  body[class*="-staff"] #sidebar,
  .meet-our-hygienists #sidebar,
  .minimaster #sidebar,
  .mouthguards #sidebar,
  .nightguards #sidebar,
  .palatal-expander #sidebar,
  .patient-care-videos #sidebar,
  .pay-it-forward-program #sidebar,
  .periodontal-treatments #sidebar,
  .philips-zoom #sidebar,
  .pick-your-colors #sidebar,
  .propel-orthodontics #sidebar,
  .retainer-instructions #sidebar,
  .retainers #sidebar,
  .root-canals #sidebar,
  .sealants #sidebar,
  .simpli5 #sidebar,
  .sirona-galileos-cbct #sidebar,
  .six-month-smiles #sidebar,
  .slimline-palatal-expander #sidebar,
  .smiles-change-lives #sidebar,
  .smile-for-a-lifetime #sidebar,
  .smartclip #sidebar,
  .solea-dental-laser #sidebar,
  .somnodent-sleep-apnea-appliance #sidebar,
  .speed-system #sidebar,
  .sponsorships #sidebar,
  body[class*="straumann"] #sidebar,
  body[class^="suresmile"] #sidebar,
  .success-stories #sidebar,
  .tap-appliance #sidebar,
  body[class^="trudenta-"] #sidebar,
  .headache-symptoms-and-causes #sidebar,
  body[class^="types-of"] #sidebar,
  .the-wand-sta #sidebar,
  .veneers #sidebar,
  .vizilite-plus #sidebar,
  .wildsmiles #sidebar,
  .wisdom-teeth #sidebar,
  .my-life-my-smile-my-orthodontist #sidebar,
  .your-child-s-first-orthodontic-checkup #sidebar,
  .aao-testimonials #sidebar,
  .opalescence #sidebar,
  .ortho-tv #sidebar,
  .velscope-oral-cancer-screening #sidebar,
  .why-choose-us #sidebar,
  .contests-events #sidebar,
  .video-gallery #sidebar,
  .abpd-certification #sidebar,
  .patient-rewards-program #sidebar,
  .instant-orthodontics #sidebar,
  .meet-sparky #sidebar,
  .office-visits #sidebar,
  .tongue-tie-lip-tie #sidebar,
  .testimonials #sidebar,
    .programs #sidebar,
	.sanitation #sidebar,
  .icon-white-spot-treatment #sidebar,
  .laser-dentistry #sidebar,
  .waterlase-md #sidebar {
    display: none;
  }
  /* custom content */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  /*p.before-after-text, .before-after-box{ .wall; }*/
  .speed-system img[alt="Speed Braces"] {
    display: block;
  }
  /*.office_tour{
  .controls{
    > div{ 
      &[id^="prev"]{ margin-left:-50px; }
      &[id^="next"]{ margin-right:-50px; }
    }
  }
}*/
  /*PAGE SPECIFIC*/
  .which-is-right-for-me #content p {
    display: inline-block;
    float: left;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  [class^="inovation-chart-"] {
    display: inline-block;
    max-width: 50%;
  }
  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0;
  }
  .in-ovation-before-after .content-text h3 {
    text-align: center;
  }
  .in-ovation-before-after .content-text .img-left,
  .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body[class*="in-ovation"] .img-right {
    max-width: 40%;
  }
  /* ===============================================
          sitemap 
=============================================== */
  body.sitemap .width1 {
    width: 50%;
    /*default 50%*/
  }
  body.sitemap .width1:not(.first) {
    width: auto;
    float: right;
  }
  /* ===============================================
      spotlight 
=============================================== */
  .spotlight .spot_01 {
    font-size: 1.25vw;
    padding: 28.85em 0 17.6em;
  }
  .spotlight .spot_01 h2.topic {
    margin: 0 -4.55em;
    position: absolute;
    top: 1.45em;
    left: 50%;
  }
  .spotlight .spot_01 .cycle-slideshow {
    width: 100%;
  }
  .spotlight .spot_01 .cycle-slide img {
    margin: 0 0.65em;
  }
  .spotlight .spot_01 .cycle-slide img:nth-child(1) {
    margin-left: 0;
  }
  .spotlight .spot_01 .cycle-slide img:nth-last-child(1) {
    margin-right: 0;
  }
  .spotlight .spot_01 .cycle-slide img:nth-child(3) {
    margin: 0 0.65em;
    display: inline-block;
    vertical-align: top;
  }
  .spotlight .spot_01 img[class^="ol"].olbott {
    bottom: -0.05em;
  }
  /* ===============================================
          radix 
=============================================== */
  .home .radix {
    border-top-width: 10.35em;
  }
  /* ===============================================
          footer 
=============================================== */
  #ft {
    padding-bottom: 19.2em;
  }
  /*location*/
  #location {
    margin-bottom: 0;
  }
  #location:before {
    letter-spacing: -0.01em;
    font-size: 3.28em;
    white-space: nowrap;
    top:-1.4em; 
  }
  
  /*links :: F13 */
  #links {
    text-align: left;
    width: 57.54em;
    height: 11.62em;
    padding: 8.15em 0 0 13.15em;
    margin: 0 -18.31em;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  #links .util {
    margin: 0;
  }
  /*back to top*/
  #btt {
    width: auto;
    margin: 0;
    position: absolute;
    top: 3.38em;
    right: 11.54em;
  }
  /*END*/
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /*body*/
  body {
    font-size: 20px;
  }
  /*hfam*/
  /* vertex */
  #vertex {
    width: 100%;
    padding: 0 0 3.45em;
    position: fixed;
    top: 0;
    z-index: 3000;
    box-shadow: none;
  }
  /*HD*/
  #hd {
    text-align: right;
    padding: 0;
    z-index: 3000;
    overflow: visible;
  }
  #hd .phone {
    margin-top: 19px;
  }
  #utility-nav {
    margin-top: 19px;
  }
  #utility-nav a {
    margin-bottom: 0;
  }
  #hd .container, #main-nav .container {
    max-width: 1100px;
  }
  #logo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 11px;
    left: 180px;
  }
  #mom-approved {
    position: absolute;
    top: 35px;
    left: 0;
  }
  #best-d {
    position: absolute;
    top: 25px;
    left: 125px;
  }
  .social-media {
    width: 78px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 15px;
    top: 210px;
  }
  .social-media a {
    margin: 0 0 7px 0;
    display: block;
  }
  .social-media a:nth-child(odd) {
    margin: 0 0 7px 11px;
  }
  /* ==================================================================
  main-nav
=================================================================== */
  #main-nav {
    width: 100%;
    height: 67px;
    margin: 3px 0 0;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
  }
  #main-nav .container {
    background: none;
    padding: 0;
    /*max-width:none;*/
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 67px;
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 21px 0 0;
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    /*F28*/
    letter-spacing: 0.003em;
    line-height: 53px;
    text-align: center;
    color: #0282be;
    text-decoration: none;
    height: 67px;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    content: "";
    width: 2.32em;
    height: 0.36em;
    margin: 0 -1.16em;
    background: url(../images/nav/line.svg) no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: -0.43em;
    
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #4eb854;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    bottom: 0.5em;
    visibility: visible;
    opacity: 1;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 10px 0;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    height: 22px;
    width: 100%;
    padding: 0 21px;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    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: -22px;
    /*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;
  }
  /* ==================================================================
  slideshow
=================================================================== */
  #slideshow {
    width: 100%;
    margin-top: 0;
    /*position:fixed;*/
    top: 0;
  }
  /*callouts*/
  #callouts {
    font-size: 20px;
  }
  /* ==================================================================
  bd || content || sidebar
=================================================================== */
  /* ==================================================================
ip-sub 
=================================================================== */
  #ip-sub {
    padding: 14.1em 0 2.3em;
  }
  #ip-sub p {
    margin: 0;
    margin-bottom: 2.38em;
  }
  #ip-sub h1 {
    text-align: left;
  }

  #ip-sub a {
    margin: 0;
  }
  #ip-sub .divider {
    display: inline-block;
    margin: 0 0.3em;
    opacity: 1;
  }
  /* spotlight */
  /* ft */
  /* locations */
  #location {
    width: 100%;
    height: 21.9em;
  }
 
  #location .addy:before {
    content: "";
    width: 140px;
    height: 43px;
    position: absolute;
    left: 47em;
    top: -1.025em;
  }
  /*links*/
  /*back-to-top*/
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  /* un-deskburger */
  /*
#main-nav{ 
  .collapsible{
    .trigger{ .hide; }
  }
}

nav.horizontal ul li{ .auto;.nofloat; }
nav .collapsible ul { .ib; }
*/
  #callouts {
    text-align: left;
    width: 882px;
    height: 131px;
    padding: 2.3em 0 0 2em;
    margin: 0 -310px;
    left: 50%;
    bottom: 7vw;
    -webkit-filter: drop-shadow(2em 2em 1.5em rgba(0, 0, 0, 0.27));
            filter: drop-shadow(2em 2em 1.5em rgba(0, 0, 0, 0.27));
  }
  #callouts:before {
    content: "";
    width: 249px;
    height: 209px;
    background: url(../images/callouts/plane.png) no-repeat center center;
    position: absolute;
    top: -11px;
    left: -302px;
    z-index: 420;
  }
  #callouts .cobg {
    width: 44.1em;
    height: 6.55em;
    overflow: visible;
  }
  @media only screen and (min-width: 1300px) {
    #callouts .cobg path{
      transform-origin:0 50%;
      transform:scaleX(0.69) skew(36deg,0);
    }
  }
  
  #ip-sub {
    padding: 14.5em 0 14.3em;
  }

  #ip-sub p {
    /*margin-bottom: 5.38em;*/
  }
  #ip-sub .ol {
    font-size: inherit;
  }
  #ip-sub .ornament {
    width: 11.45em;
    height: 16.75em;
    margin: 0 0 0 16.15em;
    display: block;
    position: absolute;
    top: 9.6em;
    left: 50%;
  }
  /* BD - SIDEBAR - ETC */
  .home #bd {
    padding-top: 2.1em;
  }
  .home #bd .ornaments .sun {
    width: 13.1em;
    height: 13.1em;
    border-radius: 50%;
    margin: 0 0 0 23.55em;
    background: #f79c25;
    box-shadow: 2em 2em 1.5em rgba(0, 0, 0, 0.27);
    display: block;
    position: absolute;
    top: 239px;
    left: 50%;
  }
  .home #bd .ornaments .birds {
    /* width:12.65em;height:8.25em;.hide;position:absolute; */
    margin: 0 0 0 19.4em;
    display: block;
    top: 366px;
    left: 50%;
  }
  .content-text {
    line-height: 1.68;
    font-size: 22px;
  }
  /* spotlight */
  .spotlight .spot_01 {
    margin-top: -2.5em;
  }
  /* footer */
  #ft {
    padding-top: 21.95em;
    background-position: center top;
  }
  /* appReq */
  .appReq {
    font-family: "Caveat Brush", cursive;
    color: #f79c25;
    width: 212px;
    height: 175px;
    padding:0;
    background: url(../images/vertex/cloud.png) no-repeat 0 0;
    border:none;
    -webkit-filter: drop-shadow(7px 7px 15px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(7px 7px 15px rgba(0, 0, 0, 0.3));
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3030;
    transition:opacity 0.33s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
  }
  .appReq:hover {
    opacity:0.5;
  }
  
  .appReq:[aria-expanded="true"] .cta,
  .appReq:[aria-expanded="true"] .cta .trait {
    color: currentcolor;
  }
  .appReq .decoration {
    width: 106px;
    margin: 13px auto 9px 74px;
    display: block;
  }
  .appReq .cta {
    line-height: 0.92;
    font-size: 1.37em;
    /* font-family: "Caveat Brush", cursive; */
    text-align: right;
    text-transform: uppercase;
    color: #741b76;
    width: 198px;
    margin: 0 auto 0 0;
    display: block;
    transition:color 0.33s ease-in-out;
  }
  .appReq .cta .trait {
    color: #bf1170;
    transition:color 0.33s ease-in-out;
  }
  .appReq[aria-expanded="true"] .pseudolink {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
  }
  .appReq[aria-expanded="true"] .pseudolink:nth-last-of-type(2) {
    transform: translate3d(-100%, -220%, 0);
    transition-delay: 0.09s;
  }
  .appReq[aria-expanded="true"] .pseudolink:nth-last-of-type(1) {
    transform: translate3d(-100%, -120%, 0);
    transition-delay: 0s;
  }
  .appReq[aria-expanded="true"] .pseudolink:hover:after {
    background-color: #bf1170;
  }
  .appReq .pseudolink {
    line-height: 48px;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    width: auto;
    padding: 0 1em;
    margin: auto;
    display: block;
    position: absolute;
    top: 69%;
    right: 12%;
    z-index: -1;
    opacity: 0;
    transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
    pointer-events: none;
  }
  .appReq .pseudolink:after {
    content: '';
    background-color: #741b76;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    width: 100%;
    border-radius: 44px;
    top: 5px;
    right: 0;
    bottom: 5px;
    z-index: -1;
    transition: background-color 0.66s ease;
  }
  
  /*END*/
}
/* ===============================================
Desktop Only Large Screen Only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  #slideshow .slogan {
    top: 40%;
  }
  #callouts {
    bottom: 10vw;
  }
  .home #bd {
    padding-bottom: 30.55vw;
  }
  .home #bd .ornaments .cloud {
    bottom: 23.2vw;
  }
  .home #bd .ornaments .waves {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .spotlight .spot_01 {
    font-size: inherit;
  }
  /*END*/
}
/* ===============================================
Desktop Only Large Screen Only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  .spotlight .spot_01 h2.topic {
    margin: 0 -30vw;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*="Trident/7.0"] {
  /* END */
}
/* custom animations */
@keyframes mobilenavflyin {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* PULSE STUFF */
/* pulse_custom */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.44, 1.44, 1.44);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}

body.sanitation iframe[src*="https://www.youtube.com/embed/"] {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    max-width: 280px!important;
    aspect-ratio: 9 / 16 !important;
    display: block;
    margin: 0 auto 25px;
}
@media only screen and (min-width: 48em) {
body.sanitation iframe[src*="https://www.youtube.com/embed/"] {
    display: inline-block;
    float: left;
    margin: 0 8px 25px;
}
}
