@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i%7CPoppins:400,700%7CSedgwick+Ave&display=swap');
/* ===============================================
  
  bally-kurt
  
  Sesame Communications - (c) 2020
  Written by: James Stillion
  All rights reserved.
  Any reproduction or intentional misuse is strictly prohibited
  
=============================================== */
/*Colors */
/* hypertext */
/* ncs */
/* process */
/* dacquiri celeste */
/* chinese yellow || hyperlinks */
/* ===============================================
          fonts 
=============================================== */
.fontD {
  font-family: 'Sedgwick Ave', cursive;
}
.fontL {
  font-family: 'Lato', sans-serif;
}
.fontP {
  font-family: 'Poppins', sans-serif;
}
/* ===============================================
          Mixins 
=============================================== */
/*font-mixins*/


.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.sidebar {
    max-width: 390px;
    margin: 0 auto;
}
form#searchform input {
    height: 45px;
}
input#searchsubmit {
    background: #3dbde2;
    color: #fff;
    padding: 0px 12px;
    position: relative;
    top: 0px;
    font-size: 15px;
}
.blgsec div#content {
    width: 70%;
    float: left;
}
.blgsec .sidebar {
    float: left;
    width: 30%;padding-left: 20px;
}
.book_n_appointment i {
    position: inherit;
    left: 249px;
    top: 25px;
}
.book_n_appointment a i.hover {
    opacity: 0;
}

.book_n_appointment a:hover i.hover {
    opacity: 1;
}
.book_n_appointment a:hover i.active {
    opacity: 0;
}

input#s {
    width: 140px;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
#content .clear {
  line-height: 1;
  font-size: 0;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.social_link_box {
    width: 100%;
    display: table;
    max-width: 540px;
    margin: 0 auto;
}
.social_link_box a {
    display: table;
    float: left;
    max-width: 270px;
    width: 100%;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide,
.validation-only {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fade {
  opacity: 0.5;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  position: absolute;
}
/* use with .trbl */
.grey {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  height: auto;
}
/*GLOBAL OVERRIDES*/
.fa,
.fas,
.fab,
.fal {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
sup {
  font-size: inherit;
  top: 0;
}
li {
  line-height: inherit;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
address,
div.address {
  margin-bottom: 0;
  line-height: inherit;
  font-style: inherit;
}
/* Body */
body,
input,
select,
textarea {
  font-family: 'Lato', sans-serif;
}
form button {
  font-family: 'Poppins', sans-serif;
}
body {
  line-height: 1.8;
  font-size: 15px;
  color: #333333;
  background: #ffffff url(../images/tile050.png.webp) repeat 0 0;
  overflow: hidden;
}
p {
  margin: 0 0 1.85em;
  /*global override*/
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  color: #3dbde2;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#content a:hover {
  text-decoration: none;
  color: #feae00;
}
/* hfam */
h1,
h2:not(.topic),
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  text-transform: uppercase;
  color: #6d6e72;
  margin: 0 0 0.8em;
  text-rendering: auto;
}
h1 {
  /*F75*/
  font-size: 9vw;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
h1 .trait {
  line-height: 1.47;
  font-size: 0.58em;
  font-family: 'Sedgwick Ave', cursive;
  font-weight: 400;
  text-transform: none;
  color: #3dbde2;
  display: block;
}
.home h1 {
  /*F55*/
  font-size: 7.33vw;
  text-align: center;
  color: #0091d0;
}
header .slogan {
  line-height: 1.47;
  font-size: 1.6em;
  font-family: 'Sedgwick Ave', cursive;
  text-align: center;
  font-weight: 400;
  color: #3dbde2;
  margin: 0.16em auto 0.65em;
  display: block;
}
h2:not(.topic) {
  font-size: 1.9em;
  color: #3dbde2;
}
h3 {
  font-size: 1em;
  color: #0091d0;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9em;
  color: #feae00;
}
h6 {
  font-size: 0.8em;
  color: #feae00;
}
/*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;
}
.textcenters01 h2, .textcenters01 p { text-align: center;}
/* ==================================================================
  vertex
=================================================================== */
#vertex {
  padding: 43px 0 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3000;
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  height: 43px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgba(61, 189, 226, 0.9);
  position: absolute;
  top: 0;
  z-index: 600;
  clear: both;
}
#main-nav .container {
  height: 100%;
  width: 100%!important;
  padding: 0;
}
#main-nav .trigger {
  line-height: 43px;
  font-size: 15px;
  color: #fff;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger:after {
  content: '';
  width: 100%;
  height: 0;
  margin: auto 0;
  background: #0091d0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: -1;
}
#main-nav .trigger .nav_icon {
  width: 12px;
  height: 8px;
  /*small*/
  margin-right: 0.2em;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 3px;
  width: 100%;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}
#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: #fff;
}
#main-nav .trigger:hover:after {
  height: 100%;
}
#main-nav .trigger:hover .nav_icon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #fff;
}
#main-nav .open .trigger:after {
  height: 100%;
}
#main-nav .open .trigger .nav_icon span:nth-child(1) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .nav_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav ul {
  width: 100%;
  margin: 0;
  padding: 1em 0;
  background: rgba(61, 189, 226, 0.9) url(../images/tile.svg) repeat center center;
  background-size: 10em 10em;
  position: relative;
  z-index: 550;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  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: #feae00;
  text-decoration: none;
}
#main-nav ul ul {
  width: 100%;
  padding: 0;
  float: left;
  background: #0091d0;
  display: inline;
}
#main-nav ul ul:before {
  display: none;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 40px;
  color: #fff;
  width: 100%;
  height: 40px;
  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: #feae00;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul li {
  -webkit-animation: peters_move 0.4s 1;
  -moz-animation: peters_move 0.4s 1;
  -ms-animation: peters_move 0.4s 1;
  -o-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul li {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
/* all about that open class */
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 40px;
  opacity: 1;
}
/* ==================================================================
  header
=================================================================== */
#hd {
  line-height: 0;
  text-align: center;
  color: #feae00;
  padding: 0;
  position: relative;
  overflow: hidden;
}
/* logo  */
#logo {
  width: auto;
  margin: 2em auto;
  display: block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 14.85em;
  height: 3.6em;
}
/* socialMedia || aka social-icons */
.socialMedia img,
.socialMedia .ib {
  vertical-align: top;
}
/*global override*/
.socialMedia {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 300;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.socialMedia > div {
  width: auto;
}
.socialMedia a {
  line-height: 30px;
  font-size: 10px;
  color: #feae00;
  height: 30px;
  width: 20px;
  margin: 0 2px 0 0;
  display: block;
  float: left;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.socialMedia a:nth-last-of-type(1) {
  margin: 0;
}
.socialMedia a:hover {
  color: #0091d0;
  z-index: 400;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
}
.socialMedia a .icon {
  position: relative;
}
/* patient login */
.patientlogin {
  line-height: 30px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 110px;
  height: 30px;
  border-radius: 3px;
  margin: 1em auto;
  background: #feae00;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.patientlogin:hover {
  background: #0091d0;
}
#hd .appointmentrequest {
  line-height: 30px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3d3d3d;
  width: 216px;
  height: 30px;
  border-radius: 3px 3px 0 0;
  margin-left: auto;
  margin-right: auto;
  background: #eaecec;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#hd .appointmentrequest:hover {
  color: #fff;
  background: #0091d0;
}

/* ==================================================================
  slideshow
=================================================================== */
#slideshow {
  font-size: 3vw;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow #home-slideshow {
  width: 140%;
  margin: 0 -20%;
}
#slideshow .ssOverlay {
  font-family: 'Poppins', sans-serif;
  padding: 3em 0;
  background: #525252;
}
#slideshow .ssOverlay h2.topic {
  line-height: 1;
  font-size: 4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #3dbde2;
  margin: 0 0 0.15em;
  display: block;
}
#slideshow .ssOverlay .mod {
  text-align: left;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
