@import url("https://fonts.googleapis.com/css?family=Lobster%7CMuli:400,400i,500,700,700i,800,900&display=swap");
/* ===============================================
	
	fung-robyn
	
	Sesame Communications - (c) 2019
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* a-links - blue */
/* red */
/* yellow */
/* dark blue */
/*div hr*/
/* ===============================================
					Fonts 
=============================================== */
.font-l {
    font-family: "Lobster", cursive;
}
.font-m {
    font-family: "Muli", sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.lt {
    font-weight: 300;
}
.roman {
    font-weight: 400;
}
.mbold {
    font-weight: 500;
}
.sbold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.xbold {
    font-weight: 800;
}
.ubold,
.black {
    font-weight: 900;
}
.ob {
    font-style: oblique;
}
.italic {
    font-style: italic;
}
.upp {
    text-transform: uppercase;
}
.loww {
    text-transform: lowercase;
}
.noo {
    text-transform: none;
}
.supp {
    font-variant: small-caps;
}
.normal {
    font-style: normal;
}
/*LINE HEIGHT AND FONT SIZE */
.aligncenter {
    text-align: center;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
.justify {
    text-align: justify;
}
/*helper mixins*/
.clear {
    clear: both;
}
.clearright {
    clear: right;
}
.clearleft {
    clear: left;
}
.near {
    clear: none;
}
.wimp {
    width: 100% !important;
}
.wall {
    width: 100%;
}
.hall {
    height: 100%;
}
.auto {
    width: auto;
}
.autoy {
    height: auto;
}
.autox {
    width: auto;
    height: auto;
}
.line {
    width: 100%;
    height: 1px;
}
.show {
    display: block;
}
.inline {
    display: inline;
}
.inline-block,
.ib {
    display: inline-block;
}
.hide,
.validation-only {
    display: none;
}
.obliterate {
    line-height: 0;
    font-size: 0;
    text-indent: -999em;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.nofloat {
    float: none;
}
.behave {
    display: block;
    float: left;
}
.rehave {
    display: block;
    float: right;
}
.restrain {
    width: auto;
    display: inline-block;
    float: none;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.trans {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.fade {
    opacity: 0.5;
}
.round {
    border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.vertical-align-nul {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.inlay {
    width: auto;
    height: auto;
    position: absolute;
}
/* use with .trbl */
.grey {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}
.g-style {
    background-color: #a82416;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b12a1c), color-stop(100% #9e1d0f));
    background-image: -webkit-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
    background-image: -moz-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
    background-image: -ms-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
    background-image: -o-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
    background-image: linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
}
.g-style-linear {
    background-color: #252525;
    background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #282828), color-stop(100% #222222));
    background-image: -webkit-linear-gradient(left, #282828 0%, #222222 100%);
    background-image: -moz-linear-gradient(left, #282828 0%, #222222 100%);
    background-image: -ms-linear-gradient(left, #282828 0%, #222222 100%);
    background-image: -o-linear-gradient(left, #282828 0%, #222222 100%);
    background-image: linear-gradient(left, #282828 0%, #222222 100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fa,
.fas,
.fab,
.fal {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: 0;
}
body,
input,
select,
textarea,
form button {
    font-family: "Muli", sans-serif;
}
nav ul li a,
nav ul ul li a {
    padding: 0;
}
img {
    height: auto;
}
/* Body */
body {
    font-size: 18px;
    line-height: 1.6em;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-weight: normal;
    background: #ffffff;
    color: #252525;
    overflow: hidden;
}
body:not(.home) {
    background: #fffcf3;
}
p {
    margin: 0 0 1.58em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
/* Links */
a {
    text-decoration: none;
}
#content a {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #0d75bb;
    text-decoration: none;
}
#content a:hover {
    color: #f05938;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    margin: 0 0 0.7em;
    text-rendering: auto;
    line-height: 1em;
    color: #252525;
}
h1,
h2 {
    color: #262161;
}
h1 {
    font-family: "Lobster", cursive;
    font-weight: 400;
    font-size: 10vw;
    padding-bottom: 0.325em;
    margin-bottom: 0.85em;
    border-bottom: 2px solid #ffcd3f;
}
.home h1 {
    text-align: center;
    line-height: 1;
    padding-bottom: 0.62em;
    margin-bottom: 0.65em;
}
.home h1 span {
    display: block;
    font-size: 0.375em;
    color: #f05938;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
    color: #f05938;
}
h4 {
    font-size: 1.3em;
}
h5,
h6 {
    font-size: 1.2em;
}
hr {
    color: #a4e4e4;
    background-color: #a4e4e4;
    border: none;
    height: 1px;
    clear: both;
    margin: 1.58em 0;
}
.hr {
    visibility: hidden;
}
.container {
    max-width: 1000px;
}
#sidebar {
    text-align: center;
    margin: 0 auto 1em;
}
#hide-stock {
    position: relative;
}
#hide-stock:after {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: "";
    background: url(../images/decor-m.png) no-repeat right bottom;
    background-size: 100%;
    width: 9.7em;
    height: 7.1em;
    margin: 0 -4.9em -3.3em;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(0) rotateY(-180deg);
    -moz-transform: translateX(0) rotateY(-180deg);
    -ms-transform: translateX(0) rotateY(-180deg);
    -o-transform: translateX(0) rotateY(-180deg);
    transform: translateX(0) rotateY(-180deg);
}
.static {
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 340px;
    border: solid 0.3em #ffcd3f;
}
.team {
    display: inline-block;
    margin: 0 20px 20px 0;
}
.team-photo {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto 25px;
    max-width: 600px;
    border: solid 4px #ffffff;
}
.staff {
    float: right;
    width: 45%;
    max-width: 180px;
    margin: 0 0 1em 1em;
}
.patient-forms ul.forms li a {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/*.img-right { max-width: 100%; }*/
/* List Styling */
ul li {
    list-style: disc;
}
li {
    margin-left: 20px;
    line-height: inherit;
}
.office-tour li,
.invisalign-before-after li,
.before-and-after li {
    margin: 0;
}
#content ul {
    margin: 0 0 1.8em 25px;
}
#content ul li {
    list-style-image: url(../images/bullet.svg);
}
.sitemap #content ul li {
    margin-left: 0;
}
#ft ul,
#subnav {
    margin: 0;
    padding: 0;
}
#subnav li,
body.sitemap #content ul li {
    list-style: none;
}
/* Sitemap */
body.sitemap #content ul {
    margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
    margin-top: 21px;
    list-style: none;
}
body.sitemap #content ul li a {
    font-weight: 800;
    font-size: 1.6em;
    color: #0d75bb;
    display: inline-block;
    text-decoration: none;
}
body.sitemap #content ul ul {
    padding-left: 0;
    margin: 0;
}
body.sitemap #content ul ul li {
    margin: 0;
    list-style: none;
}
body.sitemap #content ul ul li a {
    font-weight: 400;
    display: inline-block;
    font-size: 1em;
    color: #0d75bb;
    text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
    color: #f05938;
}
#sticky {
    position: relative;
    width: 100%;
    z-index: 3000;
    padding-top: 48px;
    background: #2b4161;
    border-bottom: solid 2px #ffcd3f;
}
/* Header */
#hd {
    text-align: center;
    width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 2800;
    /* Header Info */
}
#hd .container {
    width: 100% !important;
}
#hd .logo {
    float: none;
    display: block;
    text-align: center;
    width: 50%;
    max-width: 577px;
    margin: 0 auto 1.5em;
    text-decoration: none;
}
#hd .logo img {
    display: inline-block;
}
#sticky .top {
    background: #0d75bb;
}
#sticky .hd-info {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px 0;
}
#sticky .hd-info .hd-address {
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.75em;
    line-height: 1.333em;
}
#sticky .hd-info .phone {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 900;
    letter-spacing: -0.01em;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9em;
    border-top: solid 1px #ffffff;
    margin-top: 1em;
    padding-top: 0.5em;
}
#sticky .hd-info a:hover {
    color: #ffcd3f;
}
#sticky .hd-info .appt-request {
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.75em;
    line-height: 1.333em;
    background: #000;
    padding: 5px 20px;
    border-radius: 25px;
}

