@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Nunito&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');
/* ===============================================
	
	hill-karlene2
	
	Sesame Communications - (c) 2020
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* a-links - orange */
/* green */
/* yellow */
/*div hr*/
/* ===============================================
					Fonts 
=============================================== */
.font-h {
  font-family: 'Homemade Apple', cursive;
}
.font-n {
  font-family: 'Nunito', sans-serif;
}
.font-ns {
  font-family: 'Nunito Sans', 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;
}
.trans2 {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
}
.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: #4f4f4b;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #52524d), color-stop(100% #4c4c49));
  background-image: -webkit-linear-gradient(left, #52524d 0%, #4c4c49 100%);
  background-image: -moz-linear-gradient(left, #52524d 0%, #4c4c49 100%);
  background-image: -ms-linear-gradient(left, #52524d 0%, #4c4c49 100%);
  background-image: -o-linear-gradient(left, #52524d 0%, #4c4c49 100%);
  background-image: linear-gradient(left, #52524d 0%, #4c4c49 100%);
}
.formsemailus:before {
  content: 'Office';
}
.formsemailus:after {
  content: 'LoveYourBraces.com';
}
/* ===============================================
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: 'Nunito Sans', sans-serif;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
li {
  line-height: inherit;
}
img {
  height: auto;
}
/* Body */
body {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: normal;
  background: #ffffff;
  color: #4f4f4b;
  overflow: hidden;
}
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: #ce7306;
  text-decoration: none;
}
#content a:hover {
  color: #93b868;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #4f4f4b;
}
h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.2em;
}
.home h1 span {
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  font-size: 0.353em;
  color: #93b868;
  line-height: 1.85;
}
h2 {
  text-transform: uppercase;
  font-size: 1.250em;
}
h3 {
  font-size: 1.250em;
}
h4 {
  font-size: 1.050em;
}
h5,
h6 {
  font-size: 1em;
}
hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
#hide-stock {
  position: relative;
  z-index: 2;
  margin: 0;
}
#hide-stock: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: rgba(199, 209, 139, 0.8);
  width: 17.85em;
  height: 20.8em;
  display: block;
  position: absolute;
  left: 3.25em;
  bottom: -1.55em;
  z-index: -1;
}
.sidebar {
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  max-width: 357px;
}
.static {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 357px;
}
.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 {
  display: block;
  width: 45%;
  max-width: 250px;
  margin: 0 auto 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;
}
.content-text ul li {
  text-align: left;
}
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;
}
.sitemap #content ul li {
  margin-left: 0;
}
#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: 600;
  text-transform: uppercase;
  font-size: 1.250em;
  /* 24px */
  color: #ce7306;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
  /* margin: 0 0 0 30px; */
}
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: #ce7306;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #93b868;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 50px;
  background: #ffffff;
}

    #sticky .btn03 {
        text-align: center;
        -webkit-transition: ease-in-out all 0.5s;
        -moz-transition: ease-in-out all 0.5s;
        -o-transition: ease-in-out all 0.5s;
        -ms-transition: ease-in-out all 0.5s;
        transition: ease-in-out all 0.5s;
        text-transform: uppercase;
        display: block;
        width:100%;
        float:right;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Nunito', sans-serif;
        letter-spacing: 0.05em;
        background: red;
        color: #ffffff;
        padding: 1em 0 0.5em;
        line-height: 1;
        font-size: 0.781em;
    }

        #sticky .btn03 .trait {
            display: inline-block;
            text-transform: none;
            font-family: 'Homemade Apple', cursive;
            font-size: 1.428em;
            margin-right: 0.25em;
        }

        #sticky .btn03:hover {
            background: #93b868;
        }

#sticky .btn04 {
  text-align: center;
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.05em;
  background: #f7941e;
  color: #ffffff;
  padding: 1em 0 0.5em;
  line-height: 1;
  font-size: 0.781em;
}
#sticky .btn04 .trait {
  display: inline-block;
  text-transform: none;
  font-family: 'Homemade Apple', cursive;
  font-size: 1.428em;
  margin-right: 0.25em;
}
#sticky .btn04:hover {
  background: #93b868;
}