#slideshow .ssOverlay a {
  line-height: 1.28;
  font-size: 1.25em;
  font-weight: 700;
  color: #0091d0;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideshow .ssOverlay a:hover {
  color: #feae00;
}
#slideshow .ssOverlay .ssBtn {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  width: 17em;
  padding: 2.35em 0 1.6em;
  margin: 2em auto 0;
  background: #feae00;
  display: block;
  position: relative;
  z-index: 410;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideshow .ssOverlay .ssBtn:hover {
  background: rgba(254, 174, 0, 0);
}
#slideshow .ssOverlay .ssBtn:hover:before {
  height: 100%;
}
#slideshow .ssOverlay .ssBtn:before,
#slideshow .ssOverlay .ssBtn:after {
  content: '';
  display: block;
}
#slideshow .ssOverlay .ssBtn:before {
  width: 100%;
  height: 0;
  margin: auto 0;
  background: rgba(1, 65, 92, 0.9);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideshow .ssOverlay .ssBtn:after {
  border: 1px solid #fff;
  width: auto;
  height: auto;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  opacity: 0.5;
}
#slideshow .ssOverlay .ssBtn .cta {
  line-height: 1;
  font-size: 1.45em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
}
#slideshow .ssOverlay .ssBtn .cta:after {
  content: 'click here';
  line-height: 1.45;
  font-size: 0.38em;
  display: block;
}
/* ==================================================================
          torso 
=================================================================== */
.torso {
  position: relative;
  background: #ffffff url(../images/tile050.png) repeat 0 0;
  background-attachment: fixed;
  z-index: 401;
}
/* ==================================================================
  callouts || aka bd-callouts
=================================================================== */
#callouts {
  font-size: 3vw;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #99d9ec;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #99d9ec), color-stop(100% #67afcf));
  background-image: -webkit-linear-gradient(top, #99d9ec 0%, #67afcf 100%);
  background-image: -moz-linear-gradient(top, #99d9ec 0%, #67afcf 100%);
  background-image: -ms-linear-gradient(top, #99d9ec 0%, #67afcf 100%);
  background-image: -o-linear-gradient(top, #99d9ec 0%, #67afcf 100%);
  background-image: linear-gradient(top, #99d9ec 0%, #67afcf 100%);
  position: relative;
  z-index: 410;
}
#callouts a {
  width: 33.3%;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#callouts a:nth-child(odd) {
  color: #0091d0;
}
#callouts a:nth-child(odd):before {
  -webkit-transform: translate(-2em, -2em);
  -moz-transform: translate(-2em, -2em);
  -ms-transform: translate(-2em, -2em);
  -o-transform: translate(-2em, -2em);
  transform: translate(-2em, -2em);
}
#callouts a:nth-child(even) {
  color: #3dbde2;
}
#callouts a:nth-child(even):before {
  -webkit-transform: translate(2em, 2em);
  -moz-transform: translate(2em, 2em);
  -ms-transform: translate(2em, 2em);
  -o-transform: translate(2em, 2em);
  transform: translate(2em, 2em);
}
#callouts a:before,
#callouts a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#callouts a:before {
  background: rgba(254, 174, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 420;
}
#callouts a:after {
  background: currentcolor;
  z-index: 410;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  opacity: 0.5;
}
#callouts a .decoration {
  width: 100%;
  position: relative;
  z-index: 400;
  -webkit-transition-duration: 0.55s;
  -moz-transition-duration: 0.55s;
  -o-transition-duration: 0.55s;
  -ms-transition-duration: 0.55s;
  transition-duration: 0.55s;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 1;
}
#callouts a h2.topic {
  line-height: 1;
  font-size: 0.95em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 2.05em;
  z-index: 420;
}
#callouts a:nth-child(n):hover {
  color: rgba(254, 182, 25, 0.4);
  z-index: 400;
}
#callouts a:nth-child(n):hover:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
/* ==================================================================
  .spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
}
.spotlight > div {
  position: relative;
}
.spotlight .spot01 {
  font-size: 3.5vw;
  padding: 3.35em 0 3.7em;
}
.spotlight .spot01 .offer {
  width: 100%;
  margin: 0 0 3.35em;
  display: block;
}
.spotlight .spot01 .offer .spotBtn {
  line-height: 1.13;
  font-size: 0.75em;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 9.67em;
  height: 9.67em;
  border-radius: 50%;
  margin: 0 0.33em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 410;
  background: #feb519;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.spotlight .spot01 .offer .spotBtn:hover {
  background: rgba(0, 145, 208, 0);
}
.spotlight .spot01 .offer .spotBtn:hover:before,
.spotlight .spot01 .offer .spotBtn:hover:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.spotlight .spot01 .offer .spotBtn:before,
.spotlight .spot01 .offer .spotBtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.spotlight .spot01 .offer .spotBtn:before {
  background: rgba(0, 145, 208, 0.5);
  -webkit-transform: translate(-25%, -25%);
  -moz-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  -o-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}
.spotlight .spot01 .offer .spotBtn:after {
  background: rgba(1, 65, 92, 0.5);
  -webkit-transform: translate(25%, 25%);
  -moz-transform: translate(25%, 25%);
  -ms-transform: translate(25%, 25%);
  -o-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}
.spotlight .spot01 .offer .spotBtn .cta {
  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%);
  z-index: 420;
}
.spotlight .spot01 .data-grid {
  font-family: 'Poppins', sans-serif;
  width: 96%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight .spot01 .data-grid .top .mod {
  width: 96%;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(1) > div {
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(1) .num {
  line-height: 1;
  font-size: 4.95em;
  font-weight: 700;
  color: #feae00;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(1) .num #cuYears {
  width: 1em;
  display: inline-block;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(1) .voluble {
  line-height: 0.79;
  font-size: 1.95em;
  text-align: left;
  text-transform: uppercase;
  color: #3dbde2;
  margin-left: 0.31em;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) {
  text-transform: uppercase;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2):before,
.spotlight .spot01 .data-grid .top .mod:nth-child(2):after {
  content: '';
  width: 80%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #e2e2e2;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2):before {
  top: -1.5em;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2):after {
  bottom: -1.5em;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .icon {
  line-height: 1;
  font-size: 4.2em;
  color: #0091d0;
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .info {
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .num {
  line-height: 1.15;
  font-size: 2.35em;
  font-weight: 700;
  color: #0091d0;
  display: block;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .num #cuLocs {
  width: 0.79em;
  display: inline-block;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .links {
  line-height: 1.74;
  font-size: 0.95em;
  color: #feae00;
  display: block;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .links a {
  color: #feae00;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .links a:hover {
  color: #9febef;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(2) .links .divider {
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(3) .num {
  line-height: 0.96;
  font-size: 4.95em;
  font-weight: 700;
  text-transform: uppercase;
  color: #feae00;
  display: block;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(3) .num #cuCrowns {
  width: 3.1em;
  display: inline-block;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(3) .info {
  display: block;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(3) .info svg {
  width: 1.8em;
  height: 2.35em;
  margin: 0 1.3em 0 0;
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(3) .info svg path {
  fill: #0091d0;
}
.spotlight .spot01 .data-grid .top .mod:nth-child(3) .info span {
  line-height: 1;
  font-size: 0.85em;
  text-align: left;
  font-weight: 700;
  color: #3dbde2;
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .bottom {
  padding-top: 1em;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
.spotlight .spot01 .data-grid .bottom:before,
.spotlight .spot01 .data-grid .bottom:after {
  content: '';
  background: #dfdfdf;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.spotlight .spot01 .data-grid .bottom:before {
  width: 88%;
  height: 1px;
}
.spotlight .spot01 .data-grid .bottom:after {
  height: 88%;
  width: 1px;
}
.spotlight .spot01 .data-grid .bottom .mod {
  width: 46%;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(1) {
  text-align: left;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(1) .num {
  line-height: 1.03;
  font-size: 3.75em;
  font-weight: 700;
  color: #3dbde2;
  display: block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(1) .num #cuCases {
  width: 2em;
  display: inline-block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(1) .info {
  line-height: 0.93;
  font-size: 1.5em;
  color: #0091d0;
  text-align: left;
  font-weight: 700;
  text-transform: lowercase;
  display: block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(2) .info {
  display: block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(2) .info svg {
  width: 4.2em;
  height: 3.35em;
  margin-right: 0.9em;
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(2) .info svg path {
  fill: #0091d0;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(2) .info span {
  line-height: 1.15;
  font-size: 1em;
  text-align: left;
  font-weight: 700;
  color: #3dbde2;
  display: inline-block;
  vertical-align: middle;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(2) .num {
  display: block;
  line-height: 0.99;
  font-size: 3.75em;
  font-weight: 700;
  color: #feae00;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(2) .num #cuVene {
  width: 2.6em;
  white-space: nowrap;
  display: inline-block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(3) {
  text-align: left;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(3) .num {
  line-height: 1.03;
  font-size: 3.75em;
  font-weight: 700;
  color: #0091d0;
  display: block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(3) .num #cuEndo {
  width: 2.55em;
  display: inline-block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(3) .info {
  line-height: 0.93;
  font-size: 1.5em;
  text-align: left;
  font-weight: 700;
  color: #3dbde2;
  display: block;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(4) .info {
  display: block;
  margin-bottom: -0.9em;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(4) .info span {
  line-height: 1.63;
  font-size: 1.5em;
  font-weight: 700;
  color: #feae00;
  display: inline-block;
  vertical-align: top;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(4) .info svg {
  width: 1.95em;
  height: 3.35em;
  /* margin-left:0.75em; */
  display: inline-block;
  vertical-align: top;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(4) .info svg path {
  fill: #0091d0;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(4) .num {
  line-height: 0.83;
  font-size: 3.75em;
  font-weight: 700;
  color: #3dbde2;
}
.spotlight .spot01 .data-grid .bottom .mod:nth-child(4) .num #cuImp {
  width: 2.4em;
  display: inline-block;
}
.spotlight .spot01 .data-grid .mod {
  margin: 4% 1%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.spotlight .spot01 .data-grid .mod [id] {
  white-space: nowrap;
}
.spotlight .spot02 {
  font-size: 2.35vw;
  background: #0091d0;
  /* .coMarks */
}
.spotlight .spot02 .info {
  width: 96%;
  max-width: 28.7em;
  padding: 2em 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight .spot02 .info h2.topic {
  line-height: 1;
  font-size: 2.35em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.spotlight .spot02 .info .voluble {
  line-height: 1.3;
  font-size: 1em;
  margin: 1.4em 0 0;
  color: #fff;
  display: none;
}
.spotlight .spot02 .promo {
  font-size: 3vw;
  height: 30em;
  padding: 6.5em 0 1.7em;
  background: #080808 url(../images/spotlight/spot02promo.jpg.webp) no-repeat 0 bottom;
  background-size: 150% auto;
  position: relative;
}
.spotlight .spot02 .promo .voluble {
  line-height: 1.08;
  font-size: 1.2em;
  text-align: left;
  color: #525252;
  width: 12.92em;
  position: absolute;
  left: 3.75em;
  top: 5.42em;
}
.spotlight .spot02 .promo .voluble:before,
.spotlight .spot02 .promo .voluble:after {
  line-height: 1;
  font-size: 5em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  display: block;
  position: absolute;
  top: 0.05em;
}
.spotlight .spot02 .promo .voluble:before {
  content: '“';
  left: -0.5em;
}
.spotlight .spot02 .promo .voluble:after {
  content: '”';
  right: -0.5em;
}
.spotlight .spot02 .promo .animatron {
  width: 20.6em;
  position: absolute;
  left: 1.3em;
  bottom: 1.85em;
}
.spotlight .spot02 .promo .animatron svg {
  width: 20.6em;
  height: 5.25em;
  display: block;
}
  .spotlight .spot02 .promo .animatron.ready svg .thepen {
    stroke-dashoffset: 3350;
  }
  .spotlight .spot02 .promo .animatron svg path {
    -webkit-transition-duration: 5s;
    -moz-transition-duration: 5s;
    -o-transition-duration: 5s;
    -ms-transition-duration: 5s;
    transition-duration: 5s;
  }
  .spotlight .spot02 .promo .animatron svg .thepen {
    stroke-dashoffset: 6700;
  }
  
.spotlight .spot02 .promo .animatron .slogan {
  letter-spacing: 0.44em;
  line-height: 1;
  font-size: 9px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
}
.spotlight .spot02 .coMarks {
  font-size: 5vw;
  width: 100%;
  display: block;
  text-align: center;
  padding: 2em 0;
  position: relative;
}
.spotlight .spot02 .coMarks a {
  margin: 2% 1.7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight .spot02 .coMarks a.ada {
  width: 5.7em;
  height: 2em;
}
.spotlight .spot02 .coMarks a.aogd {
  width: 5.2em;
  height: 1.35em;
}
.spotlight .spot02 .coMarks a.aaocd {
  width: 8.0559em;
  height: 1.85em;
}
.spotlight .spot02 .coMarks a.icoi {
  width: 3.8em;
  height: 2em;
}
.spotlight .spot02 .coMarks a.spotBtn {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 6em;
  height: 2.5em;
  position: absolute;
  top: -47vw;
  left: 0;
  z-index: 400;
}
.spotlight .spot02 .coMarks a.spotBtn:hover:after {
  background: rgba(254, 174, 0, 0.88);
}
.spotlight .spot02 .coMarks a.spotBtn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #3dbde2;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -3px;
}
.spotlight .spot02 .coMarks a.spotBtn .cta {
  line-height: 3.85;
  font-size: 0.65em;
  width: 100%;
  display: block;
  position: relative;
  z-index: 400;
}
.spotlight .spot02 .coMarks a img,
.spotlight .spot02 .coMarks a svg {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}
.spotlight .spot02 .coMarks a:hover {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0.5;
}
/* hero */
.hero {
  width: 100%;
  max-width: none;
  display: block;
}
/* header || h1 */
h1 {
  /* see up top with hfam rules */
}
header.sub {
  background: #0091d0;
  width: 100%;
  padding: 0.625em 0;
  display: block;
}

/* ==================================================================
  ipSub || aka subnav-outer
=================================================================== */
#ipSub {
  text-align: center;
  color: #a09e9e;
  padding: 1.25em 0;
  position: relative;
  overflow: hidden;
}
#ipSub p {
  line-height: 18px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#ipSub a {
  color: #a09e9e;
  display: inline-block;
  margin: 0.2em 0.8em;
  position: relative;
}
#ipSub a:before {
  content: '';
  width: 0;
  height: 1px;
  background: currentcolor;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
}
#ipSub a:hover,
#ipSub a.active {
  color: #a09e9e;
  text-decoration: none;
}
#ipSub a:hover:before,
#ipSub a.active:before {
  width: 100%;
  left: 0;
}
#ipSub .divider {
  display: none;
}
/* ==================================================================
  content || aka #home-content and .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  position: relative;
  z-index: 400;
}
.home #bd {
  background: #8f9162 url(../images/bd.jpg.webp) no-repeat center center;
  background-size: cover;
}
.home #bd .container {
  padding: 3em 5%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.home #bd .content-text {
  position: relative;
  z-index: 410;
}
.home #bd .coMarks {
  text-align: center;
  padding: 0.75em 0;
  position: relative;
  z-index: 410;
}
.home #bd .coMarks a {
  margin: 2% 0.75em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home #bd .coMarks a.invisalign {
  width: 6.75em;
  height: 1.85em;
}
.home #bd .coMarks a.zoom {
  width: 4.3em;
  height: 1.8em;
}
.home #bd .coMarks a.planmeca {
  width: 6.35em;
  height: 0.55em;
}
.home #bd .coMarks a.zimmer {
  width: 6.05em;
  height: 2.1em;
}
.home #bd .coMarks a img,
.home #bd .coMarks a svg {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}
.home #bd .coMarks a:hover {
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  opacity: 0.5;
}

 #bd .watermark {
  font-size: 2vw;
  width: 21.05em;
  height: 21.4em;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 50px;
  z-index: -1;
}
#bd .watermark02 {
  font-size: 2vw;
  width: 21.05em;
  height: 21.4em;
  display: block;
  position: absolute;
  left: 50%; right: inherit;
  top: 50%; bottom: inherit;
  z-index: -1;
  transform: translate(-50%, -50%);
}
 #bd .watermark path {
  fill: #ebe8e8;
  opacity: 0.7;
}


.home #bd .watermark {
  font-size: 2vw;
  width: 21.05em;
  height: 21.4em;
  display: block;
  position: absolute;
  right: 12px;
  bottom: 50px;
  z-index: 400;
}
.home #bd .watermark path {
  fill: #ebe8e8;
  opacity: 0.7;
}
/* Content */
#content a img {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#content a .fa,
#content a .fas,
#content a .fab {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: 20% 50%;
  -moz-transform-origin: 20% 50%;
  -ms-transform-origin: 20% 50%;
  -o-transform-origin: 20% 50%;
  transform-origin: 20% 50%;
}
#content a:hover img {
  opacity: 0.5;
}
#content a:hover .fa,
#content a:hover .fas,
#content a:hover .fab {
  -webkit-transform: scale(1.33);
  -moz-transform: scale(1.33);
  -ms-transform: scale(1.33);
  -o-transform: scale(1.33);
  transform: scale(1.33);
}
/* ===============================================
        custom content 
=============================================== */
.mediaSlider {
  text-align: center;
}
.mediaSlider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaSlider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaSlider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #feae00;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mediaSlider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaSlider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaSlider .cycle-slideshow > div.cycle-prev span {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mediaSlider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaSlider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.mediaSlider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaSlider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
.get-started-today .sub h1 img {
  display: block;
    margin: 0 auto;
}

