@font-face { font-family: "Material Icons"; src: url("../fonts/material-icon.woff2") format("woff2"); font-style: normal; font-weight: 400; }
.mdl-button--fab.mdl-button--colored {
  background: #98b9c0;
  color: rgb(255, 255, 255);
}

.mdl-button--fab.mdl-button--colored:hover {
  background: #5a95a1;
}

.mdl-button {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: #000;
  display: block;
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: visible;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

.mdl-button--fab .button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-23px, -12px);
  -ms-transform: translate(-23px, -12px);
  transform: translate(-23px, -12px);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.mdl-button--fab .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  -ms-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 24px;
}

.mdl-button--fab {
  border-radius: 50%;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: visible;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
  background: rgba(158, 158, 158, 0.8);
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
}

.mdl-button--fab:hover {
  color: #fff;
  background: rgba(158, 158, 158, 1);
}
.mdl-button--fab.child:hover {
  color: #000;
}
.mdl-button--fab_flinger-container {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  transform: scale(0);
  animation-name: grow;
  animation-duration: 0.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
.mdl-button--fab_flinger-container div.vsnotnumber {
  display: inline;
}
.mdl-button--fab_flinger-container a:before {
  content: "\E14C";
  font-family: "Material Icons";
  font-size: 24px;
  display: block;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.mdl-button--fab_flinger-container a:after {
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
  right: 68px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.mdl-button--fab_flinger-container a.mdl-button-text:after {
  content: "Text Us";
}
.mdl-button--fab_flinger-container a.mdl-button-call:after {
  content: "Call Us";
}
.mdl-button--fab_flinger-container a.mdl-button-call.lexington:after {
  content: "Call Lexington";
}
.mdl-button--fab_flinger-container a.mdl-button-call.brookline:after {
  content: "Call Brookline";
}
.mdl-button--fab_flinger-container a.mdl-button-email:after {
  content: "Email Us";
}
.mdl-button--fab_flinger-container.is-showing-options > a .button-text {
  opacity: 0;
}
.mdl-button--fab_flinger-container.is-showing-options > a:before {
  opacity: 1;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options
  a {
  display: block;
  -webkit-animation-name: enter;
  animation-name: enter;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options
  a:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options
  a:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options
  a:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options
  a:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options
  a:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.mdl-button--fab_flinger-container.is-showing-options
  .mdl-button--fab_flinger-options
  a:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.mdl-button--fab_flinger-container .mdl-button--fab_flinger-options {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
}
.mdl-button--fab_flinger-container .mdl-button--fab_flinger-options a {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: none;
}
@-webkit-keyframes enter {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes enter {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes grow {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 48em) {
  .mdl-button--fab_flinger-container {
    display: none;
  }
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icon.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/*@font-face {
  font-family: healthgrades;
  src: url(../font/healthgrades.eot);
  src: url(../font/healthgrades.eot) format("embedded-opentype"),
    url(../font/healthgrades.woff) format("woff"),
    url(../font/healthgrades.ttf) format("truetype"),
    url(../font/healthgrades.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: healthgrades2;
  src: url(../font/healthgrades2.eot);
  src: url(../font/healthgrades2.eot) format("embedded-opentype"),
    url(../font/healthgrades2.woff) format("woff"),
    url(../font/healthgrades2.ttf) format("truetype"),
    url(../font/healthgrades2.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: blog;
  src: url(../font/blog.eot);
  src: url(../font/blog.eot) format("embedded-opentype"),
    url(../font/blog.woff) format("woff"),
    url(../font/blog.ttf) format("truetype"),
    url(../font/blog.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: tooth-icons;
  src: url(../font/tooth-icons.eot);
  src: url(../font/tooth-icons.eot) format("embedded-opentype"),
    url(../font/tooth-icons.woff) format("woff"),
    url(../font/tooth-icons.ttf) format("truetype"),
    url(../font/tooth-icons.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: sesame-icons;
  src: url(../font/sesame-icons.eot);
  src: url(../font/sesame-icons.eot) format("embedded-opentype"),
    url(../font/sesame-icons.woff) format("woff"),
    url(../font/sesame-icons.ttf) format("truetype"),
    url(../font/sesame-icons.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: back-to-top-icon;
  src: url(../font/back-to-top-icon.eot);
  src: url(../font/back-to-top-icon.eot) format("embedded-opentype"),
    url(../font/back-to-top-icon.woff) format("woff"),
    url(../font/back-to-top-icon.ttf) format("truetype"),
    url(../font/back-to-top-icon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: custom-google;
  src: url(../font/custom-google.eot);
  src: url(../font/custom-google.eot) format("embedded-opentype"),
    url(../font/custom-google.ttf) format("truetype"),
    url(../font/custom-google.woff) format("woff"),
    url(../font/custom-google.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: custom-google-g;
  src: url(../font/custom-google-g.eot);
  src: url(../font/custom-google-g.eot) format("embedded-opentype"),
    url(../font/custom-google-g.woff2) format("woff2"),
    url(../font/custom-google-g.woff) format("woff"),
    url(../font/custom-google-g.ttf) format("truetype"),
    url(../font/custom-google-g.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: invisalign;
  src: url(../font/fa-invisalign.eot);
  src: url(../font/fa-invisalign.eot) format("embedded-opentype"),
    url(../font/fa-invisalign.woff2) format("woff2"),
    url(../font/fa-invisalign.woff) format("woff"),
    url(../font/fa-invisalign.ttf) format("truetype"),
    url(../font/fa-invisalign.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  vertical-align: middle;
}
.social-icons a {
  vertical-align: middle;
}
.custom-icon-blog:before {
  content: "\e600";
  font-family: blog !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-healthgrades {
  font-family: healthgrades !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-healthgrades:before {
  content: "\21";
}
.fa-healthgrades2 {
  font-family: healthgrades2 !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-healthgrades2:before {
  content: "\e900";
}
.tooth-icons-brush {
  font-family: tooth-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tooth-icons-brush:before {
  content: "\21";
}
.tooth-icons-tooth {
  font-family: tooth-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tooth-icons-tooth:before {
  content: "\22";
}
.icon-sesame-arrow {
  font-family: sesame-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sesame-arrow:before {
  content: "\21";
}
.icon-top {
  font-family: back-to-top-icon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-top:before {
  content: "\21";
}
.fa-custom-google {
  font-family: custom-google !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-custom-google:before {
  content: "\e600";
  font-family: custom-google !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-custom-google-g {
  font-family: custom-google-g !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-custom-google-g:before {
  content: "\e600";
  font-family: custom-google-g !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-invisalign {
  font-family: invisalign !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-invisalign:before {
  content: "\e900";
  font-family: invisalign !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-number1,
.fa-number2,
.fa-number3,
.fa-number4 {
  font-size: 1em !important;
}
.fa-number1:before {
  content: "1";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-number2:before {
  content: "2";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-number3:before {
  content: "3";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-number4:before {
  content: "4";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  z-index: 1;
  position: relative;
}
html {
  cursor: default;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
button,
form,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  outline: 0;
}
a,
a:active,
a:focus,
a:hover {
  outline: 0;
}
a {
  outline: 0 !important;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
small,
sub,
sup {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
nav ul {
  list-style: none;
}
audio[controls],
canvas,
video {
  display: inline-block;
  display: inline;
}
audio {
  display: none;
  zoom: 1;
}
audio[controls] {
  display: inline-block;
}
a img,
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ie10 input[type="checkbox"],
.ie10 input[type="radio"] {
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  outline: 0;
  min-height: 180px;
}
textarea:focus {
  outline: 0 !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p.flash_notice {
  margin: 18px;
  padding: 9px;
  color: red;
  border: 1px dotted red;
  background: #fff;
  text-align: center;
}
#flash-patient-care {
  z-index: 1500;
}
.flash {
  width: 500px;
  margin: 20px auto;
  display: block;
}
#main-nav li.patient-care-videos,
body.sitemap li.patient-care-videos {
  display: none;
}
span.welcome {
  display: block;
  font-size: smaller;
}
iframe {
  border: 0;
}
td {
  padding: 0 10px 0 0;
  text-align: left;
}
td.td-left,
th.td-left {
  text-align: left;
  vertical-align: top;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
/*#healthgrades-widget,
.healthgrades-widget {
  list-style: none;
  font-weight: 700;
  margin: 0;
  z-index: 5000 !important;
}
#healthgrades-widget ul,
.healthgrades-widget ul {
  margin: 0;
}
#healthgrades-widget li,
.healthgrades-widget li {
  position: relative;
  margin: -3px 0 0;
}
#healthgrades-widget a,
.healthgrades-widget a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  opacity: 1;
  padding: 0.13em 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 9px 9px 0 0;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
#healthgrades-widget a#healthgrades,
#healthgrades-widget a.healthgrades,
#healthgrades-widget li.healthgrades a,
.healthgrades-widget a#healthgrades,
.healthgrades-widget a.healthgrades,
.healthgrades-widget li.healthgrades a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
#healthgrades-widget a:hover,
.healthgrades-widget a:hover {
  color: #3a4a65;
}
#healthgrades-widget.dropdown a:hover,
.healthgrades-widget.dropdown a:hover {
  color: #fff;
  background: #849cb9;
}
#healthgrades-widget ul ul,
.healthgrades-widget ul ul {
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0, #fff 80%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f3f3f3),
    color-stop(80%, #fff)
  );
  background: -webkit-linear-gradient(top, #f3f3f3 0, #fff 80%);
  background: -o-linear-gradient(top, #f3f3f3 0, #fff 80%);
  background: -ms-linear-gradient(top, #f3f3f3 0, #fff 80%);
  background: linear-gradient(to bottom, #f3f3f3 0, #fff 80%);
  width: 200px;
  list-style: none;
  position: absolute;
  margin: 0 0 0 -164px;
  padding: 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px 0 9px 9px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  display: none;
}
#healthgrades-widget > ul > li.active > a,
#healthgrades-widget > ul > li:hover > a,
.healthgrades-widget > ul > li.active > a,
.healthgrades-widget > ul > li:hover > a {
  color: #3a4a65;
  background: #f3f3f3;
}
#healthgrades-widget ul ul li a,
.healthgrades-widget ul ul li a {
  margin: 0;
  color: #3a4a65;
  width: auto;
  height: auto;
  font-size: 1em;
  text-align: right;
  text-transform: capitalize;
  font-weight: 400;
  padding: 3px 20px 3px 6px;
  line-height: 1.3;
  border-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
#healthgrades-widget ul li:hover ul,
.healthgrades-widget ul li:hover ul {
  display: block;
}
#healthgrades-widget ul ul li a.active,
#healthgrades-widget ul ul li a:hover,
.healthgrades-widget ul ul li a.active,
.healthgrades-widget ul ul li a:hover {
  color: #fff;
  background: #849cb9;
}*/
.nocallout {
  -webkit-touch-callout: none;
}
.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}
textarea[contenteditable] {
  -webkit-appearance: none;
}
.gifhidden {
  position: absolute;
  left: -100%;
}
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0000);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before,
.row:after,
.row:before,
.slideshow-item:after,
.slideshow-item:before {
  content: "";
  display: table;
}
.clearfix:after,
.row:after,
.slideshow-item:after {
  clear: both;
}
.clearfix,
.row,
.slideshow-item {
  zoom: 1;
}
.block,
.show {
  display: block;
}
.hide {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.aligncenter {
  text-align: center;
}
.nostyling {
  list-style: none;
  padding: 0;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.left,
.pull-left {
  float: left;
}
.pull-right,
.right {
  float: right;
}
.img-center,
.img-left,
.img-right {
  float: none;
  display: block;
  margin: 2.5% auto;
  clear: both;
}
body.zoom-whitening .img-right {
  background: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nofloat {
  float: none;
}
.clear {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.noclear {
  clear: none;
}
.nomax {
  max-width: none;
}
.fill {
  width: 100%;
}
#preload,
.preload {
  display: none;
}
.container {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 96% !important;
  width: 960px;
  max-width: 960px;
}
body > .container {
  width: 100% !important;
}
.shift {
  position: relative;
}
body,
html,
html body {
  min-height: 100%;
}
html body {
  min-width: 180px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.bold,
.strong,
strong {
  font-weight: 700;
}
.italic,
em {
  font-style: italic;
}
.lead {
  margin-bottom: 1.6px;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 2.4000000000000004;
}
small {
  font-size: 0.85em;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover {
  color: gray;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
h1 {
  font-size: 2.75em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.85em;
}
h1 small {
  font-size: 1.75em;
}
h2 small {
  font-size: 1.25em;
}
h3 small {
  font-size: 1em;
}
h4 small {
  font-size: 1em;
}
p {
  margin: 0 0 1.8em;
  padding: 0;
}
address,
div.address {
  display: block;
  margin-bottom: 1.6px;
  font-style: normal;
  line-height: 1.6;
}
hr {
  border: 0;
  background: 0 0;
  outline: 0;
  height: 1px;
  margin: 2px 0;
  background-color: #ddd;
  clear: both;
}
.video-container {
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.embed-container {
  position: relative;
  padding-bottom: 45%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0.8em 0;
}
.embed-container.docvid {
  padding-bottom: 52%;
}
.embed-container.ratio16x9 {
  padding-bottom: 56.25%;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ol,
ul {
  padding: 0;
  margin: 0 0 1.8em 25px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
li {
  line-height: 1.6;
}
ol.unstyled,
ul.unstyled {
  margin-left: 0;
  list-style: none;
}
ol.inline,
ul.inline {
  margin-left: 0;
  list-style: none;
}
ol.inline > li,
ul.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 1.6px;
}
dd,
dt {
  line-height: 1.6;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0.8em;
}
.dl-horizontal {
  zoom: 1;
}
.dl-horizontal:after,
.dl-horizontal:before {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
legend {
  font-size: 1.4285714285714em;
  font-family: inherit;
  font-weight: 700;
  display: block;
  width: 100%;
  padding-bottom: 1em;
}
.field {
  padding: 10px 0;
}
.field label {
  display: inline-block;
  min-width: 20%;
}
.field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input[type="date"],
input[type="email"],
input[type="file"],
input[type="search"],
input[type="tel"],
input[type="text"] {
  border-radius: 0;
  outline: 0;
  padding: 0.5% 10px !important;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: #333;
}
input[type="file"] {
  border: 0;
  height: 40px;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="button"],
input[type="submit"] {
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-group textarea {
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
  color: #333;
}
textarea {
  vertical-align: top;
  outline: 0;
  display: inline-block;
  min-height: 180px;
  padding: 10px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
  color: #333;
}
.full textarea {
  vertical-align: top;
  outline: 0;
  min-height: 180px;
  display: block;
  padding: 0.5% 10px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
  color: #333;
}
.full select {
  font-family: inherit;
  font-size: inherit;
  color: #333;
  outline: 0;
  height: 34px;
  padding: 0.5%;
  width: 100%;
  max-width: 100%;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}
select {
  font-family: inherit;
  font-size: inherit;
  color: #333;
  outline: 0;
  height: 34px;
  padding: 0.5%;
  width: 100%;
  max-width: 100%;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}
select:focus {
  outline: 0;
  border: 1px solid #999;
}
select[multiple] {
  min-height: 100px;
  vertical-align: top;
}
input,
select,
textarea {
  border: 1px solid #ccc;
}
.ie9 .radio-group input {
  border: none;
}
.slideshow {
  width: 100%;
  position: relative;
  list-style: none;
  overflow: hidden;
}
.slideshow.office-tour {
  max-width: 500px;
}
.slideshow ul,
ul.slideshow {
  margin: 0 0 1.8em;
  padding: 0;
  list-style: none;
}
.slideshow .slideshow-item {
  display: none;
  position: relative;
  z-index: 1;
}
.slideshow .slideshow-item .caption {
  position: static;
  background: #444;
  left: 0;
  bottom: 0;
  z-index: 500;
  width: 94%;
  margin: 0;
  padding: 2.5% 3%;
  color: #fff;
  clear: both;
}
#invisalign-before-after p.caption {
  clear: both;
  width: 100%;
}
body.invisalign-before-after .slideshow .slideshow-item .caption {
  padding: 1% 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slideshow .slideshow-active {
  display: block;
  z-index: 5;
}
.slideshow .slideshow-nav:nth-child(2) {
  display: none;
}
.slideshow-no-transition .slideshow-item {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.slideshow-nav {
  z-index: 10;
}
.slideshow-nav-paginated ol {
  margin: 0 4em;
  padding: 0;
}
.slideshow-nav-paginated li,
.slideshow-nav-paginated li a {
  display: inline-block;
  position: relative;
}
.slideshow-nav-paginated .slideshow-active-page a {
  text-decoration: none;
}
.slideshow-fade {
  position: relative;
  overflow: hidden;
  -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);
}
.slideshow-fade .slideshow-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slideshow-fade .slideshow-active {
  position: relative;
}
.slideshow-fade .slideshow-item,
.slideshow-fade .slideshow-out {
  opacity: 0;
}
.slideshow-fade .slideshow-active,
.slideshow-fade .slideshow-in {
  opacity: 1;
}
nav {
  overflow: visible;
  z-index: 9;
}
nav a,
nav a:link,
nav a:visited {
  text-decoration: none;
}
nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
}
nav ul li {
  display: block;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
nav ul li a {
  display: block;
  padding: 12px;
}
nav ul ul {
  margin: 0;
  padding: 0;
  width: auto;
  z-index: 10;
}
nav ul ul li {
  float: none;
  width: 100%;
  height: auto;
  background: 0 0;
}
nav ul ul li a {
  width: auto;
  height: auto;
  background: 0 0;
}
nav .collapsible ul {
  display: none;
}
nav .collapsible .trigger {
  display: block;
  padding: 20px;
}
.no-js nav .collapsible ul,
nav .open > ul {
  display: block;
}
.no-js nav .collapsible .trigger {
  display: none;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
}
.before-and-after.slideshow .slideshow-nav,
.office-tour.slideshow .slideshow-nav {
  position: relative;
  top: 0;
  width: 100%;
}
.before-and-after.slideshow,
.office-tour.slideshow {
  background: 0 0;
  margin: 0 auto;
}
.before-and-after.slideshow .slideshow-nav,
.office-tour.slideshow .slideshow-nav {
  background: #444;
}
.office-tour.slideshow .slideshow-item img {
  display: block;
  margin: 0 auto;
}
.office-tour.slideshow.stretch .slideshow-item img {
  width: 100%;
  height: auto !important;
}
.before-and-after.slideshow .slideshow-item img {
  display: block;
  float: left;
  border: 0;
  width: 50%;
  height: auto !important;
  margin: 0;
  padding: 0;
}
.before-and-after.slideshow .slideshow-item .desc,
.office-tour.slideshow .slideshow-item .desc {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  margin: 0;
  padding: 2%;
}
.before-and-after.slideshow .slideshow-nav,
.office-tour.slideshow .slideshow-nav {
  -webkit-box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.5);
  -mob-box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.5);
  min-height: 45px;
}
.before-and-after.slideshow .slideshow-nav a,
.office-tour.slideshow .slideshow-nav a {
  display: block;
  color: #fff;
  padding: 15px 5px;
}
.before-and-after.slideshow .slideshow-nav a:hover,
.office-tour.slideshow .slideshow-nav a:hover {
  color: #999;
}
.before-and-after.slideshow .slideshow-pagination,
.office-tour.slideshow .slideshow-pagination {
  text-align: center;
  margin: 0 56px;
}
.before-and-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.prev {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}
.before-and-after.slideshow .slideshow-nav a.next,
.office-tour.slideshow .slideshow-nav a.next {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
}
.before-and-after.slideshow .slideshow-nav,
.office-tour.slideshow .slideshow-nav {
  position: absolute;
  margin: 0.5em auto 0;
}
.before-and-after.slideshow .slideshow-item,
.office-tour.slideshow .slideshow-item {
  margin-top: 40px;
}
.types-of-appliances .img-left {
  border-radius: 10px;
  -moz-border-radius: 10px;
}
div.hr hr {
  display: none;
}
.brushing-and-flossing hr,
.brushing-and-flossing-instructions hr,
.brushing-flossing hr,
.types-of-braces hr {
  display: none;
}
#pro-pack .img-right {
  margin: 10px 0 10px 20px;
  padding: 6px;
  border-radius: 8px;
  -moz-border-radius: 8px;
}
#pro-pack .img-left {
  margin: 5px 20px 10px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#pro-pack h2 {
  padding-top: 15px;
}
#pro-pack #testimonials li {
  list-style: none;
  clear: both;
  margin: 25px 0;
}
#pro-pack #testimonials li img {
  margin: 5px 15px 15px 0;
}
#pro-pack #testimonials li p {
  margin: 0;
}
#pro-pack #invisalign-footer {
  background: rgba(255, 255, 255, 0.7);
  width: 85%;
  margin: 30px 10px;
  padding: 0 15px 0;
  border: solid 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#pro-pack #invisalign-footer h3 {
  background: #97afc2;
  margin: 0 -15px 20px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.25em;
}
#pro-pack #invisalign-footer ul {
  margin: 0 0 15px;
}
#pro-pack #invisalign-footer li {
  list-style: none;
  display: inline-block;
  width: 32%;
  padding: 0;
  margin: 4px 0;
}
#pro-pack .invisalign-footer-logo {
  margin: 0;
  width: 180px;
  max-width: 100%;
}
.comparison img,
.in-ovation-image {
  -webkit-border-radius: 99px;
  border-radius: 99px;
}
.comparison img {
  float: left;
  margin-right: 15px;
}
p#toggle-links a {
  display: none;
}
#toggle-emergency {
  margin: 0;
}
#toggle-emergency li {
  list-style: none;
}
#toggle-emergency li .toggle-div,
#toggle-emergency li div {
  display: none;
}
#toggle-content ul li {
  clear: both;
  list-style: none;
}
#toggle-content .hr {
  clear: both;
}
#toggle-content dt {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: 400;
}
#toggle-content dd {
  margin-left: 0;
}
#toggle-content img {
  max-width: 100%;
}
#invisalign-sidebar img {
  display: block;
}
#invisalign-sidebar a {
  font-style: italic;
}
#invisalign-footer,
#suresmile-footer {
  background: rgba(255, 255, 255, 0.7);
  width: 85%;
  max-width: 430px;
  margin: 30px 10px;
  padding: 0 15px 0;
  border: solid 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#invisalign-footer h3,
