@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,600,700,700i,800&display=swap');
/* ===============================================
	
	varble-amy
	
	Sesame Communications - (c) 2020
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */

/* ===============================================
					Fonts 
=============================================== */
.font-p {
  font-family: 'Poppins', 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: #111111;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #141414), color-stop(100% #0e0e0e));
  background-image: -webkit-linear-gradient(left, #141414 0%, #0e0e0e 100%);
  background-image: -moz-linear-gradient(left, #141414 0%, #0e0e0e 100%);
  background-image: -ms-linear-gradient(left, #141414 0%, #0e0e0e 100%);
  background-image: -o-linear-gradient(left, #141414 0%, #0e0e0e 100%);
  background-image: linear-gradient(left, #141414 0%, #0e0e0e 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: 'Poppins', 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: #111111;
  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: #72903b;
  text-decoration: none;
}
#content a:hover {
  color: #e5ac00;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: 400;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #537317;
}
h1 {
  letter-spacing: -0.025em;
  font-size: 1.8em;
  color: #111111;
}
.home h1 {
  text-align: center;
  position: relative;
  padding-bottom: 0.71em;
}
.home h1: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: '';
  border-bottom: solid 1px #72903b;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  left: 31%;
  right: 31%;
  bottom: 0;
}
.home h1 span {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-weight: 600;
  color: #72903b;
  font-size: 0.5em;
  line-height: 1.5;
}
h2 {
  font-size: 1.400em;
  color: #113962;
}
h3 {
  font-size: 1.200em;
  color: #e5ac00;
}
h4 {
  font-size: 1.050em;
}
h5,
h6 {
  font-size: 0.9em;
}
hr {
  color: #72903b;
  background-color: #72903b;
  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;
  position: relative;
}
.static {
  border-radius: 1em;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.2);
}
.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: 80%;
  max-width: 200px;
  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;
}
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;
}
#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 {
  letter-spacing: 0.05em;
  font-size: 1.200em;
  color: #72903b;
  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 {
  letter-spacing: 0;
  display: inline-block;
  font-size: 1em;
  color: #72903b;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #e5ac00;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 50px;
  background: rgba(255, 255, 255, 0.95);
  /*border:solid 1px fade(@color4, 10%);*/
}
#sticky:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(17, 57, 98, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 2em 0;
  position: relative;
  /* Header Info */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 286px;
  margin: 0 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;
}
#hd .info {
  margin: 0 1em;
  padding: 0.25em 0;
  font-size: 4vw;
}
#hd .info .loc {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: 1.111;
  padding: 0 0.9em 0 0.7em;
}
#hd .info .loc01 {
  border-right: solid 1px #113962;
}
#hd .info .loc02 {
  padding: 0 0.9em 0 0.7em;
}
#hd .info .city {
  -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: #113962;
  font-size: 0.900em;
}
#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;
  display: block;
  text-decoration: none;
  color: #72903b;
  font-size: 0.900em;
}
#hd .info a:hover {
  color: #e5ac00;
}
#hd .info .q-links {
  display: inline-block;
  margin-top: 1em;
}
#hd .info .q-links .btn {
  text-align: center;
  border-radius: 1.6em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  -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: inline-block;
  vertical-align: top;
  color: #72903b;
  border: solid 0.16666667em #72903b;
  font-size: 0.600em;
  /* 12px */
  height: 4.167em;
  line-height: 3.9em;
  width: 16.66666666666667em;
}
#hd .info .q-links .btn:hover {
  color: #113962;
  border-color: #113962;
}
#hd .info .q-links .btn:nth-child(2) {
  margin-left: 0.45em;
}



#hd .info .q-links .btn.active{
    position: relative;
    border: none;
    color: transparent;
}
#hd .info .q-links .btn.active .pseudolink {
  opacity: 1;
  pointer-events: auto;
}
#hd .info .q-links .btn.active .pseudolink.first {
  transform: translate3d(0, -35%, 0);
  transition-delay: 0s;
}
#hd .info .q-links .btn.active .pseudolink.second {
  transform: translate3d(0, 85%, 0);
  transition-delay: 0.165s;
}