.get-started-today h2.opt1 {
  font-family: 'Dancing Script', cursive;
}
.get-started-today #content .dealForms .form-trait
{
  text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #0091d1;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.6em;
    transition: 0.3s;
}

.get-started-today #content .dealForms .form-trait:hover {
  color: #003d70;
}
.get-started-today .dealForms .phone{
  text-decoration: none;
  color: #6b6868;
  font-size: 0.6em;
}
.get-started-today #bd ,
body.specials #bd {
  padding-bottom: 0;
}
.get-started-today #bd .container ,
body.specials #bd .container {
  text-align: center;
  max-width: 60em;
}
.get-started-today #bd .container h2,
body.specials #bd .container h2,
.get-started-today #bd .container h3 ,
body.specials #bd .container h3 {
  text-align: center;
}
.get-started-today #bd .theDeal ,
body.specials #bd .theDeal {
  padding: 0 0 2em;
}
.get-started-today #bd .theDeal .info ,
body.specials #bd .theDeal .info {
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
}
.get-started-today #bd .theDeal h2 ,
body.specials #bd .theDeal h2 {
  line-height: 1;
  font-size: 1.65em;
  font-size: 5.5vw;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.get-started-today #bd .theDeal h2.opt1 .trait ,
body.specials #bd .theDeal h2.opt1 .trait {
  line-height: 0.9;
  font-size: 2.73em;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: #0091d0;
}
.get-started-today #bd .theDeal h2.opt2 .trait ,
body.specials #bd .theDeal h2.opt2 .trait {
  line-height: 0.9;
  font-size: 6.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.1em;
  display: inline-block;
}
.get-started-today #bd .theDeal .compliance ,
body.specials #bd .theDeal .compliance {
  text-align: center;
  font-style: italic;
  color: #006d9d;
}
.get-started-today #bd .orNament ,
body.specials #bd .orNament {
  letter-spacing: -0.05em;
  line-height: 2.2;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-indent: -0.08em;
  width: 2.2em;
  height: 2.2em;
  margin: -0.6em 0;
  position: relative;
  z-index: 400;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.get-started-today #bd .orNament:after ,
body.specials #bd .orNament:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #00c0f3;
  border: 4px solid #fff;
  box-shadow: 0 0 0.2em 0.1em rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.get-started-today #bd .orNament .divider ,