#sticky .hd-info a.appt-request:hover {
    color: #000;
    background: #ffcd3f;
}

/* social-media || aka social-icons */
.social-media img,
.social-media .ib {
    vertical-align: top;
}
/*global override*/
.social-media {
    text-align: center;
    height: auto;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    margin: 15px 0;
    position: relative;
}
.social-media a {
    border-radius: 50%;
    background: #0d75bb;
    color: #ffffff;
    line-height: 2.3em;
    font-size: 0.8em;
    /* 16px */
    height: 2.5em;
    width: 2.5em;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: solid 0.125em #ffffff;
    position: relative;
}
.social-media a .icon {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.social-media a .decoration {
    width: 4.1875em;
    max-width: none;
    height: 3.9375em;
    position: absolute;
    right: -0.4em;
    top: -0.5em;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.social-media a:hover {
    border-width: 0;
    background: none;
    z-index: 400;
}
.social-media a:hover .icon {
    opacity: 0;
}
.social-media a:hover .decoration {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* Main Nav */
#main-nav {
    text-align: center;
    z-index: 3000;
    clear: both;
    height: auto;
    color: #252525;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#main-nav .container {
    width: 100% !important;
}
#main-nav a {
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    font-size: 0.75em;
}
#main-nav .trigger {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin: 0px;
    padding: 10px 20px;
    font-size: 0.9em;
}
#main-nav .trigger:hover {
    color: #ffcd3f;
}
#main-nav .open .trigger {
    color: #ffcd3f;
}
#main-nav ul {
    background: #262161;
    padding: 13px 0;
    /*li ul li.active a,*/
}
#main-nav ul li a[id] {
    color: #ffffff;
    padding: 0 5px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
    color: #ffcd3f;
}
#main-nav ul ul {
    margin: 0;
    padding: 11px 0;
    background-color: rgba(13, 117, 187, 0.9);
}
#main-nav ul ul li a {
    margin: 0;
    background: none;
    color: #ffffff;
    text-align: center;
    border-bottom: none;
    padding: 0 5px;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
    background: #262161;
    color: #ffcd3f;
}
#main-nav li.active li a {
    background: none;
}
/* Sub Wrapp */
#sub-wrapp {
    background: url(../images/bg-subwrapp.jpg) no-repeat center center;
    background-size: cover;
    padding: 5em 0 0;
}
/* Subnav */
.subnav-outer {
    position: relative;
    padding: 1.5em 0;
    background: rgba(13, 117, 187, 0.9);
    text-align: center;
}
.subnav-outer h2 {
    text-transform: none;
    font-weight: 400;
    font-family: "Lobster", cursive;
    font-size: 1.5em;
    color: #ffcd3f;
    letter-spacing: 0.025em;
}
.subnav-outer .divider {
    display: none;
    margin: 0 3px;
}
.subnav-outer p {
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    font-size: 0.7em;
    line-height: 22px;
}
.subnav-outer a {
    letter-spacing: 0.025em;
    font-weight: 800;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 1em;
    margin: 0.2em 0.8em;
    white-space: nowrap;
}
.subnav-outer a.active,
.subnav-outer a:hover {
    color: #ffcd3f;
    text-decoration: none;
}
/* Slideshow */
#slideshow {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 400;
}
#slideshow .welcomeVid {
    width: 150%;
    margin-left: -25%;
    vertical-align: top;
}
#slideshow #overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    left: 0;
    font-size: 1vw;
}
#slideshow #overlay img {
    width: 43.3em;
}
.torso {
    background: #e9c4aa url(../images/beach.jpg) no-repeat center top;
    /*background-size: 100em 151.3em;*/
    position: relative;
    z-index: 400;
}
.torso:before {
    content: "";
    width: 100%;
    height: 2.8em;
    background: url(../images/beach.front.png) no-repeat center bottom;
    background-size: 100em 2.8em;
    display: block;
    position: absolute;
    top: -2.8em;
    right: 0;
    left: 0;
}
.spotlight {
    font-size: 4vw;
    text-align: center;
    width: 100%;
    padding: 2em 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.spotlight .doc {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 13em;
}
.spotlight h2 {
    font-family: "Lobster", cursive;
    font-weight: 400;
    font-size: 1.8em;
}
.spotlight .mod .detail {
    line-height: 1.25;
    font-size: 1em;
}
.spot_01 {
    padding: 0 0 3em;
    background: rgba(255, 255, 255, 0.7);
}
.spot_01 .dr-fung {
    width: 19em;
    border: solid 0.3em #ffcd3f;
}
.spot_01 .mod {
    width: 96%;
    max-width: 31.2em;
    margin: -3em auto 0;
    display: block;
}
.spot_01 .mod .assoc {
    display: inline-block;
    width: 5.5em;
    margin-bottom: 1.5em;
}
.spot_01 .mod h2 {
    color: #252525;
    margin-bottom: 0.4em;
}
.spot_01 .mod h3 {
    font-weight: 800;
    color: #252525;
    font-size: 0.8em;
}
.spot_01 .mod .detail {
    color: #252525;
}
.spot_01 .mod .btn {
    letter-spacing: 0.05em;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 1.8em;
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 900;
    position: relative;
    font-size: 0.7em;
    /* 14px */
    color: #ffffff;
    background: #0d75bb;
    width: 11.4286em;
    height: 3.5714em;
    line-height: 3.5714em;
    margin-top: 1.5em;
}
.spot_01 .mod .btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.8em;
    border: solid 2px #ffffff;
    z-index: 400;
}
.spot_01 .mod .btn:hover {
    background: #ffcd3f;
    color: #252525;
}
.spot_02 {
    padding: 2em 0;
    background: rgba(13, 117, 187, 0.8);
}
.spot_02 .dr-ned {
    border: solid 0.2em #ffffff;
    margin-bottom: 1em;
}
.spot_02 .mod {
    width: 96%;
    max-width: 31.2em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.spot_02 h2,
.spot_02 .detail {
    color: #ffffff;
}
/* Callouts */
#callouts {
    font-size: 3vw;
    text-align: center;
    padding: 4.1em 0 16.35em;
    position: relative;
}
#callouts a {
    color: #fff;
    width: 15em;
    border-radius: 50%;
    margin: 2em -0.75em;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#callouts a:nth-child(1) {
    z-index: 410;
}
#callouts a:nth-child(1) .detail:before {
    background: #0d75bb;
}
#callouts a:nth-child(2) .detail:before {
    background: #262161;
}
#callouts a:nth-child(3) {
    z-index: 410;
}
#callouts a:nth-child(3) .detail:before {
    background: #f05938;
}
#callouts a:nth-child(4) .detail:before {
    background: #ffcd3f;
}
#callouts a:hover:nth-child(n) {
    z-index: 420;
}
#callouts a:hover:nth-child(1) .detail:before {
    background: rgba(13, 117, 187, 0.4);
}
#callouts a:hover:nth-child(2) .detail:before {
    background: rgba(38, 33, 97, 0.4);
}
#callouts a:hover:nth-child(3) .detail:before {
    background: rgba(240, 89, 56, 0.4);
}
#callouts a:hover:nth-child(4) .detail:before {
    background: rgba(255, 205, 63, 0.4);
}
#callouts a:hover .detail {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
#callouts a:hover .detail:before {
    -webkit-transform: translateX(0) rotateY(-180deg);
    -moz-transform: translateX(0) rotateY(-180deg);
    -ms-transform: translateX(0) rotateY(-180deg);
    -o-transform: translateX(0) rotateY(-180deg);
    transform: translateX(0) rotateY(-180deg);
}
#callouts a img {
    width: 100%;
    border-radius: 50%;
    border: 0.4em solid #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#callouts a .detail {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    position: absolute;
    top: 9em;
    right: 7.1em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#callouts a .detail:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 0.2em solid #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s cubic-bezier(0.32, -0.46, 0.97, 0.01);
    -moz-transition: all 0.6s cubic-bezier(0.32, -0.46, 0.97, 0.01);
    -o-transition: all 0.6s cubic-bezier(0.32, -0.46, 0.97, 0.01);
    -ms-transition: all 0.6s cubic-bezier(0.32, -0.46, 0.97, 0.01);
    transition: all 0.6s cubic-bezier(0.32, -0.46, 0.97, 0.01);
}
#callouts a .detail .level {
    line-height: 1;
    font-size: 1.3em;
    font-weight: 800;
    color: currentColor;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(1.1);
    -moz-transform: translate(0, -50%) scale(1.1);
    -ms-transform: translate(0, -50%) scale(1.1);
    -o-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
    z-index: 420;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#callouts a .detail .level .trait {
    font-family: "Lobster", cursive;
    display: block;
}
/* Content */
#content {
    position: relative;
    border-top: 2px solid #fffcf3;
    padding: 3.5em 0 3em;
}
#content .ornament {
    width: 119.85em;
    max-width: none;
    height: 92.6em;
    margin: 0 0 0 16.5em;
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
}
#content .container {
    width: 90% !important;
}
#content .content-text {
    position: relative;
}
.decor-m {
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 0;
    top: -8.5em;
    left: 0;
}
.home #content {
    padding: 0;
    background-image: url(../images/bg-parallax-01.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    border: none;
    z-index: 420;
}
.home #content .container {
    /*width:100%!important; */
    padding: 0 1em;
}
.home #content .container:before {
    content: "";
    width: auto;
    height: auto;
    border-radius: 2em;
    background-color: rgba(255, 255, 255, 0.7);
    border: 0.4em solid #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    top: -5em;
    right: 0;
    bottom: -4.6em;
    left: 0;
}
.home #content p:nth-last-child(1) {
    margin-bottom: 0;
}
.office_tour {
    display: block;
    position: relative;
}
.office_tour .cycle-slideshow {
    display: block;
    width: 96%;
    max-width: 800px;
    /* adjust max-width the actual dimensions of the slides */
    margin-left: auto;
    margin-right: auto;
}
.office_tour .controls {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    z-index: 400;
}
.office_tour .controls > div {
    font-size: 50px;
    color: #252525;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.office_tour .controls > div[id^="prev"] {
    float: left;
}
.office_tour .controls > div[id^="next"] {
    float: right;
    direction: rtl;
}
.office_tour .controls > div:hover {
    cursor: pointer;
    -webkit-transform: scale(1.44);
    -moz-transform: scale(1.44);
    -ms-transform: scale(1.44);
    -o-transform: scale(1.44);
    transform: scale(1.44);
    opacity: 0.5;
}
#ft-wrapp {
    position: relative;
}
/* Footer */
#ft {
    background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    text-align: center;
    width: 100%;
    padding: 7em 0 4.5em;
}
#ft .ft-info {
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 23em;
    height: 23em;
    border: solid 0.4em #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 4vw;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
}
#ft .ft-info .ft-map {
    display: inline-block;
    position: relative;
}
#ft .ft-info .ft-map img {
    border-radius: 50%;
    width: 100%;
}
#ft .ft-info .ft-map:before {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: "";
    background: url(../images/footer/pointer.png) no-repeat center center;
    background-size: 5.25em 5.25em;
    width: 5.25em;
    height: 5.25em;
    display: block;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    position: absolute;
    left: 50%;
    margin-left: -2.65em;
    top: 4.6em;
}
#ft .ft-info .ft-map:hover:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
#ft .ft-info .addy {
    background: rgba(157, 219, 241, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1em 0 2em;
}
#ft .ft-info .ft-address {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    display: block;
    color: #363636;
    font-size: 0.8em;
    line-height: 1.25;
}
#ft .ft-info .phone {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 900;
    text-decoration: none;
    display: block;
    color: #f05938;
    font-size: 1em;
    line-height: 1.25;
}
#ft .ft-info a:hover {
    color: #262161;
}
.ft-design-credit {
    font-weight: 800;
    background: rgba(13, 117, 187, 0.8);
    clear: both;
    width: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 25px 0;
}
.ft-design-credit .util {
    font-size: 0.55em;
}
.ft-design-credit a {
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ffffff;
    float: none;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: inline-block;
}
.ft-design-credit a:hover {
    color: #ffcd3f;
}
.ft-design-credit .sesame-link img {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin: -2px 8px 0 0;
    width: 19px;
}
.ft-design-credit .sesame-link:hover img {
    opacity: 0.5;
}
.ft-design-credit .back-to-top {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
    float: none;
    color: #ffffff;
    margin: 1em auto;
    font-size: 0.75em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #262161;
}
.ft-design-credit .back-to-top:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #262161;
    background: #ffcd3f;
}
/* Form Buttons */
form button {
    background: #0d75bb;
    border: 1px solid #0d75bb;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 30px !important;
    text-align: center;
    font-size: 0.9285714285714286em;
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
form button:hover {
    color: #ffffff;
    border-color: #0a578b;
    background: #0a578b;
}
.success {
    text-transform: none;
    font-weight: 400;
    color: #fff;
    padding: 16px;
    float: left;
    background: #0d75bb;
}
/* BLOG FORM */
.stButton {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.st_plusone_large {
    top: 9px;
    position: relative;
}
.share-article-links {
    text-align: center;
}
.share-text {
    color: #f05938;
    font-size: 1.5em;
    margin: 0 0 0.8em;
    font-weight: 400;
    text-align: center;
}
form#blog_search {
    background: #f05938;
    color: #0d75bb;
    margin: 10px 0 0;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
form#blog_search label {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0px;
    text-align: center;
    margin: 0 0 -2px;
}
form#blog_search input {
    background: #cccccc;
    color: #0d75bb;
    width: 178px;
    margin: 6px auto;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
form#blog_search input:hover {
    background: #ffffff;
}
form#blog_search button {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
    background: #0d75bb;
    color: #ffffff;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 5px 12px !important;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin: 5px auto 0;
    border: none;
}
form#blog_search button:active,
form#blog_search button:hover {
    background: #b42c0e;
}
/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
    max-width: none;
}
.shift {
    position: relative;
}
.columns {
    display: inline;
    float: left;
}
.genie {
    opacity: 1;
    filter: alpha(opacity=100);
}
.genie:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.video-sleeve {
    margin-bottom: 1.85em;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
    width: 80%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #252525;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #252525;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #252525;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #252525;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    color: #252525;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #252525;
}
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #252525;
}
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #252525;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #252525;
}
body.office-tour .video-sleeve {
    margin: 0 auto;
}
#invisalign-before-after {
    max-width: 464px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#invisalign-before-after ul {
    margin: 0;
}
#invisalign-before-after p.caption {
    position: relative;
}
#pro-pack #invisalign-footer {
    margin-left: auto;
    margin-right: auto;
}
#damon-before-after {
    max-width: 539px;
    width: 100%;
}
.test-cred {
    display: block;
    font-weight: bold;
    font-size: smaller;
}
.flash {
    margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
    display: none;
}
#hide-stock {
    display: none;
}
.meet-the-doctor #hide-stock,
body[class^="meet-dr-"] #hide-stock,
body[class^="meet-doctor-"] #hide-stock {
    display: block;
    text-align: center;
    margin: 1em auto 3em;
}