#hd .info .q-links .btn.active .pseudolink[class]:hover {
  z-index: 1400;
}
#hd .info .q-links .btn.active .pseudolink[class]:hover:after {
  background-color: #113962;
  transform: translate3d(0, 0, 0) scaleX(1.1) scaleY(1.3);
}
#hd .info .q-links .btn .pseudolink {
  letter-spacing: 0.06em;
  line-height: 2.5;
  font-size: 1em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 2em;
  right: 2em;
  transition: transform 0.33s ease-out, opacity 0.3s ease-in-out, background-color 0.66s ease;
  pointer-events: none;
}
#hd .info .q-links .btn .pseudolink:after {
  content: '';
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: -0.2em;
  right: -1.5em;
  bottom: -0.2em;
  left: -1.5em;
  border-radius: 1em;
  z-index: -1;
  transition: background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
}
#hd .info .q-links .btn .pseudolink.first:After {
  background-color: #72903b;
}
#hd .info .q-links .btn .pseudolink.second:After {
  background-color: #72903b;
}






#content a.btn {color:#fff;text-transform:uppercase;padding: 10px 0;text-align: center;display:block;width: 210px;background:#72903b;border-radius: 20px;margin: 0 auto;}

#content a.btn:hover {
background:#113962;}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* 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: 1em 0 0;
  position: relative;
}
.social-media .ib {
  display: inline-block;
}
.social-media a {
  border-radius: 50%;
  background: rgba(114, 144, 59, 0.8);
  border: solid 2px #ffffff;
  color: #ffffff;
  font-size: 0.800em;
  /* 16px */
  height: 3.125em;
  line-height: 3em;
  width: 3.125em;
  margin: 0 1px;
  position: relative;
  display: block;
  float: left;
  -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: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);
  background: #113962;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  text-transform: lowercase;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 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;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #111111;
  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 .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 {
  color: #72903b;
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  color: #72903b;
}
#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: #80a242;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  text-transform: lowercase;
  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: #0d2c4c;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(114, 144, 59, 0.9);
  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 {
  text-transform: lowercase;
  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: #ffffff;
  margin-bottom: 0;
  background: #113962;
  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: 1.45em 0 1.55em;
  background: #113962;
  text-align: center;
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  color: #72903b;
  width: 100%;
  margin: 0 auto;
  font-size: 0.700em;
  line-height: 22px;
}
#subnav-outer a {
  letter-spacing: 0.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;
  color: #72903b;
  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: #ffffff;
  text-decoration: none;
}
/* Slideshow */
#slideshow {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow .welcomeVid {width:100%}
.torso {
  position: relative;
  z-index: 400;
  background: #ffffff;
}
.doctor-spotlight {
  text-align: center;
  width: 100%;
  position: relative;
  background: #113962 url(../images/spotlight/spot00bg.png) repeat 0 0;
  padding: 3.5em 0 2.9em;
  font-size: 3.3vw;
}
.doctor-spotlight a {
  border-radius: 1em;
  -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: inline-block;
  border: solid 2px #ffffff;
  overflow: hidden;
  position: relative;
  width: 13.5em;
  height: 20em;
  margin: 0.5em;
  -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
}
.doctor-spotlight 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;
  width: 100%;
}
.doctor-spotlight a .topic {
  -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;
  color: #ffffff;
  background: #72903b;
  font-size: 0.900em;
  /* 18px */
  border-top: solid 2px #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 4.333em;
  /* 78px */
}
.doctor-spotlight a .topic span {
  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;
}
.doctor-spotlight a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.doctor-spotlight a:hover .topic {
  background: #113962;
  height: 5em;
}
/* Callouts */
#callouts {
  font-size: 3vw;
  text-align: center;
  padding: 0;
  background: #fcfcfc;
  position: relative;
}
#callouts h2 {
  line-height: 2.86;
  font-size: 1.4em;
  text-align: center;
  color: #111;
  width: 14.29em;
  height: 2.86em;
  border-radius: 1.43em;
  margin: -1.43em auto 0;
  background: #ffd659;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 430;
}
#callouts a {
  width: 50%;
  margin: 0;
  background: currentcolor;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 400;
  -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:hover .decoration[src$="H.jpg"] {
  opacity: 1;
}
#callouts a:hover .info:before {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#callouts a:nth-of-type(odd) {
  color: #1d4873;
}
#callouts a:nth-of-type(even) {
  color: #72903b;
}
#callouts a .decoration {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
}
#callouts a .decoration[src$="H.jpg"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 410;
}
#callouts a .info {
  width: 12.5em;
  margin-left: auto;
  margin-right: auto;
  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%);
  right: 0;
  left: 0;
  z-index: 420;
}
#callouts a .info:before {
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  top: -1.5em;
  right: -1em;
  bottom: -1.5em;
  left: -1em;
  z-index: -1;
  background: currentcolor;
  opacity: 0;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  -webkit-transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