body.specials #bd .orNament .divider {
  width: 100%;
  display: block;
  position: relative;
  z-index: 400;
}
.get-started-today #bd .servicesArray ,
body.specials #bd .servicesArray {
  font-size: 0.8em;
  text-align: left;
  color: #003d70;
  padding: 2em 0 1em;
  position: relative;
  z-index: 400;
}
.get-started-today #bd .servicesArray:after ,
body.specials #bd .servicesArray:after {
  content: '';
  width: 150em;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 -75em;
  z-index: -1;
}
.get-started-today #bd .servicesArray ul ,
body.specials #bd .servicesArray ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  max-width: 30em;
}
.get-started-today #bd .servicesArray ul li ,
body.specials #bd .servicesArray ul li {
  line-height: 0.9;
  padding: 0.36em 0;
}
body.insurances #bd .insuranceOpt,
.get-started-today #bd .insuranceOpt ,
body.specials #bd .insuranceOpt {
  text-align: center;
  width: 100%;
  padding: 1em 0;
  position: relative;
  z-index: 400;
}
body.insurances #bd .insuranceOpt:after,
.get-started-today #bd .insuranceOpt:after ,
body.specials #bd .insuranceOpt:after {
  content: '';
  width: 150em;
  height: 100%;
  background: #55cbf3;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 -75em;
  z-index: -1;
}
body.insurances #bd .insuranceOpt h3,
.get-started-today #bd .insuranceOpt h3 ,
body.specials #bd .insuranceOpt h3 {
  line-height: 1.29;
  font-size: 2.4em;
  font-size: 8vw;
  text-align: center;
  font-style: italic;
  text-transform: none;
  color: #fff;
}
body.insurances #bd .insuranceOpt h3 .trait,
.get-started-today #bd .insuranceOpt h3 .trait ,
body.specials #bd .insuranceOpt h3 .trait {
  line-height: 1.29;
  font-size: 0.5em;
  font-style: normal;
  color: #000;
  margin: 0 0 0.625em;
  display: inline-block;
}
body.insurances #bd .coMarks,
.get-started-today #bd .coMarks ,
body.specials #bd .coMarks {
  text-align: center;
  width: 100%;
}
body.insurances #bd .coMarks img,
.get-started-today #bd .coMarks img ,
body.specials #bd .coMarks img {
  width: auto;
  max-width: 14%;
  margin: 2%;
  display: inline-block;
  vertical-align: top;
}
.get-started-today #bd .disclaimer ,
body.specials #bd .disclaimer {
  line-height: 2;
  font-size: 0.8em;
  font-weight: 700;
  color: #000;
  width: 100%;
  padding: 3em 2% 2em;
  display: block;
  position: relative;
  z-index: 400;
}
.get-started-today #bd .disclaimer:after ,
body.specials #bd .disclaimer:after {
  content: '';
  width: 150em;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 -75em;
  z-index: -1;
}
.get-started-today #bd .dealForms ,
body.specials #bd .dealForms {
  width: 96%;
  max-width: 25.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0;
  display: block;
}
.get-started-today #bd .dealForms > div[class$="Form"] ,
body.specials #bd .dealForms > div[class$="Form"] {
  width: 100%;
  border-radius: 1em;
  padding: 2em 1em;
  background: #fff;
  border: 2px solid #0f779b;
}
.get-started-today #bd .dealForms .orNament ,
body.specials #bd .dealForms .orNament {
  font-size: 1.75em;
  margin: -0.4em 0 -0.6em -0.8em;
}
.get-started-today #bd .dealForms .diyForm h3 ,
body.specials #bd .dealForms .diyForm h3 {
  line-height: 1.31;
  font-size: 2.1em;
  font-weight: 900;
  color: #00c0f3;
  margin: 0 0 5px;
}
.get-started-today #bd .dealForms .diyForm .dealBtn ,
body.specials #bd .dealForms .diyForm .dealBtn {
  line-height: 2.625;
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  width: auto;
  height: 2.625em;
  border-radius: 4px;
  padding: 0 1em;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  background: #0081c6;
}
.get-started-today #bd .dealForms .diyForm .dealBtn:hover ,
body.specials #bd .dealForms .diyForm .dealBtn:hover {
  color: #fff;
  background: #feae00;
}
/* ===============================================
    widget
=============================================== */
.weContactYouForm {
  width: 100%;
  margin: 0;
  padding: 0;
}
.weContactYouForm h3 {
  line-height: 1.3;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: #003d70;
  margin-bottom: 1.5em;
}
.weContactYouForm h3 .trait {
  line-height: 1.31;
  font-size: 1.45em;
  font-weight: 900;
  margin: 0 0 0.52em;
  display: inline-block;
}
.weContactYouForm .req {
  line-height: 3;
  font-size: 0.5em;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  color: #feae00;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.weContactYouForm form {
  width: 100%;
  display: inline-block;
}
.weContactYouForm input[type="text"],
.weContactYouForm select {
  font-size: 0.8em;
  color: #acacac;
  caret-color: #feae00;
  /* cursor color */
  width: 44%;
  height: 2.8125em;
  border-radius: 6px;
  margin: 0 2% 0.5625em;
  background: #fff;
  border: 1px solid #0091d0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-shadow: none;
  display: inline-block;
  vertical-align: top;
}
.weContactYouForm input[type="text"][required],
.weContactYouForm select[required] {
  border-color: #feae00;
}
.weContactYouForm input[type="text"]::-webkit-input-placeholder,
.weContactYouForm select::-webkit-input-placeholder {
  color: #acacac;
}
.weContactYouForm input[type="text"]:-moz-placeholder,
.weContactYouForm select:-moz-placeholder {
  color: #acacac;
}
.weContactYouForm input[type="text"]::-moz-placeholder,
.weContactYouForm select::-moz-placeholder {
  color: #acacac;
}
.weContactYouForm input[type="text"]:-ms-input-placeholder,
.weContactYouForm select:-ms-input-placeholder {
  color: #acacac;
}
.weContactYouForm select option {
  line-height: 2;
}
.weContactYouForm .quiet {
  line-height: 1.2;
  font-size: 0.65em;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  padding: 0.5em 0;
}
.weContactYouForm .widget-btn {
  line-height: 2.625;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  height: 2.625em;
  border-radius: 4px;
  padding: 0 1em;
  margin: 0 auto;
  display: block;
  background: #0091d0;
  border: 0 solid #0091d0;
}
.weContactYouForm .widget-btn:hover {
  color: #fff;
  background: #feae00;
  border-color: #feae00;
}
/* global override */
/* padding for inputs and textareas */
.full textarea {
  padding: 9px 0 0 16px!important;
  min-height: 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  padding: 0 0 0 16px!important;
}
/* ===============================================
          sitemap 
=============================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0; padding-left: 10px;
}
.sitemap #content ul a {
  line-height: 1.26;
  font-size: 0.95em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #3dbde2;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
  transition-duration: 0;
}
.sitemap #content ul ul li a {
  line-height: 1.4;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #333;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #feae00;
}
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: 330px;
  margin: 0 auto 6%;
  padding: 0;
  display: none;
}
/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
body[class~='blog'] #sidebar {
  display: block;
}
/*sitepics*/
#hide-stock {
  position: relative;
}
.static {
  width: 100%;
  position: relative;
}
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}
/* ==================================================================
  .spotlight
=================================================================== */
.spotlight .spot03 {
  font-size: 4vw;
  padding: 9.8em 0 5.85em;
  background: #0091d0 url(../images/spotlight/spot03bg.jpg.webp) no-repeat center center;
  background-size: cover;
  z-index: 400;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.spotlight .spot03 .animatron {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/tile.svg) repeat 0 0;
  background-attachment: fixed;
  background-size: 20em auto;
  z-index: 401;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.spotlight .spot03 .mod {
  width: 100%;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.spotlight .spot03 h2.topic {
  line-height: 1.08;
  font-size: 1.85em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1.46em;
  display: block;
  position: relative;
  z-index: 410;
}
.spotlight .spot03 .cycle-slideshow {
  width: 96%;
  max-width: 43.75em;
  margin: 0 auto 0.925em;
  display: block;
  position: relative;
  z-index: 410;
}
.spotlight .spot03 .cycle-slide {
  color: #fff;
  width: 100%;
  display: block;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}
.spotlight .spot03 .cycle-slide:hover {
  color: rgba(255, 206, 101, 0.88);
}
.spotlight .spot03 .voluble {
  line-height: 1.04;
  font-size: 1.25em;
  margin: 0 0 1.04em;
  display: block;
}
.spotlight .spot03 .cred {
  line-height: 1.04;
  font-size: 1.25em;
  display: block;
}
.spotlight .spot03 .controls {
  text-align: center;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 409;
}
.spotlight .spot03 .controls > a {
  line-height: 2;
  font-size: 2.25em;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight .spot03 .controls > a#prev {
  margin-right: 0.5em;
}
.spotlight .spot03 .controls > a:hover {
  color: #feae00;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.88;
}
.spotlight .spot03 .links {
  width: 100%;
  padding: 0.925em 0 0;
  display: block;
  position: relative;
  z-index: 410;
}
.spotlight .spot03 .spotBtn {
  line-height: 2.85;
  font-size: 0.65em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0.38em;
  padding: 0 0.77em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #feae00;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight .spot03 .spotBtn:hover {
  background: rgba(61, 189, 226, 0.88);
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  z-index: 420;
}
.spotlight .spot04 {
  font-size: 3vw;
  background: #9febef url(../images/watermark.svg) no-repeat center 90%;
  background-size: 70% auto;
}
.spotlight .spot04 .decoration {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.spotlight .spot04 .info {
  width: 96%;
  max-width: 28.5em;
  /* padding:10.1em 0 4.6em; */
  padding: 4.6em 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spotlight .spot04 h2.topic {
  line-height: 1.074;
  font-size: 2.7em;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 0.59em;
}
.spotlight .spot04 ul {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.spotlight .spot04 ul li {
  line-height: 1.3125;
  font-size: 1.6em;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.spotlight .spot04 ul li a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight .spot04 ul li a:hover {
  color: #feae00;
}
.spotlight .spot05 {
  font-size: 3vw;
  font-family: 'Poppins', sans-serif;
  padding: 8.35em 0 4.75em;
  background: #ede7da url(../images/spotlight/spot05bg.jpg.webp) no-repeat center center;
  background-size: cover;
}
.spotlight .spot05 .topic {
  width: 27.8em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spotlight .spot05 .topic:hover {
  opacity: 0.6;
}
.spotlight .spot05 .topic svg {
  width: 27.8em;
  height: 7.3em;
}
.spotlight .spot05 .dshow {
  font-size: 5vw;
  width: 96%;
  max-width: 18.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}
.spotlight .spot05 .mod {
  width: 100%;
  height: 23.4em;
  /* margin:0.5em; */
  padding: 1em 0 3.5em;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  display: block;
}
.spotlight .spot05 .mod:nth-of-type(1) {
  color: #feae00;
}
.spotlight .spot05 .mod:nth-of-type(2) {
  color: #3dbde2;
}
.spotlight .spot05 .mod:nth-of-type(3) {
  color: #0091d0;
}
.spotlight .spot05 .coverage {
  line-height: 1.13;
  font-size: 0.75em;
  color: currentcolor;
  margin: 0 0 1.067em;
  display: block;
}
.spotlight .spot05 .pricepoint {
  line-height: 1.195;
  font-size: 4.35em;
  font-weight: 700;
  width: 100%;
  margin: 0 0 0.218em;
  background: currentcolor;
  display: block;
}
.spotlight .spot05 .pricepoint .cta {
  color: #fff;
}
.spotlight .spot05 .pricepoint sup {
  vertical-align: super;
  font-size: 50%;
}
.spotlight .spot05 .pricepoint .trait {
  line-height: 1.33;
  font-size: 0.17em;
  font-weight: 400;
  vertical-align: 3em;
}
.spotlight .spot05 ul {
  color: #000;
  text-align: left;
  width: 100%;
  padding: 0 0 0 2.6em;
  margin: 1.5em 0 0;
}
.spotlight .spot05 ul li {
  line-height: 1.133;
  font-size: 0.75em;
  width: 100%;
  margin: 0.87em 0;
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.spotlight .spot05 ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: -2em;
}


body.smile-care-plus-discount-plan .dshow {
  font-size: 5vw;
  width: 96%;
  max-width: 18.5em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  text-align: center;
}
body.smile-care-plus-discount-plan .dshow .mod {
  width: 100%;
  height: 23.4em;
  /* margin:0.5em; */
  padding: 1em 0 3.5em;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  display: block;
}
body.smile-care-plus-discount-plan .dshow .mod:nth-of-type(1) {
  color: #feae00;
}
body.smile-care-plus-discount-plan .dshow .mod:nth-of-type(2) {
  color: #3dbde2;
}
body.smile-care-plus-discount-plan .dshow .mod:nth-of-type(3) {
  color: #0091d0;
}
body.smile-care-plus-discount-plan .dshow .coverage {
  line-height: 1.13;
  font-size: 0.75em;
  color: currentcolor;
  margin: 0 0 1.067em;
  display: block;
}
body.smile-care-plus-discount-plan .dshow .pricepoint {
  line-height: 1.195;
  font-size: 4.35em;
  font-weight: 700;
  width: 100%;
  margin: 0 0 0.218em;
  background: currentcolor;
  display: block;
}
body.smile-care-plus-discount-plan .dshow .pricepoint .cta {
  color: #fff;
}
body.smile-care-plus-discount-plan .dshow .pricepoint sup {
  vertical-align: super;
  font-size: 50%;
}
body.smile-care-plus-discount-plan .dshow .pricepoint .trait {
  line-height: 1.33;
  font-size: 0.17em;
  font-weight: 400;
  vertical-align: 3em;
}
body.smile-care-plus-discount-plan .dshow ul {
  color: #000;
  text-align: left;
  width: 100%;
  padding: 0 0 0 2.6em;
  margin: 1.5em 0 0;
}
body.smile-care-plus-discount-plan .dshow ul li {
  line-height: 1.133;
  font-size: 0.75em;
  width: 100%;
  margin: 0.87em 0;
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
body.smile-care-plus-discount-plan .dshow ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: -2em;
}

/* ==================================================================
  #ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  padding: 0;
  background: #dedede url(../images/footer/florida-dental-office.png.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.home #ft {
  overflow: visible;
}
/* ===============================================
    locations || aka ft-location
=============================================== */
#locations {
  padding: 3.8em 0;
  background: rgba(61, 189, 226, 0.8);
}
#locations .logo {
  font-size: 4vw;
  margin: 0 0 2em;
  display: block;
}
#locations .logo svg {
  width: 21.5em;
  height: 5.1628em;
}
#locations .office {
  font-size: 20px;
  text-align: left;
  width: 10.2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
#locations .office:nth-of-type(2) {
  margin-top: 16px;
  margin-bottom: 16px;
}
#locations .google {
  line-height: 1.47;
  font-size: 0.75em;
  display: block;
  position: absolute;
  top: 0;
  left: -1.67em;
  -webkit-transform-origin: 70% 50%;
  -moz-transform-origin: 70% 50%;
  -ms-transform-origin: 70% 50%;
  -o-transform-origin: 70% 50%;
  transform-origin: 70% 50%;
}
#locations .google:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#locations .addy {
  line-height: 1.1875;
  font-size: 0.8em;
  margin: 0 auto;
  display: block;
}
#locations .addy .trait {
  line-height: 1.16;
  font-size: 1.1875em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#locations .addy .marker {
  position: absolute;
  z-index: 400;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  display: none;
}
#locations .addy .marker.jupi svg .bg {
  fill: #feae00;
}
#locations .addy .marker.bobe svg .bg {
  fill: #0180b7;
}
#locations .addy .marker.well svg .bg {
  fill: #01648f;
}
#locations .addy .marker.sat.jupi {
  bottom: 7.5em;
  left: -27.9em;
}
#locations .addy .marker.sat.jupi svg .bg {
  fill: #feae00;
}
#locations .addy .marker.sat.bobe {
  bottom: -4.2em;
  left: -29.25em;
}
#locations .addy .marker.sat.bobe svg .bg {
  fill: #0180b7;
}
#locations .addy .marker.sat.well {
  bottom: 7.45em;
  left: -37.15em;
}
#locations .addy .marker.sat.well svg .bg {
  fill: #01648f;
}
#locations .addy .marker.loc {
  top: 0;
  left: -6em;
}
#locations .addy .marker svg {
  width: 3.1875em;
  height: 4.25em;
  position: relative;
}
#locations .addy .marker svg .bg {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#locations .addy .marker:after {
  content: '';
  width: 4.375em;
  height: 2.5625em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0.85em;
  bottom: -0.45em;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#locations .addy:hover .marker.sat {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#locations .addy:hover .marker.loc {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#locations .addy:hover .marker[class] svg .bg {
  fill: #0091d0;
}
#locations .phone {
  line-height: 19px;
  font-size: 16px;
  display: block;
}
#locations a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#locations a:hover {
  color: #01415c;
}
/* ==================================================================
    links || aka ft-design-credit
=================================================================== */
#links {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.85em 0 1.6em;
  margin: 0;
}
#links .appointmentrequest {
  color: #fff;
  width: 16.4em;
  margin: 0 auto 1.5em;
  display: block;
  position: relative;
}
#links .appointmentrequest:hover .icon span:before {
  content: '\f274';
  -webkit-transform: translateX(0) rotateY(0deg);
  -moz-transform: translateX(0) rotateY(0deg);
  -ms-transform: translateX(0) rotateY(0deg);
  -o-transform: translateX(0) rotateY(0deg);
  transform: translateX(0) rotateY(0deg);
}
#links .appointmentrequest:hover .cta {
  background: #feae00;
}
#links .appointmentrequest .icon {
  width: 3.2em;
  height: 3.2em;
  margin: 0 auto -0.4em;
  position: relative;
  z-index: 400;
}
#links .appointmentrequest .icon span:before {
  line-height: 1.88;
  font-size: 1.7em;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 420;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  -webkit-transform: translateX(0) rotateY(-180deg);
  -moz-transform: translateX(0) rotateY(-180deg);
  -ms-transform: translateX(0) rotateY(-180deg);
  -o-transform: translateX(0) rotateY(-180deg);
  transform: translateX(0) rotateY(-180deg);
}
#links .appointmentrequest .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #feae00;
  border: 3px solid #fff;
  z-index: -1;
}
#links .appointmentrequest .cta {
  line-height: 3.33;
  font-size: 0.75em;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  background: #0180b7;
  display: block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#links .util {
  line-height: 30px;
  font-size: 10px;
  color: #6d6e72;
  margin-bottom: 2em;
}
#links .util a {
  color: #6d6e72;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#links .util a:hover {
  color: #feae00;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