/* Office Tour */
ul.slideshow {
    margin: 0 auto !important;
}
form p {
    height: auto;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
    height: 34px;
}
/* hidden field styles */
.hidden-option {
    display: none;
}
p.office-hours {
    margin-bottom: 0;
}
.location-page,
table.office-hours {
    margin-bottom: 1em;
}
/*office-location*/
.map-directions .embed-container,
.address-and-hours .embed-container,
body[class*="office"] .embed-container,
body[class*="location"] .embed-container {
    width: auto;
    margin-top: 2em;
    padding-bottom: 55%;
    /*default 55%*/
}
/*office tour, before-after slideshow styles*/
.slideshow-text {
    background: #0d75bb;
    padding: 0 10px;
    color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
    border-bottom: 3px solid #0d75bb;
    margin: 0 auto;
}
.invisalign-before-after.slideshow .slideshow-nav a,
.office-tour.slideshow .slideshow-nav a,
.before-and-after.slideshow .slideshow-nav a {
    padding: 5px 5px;
}
.invisalign-before-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.invisalign-before-after.slideshow .slideshow-nav a.next,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
    padding: 5px 15px;
}
.invisalign-before-after.slideshow .slideshow-nav a:hover,
.office-tour.slideshow .slideshow-nav a:hover,
.before-and-after.slideshow .slideshow-nav a:hover {
    color: #666;
}
.invisalign-before-after .slideshow-nav-paginated li.slideshow-active-page a,
.office-tour .slideshow-nav-paginated li.slideshow-active-page a,
.before-and-after .slideshow-nav-paginated li.slideshow-active-page a {
    color: #666;
}
.office-tour.slideshow .slideshow-nav,
.before-and-after.slideshow .slideshow-nav {
    background: #0d75bb;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}
#content .slideshow-nav a {
    color: #fff;
    text-decoration: none;
}
#content .slideshow-nav a:hover,
#content .slideshow-nav li.slideshow-active-page a {
    text-decoration: none;
    color: #333;
}
.office-tour.slideshow,
.before-and-after.slideshow {
    margin-bottom: 3em;
}
#content ul.slideshow {
    margin: 0 auto;
}
#before-after-container,
.slideshow.office-tour {
    margin: 0 auto 5% auto;
    max-width: 460px;
    padding: 0;
}
.before-and-after.slideshow img {
    display: inline-block;
}
.before-and-after.slideshow p,
.office-tour.slideshow p {
    line-height: 45px;
    display: block;
    text-align: center;
    padding: 1% 0;
    background: #fff;
    clear: both;
    min-height: 45px;
    margin: 0;
}
.before-and-after .cycle-detail {
    padding: 1.4em;
    background: #999;
}
.before-and-after .cycle-detail span {
    display: block;
}
.before-and-after.slideshow .slideshow-item img {
    margin: 0;
}
.office-tour.slideshow .slideshow-pagination,
.before-and-after.slideshow .slideshow-pagination {
    margin: 0;
}
.slideshow .slideshow-item .caption {
    line-height: 16px;
}
.slideshow-nav-paginated ol {
    padding: 0 4em;
}
.before-and-after .slideshow-nav-paginated ol {
    display: none;
}
.before-and-after.slideshow .slideshow-nav a {
    padding: 15px 5px;
}
.office-tour.slideshow .slideshow-nav a {
    padding: 10px 5px;
}
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ie8 .office-tour.slideshow .slideshow-nav a.prev,
.ie8 .before-and-after.slideshow .slideshow-nav a.prev,
.ie8 .office-tour.slideshow .slideshow-nav a.next,
.ie8 .before-and-after.slideshow .slideshow-nav a.next {
    top: -3px;
}
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
    h1 {
        font-size: 4em;
    }
    .spot_01,
    .spot_02 {
        font-size: 3vw;
    }
    #callouts {
        font-size: 1.7vw;
    }
    #ft .ft-info {
        font-size: 3vw;
    }
}
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
    .row > .col {
        border: 0px solid rgba(0, 0, 0, 0);
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-background-clip: padding-box !important;
        -webkit-background-clip: padding-box !important;
        background-clip: padding-box !important;
        margin-left: 5%;
    }
    .row > .col:first-child {
        margin-left: 0%;
    }
    #staff-array .row > .col {
        margin-left: 0;
    }
    #staff-array .row > .col:first-child {
        margin-left: 5%;
    }
    /* 12 Column Grid */
    .row > .col.span1 {
        width: 3.75%;
    }
    .row > .col.span2 {
        width: 12.5%;
    }
    .row > .col.span3,
    .row > .col.quarter {
        width: 21.25%;
    }
    .row > .col.span4,
    .row > .col.third {
        width: 30%;
    }
    .row > .col.span5 {
        width: 38.75%;
    }
    .row > .col.span6,
    .row > .col.half {
        width: 47.5%;
    }
    .row > .col.span7 {
        width: 56.25%;
    }
    .row > .col.span8 {
        width: 65%;
    }
    .row > .col.span9 {
        width: 73.75%;
    }
    .row > .col.span10 {
        width: 82.5%;
    }
    .row > .col.span11 {
        width: 91.25%;
    }
    .row > .col.span12,
    .row > .col.full {
        width: 100%;
    }
    .row > .col.offset1 {
        margin-left: 8.75%;
    }
    .row > .col.offset2 {
        margin-left: 17.5%;
    }
    .row > .col.offset3 {
        margin-left: 26.25%;
    }
    .row > .col.offset4 {
        margin-left: 35%;
    }
    .row > .col.offset5 {
        margin-left: 43.75%;
    }
    .row > .col.offset6 {
        margin-left: 52.5%;
    }
    .row > .col.offset7 {
        margin-left: 61.25%;
    }
    .row > .col.offset8 {
        margin-left: 70%;
    }
    .row > .col.offset9 {
        margin-left: 78.75%;
    }
    .row > .col.offset10 {
        margin-left: 87.5%;
    }
    .row > .col.offset11 {
        margin-left: 96.25%;
    }
    body.sitemap #content .width1 {
        width: 50%;
        display: inline;
        float: left;
    }
    body[class^="meet-dr-"] #hide-stock,
    #hide-stock {
        display: block;
        margin: 0 0 1em 0;
    }
    /* blanket content width 100% and sidebar hide*/
    body[class*="acceledent"] #sidebar,
    body[class^="before-"] #sidebar,
    body.smile-gallery #sidebar,
    body.bonding #sidebar,
    body.brace-painter #sidebar,
    body.braces-diagram #sidebar,
    body.bridges #sidebar,
    body.carriere-distalizer-appliance #sidebar,
    body.clarity-ceramic-brackets #sidebar,
    body.clarity-sl #sidebar,
    body.clearcorrect #sidebar,
    body[class^="common-"] #sidebar,
    body.color-my-braces #sidebar,
    body.crowns #sidebar,
    body[class^="damon-"] #sidebar,
    body.dentures #sidebar,
    body.complete-dentures #sidebar,
    body.digital-x-rays #sidebar,
    body.digital-cad-cam-dentistry #sidebar,
    body[class*="empower"] #sidebar,
    body.e4d-dentist #sidebar,
    body.extractions #sidebar,
    body[class*="forsus"] #sidebar,
    body.gum-disease #sidebar,
    body.home #sidebar,
    body[class*="i-cat"] #sidebar,
    body.incognito #sidebar,
    body.in-ovation #sidebar,
    body.which-is-right-for-me #sidebar,
    body.in-ovation-for-adults #sidebar,
    body.in-ovation-testimonials #sidebar,
    body.in-ovation-before-after #sidebar,
    body.in-ovation-videos #sidebar,
    body.in-ovation-r #sidebar,
    body.mtm-no-trace #sidebar,
    body.in-ovation-c #sidebar,
    body.in-ovation-system #sidebar,
    body[class*="invisalign"] #sidebar,
    body.itero-digital-impression-system #sidebar,
    body.itero-element #sidebar,
    body.itero #sidebar,
    body.juvederm-xc #sidebar,
    body.lumineers #sidebar,
    body.lythos-digital-scan #sidebar,
    body[class*="-team"] #sidebar,
    body[class*="-staff"] #sidebar,
    body.meet-our-hygienists #sidebar,
    body.minimaster #sidebar,
    body.mouthguards #sidebar,
    body[class*="office-tour"] #sidebar,
    body.around-our-office #sidebar,
    body.our-office #sidebar,
    body.palatal-expander #sidebar,
    body.patient-care-videos #sidebar,
    body.philips-zoom #sidebar,
    body.propel-orthodontics #sidebar,
    body.retainer-instructions #sidebar,
    body.retainers #sidebar,
    body.sealants #sidebar,
    body.sitemap #sidebar,
    body.slimline-palatal-expander #sidebar,
    body.smiles-change-lives #sidebar,
    body.smile-for-a-lifetime #sidebar,
    body.smartclip #sidebar,
    body.solea-dental-laser #sidebar,
    body.somnodent-sleep-apnea-appliance #sidebar,
    body.sponsorships #sidebar,
    body[class*="straumann"] #sidebar,
    body[class*="suresmile-"] #sidebar,
    body.tap-appliance #sidebar,
    body[class^="trudenta-"] #sidebar,
    body.headache-symptoms-and-causes #sidebar,
    body[class^="types-of"] #sidebar,
    body.the-wand-sta #sidebar,
    body.veneers #sidebar,
    body.wildsmiles #sidebar,
    body.wisdom-teeth #sidebar,
    body.my-life-my-smile-my-orthodontist #sidebar,
    body.your-child-s-first-orthodontic-checkup #sidebar,
    body.aao-testimonials #sidebar,
    body.opalescence #sidebar,
    body.ortho-tv #sidebar {
        display: none;
    }
    body[class*="acceledent"] .content-text,
    body[class^="before-"] .content-text,
    body.smile-gallery .content-text,
    body.bonding .content-text,
    body.brace-painter .content-text,
    body.braces-diagram .content-text,
    body.bridges .content-text,
    body.carriere-distalizer-appliance .content-text,
    body.clarity-ceramic-brackets .content-text,
    body.clarity-sl .content-text,
    body.clearcorrect .content-text,
    body[class^="common-"] .content-text,
    body.color-my-braces .content-text,
    body.crowns .content-text,
    body[class^="damon-"] .content-text,
    body.dentures .content-text,
    body.complete-dentures .content-text,
    body.digital-x-rays .content-text,
    body.digital-cad-cam-dentistry .content-text,
    body[class*="empower"] .content-text,
    body.e4d-dentist .content-text,
    body.extractions .content-text,
    body[class*="forsus"] .content-text,
    body.gum-disease .content-text,
    body.home .content-text,
    body[class*="i-cat"] .content-text,
    body.incognito .content-text,
    body.in-ovation .content-text,
    body.which-is-right-for-me .content-text,
    body.in-ovation-for-adults .content-text,
    body.in-ovation-testimonials .content-text,
    body.in-ovation-before-after .content-text,
    body.in-ovation-videos .content-text,
    body.in-ovation-r .content-text,
    body.mtm-no-trace .content-text,
    body.in-ovation-c .content-text,
    body.in-ovation-system .content-text,
    body[class*="invisalign"] .content-text,
    body.itero-digital-impression-system .content-text,
    body.itero-element .content-text,
    body.itero .content-text,
    body.juvederm-xc .content-text,
    body.lumineers .content-text,
    body.lythos-digital-scan .content-text,
    body[class*="-team"] .content-text,
    body[class*="-staff"] .content-text,
    body.meet-our-hygienists .content-text,
    body.minimaster .content-text,
    body.mouthguards .content-text,
    body[class*="office-tour"] .content-text,
    body.around-our-office .content-text,
    body.our-office .content-text,
    body.palatal-expander .content-text,
    body.patient-care-videos .content-text,
    body.philips-zoom .content-text,
    body.propel-orthodontics .content-text,
    body.retainer-instructions .content-text,
    body.retainers .content-text,
    body.sealants .content-text,
    body.sitemap .content-text,
    body.slimline-palatal-expander .content-text,
    body.smiles-change-lives .content-text,
    body.smile-for-a-lifetime .content-text,
    body.smartclip .content-text,
    body.solea-dental-laser .content-text,
    body.somnodent-sleep-apnea-appliance .content-text,
    body.sponsorships .content-text,
    body[class*="straumann"] .content-text,
    body[class*="suresmile-"] .content-text,
    body.tap-appliance .content-text,
    body[class^="trudenta-"] .content-text,
    body.headache-symptoms-and-causes .content-text,
    body[class^="types-of"] .content-text,
    body.the-wand-sta .content-text,
    body.veneers .content-text,
    body.wildsmiles .content-text,
    body.wisdom-teeth .content-text,
    body.my-life-my-smile-my-orthodontist .content-text,
    body.your-child-s-first-orthodontic-checkup .content-text,
    body.aao-testimonials .content-text,
    body.opalescence .content-text,
    body.ortho-tv .content-text {
        width: 74%;
        float: none;
        margin: 0 auto 0 0;
        display: block;
    }
    body.home .content-text {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    body.meet-our-team .content-text .img-right {
        display: block;
    }
    .video-sleeve {
        width: 100%;
    }
    .video-sleeve-60 {
        width: 100%;
        max-width: 60%;
    }
    #video-opalescence {
        float: right;
        margin: 0 0 1em 1em;
    }
    /*keeps videos from getting too hooj*/
    .embed-container {
        width: 60%;
        padding-bottom: 30%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .embed-container.ratio16x9,
    .embed-container.docvid {
        padding-bottom: 30%;
    }
    /* Custom content */
    .before-and-after .slideshow-nav-paginated ol {
        display: block;
        padding: 0 3.5em;
    }
    .office_tour .controls > div[id^="prev"] {
        margin-left: -50px;
    }
    .office_tour .controls > div[id^="next"] {
        margin-right: -50px;
    }
    /*.success {
		width:62%;
		margin-top:13px;
	}
	
	table.office-hours { max-width:50%; }
	*/
    /*------------ Style Edit Region ------------*/
    h1 {
        font-size: 4em;
        max-width: 9.875em;
    }
    .content-text {
        width: 64%;
        display: inline-block;
        float: left;
    }
    #sidebar {
        width: 34%;
        float: right;
        display: inline;
        text-align: right;
        margin: 6px 0 0 0;
    }
    .team-photo {
        float: left;
        margin: 0 20px 20px 0;
    }
    #hd .logo {
        width: 23.85em;
        height: 8.85em;
        position: relative;
    }
    #hd .logo .logo-img {
        float: left;
    }
    #hd .logo .logo-txt {
        position: absolute;
        top: 47px;
        left: 0;
        margin-left: 12em;
    }
    #sticky .hd-info .phone,
    #sticky .hd-info .hd-address {
        display: inline-block;
    }
    #sticky .hd-info .hd-address {
        text-align: right;
    }
    #sticky .hd-info .phone {
        vertical-align: top;
        padding: 0;
        border: 0;
        margin: 0 0 0 20px;
        padding-left: 20px;
        /*line-height: 2;*/
        border-left: solid 1px #ffffff;
    }
    #sticky .hd-info .appt-request {
        margin: 0 0 0 20px;
    }
    .social-media {
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 20px;
    }
    #slideshow .welcomeVid {
        width: 100%;
        margin: auto;
    }
    #sub-wrapp {
        padding-top: 10em;
    }
    .subnav-outer {
        text-align: left;
        padding: 1.25em 0;
    }
    .subnav-outer h2 {
        line-height: 50px;
        width: auto;
        padding-right: 18px;
        margin: 0 18px 0 0;
        border-right: 2px solid #9ddbf1;
        display: inline-block;
        vertical-align: top;
    }
    .subnav-outer p {
        width: calc(100% - 186px);
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 186px;
    }
    .spotlight {
        font-size: inherit;
    }
    .spot_01 {
        font-size: 1.8vw;
    }
    .spot_01 .dr-fung {
        margin-top: 2em;
        display: inline-block;
        vertical-align: bottom;
    }
    .spot_01 .mod {
        text-align: left;
        margin-top: 0;
        margin-left: 2em;
        position: relative;
        display: inline-block;
        vertical-align: bottom;
    }
    .spot_01 .mod .assoc {
        margin-left: 2.6em;
        position: absolute;
        left: 0;
        bottom: 100%;
    }
    .spot_01 .mod .btn {
        margin-left: 0;
    }
    .spot_02 {
        font-size: 1.8vw;
        direction: rtl;
    }
    .spot_02 .dr-ned {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        direction: ltr;
    }
    .spot_02 .mod {
        text-align: right;
        margin-right: 3em;
        display: inline-block;
        vertical-align: middle;
        direction: ltr;
    }
    .spot_02 .mod .detail {
        font-size: 0.9em;
    }
    #callouts {
        font-size: 1.6vw;
    }
    #callouts a {
        margin-top: 3em;
        margin-bottom: 0;
    }
    #callouts a:nth-child(1) {
        margin-top: 0;
    }
    #callouts a:nth-child(3) {
        margin-top: 0;
    }
    #ft {
        padding: 14em 0 9em;
        background-position: center center;
    }
    #ft .ft-info {
        float: right;
        margin-right: 1em;
        font-size: inherit;
    }
    .ft-design-credit {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .ft-design-credit .util {
        letter-spacing: 0.1em;
        float: left;
        height: 50px;
        line-height: 50px;
    }
    .ft-design-credit .util .divider {
        margin: 0 5px;
    }
    .ft-design-credit .back-to-top {
        float: right;
        margin: 0;
    }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
    .trail {
        /* className for the trail elements */
        position: absolute;
        height: 27px;
        width: 27px;
        background: url(../images/paws.svg) no-repeat center center;
        z-index: 9999;
        margin: 1em 2em;
        top: 100%;
        left: 100%;
    }

    body {
        font-size: 20px;
        line-height: 40px;
    }
    h1 {
        font-size: 4em;
    }
    #sticky {
        padding: 0;
        background: none;
        border: none;
        position: fixed;
        top: 0;
        width: 100%;
    }
    #sticky .stickyBg {
        width: 2600px;
        height: 180px;
        margin: 0 -1300px;
        position: absolute;
        left: 50%;
        top: 40px;
    }
    #sticky .stickyBg path {
        fill: rgba(18, 16, 46, 0.6);
    }
    #hd {
        display: block;
        padding: 0;
        z-index: 2700;
    }
    #hd .logo {
        z-index: 40;
        position: absolute;
        top: 8px;
        left: 0;
        margin-left: -71px;
    }
    #hd .logo .logo-txt {
        top: 35px;
        width: 55%;
        left: 0;
        margin-left: 10.4em;
    }
    #sticky .hd-info {
        float: left;
        margin: 0;
        padding: 0;
    }
    .social-media {
        margin: 0;
        position: fixed;
        top: 180px;
        right: 15px;
        width: 70px;
    }
    .social-media a {
        display: block;
        float: none;
        margin: 0 auto 5px;
        margin-left: 22px;
    }
    /* Main-Nav */
    #main-nav {
        position: relative;
        z-index: 2800;
    }
    #main-nav ul {
        text-align: right;
        margin: 0;
        background: none;
        padding: 0;
        /*li ul li.active a,*/
    }
    #main-nav ul li {
        float: none;
        margin-left: 20px;
    }
    #main-nav ul li a[id] {
        text-transform: none;
        padding: 76px 0 28px;
        border-bottom: none;
        background: none;
        line-height: 1;
    }
    #main-nav ul li a[id]:before {
        content: "";
        background: url("../images/icons/ornament.png");
        background-size: contain;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 35px;
        left: 50%;
        margin-left: -15px;
    }

    #main-nav ul li a#home:before {
        background-image: url("../images/icons/home.png");
    }

    #main-nav ul li a#about-us:before {
        background-image: url("../images/icons/about.png");
    }
    #main-nav ul li a#new-patients:before {
        background-image: url("../images/icons/new.png");
    }
    #main-nav ul li a#pediatric-dentistry:before {
        background-image: url("../images/icons/pedi.png");
    }
    #main-nav ul li a#services:before {
        background-image: url("../images/icons/serv.png");
    }
    #main-nav ul li a#contact:before {
        background-image: url("../images/icons/cont.png");
    }

    #main-nav ul ul {
        margin: 0;
        width: auto;
        padding: 18px 0;
        border-radius: 0 0 20px 20px;
    }
    #main-nav ul ul li {
        padding: 0;
        margin: 0;
        height: 30px;
        width: 100%;
    }
    #main-nav ul ul li a {
        text-transform: none;
        font-size: 0.7em;
        text-align: left;
        line-height: 26px;
        padding: 0 30px;
        border-bottom: none;
        white-space: nowrap;
        height: 26px;
    }
    #main-nav ul li.services ul,
    #main-nav ul li.contact ul {
        left: auto;
        right: 0;
    }
    #main-nav ul li.services ul a,
    #main-nav ul li.contact ul a {
        text-align: right;
    }
    /*#main-nav ul li.services ul li a, #main-nav ul li.contact ul li a{ .alignright;.right; .wall; }*/
    nav.horizontal ul li {
        float: none;
    }
    #sub-wrapp {
        padding-top: 25em;
        background-size: auto;
    }
    .subnav-outer .divider {
        display: inline-block;
    }
    .subnav-outer a {
        margin: 0;
    }
    .subnav-outer p {
        line-height: 20px;
        padding-right: 12em;
    }
    /* Slider */
    #slideshow {
        width: 100%;
        margin-top: 0;
        top: 0;
    }
    #callouts a .detail .level {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    #ft {
        background-size: auto;
        height: 1021px;
    }
    #ft .ft-info {
        font-size: inherit;
    }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
    #sticky .container {
        /*max-width: 1140px;*/
    }
    #hd .logo {
        /*margin: 0;*/
    }
    #hd .logo .logo-txt {
        /*width: auto;*/
        /*top: 17px;*/
    }
    .spot_01 {
        font-size: inherit;
    }
    .spot_02 {
        font-size: inherit;
    }
    #callouts {
        font-size: inherit;
    }
    #content .ornament {
        display: block;
    }
    .home #content .container {
        padding: 0;
        max-width: 1100px;
    }
    .home #content .container:before {
        width: 800px;
        right: auto;
    }
    body.home .content-text {
        width: 800px;
        padding: 0 2.5em;
        margin-left: 0;
    }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
    #sub-wrapp {
        background-size: 100% auto;
    }
    .home #content {
        background-size: 100% auto;
    }
    #ft {
        background-size: 100% auto;
    }
}