#callouts a .info .icon {
  line-height: 1.15;
  font-size: 2em;
  color: #fff;
  margin: 0 auto 0.85em;
  display: block;
}
#callouts a .info h3.topic {
  line-height: 1.5;
  font-size: 1em;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
#callouts a .info .voluble {
  line-height: 1.4;
  font-size: 0.9em;
  color: #fff;
  width: 100%;
  margin: 1.28em auto 0;
  display: none;
  -webkit-transition: font-size 0.15s linear;
  transition: font-size 0.15s linear;
}
#bd {
  position: relative;
  z-index: 400;
  padding: 3em 0;
}
#bd .container {
  width: 90%!important;
}
/* Content */
#content {
  display: block;
  position: relative;
}
.home #content .embed-container {
  display: block;
  border-radius: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.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: #111111;
  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;
}
/* Testimonials */
#testimonials-box {
  text-align: center;
  padding: 3em 1em;
  background: #72903b url(../images/bg-testimonials.jpg) no-repeat center center;
}
#testimonials-box .container {
  width: 90%!important;
}
#testimonials-box h2 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  border-radius: 2em;
  text-align: center;
  color: #111111;
  background: #ffffff;
  margin-bottom: 3.6em;
  width: 15em;
  /* 420px */
  height: 2.86em;
  /* 80px */
  line-height: 2.86;
  font-size: 6vw;
}
#testimonials-box .tshow {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#testimonials-box .tshow > a {
  text-align: left;
  vertical-align: top;
  border-radius: 1em;
  color: #ffffff;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -o-transition: color 0.35s;
  -ms-transition: color 0.35s;
  transition: color 0.35s;
  width: 100%;
  display: inline-block;
  /*max-width:360px;*/
  margin: 0 auto;
  background: #113962 url(../images/spotlight/tshow.svg) no-repeat center bottom;
  background-size: 4em 4em;
  position: relative;
  padding: 4.25em 2.5em 4.65em;
}
#testimonials-box .tshow > a:before {
  -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;
  content: '';
  background: url(../images/stars.png) no-repeat center center;
  background-size: cover;
  width: 10em;
  height: 3em;
  display: block;
  position: absolute;
  left: 50%;
  top: -1.5em;
  margin-left: -5em;
}
#testimonials-box .tshow > a:hover {
  color: #8fb44a;
}
#testimonials-box .tshow > a:hover:before {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#testimonials-box .voluble {
  font-style: italic;
  display: inline-block;
  line-height: 1.389em;
  font-size: 0.900em;
  margin: 0;
}
#testimonials-box .cred {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}
/* Footer */
#ft {
  background: #113962 url(../images/footer/bg-footer.jpg) no-repeat center center;
  text-align: center;
  width: 100%;
  padding: 3em 0;
  position: relative;
}
#locations {
  color: #fff;
}
#locations .office {
  width: auto;
  height: auto;
  margin: 0.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#locations .map {
  width: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#locations .info {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: 0;
  padding: 99px 0 0;
  background: rgba(114, 144, 59, 0.9);
  border: 4px solid #fff;
  display: block;
  position: relative;
  z-index: 410;
}
#locations .address {
  letter-spacing: 0.1em;
  line-height: 20px;
  font-size: 14px;
  width: 100%;
  margin: 0 0 20px;
  display: block;
}
#locations .address .marker {
  width: 31px;
  height: 47px;
  position: absolute;
  top: -3.4em;
  left: -3.5em;
  display: none;
  -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-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