/*sesame link*/
a#sesame-link .sesame-icon {
  width: 16px;
  height: 14px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesame-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
a#sesame-link .sesame-icon path.top {
  fill: #D6E03D;
}
a#sesame-link .sesame-icon path.bottom {
  fill: #00a5e3;
}
a#sesame-link:hover .sesame-icon path {
  fill: currentColor;
}
/*backToTop*/
#btt {
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
}
a#backToTop {
  line-height: 30px;
  font-size: 15px;
  color: #feae00;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a#backToTop:hover {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0.5;
}
/*superlative*/
/************************************************************************************************************************************************/
.img-right,
.img-left {
  display: block;
}
/* hide double hr */
hr {
  height: 1px;
  margin: 1.85em auto;
  padding: 0;
  clear: both;
  background: #d4d4d4;
}
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 1px;
  width: 100%;
  margin: 1.85em 0;
  background: #d4d4d4;
  /* change to match div.hr color please */
  display: block;
}
.vMaster {
    display: none;
}
.book_n_appointment{
    color: #1783ce;
    line-height: 2.125;
    font-size: 20px;
    width: 205px;
    height: 262px;
    border-radius: 0 8px 8px 0;
    margin: -108px 0 -6.08em -158px;
    background: none!important;
    position: fixed;
    left: 0;
    bottom: 50%;
    z-index: 3000;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.book_n_appointment a{ 
   border-radius: 8px 8px 0 0;
    background-color:#50c3e400;
    display: block;
    position: absolute;
    width: 270px;
    height: 153px;
    padding: 16px 20px;
    font-size: 17px;
    word-spacing: 4px;
        font-weight: bold;
    color: #50c3e400;
    left: 0;
    top: 50px;
    z-index: 3000;
    text-transform: uppercase;
        text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transform: rotate( 90deg );
    text-align: center;
}
.book_n_appointment a:hover{ 
    background-color:#50c3e400;
}
/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  border-radius: 1em;
  padding: 16px 2em;
  float: left;
  background: #feae00;
}
/* 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: #feae00;
  border: 1px solid #feae00;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
form button:hover {
  color: #feae00;
  border-color: #feae00;
  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%;
}

body.wellington-office .img-right,
body.jupiter-office .img-right,
body.boynton-beach-office .img-right {
  max-width: 58%;
}

/* 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: #feae00;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  margin: 0px;
  text-align: left;
  text-transform: none;
  caret-color: #feae00;
}
form#blog_search input {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: rgba(255, 255, 255, 0.95);
}
form#blog_search button {
  font-weight: 700;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  padding: 4px 8px!important;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
form#blog_search button:active,
form#blog_search button:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.24);
}
/* end blog css */
/* fixes buttons */
button:hover,
button:active,
button:focus {
  outline: none;
}
/* Generic Classes */
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  /*width:80%;*/
  caret-color: #feae00;
}
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: #feae00;
  /*padding-bottom:1em;
  margin-bottom:3em;
  border-bottom:1px solid @tri-grey;*/
}
p#procedures-nav a {
  color: #feae00;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
