<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#invisalign-cycle .pager {display:block;}
#invisalign-cycle .pager span {border-radius: 50%;border: 2px solid #000;background-color: #000;width: 13px;height: 13px;transition: background-color .3s;display: inline-block;margin: 0 9px;}

#invisalign-cycle #next, #invisalign-cycle #prev {
font-size: 65px;
line-height: 1em;
position: absolute;
left: 0;
font-weight: normal;
color: #698E65;
z-index: 1000;
height: 100%;
display: flex;
align-items: center;
}


#invisalign-cycle #next {left: auto;
right: 0;}

#invisalign-cycle &gt; div {width: 100%;text-align:center;}
#invisalign-cycle {max-width: 650px;margin: 30px auto auto;height: 203px;display: flex;align-items: center;}

#invisalign-promo figure img, #invisalign-promo p {text-align:center;margin: auto;}


/* --- EMERGENCY ICONS --- */
/***** Remove the class="off" from the leanModal link in the html to activate the link/connect to its pop-up *****/
.off {
  pointer-events: none;
}
.service-icons {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px auto;
}
.service-icons h3 {
  margin: 5px auto;
  font-size: 22px;
  line-height: 1.1;
}
.service-icons &gt; * {
  padding: 5px;
  flex: 0 1 210px;
  margin: 10px auto;
  display: block;
}
.service-icons a {
  color: #2f3437;
  text-decoration: none;
}
.service-icons a:hover .icon .ic-color {
  fill: #3a97bb;
}
.service-icons a:hover h3 {
  color: #3a97bb;
}
.ic-color {
  fill: #ee7156;
}
.sv-icon {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.has-h3 {
  clear: both;
  display: table;
  width: 100%;
  margin: 20px auto;
  text-align: left;
}
.has-h3 h3 {
  margin: 0 auto 10px;
  text-align: left;
}
@media (max-width: 750px) {
  .has-h3, .has-h3 h3 {
    text-align: center;
  }
}
/*==================== Modal ================*/
#lean_overlay {
  padding: 10px;
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  overflow: scroll;
}
.modal-content {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 97%;
  flex: 0 1 97%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 93%;
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
  padding: 10px 20px;
  overflow-x: hidden;
}
.modal-content h3 {
  text-align: center;
  font-size: 26px;
  margin: 15px 0 10px;
}
.modal-content .has_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-content .btn {
  margin: 5px;
  min-width: 430px;
}
.modal-content .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-content .buttons &gt; p {
  margin: 5px;
}
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  z-index: 1002;
  cursor: pointer;
  color: #ee7156;
  line-height: 1;
  width: 40px;
  height: 40px;
}
.modal-close span {
  display: none;
}
.modal-close i {
  position: relative;
  color: #ee7156;
  font-style: normal;
  padding-bottom: 4px;
}
.modal-close i:before {
  font-size: 40px;
  content: '\00d7';
}
.modal-close:hover i {
  color: #555;
}
.modal-content .has_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-content .btn {
  margin: 5px;
  min-width: 350px;
}
.forms input::-webkit-input-placeholder {
  color: #000!important;
}
.forms input:-moz-placeholder {
  color: #000!important;
}
#main-dr-container .networks {display: flex;  margin-bottom: 20px;justify-content: center;height: 65px;}
#main-dr-container .networks img {transform: scale(0.5);width: auto;}

@media (max-width:600px){
#main-dr-container .dr-name { bottom: -1.5pc;width: 100%;font-size: 14px;max-width: 250px;}
  #main-dr-container .networks{height:50px;width: initial;}
  #main-dr-container .networks img {transform: scale(0.7);}
}

#index-find {
margin: 8rem auto;
text-align: center;
max-width: 1200px;
}

#simpleModal{display:none;position:fixed;z-index:9000;left:0;top:0;height:100%;width:100%;overflow:auto;background-color:rgba(0,0,0,.75);animation-name:modalopen;animation-duration:1s}

#simpleModal .modalContent{background-color:#ED7156;margin:11% auto;width:90%;max-width: 1000px; box-shadow:0 5px 8px 0 rgba(0,0,0,.2),0 7px 20px 0 rgba(0,0,0,.17);position:relative;border: solid 1pc #1F3063;}

#simpleModal .modalContent h2{ font-weight: 700;color:#fff;text-transform:uppercase;font-size:41px;text-align:center;/*! line-height:1.2; */}

#simpleModal .contain {   /*! max-width: 85%; */ margin: 0;display: flex;justify-content: flex-start;  gap: 2pc;}

#simpleModal .modalContent p{margin: 15px auto; line-height: 1.6; font-weight: 400;font-size: 22px;color: #fff;}

#simpleModal .closeBtn{color:#a5a5a5;position:absolute;right:0;top:0;z-index:10;font-size:30px;position:absolute;background-color:#e74c3c;color:#fff;padding:5px 15px 8px; line-height:1}

#simpleModal .closeBtn:focus,#simpleModal .closeBtn:hover{background-color:#c0392b;cursor:pointer;text-decoration:none}

@keyframes modalopen { from{opacity:0} to{opacity:1} }
#simpleModal .contain article {align-content: space-evenly; text-align:center;}
#simpleModal .contain figure {
  margin: 0 0 0 0;
}
@media(max-width:975px){
  #simpleModal .contain {
    display: grid;
    justify-content: center;
    gap: 0pc;
  }
}
.alt:before {content:''; position:absolute; left:-900px; right:-900px; top:0; bottom:0; background-color:#092651; z-index:-1;}
.alt {position:relative; display:table; clear:both; width:100%; max-width:100%; padding:70px 10px; background-color:#092651;}
.alt article h2, .alt article p {color:#fff!important;}
.smile-gallery-case figure img {outline:2px solid #ffb065; outline-offset:1pc;}
.intro {background-color:#E4E5E8; display:flex; padding-inline:3pc; padding-top:50px; height:627px; margin-bottom:3pc; position:relative;}
.smile-gallery-case {max-width:1200px; margin:auto;}
.intro article {flex:0 1 45%;}
.intro figure {flex:0 1 55%;}
.intro article iframe {position:absolute;}
.intro figure {justify-self:safe;}
.smile-gallery-case {margin-top:10pc;}

@media (max-width:1024px) {
.intro {display:grid; height:fit-content; justify-items:center;}
.intro article iframe {position:initial;}
.intro figure img {margin:auto;}
.intro figure {justify-content:center; order:2;}
.smile-gallery-case .gallery-item {margin:auto;}
body.smile-gallery #main-body {padding-inline:0px}
.smile-gallery-case {padding-inline:5%}
}

@media (max-width:860px) {
body.smile-gallery #main-body {padding-top:12%}
.intro figure, .intro figure img {margin-bottom:0 !important;}
}

@media (max-width:660px) {
body.smile-gallery #main-body {padding-top:20%}
}

@media (max-width:352px) {
body.smile-gallery #main-body {padding-top:40%}
}
</pre></body></html>