#locations .address:hover .marker {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#locations .phone {
  line-height: 1;
  font-size: 20px;
  font-weight: 800;
  display: block;
}
#locations a {
  color: #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;
}
#locations a:hover {
  color: #e5ac00;
}
.ft-design-credit {
  background: #113962;
  clear: both;
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 1.6em 0 1.4em;
}
.ft-design-credit .util {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.550em;
}
.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: #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: #e5ac00;
}
.ft-design-credit .sesame-link .sesame-icon {
  width: 19px;
  height: 16px;
  margin-right: 0.7em;
  display: inline-block;
  vertical-align: -3px;
}
.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;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #ffffff;
  margin: 1em auto;
}
.ft-design-credit .back-to-top .icon {
  -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: middle;
  display: inline-block;
  margin-left: 0.25em;
  font-size: 30px;
}
.ft-design-credit .back-to-top:hover {
  color: #e5ac00;
}
.ft-design-credit .back-to-top:hover .icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* custom content */
.meet-the-team #content .mod{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  gap:1em;
}
.meet-the-team #content .profile{
  width:44%; 
  max-width:200px; 
  
  h2 { margin-top:0.5em; }
}
/* @media only screen and (max-width: 767px) {  } */
@media only screen and (min-width: 768px) {  
  .meet-the-team #content .profile{
     width:30%;
  } 
}