p#procedures-nav a:hover {
  text-decoration: none;
  color: #0091d0;
}
/*********************************************************************/
/*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;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.invisalign-testimonials ul#testimonials p {
  line-height: 18px;
  font-size: 17px;
  text-shadow: none;
  font-weight: 400;
  color: #333333;
}
/*invisalign footer*/
#invisalign-footer,
#suresmile-footer {
  max-width: 100%;
  width: auto;
}
#invisalign-footer a:hover img,
#suresmile-footer a:hover img {
  opacity: 0.5;
}
#pro-pack #invisalign-footer {
  width: 90%;
  float: none;
  margin: 1em auto;
}
#pro-pack #invisalign-footer a:hover img {
  opacity: 0.5;
}
#invisalign-footer li,
#suresmile-footer li,
#pro-pack #invisalign-footer li {
  width: auto;
}
/*other stuff*/
.braces-diagram #content p {
  float: none;
  margin: 0 auto!important;
  padding: 0;
}
.braces-diagram #content .img-left {
  float: none;
  margin: 0 auto;
  clear: none;
  display: block;
}

    .card {
        position: relative;
        text-align: center;
        /*margin: auto;*/
        display: block;
        max-width: 277px;
        border: #feae00 solid 3px;

    }
    .span4 .card {
    margin: auto;
    }
    .card .img-top {
        display: inline;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s;
        opacity:0;
    }
    .card:hover .img-top {
        opacity:1;
    }


.makeitscolumns{
    column-count: 2;
}

.top-img {
  padding-bottom: 45px;
}
.img-header-wrap {
    position: relative;
  }
.img-header-wrap h1{
    position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  font-family: 'Dancing Script', cursive;
    text-transform: none;

}

.smilecare-header-img {
  margin: 0 auto;
  max-width: 40em;
  text-align: center;
}

body.same-day-dentistry .video-sleeve {
  /*max-width: 400px!important;*/
}

.card-header {
  background: #3dbde2;
    width: 90%;
    float: left;
    padding: 10px 10px 10px 10px;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 10%; margin-bottom: 14px;
}
.card-header i { float: right; padding-right: 5px; transition: .5s;}
/* .card-header.collapsed i { transform: rotateZ(180deg);} */

/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  h1 {
    /*F75*/
    font-size: 3.75em;
  }
div#bd_1.bd_1 .box1 {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
}
  .home h1 {
    /*F55*/
    font-size: 2.75em;
  }
  #slideshow {
    font-size: inherit;
  }
  .spotlight .spot02,
  .spotlight .spot03,
  .spotlight .spot04 {
    font-size: inherit;
  }
  .spotlight .spot05 {
    font-size: inherit;
  }
  .spotlight .spot05 .dshow {
    font-size: 3.5vw;
  }
  body.smile-care-plus-discount-plan .dshow {
    font-size: 3.5vw;
  }


  #locations .logo {
    font-size: inherit;
  }
  #links .util {
    font-size: 11px;
  }
  /* CUSTOM CONTENT */
  .get-started-today #bd .theDeal h2 ,
  body.specials #bd .theDeal h2 {
    font-size: 1.95em;
  }
  body.insurances #bd .insuranceOpt h3.
  .get-started-today #bd .insuranceOpt h3 ,
  body.specials #bd .insuranceOpt h3 {
    font-size: 2.4em;
  }
  /*END*/
}
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {

  body.same-day-dentistry .row>.col.span5 {
    width: 100%;
    display: block;
    margin-left: 0;
    float: none;
  }
  body.same-day-dentistry .row>.col.span7 {
    width: auto;
    display: block;
    float: left;
    margin-right: 5%;
  }
  /* ===============================================
          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%;
  }
  .img-right,
  .img-left {
    display: inline-block;
  }
  /*hfam*/
  h1 {
    /*F75*/
    font-size: 3.75em !important;
  }
  .home h1 {
    /*F55*/
    font-size: 2.75em;
  }
  h1.whitecolors01 { color: #fff;}
  /* ===============================================
          header 
=============================================== */
  #hd .appointmentrequest {
    border-radius: 0 0 3px 3px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #hd .util {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #logo {
    margin: 7px auto;
  }
  .socialMedia {
    width: auto;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .patientlogin {
    border-radius: 0 0 3px 3px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  /* ===============================================
          slideshow 
=============================================== */
  #slideshow {
    font-size: inherit;
  }
  #slideshow #home-slideshow {
    width: 130%;
    margin: 0 -15%;
  }
  #slideshow .ssOverlay {
    padding: 0;
    margin: 0 -25em;
    background: none;
    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: 50%;
    z-index: 400;
  }
  #slideshow .ssOverlay .ssBtn {
    margin-left: 0;
  }
  /* ===============================================
          torso 
=============================================== */
  /*.torso{ position:relative;background:#fff;z-index:420; }*/
  /* ===============================================
      callouts 
=============================================== */
  #callouts {
    font-size: 1.5vw;
  }
  #callouts a {
    width: 16.65%;
  }
  /* ===============================================
      spotlight 
=============================================== */
  .spotlight .spot01 {
    font-size: 1.5vw;
  }
  .spotlight .spot01 .offer {
    font-size: 1rem;
  }
  .spotlight .spot01 .top,
  .spotlight .spot01 .bottom {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .spotlight .spot01 .data-grid .top {
    padding-bottom: 2em;
  }
  .spotlight .spot01 .data-grid .top .mod {
    width: auto;
    height: 8.85em;
    margin: 0;
    padding: 2em 0 0;
  }
  .spotlight .spot01 .data-grid .top .mod:nth-child(1) {
    float: left;
  }
  .spotlight .spot01 .data-grid .top .mod:nth-child(2):before,
  .spotlight .spot01 .data-grid .top .mod:nth-child(2):after {
    width: 1px;
    height: 100%;
  }
  .spotlight .spot01 .data-grid .top .mod:nth-child(2):before {
    top: 0;
    right: auto;
    left: -0.8em;
  }
  .spotlight .spot01 .data-grid .top .mod:nth-child(2):after {
    right: -0.8em;
    bottom: 0;
    left: auto;
  }
  .spotlight .spot01 .data-grid .top .mod:nth-child(3) {
    float: right;
  }
  .spotlight .spot01 .data-grid .bottom {
    text-align: left;
    padding-top: 2em;
  }
  .spotlight .spot01 .data-grid .bottom:before,
  .spotlight .spot01 .data-grid .bottom:after {
    display: none;
  }
  .spotlight .spot01 .data-grid .bottom .mod {
    width: auto;
    height: 8.85em;
    margin: 0 4.5em 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .spotlight .spot01 .data-grid .bottom .mod:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    position: absolute;
    top: 0;
    right: -2.25em;
  }
  .spotlight .spot01 .data-grid .bottom .mod:nth-child(4) {
    margin: 0;
  }
  .spotlight .spot01 .data-grid .bottom .mod:nth-child(4):after {
    display: none;
  }
  .spotlight .spot01 .data-grid .bottom .mod:nth-child(4) .info svg {
    margin-left: 0.75em;
  }
  .spotlight .spot02 {
    font-size: inherit;
  }
  .spotlight .spot02 .promo {
    font-size: 2vw;
    background-size: auto 100%;
    background-position: 100% 100%;
  }
  .spotlight .spot02 .coMarks {
    font-size: inherit;
  }
  .spotlight .spot02 .coMarks a.spotBtn {
    top: -30vw;
    left: 4em;
  }
  /* ===============================================
          ipSub 
=============================================== */
  /* ===============================================
        content / sidebar 
=============================================== */
  #bd {
    padding: 3.5em 0 4.5em;
  }
  #bd .container {
    max-width: 39.5em;
    min-height: 35em;
  }

  #content {
    width: 100%;
  }
  #content p {
    /*text-align: justify;*/
  }
  .home #bd {
    padding: 2.6em 0 2.6em;
  }
  .home #bd .container {
    max-width: 60em;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .home #bd #content {
    max-width: 39em;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 2.8em 3.5em;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.24);
    display: block;
    overflow: hidden;
    position: relative;
    /*.content-text{ width:712px;.nofloat;.center;.column-count(2);.column-gap(50px); }*/
  }
  .home #bd .coMarks {
    padding-bottom: 0;
  }
  /* blanket content width 100% and sidebar hide */
  body[class^='before-'] #bd .container,
  body.patient-photos #bd .container,
  body.smile-gallery #bd .container,
  body[class*='office-tour'] #bd .container,
  body.around-our-office #bd .container,
  body.tour-our-office #bd .container,
  body.brace-painter #bd .container {
    max-width: 50em;
  }
  body[class^='before-'] #content,
  body.patient-photos #content,
  body.smile-gallery #content,
  body[class*='office-tour'] #content,
  body.around-our-office #content,
  body.tour-our-office #content,
  body.brace-painter #content {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  body[class~='blog'] #content {
    width: 62%;
    max-width: 30em;
    float: left;
  }
  body[class~='blog'] #sidebar {
    width: 32%;
    margin: 0 0 1em;
    float: right;
    clear: right;
  }
  /* custom content */
  .speed-system img[alt="Speed Braces"] {
    display: block;
  }
  .get-started-today #bd .content-text ,
  body.specials #bd .content-text {
    font-size: 0.9em;
  }
  .get-started-today #bd .theDeal h2 ,
  body.specials #bd .theDeal h2 {
    font-size: 1.95em;
  }
  .get-started-today #bd .theDeal .info ,
  body.specials #bd .theDeal .info {
    margin: 0 auto 0 0;
  }
  body.insurances #bd .insuranceOpt h3,
  .get-started-today #bd .insuranceOpt h3 ,
  body.specials #bd .insuranceOpt h3 {
    font-size: 2.4em;
  }
  .get-started-today #bd .dealForms ,
  body.specials #bd .dealForms {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 420;
  }
  /*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 #content .width1 {
    width: 50%;
    /*default 50%*/
  }
  /* ===============================================
      spotlight 
=============================================== */
  .spotlight .spot03 {
    font-size: inherit;
  }
  .spotlight .spot03 .controls {
    text-align: right;
    margin: 0 auto;
    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%);
    top: 55%;
    right: 0;
    left: 0;
  }
  .spotlight .spot03 .controls > a#prev {
    float: left;
  }
  .spotlight .spot04 {
    font-size: inherit;
  }
  .spotlight .spot05 {
    font-size: inherit;
  }
  .spotlight .spot05 .dshow {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
  }
  body.smile-care-plus-discount-plan .dshow {
    font-size: inherit;
    /*display: inline-block;*/
    vertical-align: middle;
  }
  /* co-marks */
  /* ===============================================
          footer 
=============================================== */
  /*location*/
  #locations .logo {
    font-size: inherit;
  }
  #links .util {
    font-size: 11px;
    width: auto;
    margin: 0 14px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  #btt {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  /*END*/