/* Rating System */

.dm-rate-us a:before {
    font-family: FontAwesome;
}
.dm-rate-us .rtg,
.dm-rate-us > a {
    display: inline-block;
    position: relative;
}
.dm-rate-us .rtg {
    text-align: center;
    float: none;
    direction: rtl;
    margin-left: 0;
}
.dm-rate-us > a {
    color: #184755 !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    text-decoration: none;
    line-height: 34px;
    padding: 0 1px;
    font-size: 25px;
}
.dm-rate-us a:visited {
    color: #cb7b14;
}
.dm-rate-us span {
    font-size: 20px;
    margin-right: 7px;
    color: #fff;
    position: relative;
    text-transform: none;
    top: 0;
}
.dm-rate-us a:hover:before {
    content: "\f005";
    color: #d89947 !important;
}
.dm-rate-us a:hover {
    color: #d89947 !important;
}
.rtg > a:hover:before,
.rtg > a:hover ~ a:before {
    content: "\f005";
    color: #e1c851 !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

@media screen and (max-with: 880px) {
    .dm-rate-us span {
        font-size: 21px;
        color: #111;
    }
    .rtg a {
        color: #111;
    }
    .dm-rate-us a:visited {
        color: #111;
    }
    .dm-rate-us .rtg {
        text-align: center;
        float: none;
        direction: rtl;
        margin-left: 0;
        font-size: 23px;
    }
    .dm-rate-us {
        display: block;
        position: relative;
        color: #0f5837;
        text-transform: uppercase;
        margin: 10px 15px;
        text-align: center;
        display: block;
        color: #111;
        text-align: center;
        padding: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 10px !important;
    }
}

.dm-rate-us a,
.dm-rate-us .review-link {
    padding: 0 !important;
    background: unset !important;
    font-size: 20px !important;
    width: auto !important;
    color: white !important;
    margin: 0 !important;
    text-shadow: 2px 2px 2px black;
    /*display:inline-block!important;
		font-style:normal!important;*/
}

.dm-rate-us a:visited {
    color: white !important;
}

.dm-rate-us {
    margin: 1.5rem 0;
}

@media screen and (min-width: 880px) {
    .hide-d {
        display: none !important;
    }
}

@media screen and (max-width: 880px) {
    .hide-xs {
        display: none !important;
    }
}

.top .dm-rate-us {
    position: absolute;
    right: -110px;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .top .dm-rate-us {
        display: none !important;
    }
}
