.wow {
visibility: hidden;
}
.subpage #hd .wow {
-webkit-animation-name: none !important;
-moz-animation-name: none !important;
-o-animation-name: none !important;
animation-name: none !important;
visibility: visible !important;
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes peek {
0% {
}
50% {
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes peek {
0% {
}
50% {
-moz-transform: translateX(-40px);
transform: translateX(-40px);
}
100% {
-moz-transform: none;
transform: none;
}
}
@-o-keyframes peek {
0% {
}
50% {
-o-transform: translateX(-40px);
transform: translateX(-40px);
}
100% {
-o-transform: none;
transform: none;
}
}
@keyframes peek {
0% {
}
50% {
-webkit-transform: translateX(-40px);
-moz-transform: translateX(-40px);
-o-transform: translateX(-40px);
transform: translateX(-40px);
}
100% {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.peek {
-webkit-animation-name: peek;
-moz-animation-name: peek;
-o-animation-name: peek;
animation-name: peek;
}
@-webkit-keyframes rotateInCCW {
from {
opacity: 0;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
to {
opacity: 1;
}
}
@-moz-keyframes rotateInCCW {
from {
opacity: 0;
-moz-transform: rotate(20deg);
transform: rotate(20deg);
}
to {
opacity: 1;
}
}
@-o-keyframes rotateInCCW {
from {
opacity: 0;
-o-transform: rotate(20deg);
transform: rotate(20deg);
}
to {
opacity: 1;
}
}
@keyframes rotateInCCW {
from {
opacity: 0;
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(20deg);
}
to {
opacity: 1;
}
}
.rotateInCCW {
-webkit-animation-name: rotateInCCW;
-moz-animation-name: rotateInCCW;
-o-animation-name: rotateInCCW;
animation-name: rotateInCCW;
}
@-webkit-keyframes rotateInCW {
from {
opacity: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
to {
opacity: 1;
}
}
@-moz-keyframes rotateInCW {
from {
opacity: 0;
-moz-transform: rotate(-20deg);
transform: rotate(-20deg);
}
to {
opacity: 1;
}
}
@-o-keyframes rotateInCW {
from {
opacity: 0;
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
}
to {
opacity: 1;
}
}
@keyframes rotateInCW {
from {
opacity: 0;
-webkit-transform: rotate(-20deg);
-moz-transform: rotate(-20deg);
-o-transform: rotate(-20deg);
transform: rotate(-20deg);
}
to {
opacity: 1;
}
}
.rotateInCW {
-webkit-animation-name: rotateInCW;
-moz-animation-name: rotateInCW;
-o-animation-name: rotateInCW;
animation-name: rotateInCW;
}
@-webkit-keyframes pulse {
0% {
}
50% {
-webkit-transform: scale(1.06);
transform: scale(1.06);
}
100% {
}
}
@-moz-keyframes pulse {
0% {
}
50% {
-moz-transform: scale(1.06);
transform: scale(1.06);
}
100% {
}
}
@-o-keyframes pulse {
0% {
}
50% {
-o-transform: scale(1.06);
transform: scale(1.06);
}
100% {
}
}
@keyframes pulse {
0% {
}
50% {
-webkit-transform: scale(1.06);
-moz-transform: scale(1.06);
-o-transform: scale(1.06);
transform: scale(1.06);
}
100% {
}
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
-moz-transform: none;
transform: none;
}
}
@-o-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
-o-transform: none;
transform: none;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(15%, 0, 0);
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInRight {
from {
opacity: 0;
-moz-transform: translate3d(15%, 0, 0);
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
-moz-transform: none;
transform: none;
}
}
@-o-keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
-o-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(15%, 0, 0);
-moz-transform: translate3d(15%, 0, 0);
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-15%, 0, 0);
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInLeft {
from {
opacity: 0;
-moz-transform: translate3d(-15%, 0, 0);
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
-moz-transform: none;
transform: none;
}
}
@-o-keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
-o-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-15%, 0, 0);
-moz-transform: translate3d(-15%, 0, 0);
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 15%, 0);
transform: translate3d(0, 15%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInUp {
from {
opacity: 0;
-moz-transform: translate3d(0, 15%, 0);
transform: translate3d(0, 15%, 0);
}
to {
opacity: 1;
-moz-transform: none;
transform: none;
}
}
@-o-keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 15%, 0);
}
to {
opacity: 1;
-o-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 15%, 0);
-moz-transform: translate3d(0, 15%, 0);
transform: translate3d(0, 15%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
-moz-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
-o-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
}
@-webkit-keyframes fadeInUpPX {
from {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInUpPX {
from {
opacity: 0;
-moz-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
}
to {
opacity: 1;
-moz-transform: none;
transform: none;
}
}
@-o-keyframes fadeInUpPX {
from {
opacity: 0;
transform: translate3d(0, 30px, 0);
}
to {
opacity: 1;
-o-transform: none;
transform: none;
}
}
@keyframes fadeInUpPX {
from {
opacity: 0;
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.fadeInUpPX {
-webkit-animation-name: fadeInUpPX;
-moz-animation-name: fadeInUpPX;
-o-animation-name: fadeInUpPX;
animation-name: fadeInUpPX;
-webkit-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
-moz-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
-o-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20%, 0);
transform: translate3d(0, -20%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes fadeInDown {
from {
opacity: 0;
-moz-transform: translate3d(0, -20%, 0);
transform: translate3d(0, -20%, 0);
}
to {
opacity: 1;
-moz-transform: none;
transform: none;
}
}
@-o-keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -20%, 0);
}
to {
opacity: 1;
-o-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -20%, 0);
-moz-transform: translate3d(0, -20%, 0);
transform: translate3d(0, -20%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
90% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes zoomIn {
from {
opacity: 0;
-moz-transform: scale(0.8);
transform: scale(0.8);
}
90% {
opacity: 1;
}
100% {
opacity: 1;
-moz-transform: none;
transform: none;
}
}
@-o-keyframes zoomIn {
from {
opacity: 0;
-o-transform: scale(0.8);
transform: scale(0.8);
}
90% {
opacity: 1;
}
100% {
opacity: 1;
-o-transform: none;
transform: none;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
90% {
opacity: 1;
}
100% {
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
-moz-animation-name: zoomIn;
-o-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes bounceMapMarker {
from {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
30% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
opacity: 1;
}
78% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
90% {
-webkit-transform: none;
transform: none;
}
100% {
-webkit-transform: none;
transform: none;
}
}
@-moz-keyframes bounceMapMarker {
from {
opacity: 0;
-moz-transform: scale(0);
transform: scale(0);
}
30% {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-moz-transform: scale(0.8);
transform: scale(0.8);
opacity: 1;
}
78% {
-moz-transform: scale(1.05);
transform: scale(1.05);
}
90% {
-moz-transform: none;
transform: none;
}
100% {
-moz-transform: none;
transform: none;
}
}
@-o-keyframes bounceMapMarker {
from {
opacity: 0;
-o-transform: scale(0);
transform: scale(0);
}
30% {
-o-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 1;
}
78% {
-o-transform: scale(1.05);
transform: scale(1.05);
}
90% {
-o-transform: none;
transform: none;
}
100% {
-o-transform: none;
transform: none;
}
}
@keyframes bounceMapMarker {
from {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
30% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 1;
}
78% {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
90% {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
100% {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
}
.bounceMapMarker {
-webkit-animation-name: bounceMapMarker;
-moz-animation-name: bounceMapMarker;
-o-animation-name: bounceMapMarker;
animation-name: bounceMapMarker;
-webkit-transform-origin: center 80%;
-moz-transform-origin: center 80%;
-ms-transform-origin: center 80%;
-o-transform-origin: center 80%;
transform-origin: center 80%;
-webkit-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
-moz-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
-o-animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
animation-timing-function: cubic-bezier(0.24, 0.21, 0.59, 0.96);
}
@-webkit-keyframes zoomOut {
from {
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1.2);
transform: scale3d(1.2, 1.2, 1.2);
}
50% {
opacity: 1;
}
}
@-moz-keyframes zoomOut {
from {
opacity: 0;
-moz-transform: scale3d(1.2, 1.2, 1.2);
transform: scale3d(1.2, 1.2, 1.2);
}
50% {
opacity: 1;
}
}
@-o-keyframes zoomOut {
from {
opacity: 0;
transform: scale3d(1.2, 1.2, 1.2);
}
50% {
opacity: 1;
}
}
@keyframes zoomOut {
from {
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1.2);
-moz-transform: scale3d(1.2, 1.2, 1.2);
transform: scale3d(1.2, 1.2, 1.2);
}
50% {
opacity: 1;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
-moz-animation-name: zoomOut;
-o-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutMap {
from {
opacity: .8;
-webkit-transform: scale(2.1);
transform: scale(2.1);
}
50% {
opacity: 1;
}
}
@-moz-keyframes zoomOutMap {
from {
opacity: .8;
-moz-transform: scale(2.1);
transform: scale(2.1);
}
50% {
opacity: 1;
}
}
@-o-keyframes zoomOutMap {
from {
opacity: .8;
-o-transform: scale(2.1);
transform: scale(2.1);
}
50% {
opacity: 1;
}
}
@keyframes zoomOutMap {
from {
opacity: .8;
-webkit-transform: scale(2.1);
-moz-transform: scale(2.1);
-o-transform: scale(2.1);
transform: scale(2.1);
}
50% {
opacity: 1;
}
}
.zoomOutMap {
-webkit-animation-name: zoomOutMap;
-moz-animation-name: zoomOutMap;
-o-animation-name: zoomOutMap;
animation-name: zoomOutMap;
}@font-face {
font-family: 'healthgrades';
src:url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades.eot?su2p3g);
src:url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades.eot?#iefixsu2p3g) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades.woff?su2p3g) format('woff'),
url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades.ttf?su2p3g) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades.svg?su2p3g#healthgrades) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'healthgrades2';
src:url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades2.eot?su2p3g);
src:url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades2.eot?#iefixsu2p3g) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades2.woff?su2p3g) format('woff'),
url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades2.ttf?su2p3g) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/healthgrades/healthgrades2.svg?su2p3g#healthgrades2) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'blog';
src:url(//srwd.sesamehub.com/assets/icons/blog/blog.eot);
src:url(//srwd.sesamehub.com/assets/icons/blog/blog.eot?#iefix) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/blog/blog.woff) format('woff'),
url(//srwd.sesamehub.com/assets/icons/blog/blog.ttf) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/blog/blog.svg#blog) format('svg');
font-weight: normal;
font-style: normal;
} 
@font-face {
font-family: 'tooth-icons';
src:url(//srwd.sesamehub.com/assets/icons/tooth-icons/tooth-icons.eot);
src:url(//srwd.sesamehub.com/assets/icons/tooth-icons/tooth-icons.eot?#iefix) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/tooth-icons/tooth-icons.woff) format('woff'),
url(//srwd.sesamehub.com/assets/icons/tooth-icons/tooth-icons.ttf) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/tooth-icons/tooth-icons.svg#tooth-icons) format('svg');
font-weight: normal;
font-style: normal;
} 
@font-face {
font-family: 'sesame-icons';
src:url(//srwd.sesamehub.com/assets/icons/sesame-icons/sesame-icons.eot);
src:url(//srwd.sesamehub.com/assets/icons/sesame-icons/sesame-icons.eot?#iefix) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/sesame-icons/sesame-icons.woff) format('woff'),
url(//srwd.sesamehub.com/assets/icons/sesame-icons/sesame-icons.ttf) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/sesame-icons/sesame-icons.svg#sesame-icons) format('svg');
font-weight: normal;
font-style: normal;
} 
@font-face {
font-family: 'back-to-top-icon';
src:url(//srwd.sesamehub.com/assets/icons/back-to-top-icon/back-to-top-icon.eot);
src:url(//srwd.sesamehub.com/assets/icons/back-to-top-icon/back-to-top-icon.eot?#iefix) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/back-to-top-icon/back-to-top-icon.woff) format('woff'),
url(//srwd.sesamehub.com/assets/icons/back-to-top-icon/back-to-top-icon.ttf) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/back-to-top-icon/back-to-top-icon.svg#back-to-top-icon) format('svg');
font-weight: normal;
font-style: normal;
} 
@font-face {
font-family: 'custom-google';
src:url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google.eot?-efnopv);
src:url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google.eot?#iefix-efnopv) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google.ttf?-efnopv) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google.woff?-efnopv) format('woff'),
url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google.svg?-efnopv#custom-google) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'custom-google-g';
src:url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google-g.eot?-efnopv);
src:url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google-g.eot?#iefix-efnopv) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google-g.woff2?-efnopv) format('woff2'),
url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google-g.woff?-efnopv) format('woff'),
url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google-g.ttf?-efnopv) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/google-plus-new/custom-google-g.svg?-efnopv#custom-google) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'invisalign';
src:url(//srwd.sesamehub.com/assets/icons/invisalign/fa-invisalign.eot);
src:url(//srwd.sesamehub.com/assets/icons/invisalign/fa-invisalign.eot?#iefix) format('embedded-opentype'),
url(//srwd.sesamehub.com/assets/icons/invisalign/fa-invisalign.woff2) format('woff2'),
url(//srwd.sesamehub.com/assets/icons/invisalign/fa-invisalign.woff) format('woff'),
url(//srwd.sesamehub.com/assets/icons/invisalign/fa-invisalign.ttf) format('truetype'),
url(//srwd.sesamehub.com/assets/icons/invisalign/fa-invisalign.svg#fa-invisalign) format('svg');
font-weight: normal;
font-style: normal;
}
.fa { vertical-align: middle; }
.social-icons a { vertical-align: middle; }
.custom-icon-blog {
}
.custom-icon-blog:before {
content: "\e600";
font-family: 'blog' !important;
speak: none;
font-style: normal;
font-weight: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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: normal;
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, form, input, button, select, textarea {
margin: 0;
outline: 0;
}
a, a:active, a:hover, a:focus {
outline: none;
}
a {
outline: 0 !important;
} abbr {
_border-bottom: expression(this.title?'1px dotted':'none');
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
mark {
background: #FF0;
color: #000;
}
pre, code, kbd, samp {
font-family: monospace, monospace;
_font-family: 'courier new', monospace;
font-size: 1em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: none;
}
q:before, q:after {
content: '';
content: none;
}
small, sub, sup {
font-size: 75%;
}
sub, sup {
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
nav ul {
list-style: none;
}
audio[controls], canvas, video {
display: inline-block;
display: inline;
}
audio {
display: none;
_display: expression(this.controls?'inline':'none');
zoom: 1;
}
audio[controls] {
display: inline-block;
}
img, a img {
border: 0;
-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
overflow: hidden;
}
button, input, select, textarea {
vertical-align: baseline; }
button, input {
line-height: normal;
_overflow: expression(this.type=='button|reset|submit'?'visible':'');
}
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: #ff0000;
border: 1px dotted #ff0000;
background: #ffffff;
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: 0px;
border-collapse: separate;
} #healthgrades-widget,
.healthgrades-widget {
list-style:none;
font-weight:bold;
margin: 0;
z-index:5000 !important;
}
#healthgrades-widget ul,
.healthgrades-widget ul {
margin: 0;
}
#healthgrades-widget li,
.healthgrades-widget li {
position:relative;
margin:-3px 0px 0;
}
#healthgrades-widget a,
.healthgrades-widget a {
display:block;
color:#fff;
font-size:24px;
font-weight:lighter;
opacity:1.0;
filter:alpha(opacity=100); 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:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
}
#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%, #ffffff 80%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(80%,#ffffff)); background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 80%); background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 80%); background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 80%); background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 80%); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f3f3f3, endColorstr=#fefefe);
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 0px 9px 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright:0px;
-webkit-border-top-left-radius:9px;
-webkit-border-top-right-radius:0px;
-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: normal;
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:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
}
#healthgrades-widget ul li:hover ul,
.healthgrades-widget ul li:hover ul { 
display:block;
}
#healthgrades-widget ul ul li a:hover, #healthgrades-widget ul ul li a.active,
.healthgrades-widget ul ul li a:hover, .healthgrades-widget ul ul li a.active {
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:before, .clearfix:after, .row:before, .row:after, .slideshow-item:before, .slideshow-item:after {
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;
}
.right, .pull-right {
float: right;
}
.img-left, .img-right, .img-center {
float: none;
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;} html, body, 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;
} strong, .strong, .bold {
font-weight: 700;
}
em, .italic {
font-style: italic;
}
.lead {
margin-bottom: 1.6px;
font-size: 1.5em;
font-weight: 200;
line-height: 2.4000000000000004;
}
small {
font-size: .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: .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;
}  .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 iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} ul, ol {
padding: 0;
margin: 0 0 1.8em 25px;
}
ul ul, ul ol, ol ol, ol ul {
margin-bottom: 0;
}
li {
line-height: 1.6;
}
ul.unstyled, ol.unstyled {
margin-left: 0;
list-style: none;
}
ul.inline, ol.inline {
margin-left: 0;
list-style: none;
}
ul.inline > li, ol.inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-bottom: 1.6px;
}
dt, dd {
line-height: 1.6;
}
dt {
font-weight: 700;
}
dd {
margin-left: .8em;
}
.dl-horizontal {
zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
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=text], input[type=date], input[type=email], input[type=search], input[type=tel], input[type=file] {
border-radius: 0;
outline: 0;
padding: .5% 10px;
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=submit], input[type=button] {
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: .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: .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: .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: #444444;
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 .5s ease;
-moz-transition: opacity .5s ease;
-ms-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .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: transparent;
}
nav ul ul li a {
width: auto;
height: auto;
background: transparent;
}
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;
}
.office-tour.slideshow .slideshow-nav, .before-and-after.slideshow .slideshow-nav {
position: relative;
top: 0;
width: 100%;
}
.office-tour.slideshow, .before-and-after.slideshow {
background: transparent;
margin: 0 auto;
}
.office-tour.slideshow .slideshow-nav, .before-and-after.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;
}
.office-tour.slideshow .slideshow-item .desc, .before-and-after.slideshow .slideshow-item .desc {
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 96%;
background: rgba(0,0,0,.75);
color: #fff;
margin: 0;
padding: 2%;
}
.office-tour.slideshow .slideshow-nav, .before-and-after.slideshow .slideshow-nav {
-webkit-box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.5);
-mob-box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.5);
box-shadow: inset 0 5px 4px -4px rgba(0,0,0,.5);
min-height: 45px;
}
.office-tour.slideshow .slideshow-nav a, .before-and-after.slideshow .slideshow-nav a {
display: block;
color: #fff;
padding: 15px 5px;
}
.office-tour.slideshow .slideshow-nav a:hover, .before-and-after.slideshow .slideshow-nav a:hover {
color: #999;
}
.office-tour.slideshow .slideshow-pagination, .before-and-after.slideshow .slideshow-pagination {
text-align: center;
margin: 0 56px;
}
.office-tour.slideshow .slideshow-nav a.prev, .before-and-after.slideshow .slideshow-nav a.prev {
position: absolute;
top: 0;
left: 0;
padding: 15px;
}
.office-tour.slideshow .slideshow-nav a.next, .before-and-after.slideshow .slideshow-nav a.next {
position: absolute;
top: 0;
right: 0;
padding: 15px;
} .office-tour.slideshow .slideshow-nav, .before-and-after.slideshow .slideshow-nav {
position:absolute;
margin: 0.5em auto 0
}
.office-tour.slideshow .slideshow-item, .before-and-after.slideshow .slideshow-item {
margin-top:40px;
}  .types-of-appliances .img-left {
border-radius: 10px;
-moz-border-radius: 10px;
}
div.hr hr {
display: none;
} .types-of-braces hr, .brushing-and-flossing hr, .brushing-flossing hr, .brushing-and-flossing-instructions 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,.7);
width: 85%;
margin: 30px 10px;
padding: 0 15px 0;
border: solid 1px rgba(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%;
} .in-ovation-image, .comparison img {
-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 div, #toggle-emergency li .toggle-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: normal
}
#toggle-content dd {
margin-left: 0;
}
#toggle-content img {
max-width: 100%;
} .img-right { }
#invisalign-sidebar img {
display: block;
}
#invisalign-sidebar a {
font-style: italic;
}
#invisalign-footer, #suresmile-footer {
background: rgba(255,255,255,.7);
width: 85%;
max-width: 430px;
margin: 30px 10px;
padding: 0 15px 0;
border: solid 1px rgba(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,.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: 1.0em;
}
form label {
display: block;
line-height: 1.0em;
font-weight: 400;
max-width: 100%;
}
form label span, form fieldset span {
display: block;
font-size: 1.0em;
margin-bottom: 8px;
}
form label span, form fieldset span {
display: block;
font-size: 1.0em;
}
form label.required {
font-weight: bold
}
form label .quiet {
font-weight: normal;
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.0% !important;
margin-top: 2px
}
form .full label input {
width: 100% !important;
padding: .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%;
padding: 5px !important;
margin-top: 2px
}
form .full label textarea {
width: 100%
padding: .5% 10px !important;
margin-top: 2px
}
form button {
margin: 10px 0 25px;
padding: 15px 37px;
cursor: pointer;
} form .radio-group p {
height: auto;
}
form .full label,
form #rating label {
margin: 15px 5px;
clear: both;
line-height: 1em;
}
.ie9 .checkbox-field input[type='checkbox'],
.ie9 .radio-field input[type='radio'] { padding: 0 !important; }
.ie9 form #rating label input,
.ie9 form .full label input[type='radio'],
.ie10 form .full label input[type='radio'],
.ie10 form #rating label input,
.ie10 form #rating label input {
margin: 9px 0;
width: 20px !important;
float: left;
padding: 0 !important;
}
.checkbox-field label input[type="checkbox"],
.checkbox-field input[type="checkbox"],
.radio-field label input[type="radio"] {
margin: 0;
text-align: left;
width: 20px !important;
padding: 0;
vertical-align: top;
height: 1.0em;
}
.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: 2.0em 0 1.58em;
}
form .label-margin-top {
margin: 2.0em 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(//vargosmile.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: bold;
}
#jquery-know-your-teeth #age span {
font-size: 14px;
font-weight: bold;
padding: 0px;
margin: 0px;
margin-top: 3px;
color: black;
}
#jquery-know-your-teeth #desc {
width: 370px;
height: 40px;
position: absolute;
top: 9px;
left: 110px;
padding: 0px;
margin: 0px;
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: white;
cursor: pointer;
width: 53px;
height: 13px;
padding-left: 3px;
padding-bottom: 2px;
margin-right: 10px;
margin-top: 5px;
border: solid 1px black;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
#jquery-know-your-teeth #footer .btn:hover, #jquery-know-your-teeth #footer .btn:active {
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;
} @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=text], input[type=date], input[type=email], input[type=search], input[type=tel], input[type=file] {
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.0%;
width: 3.5%;
height: 5%;
background-color: white;
border-bottom-left-radius: 20px;
cursor: pointer;
}
#tooth_1 {
position: absolute;
top: 43%;
left: 23.5%;
width: 3%;
height: 3%;
background-color: white;
cursor: pointer;
}
#tooth_2 {
position: absolute;
top: 43%;
left: 27%;
width: 4%;
height: 3.34%;
background-color: white;
cursor: pointer;
}
#tooth_3 {
top: 43%;
position: absolute;
left: 35%;
width: 4%;
height: 17px;
background-color: white;
cursor: pointer;
}
#tooth_4 {
top: 44%;
left: 44%;
position: absolute;
width: 4%;
height: 4.0%;
background-color: white;
cursor: pointer;
}
#tooth_5 {
position: absolute;
top: 45%;
left: 53%;
width: 5%;
height: 4%;
background-color: white;
cursor: pointer;
}
#tooth_6 {
position: absolute;
top: 46%;
left: 60%;
width: 5%;
height: 4%;
background-color: white;
cursor: pointer;
}
#tooth_7 {
position: absolute;
top: 45%;
left: 65%;
width: 4%;
height: 4%;
background-color: white;
cursor: pointer;
}
#tooth_8 {
position: absolute;
top: 48%;
left: 24%;
width: 3%;
height: 5%;
background-color: white;
cursor: pointer;
}
#tooth_9 {
position: absolute;
top: 50%;
left: 27%;
border-bottom-right-radius: 20px;
width: 3%;
height: 5%;
background-color: white;
cursor: pointer;
}
#tooth_10 {
position: absolute;
top: 50.8%;
left: 30.75%;
width: 4.1%;
height: 4%;
background-color: white;
cursor: pointer;
}
#tooth_11 {
position: absolute;
width: 5%;
left: 35%;
height: 5%;
background-color: white;
top: 51%;
cursor: pointer;
}
#tooth_12 {
position: absolute;
top: 51%;
left: 41%;
width: 5%;
height: 5%;
background-color: white;
cursor: pointer;
}
#tooth_13 {
position: absolute;
top: 51%;
left: 48%;
width: 6%;
background-color: white;
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;
}
.ie8 .hide-cmb-text, .ie9 .hide-cmb-text, .ie10 .hide-cmb-text {
display: none;
}
#cmb-infobox {
margin: 0px 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: 0px 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: .600em;
line-height: 1.2;
text-transform: uppercase;
display: block;
}
#color_btns {
margin: 0px auto;
padding: 0px;
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: white;
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: 48em) {
.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: #444444;
} 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=text], input[type=date], input[type=email], input[type=search], input[type=tel], input[type=file] {
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% 
}
form .full label textarea {
width: 80%
}
form label input, form label textarea {
width: 80% 
}
form.full label input, form.full label textarea {
width: 80%
} #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 0px;
padding: 0px;
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 {;
}
nav ul li a {
display: block;
padding: 0;
}
nav ul li ul, nav ul li.open ul {
display: none;
position: absolute;
width: 240px;
}
nav ul li:hover ul, .has-touch nav ul li.open ul {
display: block;
}
nav ul ul li {;
}
nav ul ul li a {
padding: 12px;
} nav.horizontal {
}
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;
}
} .aao-pro-pack-video-sleeve {
width: 100%;
max-width: 80%;
}
.aao-pro-pack-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
width: 99.99%;
overflow: hidden;
margin-bottom: 20px;
}
.aao-pro-pack-video-container iframe,
.aao-pro-pack-video-container object,
.aao-pro-pack-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ie8 .slideshow .slideshow-item {
display:none;
}
.ie8 .slideshow .slideshow-active {
display:block;
}#test-popup{
width:244px;
height:130px;
display:block;
}
#test-popup:hover{
background-position: 0px -140px;
} .embed-container {
position: relative;
padding-bottom: 75%;
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 iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.popup{
opacity:1;
cursor:pointer;
}
#popup-cont{
position:fixed;
z-index:1001;
width:100%;
height:100%;
background: rgba(0, 0, 0, .5);
}
#video-cont{
max-width:600px;
position:relative;
margin:0 auto;
margin-top:5%;
border:solid 20px white;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background:white;
padding-bottom:20px;
padding-top:20px;
}
#video-cont.exp{
width:90%;
height:90%;
max-width:90%;
margin-top:-15px;
}
#video-cont.img-cont{
width:auto;
height:auto;
max-width:100%;
overflow:hidden;
}
#video-cont.img-cont .slideshow-nav{
position:absolute;
top:45%;
width:100%;
}
#video-cont.img-cont .slideshow-nav .prev{
background: url(//vargosmile.com/assets/images/prev.png) no-repeat left top;
left:15px;
}
#video-cont.img-cont .slideshow-nav .next{
background: url(//vargosmile.com/assets/images/next.png) no-repeat left top;
right:15px;
}
#video-cont.img-cont .slideshow-nav .prev, #video-cont.img-cont .slideshow-nav .next{
width:13px;
height:35px;
text-indent:-9999px;
position:absolute;
}
#video-cont.img-cont .slideshow-nav .prev:hover, #video-cont.img-cont .slideshow-nav .next:hover{
background-position: 0px -48px;
}
#video-cont img{
max-width:100%;
}
.embed-container.popup-embed{
max-width:100%;
}
#close-btn{
display:block;
float:right;
width:75px;
height:22px;
cursor:pointer;
margin-top:10px;
background:url(//vargosmile.com/assets/images/close-btn.png) no-repeat top left;
}
#expand-btn{
width:19px;
height:20px;
position:relative;
right:0;
left:auto;
}
#expand-btn:hover{
background-position:-19px 0;
}
#expand-btn.close{
background-position:0 -20px;
}
#expand-btn.close:hover{
background-position:-19px -20px;
}