.top-img{
    max-width: 3000px;
    margin: 0 -1100px;
    padding-bottom: 60px;
}
.img-header-wrap{
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%!important;
  width: 960px;
  max-width: 1200px;
  position: relative;
}

}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  .get-started-today .sub h1 img {
  display: inline-block;
    margin: 0 auto;
}
  /*body*/
  body {
    font-size: 20px;
  }
  /*hfam*/
  /* vertex */
  #vertex {
    width: 100%;
    padding: 0;
    /* position:fixed;top:0; */
    z-index: 3000;
    box-shadow: none;
  }
  /*HD*/
  #hd {
    padding: 0;
    z-index: 3000;
    overflow: visible;
  }
  #logo {
    width: 14.85em;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
  }
  /* ==================================================================
  main-nav
=================================================================== */
  #main-nav {
    height: 40px;
    width: 100%;
    margin: 88px 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: 40px;
    width: auto;
    float: none;
    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;
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 0 12px;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    content: '';
    width: 100%;
    height: 0;
    margin: auto 0;
    background: #0091d0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: -1;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #fff;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    height: 100%;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    border-radius: 0 0 5px 5px;
    padding: 14px 0 35px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 26px;
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    height: 26px;
    width: 100%;
    padding: 0 26px;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }
  /* reverses text-align for flyout on last nav item */
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  /* ===============================================
      special drop locations 
=============================================== */
  #main-nav ul li:hover ul {
    left: 0;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0;
    margin: 0;
  }
  /* ==================================================================
  slideshow
=================================================================== */
  #slideshow {
    font-size: 1.2vw;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #slideshow #home-slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  #slideshow .ssOverlay {
    margin: 0 -500px;
  }
  /*callouts*/
  /* spotlight */
  .spotlight .spot01 .offer {
    font-size: 1em;
  }
  /* ==================================================================
  bd || content || sidebar
=================================================================== */
  .home #bd #content {
    margin-left: 0;
  }

    #bd .watermark{
    font-size: 30px;
  }
  
  /* ==================================================================
ipSub 
=================================================================== */
  #ipSub p {
    margin: 0;
  }
  #ipSub a {
    margin: 0;
  }
  #ipSub .divider {
    display: inline-block;
    margin: 0 0.3em;
  }
  /* spotlight */
  .spotlight .spot04 {
    background-size: 31.75em auto;
  }
  /* ft */
  #ft {
    font-size: 1.5vw;
    /* background-size:auto auto; */
  }
  /* locations */
  #locations {
    width: 50%;
    height: 28.5em;
    margin-left: 50%;
    background: #3dbde2;
    -webkit-transform: translateX(7em);
    -moz-transform: translateX(7em);
    -ms-transform: translateX(7em);
    -o-transform: translateX(7em);
    transform: translateX(7em);
  }
  #locations .mod {
    width: 21.5em;
    margin: 0 auto 0 1.25em;
    display: block;
  }
  #locations .logo {
    margin-bottom: 1.5em;
  }
  #locations .office {
    font-size: inherit;
    margin-left: 6.7em;
  }
  #locations .addy .marker {
    display: block;
  }
  #locations .phone {
    line-height: 1.1875;
    font-size: 0.8em;
  }
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  /* vertex */
  #vertex {
    background: none;
    position: fixed;
    top: 0;
  }
  #hd {
    height: 88px;
    background: rgba(255, 255, 255, 0.9);
  }
  #logo.ready svg .thepen {
    stroke-dashoffset: 220;
  }
  #logo.ready svg g[class] {
    opacity: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
  }
  #logo svg path {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  #logo svg .thepen {
    stroke-dashoffset: 440;
  }
  #logo svg g {
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }
  #logo svg g.markBG {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
  }
  #logo svg g.name {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -ms-transition-delay: 0;
    transition-delay: 0;
  }
  @supports (-ms-wrap-flow: auto) {
    #logo.ready svg .thepen {
      stroke-dashoffset: 0;
    }
    #logo.ready svg g[class] {
      opacity: 1;
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      -o-transition-delay: 0;
      -ms-transition-delay: 0;
      transition-delay: 0;
    }
    #logo svg path {
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      -ms-transition-duration: 0s;
      transition-duration: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -ms-transition-delay: 0s;
      transition-delay: 0s;
    }
    #logo svg g {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      -ms-transition: none;
      transition: none;
    }
    #logo svg g.markBG {
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      -ms-transition-duration: 0s;
      transition-duration: 0s;
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      -o-transition-delay: 0;
      -ms-transition-delay: 0;
      transition-delay: 0;
    }
    #logo svg g.name {
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -ms-transition-delay: 0s;
      transition-delay: 0s;
    }
  }
  #main-nav {
    background: none;
    margin-top: 0;
  }
  #main-nav:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(61, 189, 226, 0.9);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, bottom 0.5s ease-out;
    transition: opacity 0.3s ease, bottom 0.5s ease-out;
  }
  .ready #main-nav:after {
    bottom: 150px;
    opacity: 0;
  }
  .ready #main-nav ul li a[id] {
    color: #000;
  }
  /* slideshow */
  #slideshow {
    font-size: inherit;
    padding-bottom: 100vh;
    margin: 0;
  }
  #slideshow #home-slideshow {
    width: 100%;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    /* left:0%;.transform(translateX(-50%)); */
  }
  #slideshow #home-slideshow .cycle-slide {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100vh;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero {
    margin-top: 128px;
  }
  #callouts {
    font-size: 1vw;
  }
  #callouts.ready a:after {
    -webkit-transform: translateX(0) rotateY(-180deg);
    -moz-transform: translateX(0) rotateY(-180deg);
    -ms-transform: translateX(0) rotateY(-180deg);
    -o-transform: translateX(0) rotateY(-180deg);
    transform: translateX(0) rotateY(-180deg);
  }
  #callouts.ready a:nth-child(odd):after {
    color: #3dbde2;
  }
  #callouts.ready a:nth-child(even):after {
    color: #0091d0;
  }
  #callouts a:after {
    -webkit-transform: translateX(0) rotateY(0deg);
    -moz-transform: translateX(0) rotateY(0deg);
    -ms-transform: translateX(0) rotateY(0deg);
    -o-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
  }
  /* custom content */
  .get-started-today #bd .disclaimer,
  body.specials #bd .disclaimer,
  .get-started-today #bd .servicesArray ,
  body.specials #bd .servicesArray {
    font-size: inherit;
  }

  .smilecare-header-img {
    max-width: 58em;
  }

  .spotlight .spot01 {
    font-size: inherit;
  }
  .spotlight .spot01 .offer {
    width: 7.25em;
    margin: 0;
    position: fixed;
    right: 10px;
    top: 250px;
    z-index: 3030;
  }
  .spotlight .spot01 .offer .spotBtn {
    display: block;
    margin: 0;
  }
  .spotlight .spot01 .offer .spotBtn:nth-child(2) {
    margin-top: 5px;
  }
  .spotlight .spot02 .info {
    text-align: right;
    margin-right: 26px;
    position: absolute;
    top: 4.5em;
    right: 50%;
  }
  .spotlight .spot02 .info .voluble {
    display: block;
  }
  .spotlight .spot02 .promo {
    font-size: inherit;
    width: 50%;
    margin-left: 50%;
    background-position: 0 100%;
    background-size: auto auto;
  }

  .spotlight .spot02 .promo .animatron .slogan {
    left: 20px;
  }
  .spotlight .spot02 .coMarks {
    font-size: 1.4vw;
    width: auto;
    margin-right: 26px;
    padding: 3em 0;
    position: absolute;
    right: 50%;
    bottom: 0;
  }
  .spotlight .spot02 .coMarks a {
    margin: 0 0.5em;
  }
  .spotlight .spot02 .coMarks a:nth-child(1) {
    margin-left: 0;
  }
  .spotlight .spot02 .coMarks a:nth-last-child(1) {
    margin-right: 0;
  }
  .spotlight .spot02 .coMarks a.spotBtn {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .spotlight .spot03 {
    height: 29.3em;
    background-size: auto auto;
  }
  .spotlight .spot04 {
    font-size: 1vw;
    background-position: center center;
  }
  .spotlight .spot04 .decoration {
    width: 33.3%;
  }
  .spotlight .spot04 .decoration:nth-child(1) {
    margin-right: 33.3%;
  }
  .spotlight .spot04 .info {
    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%);
    top: 50%;
    right: 0;
    left: 0;
  }
  .spotlight .spot04 h2.topic {
    text-align: left;
  }
  .spotlight .spot04 ul {
    text-align: left;
    padding: 0 0 0 2.4em;
  }
  .spotlight .spot05 {
    font-size: 1vw;
  }
  .spotlight .spot05 .topic {
    margin: 0 2.5em 0 0;
  }
  .spotlight .spot05 .dshow {
    width: auto;
    max-width: none;
  }
  .spotlight .spot05 .mod {
    width: 18.5em;
    display: inline-block;
    vertical-align: top;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .spotlight .spot05 .mod:nth-child(2) {
    margin: 0 1em;
  }


    body.smile-care-plus-discount-plan .dshow {
    width: auto;
    max-width: none;
  }
  body.smile-care-plus-discount-plan .dshow .mod {
    width: 18.5em;
    display: inline-block;
    vertical-align: top;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  body.smile-care-plus-discount-plan .dshow .mod:nth-child(2) {
    margin: 0 1em;
  }


  #ft {
    font-size: inherit;
    background-size: auto auto;
  }
  /*END*/
}
/* ===============================================
breakpoint for arbitrsty width at which comarks in meetthedoctor section are able to sty in a row
Supports 87.5em (1400px) and up
=============================================== */
@media only screen and (min-width: 87.5em) {
  .spotlight .spot02 .coMarks {
    font-size: inherit;
  }
  /*END*/
}
/* ===============================================
Desktop Only Large Screen Only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  .spotlight .spot03 {
    background-size: 100% auto;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
/* mymove looted from Peter B. || credit due where credit is deserved [= */
@-webkit-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
/* PULSE STUFF */
/* pulse_custom */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.44, 1.44, 1.44);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}
/* omni */
@keyframes omni-1 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes omni-2 {
  0% {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
  50%,
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
.omni-1 {
  animation: omni-1 0.5s forwards;
}
.omni-2 {
  animation: omni-2 0.5s forwards;
}


.blog_list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    grid-gap: 30px 30px;
}
.single-article {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
}
.post_thumb {
    position: relative;
    padding-bottom: 65%;
    background: #999;
}
.post_thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_details {
    padding: 24px;
}
h3.post_title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0px !important;
}
.post_description {
    font-size: 16px;
}
.read_more {
    font-weight: 600;
    color: #008BCC;
    font-size: 14px;
    font-weight: bold;
}
.link_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size:0;
}