#suresmile-footer h3 {
  background: #97afc2;
  margin: 0 -15px 20px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.25em;
}
#invisalign-footer ul,
#suresmile-footer ul {
  margin: 0 0 15px;
}
#invisalign-footer li,
#suresmile-footer li {
  list-style: none;
  display: inline-block;
  width: 69px;
  margin: 0 2%;
  overflow: hidden;
}
#suresmile-footer li {
  display: inline;
  list-style: none;
}
.invisalign-footer-logo {
  margin: 0;
  width: 180px;
  max-width: 100%;
}
p.before-after-text {
  width: 50%;
  float: right;
}
.before-after-box {
  width: 51%;
}
.before-after-image {
  width: 40%;
  float: left;
  text-align: center;
  padding-right: 20px;
  margin-bottom: 25px;
}
.before-after-image span {
  display: block;
}
.before-after-image img {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
body.common-procedures #bd img.img-right,
body.common-procedures #main-content img.img-right {
  display: block;
}
.img-right {
  max-width: 50%;
  margin-top: 0;
}
/*form fieldset {
  margin: 0;
}
form h2 {
  margin: 0.5em 0;
}
form .form-group {
  margin-bottom: 25px;
}
div.radio-group {
  margin-bottom: 20px;
}
form .checkbox-field label,
form .radio-field label {
  display: inline-block;
  margin: 10px 0 0 0;
  height: 1em;
}
form label {
  display: block;
  line-height: 1em;
  font-weight: 400;
  max-width: 100%;
}
form fieldset span,
form label span {
  display: block;
  font-size: 1em;
  margin-bottom: 8px;
}
form fieldset span,
form label span {
  display: block;
  font-size: 1em;
}
form label.required {
  font-weight: 700;
}
form label .quiet {
  font-weight: 400;
  font-style: italic;
  margin-top: 3px;
}
form label br {
  display: none;
}
form p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  padding: 0;
}
form p.required {
  height: auto;
  margin-bottom: 3px;
}
form p.notice {
  margin: 0 0 25px 0 !important;
  font-style: italic;
}
form label input {
  width: 100% !important;
  padding: 5px 1% !important;
  margin-top: 2px;
}
form .full label input {
  width: 100% !important;
  padding: 0.5% 10px !important;
  margin-top: 2px;
}
form .radio-group label input {
  width: 20px !important;
  padding: 5px !important;
  margin-top: 2px;
}
form label textarea {
  width: 100% !important;
  padding: 5px !important;
  margin-top: 2px;
}
form .full label textarea {
  width: 100% !important;
  padding: 0.5% 10px !important;
  margin-top: 2px;
}
form button {
  margin: 10px 0 25px;
  padding: 8px 12px;
  cursor: pointer;
}
form .radio-group p {
  height: auto;
}
form #rating label,
form .full label {
  margin: 15px 5px;
  clear: both;
  line-height: 1em;
}
.ie9 .checkbox-field input[type="checkbox"],
.ie9 .radio-field input[type="radio"] {
  padding: 0 !important;
}
.ie10 form #rating label input,
.ie10 form .full label input[type="radio"],
.ie9 form #rating label input,
.ie9 form .full label input[type="radio"] {
  margin: 9px 0;
  width: 20px !important;
  float: left;
  padding: 0 !important;
}
.checkbox-field input[type="checkbox"],
.checkbox-field label input[type="checkbox"],
.radio-field label input[type="radio"] {
  margin: 0;
  text-align: left;
  width: 20px !important;
  padding: 0;
  vertical-align: top;
  height: 1em;
}
.radio-group .radio-field label input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.ie10 .checkbox-field input[type="checkbox"],
.ie10 .radio-field input[type="radio"] {
  padding: 0 !important;
}
form .form-group.checkbox-field {
  margin-bottom: 5px;
}
form p.checkbox-heading {
  margin: 2em 0 1.58em;
}
form .label-margin-top {
  margin: 2em 0 0 0;
}
form #rating label span {
  margin-left: 20px;
}
form #rating label input,
form .full label input[type="radio"] {
  float: left;
  position: relative;
  width: 20px !important;
  height: 1em;
  margin: 0 3px !important;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 form #rating label input,
.ie8 form .full label input {
  margin-top: 4px !important;
}
form #survey_participant {
  margin: 20px 0 0;
}
form #survey_participant legend {
  padding-bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: left;
  width: 20px !important;
  padding: 0;
}
form .form-group #rating label input {
  margin: 6px !important;
}
form .full label input[type="date"] {
  min-width: 76% !important;
}
form label {
  margin: 15px 0 0 0;
  min-height: 0;
}
input[type="hidden"] {
  min-height: 0;
}*/
legend {
  margin-left: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  font-size: 1.4285714285714em;
  font-family: inherit;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 5px 0;
}
/*form .radio-group label input {
  width: 20px !important;
}*/
.location-page-map-link {
  margin-bottom: 0;
  height: 20px;
  position: relative;
}
.location-page-map-link a {
  display: block;
  position: absolute;
  width: 100%;
  height: 353px;
  z-index: 10;
}
.embed-container.map {
  height: 300px;
  padding-bottom: 0;
}
/*#jquery-know-your-teeth {
  background: url(https://srwd.sesamehub.com/assets/uploads/images/teeth-for-life/teeth-bg.png)
    no-repeat;
  width: 500px;
  height: 400px;
  margin-top: 15px;
  position: relative;
}
#jquery-know-your-teeth #titles {
  display: none;
}
#jquery-know-your-teeth #age {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#jquery-know-your-teeth #age span {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-top: 3px;
  color: #000;
}
#jquery-know-your-teeth #desc {
  width: 370px;
  height: 40px;
  position: absolute;
  top: 9px;
  left: 110px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
#jquery-know-your-teeth #teeth-img {
  position: absolute;
  top: 64px;
  left: 20px;
}
#jquery-know-your-teeth #footer {
  width: 500px;
  height: 50px;
  position: absolute;
  top: 345px;
  padding-top: 2px;
  padding-left: 15px;
}
#jquery-know-your-teeth #footer .btn {
  background: #fff;
  cursor: pointer;
  width: 53px;
  height: 13px;
  padding-left: 3px;
  padding-bottom: 2px;
  margin-right: 10px;
  margin-top: 5px;
  border: solid 1px #000;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}
#jquery-know-your-teeth #footer .btn:active,
#jquery-know-your-teeth #footer .btn:hover {
  background-color: #f7f571;
}*/
#invisalign-before-after > p,
.cycle-detail span {
  display: none;
}
body.sitemap #bd ul li,
body.sitemap #bd ul ul li {
  list-style: none;
}
/*#fc-calculator {
  color: #68727a;
  width: 96%;
  max-width: 390px;
  margin: 0 auto;
  padding: 5px 0;
  border: none;
  position: relative;
}
#fcData > div {
  width: 100%;
  display: block;
}
#fc-calculator .form-row {
  margin: 0 0 1em 0;
}
#fc-calculator .fc-col1,
#fc-calculator .fc-col2,
#fc-calculator .fc-col3 {
  font-size: 1em;
  border: none;
  width: 100%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#fc-calculator .fc-col1 {
  line-height: 1.6;
}
#fc-calculator .fc-col2 {
  line-height: 1.3;
}
#fc-calculator .fc-col3 {
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0.25em;
  border: 2px solid #d8d8d8;
}
#fc-calculator form .form-row:nth-child(-n + 3) .fc-col3:before {
  content: "$";
  margin-right: -0.224em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#fc-calculator .slider {
  width: 100%;
  margin: 0 auto;
  outline: 0;
  opacity: 1;
  border: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
#fc-calculator input[type="range"] {
  width: 100%;
  border: 1px solid #fff;
  -webkit-appearance: none;
}
#fc-calculator input[type="range"]:focus {
  outline: 0;
}
#fc-calculator input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
#fc-calculator input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}
#fc-calculator input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
#fc-calculator input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  background: #b7b7b7;
  width: 16px;
  border-radius: 50%;
  margin-top: -5px;
}
#fc-calculator input[type="range"]::-moz-range-thumb {
  border: none;
  height: 16px;
  background: #b7b7b7;
  width: 16px;
  border-radius: 50%;
}
#fc-calculator input[type="range"]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
#fc-calculator input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
#fc-calculator input[type="range"]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
#fc-calculator input[type="range"]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
#fc-calculator input[type="range"]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
#fc-calculator input[type="range"]:focus::-ms-fill-lower {
  background: #888;
}
#fc-calculator input[type="range"]:focus::-ms-fill-upper {
  background: #ccc;
}
#fc-calculator input[type="text"] {
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  height: inherit;
  width: auto;
  padding: 0 !important;
  margin-top: 0;
  background: 0 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
#fc-calculator #payment-calculation {
  text-align: center;
  height: 5.55em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0.65em 0 1em;
  background: #eee;
}
#fc-calculator #payment-calculation .fc-col1 {
  line-height: 1.32;
  font-size: 1.25rem;
  font-weight: 700;
}
#fc-calculator #payment-calculation .fc-col2 {
  line-height: 1.05;
  font-size: 2.2em;
  text-align: center;
  font-weight: 700;
}
#fc-calculator #payment-calculation .fc-col2:before {
  content: "$";
  margin-right: -0.224em;
  display: inline-block;
  vertical-align: middle;
}
#fc-calculator #payment-calculation input[type="text"] {
  line-height: 1.05;
  text-align: left;
  font-weight: 700;
  max-width: 4.25em;
  width: auto;
  background: 0 0;
  border: none;
  display: inline;
  vertical-align: middle;
}*/
@media only screen and (max-width: 47.9375em) {
  .show-mob,
  .showmob,
  .showmobile {
    display: block !important;
  }
  .hide-mob,
  .hidemob,
  .hidemobile,
  .no-mob,
  .nomob {
    display: none !important;
  }
  .mob-inline-block {
    display: inline-block !important;
  }
  .mob-inline {
    display: inline !important;
  }
  .mob-alignleft {
    text-align: left;
  }
  .mob-alignright {
    text-align: right;
  }
  .mob-aligncenter {
    text-align: center;
  }
  .mob-center {
    margin-left: auto;
    margin-right: auto;
  }
  .mob-nostyling {
    list-style: none;
    padding: 0;
  }
  .mob-nopadding {
    padding: 0;
  }
  .mob-nomargin {
    margin: 0;
  }
  .mob-left {
    float: left;
  }
  .mob-right {
    float: right;
  }
  .mob-nofloat,
  .mobnofloat {
    float: none;
  }
  .mob-clear {
    clear: both;
  }
  .mob-clearleft {
    clear: left;
  }
  .mob-clearright {
    clear: right;
  }
  .mob-noclear {
    clear: none;
  }
  .mob-nomax {
    max-width: none;
  }
  .mob-fill {
    width: 100%;
  }
  /*form label input,
  form label textarea {
    width: 100% !important;
  }
  form.full label input,
  form.full label textarea {
    width: 100% !important;
  }*/
  p.before-after-text {
    width: 100%;
  }
  .before-after-box {
    width: 100%;
  }
  .before-after-image {
    width: 50%;
    padding: 0;
  }
  #pro-pack .img-right {
    margin: 10px 0 10px 10px;
    float: none;
  }
  /*input[type="date"],
  input[type="email"],
  input[type="file"],
  input[type="search"],
  input[type="tel"],
  input[type="text"] {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
  .full textarea {
    width: 100%;
  }
  .full select {
    width: 100%;
  }
  select {
    width: 100%;
    max-width: 100%;
  }
  form label input {
    width: 100% !important;
  }
  form .full label input {
    width: 100% !important;
  }
  form label textarea {
    width: 100% !important;
  }
  .form-group textarea {
    with: 100%;
  }
  form .full label textarea {
    width: 100% !important;
  }
  form label input,
  form label textarea {
    width: 100% !important;
  }
  form.full label input,
  form.full label textarea {
    width: 100% !important;
  }*/
}
#tooth_0 {
  position: absolute;
  top: 42%;
  left: 20%;
  width: 3.5%;
  height: 5%;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  cursor: pointer;
}
#tooth_1 {
  position: absolute;
  top: 43%;
  left: 23.5%;
  width: 3%;
  height: 3%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_2 {
  position: absolute;
  top: 43%;
  left: 27%;
  width: 4%;
  height: 3.34%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_3 {
  top: 43%;
  position: absolute;
  left: 35%;
  width: 4%;
  height: 17px;
  background-color: #fff;
  cursor: pointer;
}
#tooth_4 {
  top: 44%;
  left: 44%;
  position: absolute;
  width: 4%;
  height: 4%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_5 {
  position: absolute;
  top: 45%;
  left: 53%;
  width: 5%;
  height: 4%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_6 {
  position: absolute;
  top: 46%;
  left: 60%;
  width: 5%;
  height: 4%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_7 {
  position: absolute;
  top: 45%;
  left: 65%;
  width: 4%;
  height: 4%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_8 {
  position: absolute;
  top: 48%;
  left: 24%;
  width: 3%;
  height: 5%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_9 {
  position: absolute;
  top: 50%;
  left: 27%;
  border-bottom-right-radius: 20px;
  width: 3%;
  height: 5%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_10 {
  position: absolute;
  top: 50.8%;
  left: 30.75%;
  width: 4.1%;
  height: 4%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_11 {
  position: absolute;
  width: 5%;
  left: 35%;
  height: 5%;
  background-color: #fff;
  top: 51%;
  cursor: pointer;
}
#tooth_12 {
  position: absolute;
  top: 51%;
  left: 41%;
  width: 5%;
  height: 5%;
  background-color: #fff;
  cursor: pointer;
}
#tooth_13 {
  position: absolute;
  top: 51%;
  left: 48%;
  width: 6%;
  background-color: #fff;
  height: 4%;
}
#braces-painter {
  width: 100%;
  margin: 0 auto 20px;
  float: none;
  height: auto;
  position: relative;
  max-width: 410px;
  background-repeat: no-repeat;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ie10 .hide-cmb-text,
.ie8 .hide-cmb-text,
.ie9 .hide-cmb-text {
  display: none;
}
#cmb-infobox {
  margin: 0 auto;
  margin-bottom: 20px;
  color: #333;
  padding: 10px;
  background: #ecebe0;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-border-radius: 9px;
}
.color-braces-icon {
  margin: 28% 25% 0 25%;
  color: #fff;
  font-size: 18px;
}
.color-braces-icon-black {
  margin: 28% 25% 0 25%;
  color: #000;
  float: left;
  font-size: 18px;
}
#assign_btns {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.assign_btn {
  width: 55px;
  height: 55px;
  background: #ecebe0;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  color: #333;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.assign_btn span {
  margin-top: 28%;
  font-size: 0.6em;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}
#color_btns {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  max-width: 410px;
  clear: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.color_btn {
  margin-right: 5px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  vertical-align: top;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}
#cmb-color-selectors {
  width: 100%;
}
.cmb-tooth {
  width: 20px;
  height: 24px;
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
}
#cmb-mouth {
  pointer-events: none;
  position: relative;
  max-width: 410px;
  max-height: 410px;
  height: auto;
  width: 100%;
  z-index: 60;
}
/*@media only screen and (min-width: 30em) {
  #fc-calculator .form-row .fc-col3 {
    padding: 2px 0.33em;
  }
}*/
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0 solid transparent;
    display: block;
    float: left;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.quarter,
  .row > .col.span3 {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.half,
  .row > .col.span6 {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.full,
  .row > .col.span12 {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  .affix {
    position: fixed;
  }
  .img-left {
    float: left;
    margin: 0 2.5% 2.5% 0;
    clear: left;
  }
  .img-right {
    float: right;
    margin: 0 0 2.5% 2.5%;
    clear: right;
  }
  .slideshow .slideshow-item .caption {
    position: relative;
    background: #444;
  }
  body.zoom-whitening .img-right {
    margin: 0 0 2.5% 2%;
  }
  .img-right {
    max-width: 100%;
    margin-top: 0;
    margin: 0 0 2.5% 2.5%;
  }
  #pro-pack #testimonials strong {
    display: block;
  }
  body.sitemap .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  /*input[type="date"],
  input[type="email"],
  input[type="file"],
  input[type="search"],
  input[type="tel"],
  input[type="text"] {
    width: 80%;
  }
  textarea {
    width: 80%;
  }
  .full textarea {
    width: 80%;
  }
  .full select {
    width: 80%;
  }
  select {
    width: 80%;
    max-width: 100%;
  }
  form label input {
    width: 80% !important;
  }
  form .full label input {
    width: 80% !important;
  }
  form label textarea {
    width: 80% !important;
  }
  form .full label textarea {
    width: 80% !important;
  }
  form label input,
  form label textarea {
    width: 80% !important;
  }
  form.full label input,
  form.full label textarea {
    width: 80% !important;
  }*/
  #cmb-color-selectors {
    width: 58%;
  }
  #braces-painter {
    width: 42%;
    float: right;
    height: auto;
    position: relative;
    max-width: 410px;
    z-index: 10;
    background-repeat: no-repeat;
  }
  #assign_btns {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px auto 20px auto;
  }
  .assign_btn {
    width: 55px;
    height: 55px;
    text-align: center;
    margin-right: 10px;
    color: #333;
    float: left;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  #color_btns {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    max-width: 410px;
    text-align: center;
  }
  .color_btn {
    margin-right: 5px;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  #color-my-braces-container {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  .tab-affix {
    position: fixed;
  }
  .show-tab,
  .showtab,
  .showtablet {
    display: block !important;
  }
  .hide-tab,
  .hidetab,
  .hidetablet {
    display: none !important;
  }
  .tab-inline-block {
    display: inline-block !important;
  }
  .tab-inline {
    display: inline !important;
  }
  .tab-alignleft {
    text-align: left;
  }
  .tab-alignright {
    text-align: right;
  }
  .tab-aligncenter {
    text-align: center;
  }
  .tab-center {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-nostyling {
    list-style: none;
    padding: 0;
  }
  .tab-nopadding {
    padding: 0;
  }
  .tab-nomargin {
    margin: 0;
  }
  .tab-left {
    float: left;
  }
  .tab-right {
    float: right;
  }
  .tab-nofloat,
  .tabnofloat {
    float: none;
  }
  .tab-clear {
    clear: both;
  }
  .tab-clearleft {
    clear: left;
  }
  .tab-clearright {
    clear: right;
  }
  .tab-noclear {
    clear: none;
  }
  .tab-nomax {
    max-width: none;
  }
  .tab-fill {
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .desk-affix {
    position: fixed;
  }
  .show-desk,
  .showdesk,
  .showdesktop {
    display: block !important;
  }
  .hide-desk,
  .hidedesk,
  .hidedesktop {
    display: none !important;
  }
  .desk-inline-block {
    display: inline-block !important;
  }
  .desk-inline {
    display: inline !important;
  }
  .desk-alignleft {
    text-align: left;
  }
  .desk-alignright {
    text-align: right;
  }
  .desk-aligncenter {
    text-align: center;
  }
  .desk-center {
    margin-left: auto;
    margin-right: auto;
  }
  .desk-nostyling {
    list-style: none;
    padding: 0;
  }
  .desk-nopadding {
    padding: 0;
  }
  .desk-nomargin {
    margin: 0;
  }
  .desk-left {
    float: left;
  }
  .desk-right {
    float: right;
  }
  .desk-nofloat,
  .desknofloat {
    float: none;
  }
  .desk-clear {
    clear: both;
  }
  .desk-clearleft {
    clear: left;
  }
  .desk-clearright {
    clear: right;
  }
  .desk-noclear {
    clear: none;
  }
  .desk-nomax {
    max-width: none;
  }
  .desk-fill {
    width: 100%;
  }
  nav {
    overflow: visible;
  }
  nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: auto;
  }
  nav ul li a {
    display: block;
    padding: 0;
  }
  nav ul li ul,
  nav ul li.open ul {
    display: none;
    position: absolute;
    width: 240px;
  }
  .has-touch nav ul li.open ul,
  nav ul li:hover ul {
    display: block;
  }
  nav ul ul li a {
    padding: 12px;
  }
  nav.horizontal ul {
    height: 100%;
  }
  nav.horizontal ul li {
    float: left;
    display: inline-block;
    min-height: 100%;
    position: relative;
    width: auto;
    height: 100%;
  }
  nav.horizontal ul li a {
    width: auto;
    max-width: 100%;
    height: 100%;
  }
  nav.horizontal ul ul {
    top: 100%;
    margin: 0 auto;
    height: auto;
  }
  nav.horizontal ul ul li {
    display: block;
    float: none;
    width: 100%;
  }
  nav.horizontal ul ul li a {
    width: auto;
  }
  nav .collapsible .trigger {
    display: none;
  }
  nav .collapsible > ul {
    display: block;
  }
  .location-page-map-link {
    height: auto;
  }
  .location-page-map-link a {
    display: inline;
    position: relative;
    width: auto;
    height: auto;
  }
  .embed-container.map {
    height: 0;
    padding-bottom: 45%;
  }
  #main-nav li.patient-care-videos,
  body.sitemap li.patient-care-videos {
    display: block;
  }
  #fc-calculator {
    font-size: 20px;
  }
  #fc-calculator .form-row {
    text-align: left;
  }
  #fc-calculator .form-row .fc-col2 {
    width: 300px;
  }
  #fc-calculator .form-row .fc-col3 {
    width: 100%;
    max-width: 60px;
  }
}
.aao-pro-pack-video-sleeve {
  width: 100%;
  max-width: 80%;
}
.aao-pro-pack-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  width: 99.99%;
  overflow: hidden;
  margin-bottom: 20px;
}
.aao-pro-pack-video-container embed,
.aao-pro-pack-video-container iframe,
.aao-pro-pack-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ie8 .slideshow .slideshow-item {
  display: none;
}
.ie8 .slideshow .slideshow-active {
  display: block;
}