/* Form Buttons */
form button {
  background: #72903b;
  border: 1px solid #72903b;
  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: #556c2c;
  background: #556c2c;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #72903b;
}
/* 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: #e5ac00;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #e5ac00;
  color: #72903b;
  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: #72903b;
  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: #72903b;
  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: #7f5f00;
}
/* 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: #111111;
}
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: #111111;
}
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: #111111;
}
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: #111111;
}
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: #111111;
}
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: #111111;
}
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: #111111;
}
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: #111111;
}
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: #111111;
}
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: #72903b;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #72903b;
  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: #72903b;
  -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) {
  #hd .info .q-links {
    font-size: 3vw;
  }
  .doctor-spotlight {
    font-size: 2.5vw;
  }
  #callouts {
    font-size: 1.5vw;
  }
  #callouts h2 {
    margin: 0 auto;
    top: auto;
    bottom: -1.5em;
  }
  #callouts a {
    width: 25%;
  }
  #testimonials-box h2 {
    font-size: 1.4em;
  }
}
/* ===============================================
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;
  }



  .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%;
  }

  
  .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%;
  }

  
  /* blanket content sidebar hide and slimmer-centered-content-area */
  /* in order to accommodate for better legibility */
  .layout-full-width {
    /* count out 90 characters per line to declare width */
  }
  .layout-full-width #bd .container {
    width: 80%!important ;
    max-width: 40em;
    /*800px*/
  }
  .layout-full-width .content-text {
    width: 100%;
    max-width: none;
  }
  .layout-full-width .sidebar {
    display: none;
  }
  /* blanket content width 100% and sidebar hide */
  .layout-full-width.home #bd .container,
  .layout-full-width[class^='before-'] #bd .container,
  .layout-full-width.patient-photos #bd .container,
  .layout-full-width.smile-gallery #bd .container,
  .layout-full-width[class='office-tour'] #bd .container,
  .layout-full-width.around-our-office #bd .container,
  .layout-full-width.tour-our-office #bd .container,
  .layout-full-width.sitemap #bd .container,
  .layout-full-width.brace-painter #bd .container {
    width: 96%!important;
    max-width: 50em;
  }
  .layout-full-width.home .content-text,
  .layout-full-width[class^='before-'] .content-text,
  .layout-full-width.patient-photos .content-text,
  .layout-full-width.smile-gallery .content-text,
  .layout-full-width[class='office-tour'] .content-text,
  .layout-full-width.around-our-office .content-text,
  .layout-full-width.tour-our-office .content-text,
  .layout-full-width.sitemap .content-text,
  .layout-full-width.brace-painter .content-text {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  .layout-full-width.home .sidebar,
  .layout-full-width[class^='before-'] .sidebar,
  .layout-full-width.patient-photos .sidebar,
  .layout-full-width.smile-gallery .sidebar,
  .layout-full-width[class='office-tour'] .sidebar,
  .layout-full-width.around-our-office .sidebar,
  .layout-full-width.tour-our-office .sidebar,
  .layout-full-width.sitemap .sidebar,
  .layout-full-width.brace-painter .sidebar {
    display: none;
  }
  .sitemap #bd .container {
    width: 96%!important;
    max-width: 50em;
  }
  .sitemap #content {
    width: 100%;
    max-width: none;
    /*default mw::none*/
  }
  .sitemap #sidebar {
    display: none;
  }
  .sitemap .content-text {
    width: 100%;
  }
  .content-text {
    width: 63%;
    display: inline-block;
    float: left;
  }
  .home .content-text {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 800px;
  }
  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;
  }
  .office_tour .controls > div[id^="prev"] {
    margin-left: -50px;
  }
  .office_tour .controls > div[id^="next"] {
    margin-right: -50px;
  }
  .staff {
    float: right;
    width: 100%;
    max-width: 250px;
    margin: 0 0 1em 1em;
  }
  
  /*.success {
		width:62%;
		margin-top:13px;
	}
	
	table.office-hours { max-width:50%; }
	*/
  /*------------ Style Edit Region ------------*/
  .sidebar {
    width: 30%;
    float: right;
    display: inline;
    text-align: right;
    margin: 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .info {
    font-size: inherit;
  }
  #hd .info .loc {
    margin: 6px 0 0;
  }
  #hd .info .q-links {
    margin: 0 0 0 0.6em;
    vertical-align: top;
  }
  .doctor-spotlight {
    font-size: 1.6vw;
  }
  #callouts {
    font-size: 1.5vw;
  }
  #callouts h2 {
    margin: 0 auto;
    top: auto;
    bottom: -1.5em;
  }
  #callouts a {
    width: 25%;
  }
  #testimonials-box h2 {
    font-size: 1.4em;
  }
  #locations .office {
    margin: 0;
  }
  #locations .office:nth-child(2) {
    margin-left: 5.9em;
  }
  .ft-design-credit .util {
    float: left;
    height: 40px;
    line-height: 38px;
  }
  .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) {
  body {
    font-size: 20px;
    line-height: 40px;
  }
  h1 {
    font-size: 2.5em;
  }
  .home h1 {
    margin-top: -16px;
    margin-bottom: 0.75em;
  }
  .home h1 span {
    font-size: 0.286em;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    margin-bottom: 53px;
  }
  #hd {
    padding: 4em 0 1em;
  }
  #sticky {
    padding: 0;
  }
  #sticky .container {
    max-width: 1140px;
  }
  .social-media {
    margin: 0;
    position: fixed;
    top: 140px;
    right: 10px;
    width: 50px;
  }
  .social-media a {
    display: block;
    margin: 0 0 2px;
    float: none;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  /*deskBurger*/
  #main-nav .collapsible .trigger {
    display: block;
    box-shadow: none;
  }
  nav.horizontal ul li {
    width: 100%;
    float: none;
  }
  nav .collapsible ul {
    display: none;
  }
  nav .open > ul {
    display: block;
  }
  #subnav-outer .divider {
    display: inline-block;
  }
  #subnav-outer a {
    margin: 0;
  }
  #subnav-outer p {
    line-height: 20px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  .doctor-spotlight {
    font-size: 1.6vw;
  }
  #callouts {
    font-size: 1vw;
  }
  #callouts h2 {
    bottom: 3em;
  }
  #bd {
    padding: 81px 0 70px;
  }
  .home #bd {
    padding: 122px 0 300px;
  }
  .home #content {
    border-radius: 1em;
    border: solid 2px #72903b;
  }
  .home #content p {
    text-align: center;
  }
  .home #content .embed-container {
    padding-bottom: 38%;
    margin-bottom: -210px;
  }
  #testimonials-box {
    font-size: 1.6vw;
    height: 31.5em;
    padding: 0 0 4em;
  }
  #testimonials-box h2 {
    margin-top: -41px;
  }
  #testimonials-box .tshow {
    width: 100%;
  }
  #testimonials-box .tshow > a {
    height: 19em;
    max-width: 18em;
    margin: 0;
  }
  #testimonials-box .tshow > a:nth-child(2) {
    margin: 0 1.8em;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  #hd {
    text-align: right;
    display: block;
    padding: 0;
    z-index: 3000;
  }
  #hd .logo {
    z-index: 40;
    position: absolute;
    top: 9px;
    left: 0;
    margin: 0;
  }
  #hd .info {
    margin: 15px 0 0;
    padding: 0;
  }
  /*un-deskburger*/
  #main-nav .collapsible .trigger {
    display: none;
  }
  nav.horizontal ul li {
    width: auto;
    float: none;
  }
  nav .collapsible ul {
    display: inline-block;
  }
  #main-nav {
    height: 47px;
    width: 100%;
    margin: 1px 0 0;
    /*padding:0;*/
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    height: 48px;
    background: none;
    padding: 0;
    /*max-width:none;*/
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 48px;
    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 24px 0 0;
    /*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] {
    letter-spacing: 0.05em;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #111111;
    text-decoration: none;
    height: 100%;
    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.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #72903b;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    width: 100%;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 22px 0 20px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
    border-radius: 0 0 1em 1em;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    height: 26px;
    width: 100%;
    padding: 0 29px;
    margin: 0;
    float: left;
    text-transform: capitalize;
    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: 0;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0;
    margin: 0;
  }
  #sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  #slideshow {
    padding-bottom: 50%;
  }
  #slideshow #home-slideshow {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  #callouts a:hover .info .voluble {
    font-size: 0;
  }
  #callouts a .info {
    top: 40%;
  }
  #callouts a .info .voluble {
    display: block;
  }
  .doctor-spotlight {
    font-size: inherit;
  }
  #testimonials-box {
    font-size: inherit;
  }
  #ft {
    padding: 4em 0 2em;
    background-attachment: fixed;
  }
  #locations .office {
    padding: 11em 0 0 11.5em;
  }
  #locations .map {
    width: 20em;
  }
  #locations .info {
    background: #72903b;
  }
  #locations .address .marker {
    display: block;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  #testimonials-box {
    background-size: 100% auto;
  }
  #ft {
    background-size: 100% auto;
  }
}
/*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;
  }
}

/* Sidebar Logo Section */
.sidebar-logo {
    margin: 30px 0;
    text-align: center;
    clear: both;
    display: block;
}

.sidebar-logo img {
    max-width: 200px;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}