.post_pagination a, .post_pagination span {
    background: #008BCC;
    margin: 2px;
    padding: 4px 8px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
}
.post_pagination span{
    background: #6d6d6d;
}
.post_pagination {
    display: table;
    margin: auto;
    padding-top: 20px;
}


.post_meta {
    padding-top: 20px;
    padding-bottom: 10px;
}
            
.post_meta .pm_s {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.the_tags a {
    border: 1px solid;
    text-decoration: none !important;
    margin: 0 7px 7px 0;
    display: inline-block;
    line-height: 1;
    padding: 2px 7px;
}
/* ==================================================================
  box model reset
=================================================================== */
.sMaster *,
.sMaster *:before,
.sMaster *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==================================================================
    vConsult || F24
=================================================================== */
.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.sMaster{
  color: #1783ce;
  line-height:2.125;
  font-size:20px;
  width:2.125em;
  height:12.17em;
  border-radius: 0 8px 8px 0;
    margin:0 0 -6.08em;
    background:none!important;
    position:fixed;
    left: 0;
    bottom: 50%;
    z-index:1000;
    overflow:hidden;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;    
}
.sMaster a {
    color: #35b5de;
}
.sMaster a:hover {
    color: #fea405;
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-plus:before {
    content: "\f067";
}
.fa-comments:before {
    content: "\f086";
}
.sTrigger {
  width: 2.125em;
  height: 10.125em;
  border-radius: 0 8px 0 0;
  padding:0.52em 0 0;
  background-color: currentColor;
  display: block;
  position: absolute;
  left:0;top:0;
  z-index:3000;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.book_n_appointment:hover+.sidetxt .sTrigger, .sTrigger:hover {  
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
  color: #fea405;
}
.sTrigger:hover:before{
  border-top-width:0;opacity:0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sTrigger:before { 
  content:''; 
  width:0;
  height:0;
  border-left:2.125em solid transparent;
  border-top:0.29em solid currentcolor;
  display:block;
  position:absolute;
  right:0;
  top:99.9%;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
  transition-duration: 0;
}
.sTrigger svg {
  width:2.125em;
  height:9.125em;
  display:block;
}
.sTrigger svg path {
  fill:#fff;
}
.sidetxt span.cta {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 17px;
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    top: 14px;
    left: 43px;
    height: 104%;
    width: 100%;
    white-space: nowrap;
}
.sControl{
  width:2.125em;
  height:2.125em;
  /*border-radius: 0 0 8px 0; */
  background-color: currentcolor;
  position:absolute;
  left:0;
  bottom:0;
  overflow:hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.sControl:before{
  content:'';
  width:100%;
  height:100%;
  background:rgba(255, 255, 255, 10%);
  position:absolute;
  top:0;
  left:0;
}
.sControl:hover:before{
  box-shadow:inset 0 0.35em 0.35em rgba(0, 0, 0, 0.3);
}
.sIcons{ 
  width:6.375em;
  position:absolute;
  left:-2.125em;
  top:0;
  z-index:420;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  -o-transition:all 0.4s ease;
  -ms-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.sIcons:hover{ left:0; }
.sIcons:hover .icon:nth-child(1){ 
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.sIcons:hover .icon:nth-child(2){
  -webkit-transform: rotate(20deg) translate(0.5em, 0.5em);
  -moz-transform: rotate(20deg) translate(0.5em, 0.5em);
  -ms-transform: rotate(20deg) translate(0.5em, 0.5em);
  -o-transform: rotate(20deg) translate(0.5em, 0.5em);
  transform: rotate(20deg) translate(0.5em, 0.5em);
}

.sIcons:hover .icon:nth-child(3){
  -webkit-transform: rotate(30deg) translate(1em, 1em);
  -moz-transform: rotate(30deg) translate(1em, 1em);
  -ms-transform: rotate(30deg) translate(1em, 1em);
  -o-transform: rotate(30deg) translate(1em, 1em);
  transform: rotate(30deg) translate(1em, 1em);
}

.sIcons .icon{
  line-height:inherit;
  font-size:inherit;
  text-align: center;
  color:#fff; 
  width:2.125em;
  height:2.125em; 
  display:inline-block;
  vertical-align:top;
  -webkit-transition:all 0.45s ease;
  -moz-transition:all 0.45s ease;
  -o-transition:all 0.45s ease;
  -ms-transition:all 0.45s ease;
  transition:all 0.45s ease;
}
.sIcons .icon:nth-child(1){ 
  -webkit-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -moz-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -ms-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -o-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  transform: rotate(-20deg) translate(-0.5em, 0.5em);
}
.sIcons .icon:nth-child(2){
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}

.sIcons .icon:nth-child(3){
  -webkit-transform: rotate(20deg) translate(0.5em, 0.5em);
  -moz-transform: rotate(20deg) translate(0.5em, 0.5em);
  -ms-transform: rotate(20deg) translate(0.5em, 0.5em);
  -o-transform: rotate(20deg) translate(0.5em, 0.5em);
  transform: rotate(20deg) translate(0.5em, 0.5em);
}


/* min rules */
.sMaster.min{ margin:0;bottom:2em;    z-index: 9999; }

.min .sTrigger{  
  -webkit-transform: translateX(-2.2em);
  -moz-transform: translateX(-2.2em);
  -ms-transform: translateX(-2.2em);
  -o-transform: translateX(-2.2em);
  transform: translateX(-2.2em);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;  
}

.min .sControl{ border-radius: 0 8px 0 0; }
.min .sControl:hover:before{ box-shadow:none; }
.min .sIcons{ left:-4.25em; }

.min .sIcons .icon:nth-child(1){ 
  -webkit-transform: rotate(-30deg) translate(-1em, 1em);
  -moz-transform: rotate(-30deg) translate(-1em, 1em);
  -ms-transform: rotate(-30deg) translate(-1em, 1em);
  -o-transform: rotate(-30deg) translate(-1em, 1em);
  transform: rotate(-30deg) translate(-1em, 1em);
}
.min .sIcons .icon:nth-child(2){
  -webkit-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -moz-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -ms-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -o-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  transform: rotate(-20deg) translate(-0.5em, 0.5em);
}
.min .sIcons .icon:nth-child(3){
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}

.min .sIcons:hover{ left:-2.125em; }

.min .sIcons:hover .icon:nth-child(1){ 
  -webkit-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -moz-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -ms-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  -o-transform: rotate(-20deg) translate(-0.5em, 0.5em);
  transform: rotate(-20deg) translate(-0.5em, 0.5em);
}
.min .sIcons:hover .icon:nth-child(2){
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.min .sIcons:hover .icon:nth-child(3){
  -webkit-transform: rotate(20deg) translate(0.5em, 0.5em);
  -moz-transform: rotate(20deg) translate(0.5em, 0.5em);
  -ms-transform: rotate(20deg) translate(0.5em, 0.5em);
  -o-transform: rotate(20deg) translate(0.5em, 0.5em);
  transform: rotate(20deg) translate(0.5em, 0.5em);
}

/* widget rules */
.lity-container {
  font-size: 14px;
  width: 96%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
#sConsult {
  width: 100%;
  max-width: 40em;
  padding-bottom: 24em;
  max-height: 36em!important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#sConsult iframe {
/*
  width: 1px;
  min-width: 100%;
  *width: 100%;
  max-width: 40em;
  height: 100%;
  height: 48em;
*/
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 48em;
  min-width: 100%;
  width: 0; 
   
  position: absolute;
  top: 0;
  left: 0;
}


.banner_timeline {
    padding: 100px 20px;
}



/* ===============================================
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) {

}

/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {

.sMaster{ font-size:1.2em; }  
#sConsult iframe{ max-width:40em;height:48em; }

}

/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
.sMaster{ font-size:24px; }

.lity-container {
  font-size:20px;
    vertical-align: middle;
  }
}


@media(max-width:767px){
.sMaster{font-size:24px;}

#content .content-text {text-align: center;}
#content .content-text h2 {text-align: center !important;}	
#content .content-text h3 {text-align: center;margin-top: 20px;}
#content .content-text h4 {text-align: center;}
#content .content-text p{text-align: center;}
	h2#kodish{text-align: center !important;}	
	h2#bedoya{text-align: center !important;}	
	h2#taras{text-align: center !important;}	
}

@media screen (min-width: 200px) and (max-width: 767px) {
#content .content-text {text-align: center;}
#content .content-text h3 {text-align: center;margin-top: 20px;}
#content .content-text h4 {text-align: center;}
#content .content-text p{text-align: center;}
	h2#kodish{text-align: center !important;}	
	h2#bedoya{text-align: center !important;}	
	h2#taras{text-align: center !important;}
}