/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
  /* Header links */
}
#hd .container {
  width: 100% !important;
}
#hd .links a {
  text-align: center;
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  display: inline-block;
  text-decoration: none;
  color: #4f4f4b;
  font-size: 0.750em;
  padding: 0 1.3em;
}
#hd .links a img {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  vertical-align: -1px;
  display: inline-block;
  margin-right: 0.25em;
}
#hd .links .btn01 {
  background: #f8db50;
}
#hd .links .btn02 {
  background: #f7a749;
}
#hd .links .btn05 {
  background: #cee69b;
}
#hd .links .btn01,
#hd .links .btn02,
#hd .links .btn05 {
  height: 2.66666666666667em;
  line-height: 2.8;
  width: 50%;
  margin: 0;
}
#hd .links .btn03 {
  height: 2.22222222222222em;
  line-height: 2.22222222222222;
  background: #93b868;
}
#hd .links .btn03:hover {
  background: #ce7306;
}
#hd .links .phone {
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.900em;
  /* 18px */
  width: 9.33333333333333em;
  /* 168 */
  height: 2.22222222222222em;
  /* 40px */
  line-height: 2.3;
  width: 100%;
  background: #82B963;
  padding: 0 1em;
}
#hd .links a:hover {
  color: #ffffff;
  background: #87b057;
}
#hd .links a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 155px;
  margin: 1em auto 1.5em;
  text-decoration: none;
}
#hd .logo 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;
  width: 100%;
  display: inline-block;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(79, 79, 75, 0.1);
  /* light underline for mobile devices */
  position: absolute;
  top: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  width: 100%!important;
  padding: 0;
}
#main-nav .trigger {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #4f4f4b;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: '';
  width: 22px;
  height: 21px;
  margin: 0 auto;
  background: url(../images/sun.png) no-repeat center center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: rotate(0deg) scale(0);
  -moz-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  -o-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
}
#main-nav .trigger .nav_icon {
  width: 16px;
  height: 10px;
  margin-right: 0.4em;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon span:nth-child(1) {
  top: 0px;
}
#main-nav .trigger .nav_icon span:nth-child(2),
#main-nav .trigger .nav_icon span:nth-child(3) {
  top: 50%;
}
#main-nav .trigger .nav_icon span:nth-child(4) {
  top: 100%;
}
#main-nav .trigger:hover:before {
  -webkit-transform: rotate(90deg) scale(1);
  -moz-transform: rotate(90deg) scale(1);
  -ms-transform: rotate(90deg) scale(1);
  -o-transform: rotate(90deg) scale(1);
  transform: rotate(90deg) scale(1);
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger:before {
  -webkit-transform: rotate(90deg) scale(1);
  -moz-transform: rotate(90deg) scale(1);
  -ms-transform: rotate(90deg) scale(1);
  -o-transform: rotate(90deg) scale(1);
  transform: rotate(90deg) scale(1);
}
#main-nav .open .trigger .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger .nav_icon span:nth-child(1) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav .open .trigger .nav_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(4) {
  width: 0;
  top: 50%;
  left: 50%;
}
#main-nav ul {
  width: 100%;
  margin: 0;
  padding: 1em 0;
  z-index: 550;
  position: relative;
  background: #9fc079;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #4f4f4b;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(147, 184, 104, 0.89);
  display: inline;
}
#main-nav ul ul:before {
  display: none;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 40px;
  /*default 40*/
  color: #fff;
  width: 100%;
  height: 40px;
  /*default 40*/
  margin: 0;
  background: none;
  border: none;
  position: relative;
  display: inline-block;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #4f4f4b;
  margin-bottom: 0;
  background: #f7a749;
  border: none;
}
/*main-nav make li fly in all cool*/
#main-nav .collapsible.open > ul li {
  -webkit-animation: peters_move 0.4s 1;
  -moz-animation: peters_move 0.4s 1;
  -ms-animation: peters_move 0.4s 1;
  -o-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul li {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
/*make flyouts expand on mobile*/
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
/*all about that open class*/
#main-nav .open ul {
  display: inline-block;
}
#main-nav .open ul .open ul {
  padding: 1em 0;
}
#main-nav .open ul .open ul li {
  height: 40px;
  opacity: 1;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 3em 2em;
  background: #edefee;
  text-align: left;
}
#subnav-outer h3 {
  text-align: left;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 1.350em;
  margin-bottom: 0.8em;
}
#subnav-outer p {
  font-weight: 600;
  color: #4f4f4b;
  width: 100%;
  margin: 0 auto;
  font-size: 0.800em;
}
#subnav-outer 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: #4f4f4b;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.688em;
  white-space: nowrap;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #ce7306;
  text-decoration: none;
}
/* Slideshow */
#slideshow {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow video {
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  display: block;
}
#slideshow .ss_overlay {
  background: rgba(255, 255, 255, 0.78);
  padding: 2em 0;
  position: relative;
  z-index: 401;
  font-size: 3vw;
}
#slideshow .ss_overlay h2 {
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
  color: #4f4f4b;
  font-size: 1.220em;
  line-height: 1.5;
}
#slideshow .ss_overlay h2 .trait {
  letter-spacing: 0;
  text-transform: none;
  display: block;
  font-family: 'Homemade Apple', cursive;
  font-size: 2.358em;
  color: #60B732;
  line-height: 1.2;
  margin-top: 0.3em;
}
.torso {
  position: relative;
  background: #ffffff;
  z-index: 401;
}
.spotlight {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 2em 0;
}
/* Doctor spotlight */
.spot01 {
  padding: 1em 0;
  font-size: 3.5vw;
}
.spot01 .decor {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2em;
  width: 45%;
  position: relative;
  z-index: 2;
}
.spot01 .decor img {
  box-shadow: 6px 13px 11px rgba(0, 0, 0, 0.25);
}
.spot01 .info {
  vertical-align: middle;
  display: inline-block;
  padding: 0 1em;
}
.spot01 .info h2,
.spot01 .info h3 {
  text-align: center;
}
.spot01 .info h3 {
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7941e;
  margin-bottom: 0.5em;
}
.spot01 .info h2 {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  font-family: 'Nunito Sans', sans-serif;
  color: #4f4f4b;
  line-height: 1.154;
  font-size: 2.600em;
  margin-bottom: 0.35em;
}
.spot01 .info .detail {
  display: none;
  font-weight: 300;
  font-size: 1em;
  line-height: 2;
  color: #4f4f4b;
  margin-bottom: 2.6em;
}
.spot01 .info .btn {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  color: #4f4f4b;
  font-size: 0.800em;
  /* 16px */
  height: 3.125em;
  /* 50 */
  line-height: 3.125;
  background: #f7a749;
  margin: 4px auto;
  padding: 0 1.5em;
}
.spot01 .info .btn:hover {
  background: #93b868;
  color: #ffffff;
}
.spot01 .info .btn02 {
  background: #f8db50;
}
/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 2em 0 0;
  font-size: 3vw;
}
#callouts 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;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  position: relative;
  background: #f8db50;
  overflow: hidden;
}
#callouts a:hover .decor {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#callouts a:hover .arrow {
  -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 .decor {
  width: 100%;
  display: block;
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
}
#callouts a .mod {
  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%);
  top: 55%;
  width: 100%;
  left: 0;
}
#callouts a .topic {
  letter-spacing: 0.05em;
  font-family: 'Nunito', sans-serif;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: block;
  text-transform: uppercase;
  color: #4f4f4b;
  font-size: 1.750em;
  line-height: 1.2;
  margin-bottom: 1em;
}
#callouts a .topic .trait {
  font-family: 'Homemade Apple', cursive;
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.429em;
}
#callouts a .det {
  display: none;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.900em;
  color: #4f4f4b;
}
#callouts a .arrow {
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  width: 2.05em;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
#bd {
  position: relative;
  z-index: 400;
  padding: 3em 0;
}
#bd .container {
  width: 90%!important;
}
/* Content */
#content {
  display: block;
  position: relative;
}
.mediaSlider {
  text-align: center;
}
.mediaSlider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
}
.mediaSlider .cycle-slideshow .cycle-slide {
  padding: 0 5%;
}
.mediaSlider .cycle-slideshow > div {
  font-size: 2.8em;
  color: #4f4f4b;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mediaSlider .cycle-slideshow > div span {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.mediaSlider .cycle-slideshow > div.cycle-prev {
  text-align: left;
  left: 0;
}
.mediaSlider .cycle-slideshow > div.cycle-prev span {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mediaSlider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaSlider .cycle-slideshow > div.cycle-next span {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.mediaSlider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaSlider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
/* Socials spotlight */
.spot02 {
  overflow: hidden;
  /* social-media || aka social-icons */
  /*global override*/
}
.spot02: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/spotlight/spot02-decor.jpg) no-repeat;
  background-size: cover;
  width: 57.3em;
  height: 35.85em;
  display: block;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -7.3em;
}
.spot02 .fb-mod {
  display: inline-block;
  vertical-align: middle;
  background: #e4d4ce;
  width: 80%;
  max-width: 22.8em;
  height: 24em;
  overflow: hidden;
  position: relative;
}
.spot02 .social-media img,
.spot02 .social-media .ib {
  vertical-align: top;
}
.spot02 .social-media {
  text-align: center;
  height: auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 2em 0;
  position: relative;
}
.spot02 .social-media .ib {
  display: inline-block;
}
.spot02 .social-media a {
  border-radius: 50%;
  background: #ffb154;
  color: #ffffff;
  line-height: 2.76;
  font-size: 1.450em;
  height: 2.76em;
  width: 2.76em;
  margin: 0 2px;
  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;
  display: inline-block;
}
.spot02 .social-media a:nth-child(3n+2) {
  background: #f8db50;
}
.spot02 .social-media a:nth-child(3n+3) {
  background: #93b868;
}
.spot02 .social-media a:hover {
  z-index: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/* Footer */
#ft {
  background: #ededee url(../images/footer/ft-map.jpg) no-repeat center center;
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
}
#ft .container {
  width: 100% !important;
}
#ft .info {
  padding: 3em 0;
  background: rgba(159, 207, 101, 0.8);
}
#ft .info .logo {
  display: block;
  -webkit-transition: ease-in-out all 0.4s;
  -moz-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.1em;
}
#ft .info .addy {
  -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: #4f4f4b;
  font-size: 0.800em;
  line-height: 1.375;
}
#ft .info .addy:hover .marker {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#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: 600;
  text-decoration: none;
  display: block;
  color: #4f4f4b;
  font-size: 1.100em;
  line-height: 2;
}
#ft .info a:hover {
  color: #ffffff;
}
.ft-design-credit {
  background: #ffffff;
  clear: both;
  width: 100%;
  color: #7a7a76;
  text-align: center;
  position: relative;
  padding: 1.45em 0 3em;
}
.ft-design-credit .util {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.600em;
}
.ft-design-credit .divider {
  margin: 0 12px;
}
.ft-design-credit 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: #7a7a76;
  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: #93b868;
}
.ft-design-credit .sesame-link .sesame-icon {
  width: 24px;
  height: 20px;
  margin-right: 0.8em;
  display: inline-block;
  vertical-align: middle;
}
.ft-design-credit .sesame-link .sesame-icon path {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ft-design-credit .sesame-link .sesame-icon path.top {
  fill: #D6E03D;
}
.ft-design-credit .sesame-link .sesame-icon path.bottom {
  fill: #00a5e3;
}
.ft-design-credit .sesame-link:hover .sesame-icon path {
  fill: currentColor;
}
.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;
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #f7a749;
  margin: 1em auto;
}
/* Form Buttons */
form button {
  background: #ce7306;
  border: 1px solid #ce7306;
  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: #9c5705;
  background: #9c5705;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #ce7306;
}
/* 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: #93b868;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #93b868;
  color: #ce7306;
  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: #ce7306;
  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: #ce7306;
  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: #607f3b;
}
/* 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.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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: #4f4f4b;
}
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;
}
/* 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: 1.8em;
}
/*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: #ce7306;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #ce7306;
  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: #ce7306;
  -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.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  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;
  }
  .content-text {
    width: 60.5%;
    display: inline-block;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  .home .content-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    float: none;
  }
  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: 100%;
  }
  .embed-container.ratio16x9,
  .embed-container.docvid {
    padding-bottom: 46%;
  }
  /* Custom content */
  .before-and-after .slideshow-nav-paginated ol {
    display: block;
    padding: 0 3.5em;
  }
  .staff {
    float: right;
    width: 100%;
    margin: 0 0 1em 1em;
  }
  /*.success {
		width:62%;
		margin-top:13px;
	}
	
	table.office-hours { max-width:50%; }
	*/
  /*------------ Style Edit Region ------------*/
  .sidebar {
    width: 35.7%;
    float: right;
    display: inline;
    text-align: right;
    margin: 9px 3px 20px 0;
    clear: right;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .links .btn01,
  #hd .links .btn02,
  #hd .links .btn03,
  #hd .links .btn05 {
    vertical-align: top;
    display: inline-block;
    width: 33.33%;
  }
  #slideshow .ss_overlay {
    font-size: 1.5vw;
    width: 23.25em;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 1.7em;
    padding: 2.45em 0 1.8em;
  }
  #subnav-outer {
    background: none;
    padding: 0 2em 0 3em;
  }
  .spot01 {
    font-size: 1.5vw;
    padding: 0 0 3em;
  }
  .spot01 .decor {
    width: 25.15em;
    margin: -1.9em 3.6em 0 0;
  }
  .spot01 .decor: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/shadow.png) no-repeat left top;
    background-size: cover;
    width: 32.45em;
    height: 28.3em;
    display: block;
    position: absolute;
    top: 6.3em;
    left: -5.7em;
    z-index: -2;
  }
  .spot01 .info {
    text-align: left;
    width: 26em;
    padding: 0;
  }
  .spot01 .info h2,
  .spot01 .info h3 {
    text-align: left;
  }
  .spot01 .info .detail {
    display: block;
  }
  .spot01 .info .btn {
    display: inline-block;
  }
  .spot01 .info .btn01 {
    width: 12.375em;
  }
  .spot01 .info .btn02 {
    width: 14em;
  }
  #callouts {
    font-size: 2vw;
  }
  #callouts a {
    width: calc(50% - 1px);
  }
  #callouts a:nth-child(2) {
    margin-left: 2px;
  }
  #bd: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: #edefee;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    margin-left: 7em;
  }
  .home #bd:before {
    display: none;
  }
  .spot02 {
    padding: 65px 0;
  }
  .spot02 .fb-mod {
    margin-right: 8.25em;
    margin-left: -4em;
    height: 29.2em;
  }
  .spot02 .social-media {
    width: 2.76em;
  }
  .spot02 .social-media a {
    margin: 0 0 5px;
  }
  .ft-design-credit .back-to-top {
    margin: 0;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  body {
    font-size: 20px;
    line-height: 32px;
  }
  #sticky {
    padding: 0;
    height: 180px;
    background: url(../images/hdbg.svg) no-repeat center bottom;
    border: none;
  }

    #sticky .btn03 {
        width: 8.00256081946223em;
        height: 4.80153649167734em;
        position: fixed;
        right: 0;
        top: 225px;
        margin-top:5em;
        padding: 21px 0 0;
    }

        #sticky .btn03 .trait {
            line-height: 1.15;
        }

  #sticky .btn04 {
    width: 8.00256081946223em;
    height: 4.80153649167734em;
    position: fixed;
    right: 0;
    top: 225px;
    padding: 8px 0 0;
  }
  #sticky .btn04 .trait {
    line-height: 1.15;
  }
  h1 {
    font-size: 3.250em;
  }
  .home h1 {
    font-size: 4.250em;
    white-space: nowrap;
    margin-bottom: 0.25em;
  }
  #hd {
    text-align: right;
    display: block;
    padding: 0;
    z-index: 3000;
  }
  #hd .logo {
    z-index: 40;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  #hd .links .btn01,
  #hd .links .btn02,
  #hd .links .btn03 {
    width: auto;
    display: inline-block;
    margin: 0 1px;
  }
  #hd .links .btn05 {
    width: auto;
    display: inline-block;
    margin: 0 -5px 0 0px;
  }
  #hd .links .phone {
    margin-left: 1px;
    width: auto;
    display: inline-block;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  /*deskBurger*/
  /*	
	#main-nav{ 
		.collapsible{
			.trigger{ .show;box-shadow:none; }
		}
	}
	
	nav.horizontal ul li{ .wall;.nofloat; }
	nav .collapsible ul { display:none }
	nav .open>ul { display:block }
	*/
  #main-nav {
    height: 56px;
    width: 100%;
    margin: 15px 0 0;
    /*padding:0;*/
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    padding: 0;
    /*max-width:none;*/
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 56px;
    width: auto;
    float: right;
    /*<def-nofloat*/
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 0 0 43px;
    /*adjust margin for spacing*/
    background: none;
    position: relative;
    vertical-align: top;
  }
  #main-nav ul li.contact,
  #main-nav ul li.contact-us {
    margin-right: 0;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    text-transform: uppercase;
    letter-spacing: 0.075em;
    line-height: 56px;
    text-align: center;
    color: #4f4f4b;
    text-decoration: none;
    height: 56px;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    display: block;
    margin-left: auto;
    margin-right: auto;
    content: '';
    width: 22px;
    height: 21px;
    margin: 0 auto;
    background: url(../images/sun.png) no-repeat center center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    -webkit-transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    -webkit-transform: rotate(0deg) scale(0);
    -moz-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    -o-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #4f4f4b;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    -o-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 19px 0 15px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 27px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 23px;
    text-align: left;
    white-space: nowrap;
    height: 23px;
    width: 100%;
    padding: 0 30px;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }
  /*reverses text-align for flyout on last nav item*/
  #main-nav ul li.contact-us ul li a,
  #main-nav ul li.contact ul li a {
    text-align: right;
    float: right;
  }
  /* ===============================================
				special drop locations 
	=============================================== */
  #main-nav ul li:hover ul {
    left: -29px;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -29px;
    margin: 0;
  }
  #subnav-outer a {
    margin: 0;
  }
  #subnav-outer p {
    line-height: 18px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #slideshow .ss_overlay {
    font-size: inherit;
  }
  #callouts {
    font-size: 1vw;
  }
  .home .content-text {
    max-width: 460px;
    margin: 0 auto 0 0;
  }
  .home #bd {
    padding: 185px 0 100px;
  }
  .home #bd: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/hp-decor.jpg) no-repeat;
    width: 674px;
    height: 811px;
    display: block;
    position: absolute;
    left: 50%;
    top: 125px;
    margin-left: 25px;
  }
  #ft {
    height: 542px;
  }
  #ft .container {
    height: 100%;
  }
  #ft .info {
    height: 100%;
    width: 356px;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: 7.25em;
    padding: 3.6em 0 0;
  }
  #ft .info: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: rgba(159, 207, 101, 0.8);
    width: 2000px;
    height: 100%;
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
  }
  #ft .info .logo {
    margin-left: -14px;
  }
  #ft .info .addy {
    position: relative;
  }
  #ft .info .addy: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: '';
    width: 300px;
    height: 200px;
    display: block;
    position: absolute;
    right: -460px;
    top: -215px;
  }
  .ft-design-credit {
    padding: 1.45em 0 1.2em;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 75em (1200px) and up
=============================================== */
@media only screen and (min-width: 75em) {
  #bd:before {
    margin-left: 13.6em;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  /*un-deskburger*/
  /*
	#main-nav{ 
		.collapsible{
			.trigger{ .hide; }
		}
	}
	
	nav.horizontal ul li{ .auto;.nofloat; }
	nav .collapsible ul { .ib; }
	*/
  #sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  .spot01 {
    font-size: inherit;
  }
  .spot01 .decor {
    margin-left: -92px;
  }
  .spot01 .info .btn {
    display: block;
    margin-left: 0;
    margin: 0 auto 8px 0;
  }
  #subnav-outer {
    padding: 0 0 0 190px;
  }
  .sidebar02 {
    margin: 45px 0 0 auto;
  }
  #callouts a .det {
    display: block;
  }
  body:not(.home) #bd {
    padding: 235px 0 80px;
  }
  .spot02 {
    height: 850px;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
/*custom animations*/
/* 
mymove looted from Peter B. 
credit due where credit is deserved [= 
*/
@-webkit-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
