@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
/* ===============================================
	
	resop-brian2
	
	Sesame Communications - (c) 2020
	Written by: Vita Stillion
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* a-links - blue */
/* brown */
/* dark green */
/*div hr*/
/* ===============================================
					Fonts 
=============================================== */
.font-m {
  font-family: 'Montserrat', 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: #000000;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #030303), color-stop(100% #000000));
  background-image: -webkit-linear-gradient(left, #030303 0%, #000000 100%);
  background-image: -moz-linear-gradient(left, #030303 0%, #000000 100%);
  background-image: -ms-linear-gradient(left, #030303 0%, #000000 100%);
  background-image: -o-linear-gradient(left, #030303 0%, #000000 100%);
  background-image: linear-gradient(left, #030303 0%, #000000 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: 'Montserrat', 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: #000000;
  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: #007ca6;
  text-decoration: none;
}
#content a:hover {
  color: #8a786a;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #000000;
}
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.01em;
}
h1 {
  font-size: 2em;
}
.home h1 {
  letter-spacing: 0.025em;
  margin-bottom: 0.53em;
}
.home h1 span {
  letter-spacing: -0.01em;
  display: block;
  font-size: 0.375em;
  line-height: 1.45;
}
h2 {
  font-size: 1.889em;
}
h3 {
  font-size: 1.667em;
}
h4 {
  font-size: 1.333em;
}
h5,
h6 {
  font-size: 1.2em;
}
hr {
  color: #8a786a;
  background-color: #8a786a;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.home .container {
  max-width: 1140px;
}
.sidebar {
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  max-width: 300px;
}
.static {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
.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: 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,
.meet-the-team 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: 300;
  letter-spacing: -0.01em;
  font-size: 1.667em;
  /* 30px */
  color: #007ca6;
  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 {
  display: inline-block;
  font-size: 1em;
  color: #007ca6;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #8a786a;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 50px;
  background: rgba(245, 245, 245, 0.8);
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
  /* Header Info */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  margin: 2em auto;
  text-decoration: none;
  width: 80%;
}
#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: 17.5em;
  /* 315 */
  height: 5.833em;
  /* 105 */
  display: inline-block;
}
#hd .info .hd-address {
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  vertical-align: middle;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 0.833em;
  line-height: 1.2em;
}
#hd .info .divider {
  display: none;
  color: #8a786a;
  font-size: 1.667em;
}
#hd .info .phone {
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: #015570;
  font-size: 1.111em;
}
#hd .info a:hover {
  color: #007ca6;
}
#hd .links {
  display: block;
  margin: 2em auto;
}
#hd .links a {
  text-align: center;
  font-weight: 300;
  -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;
  font-size: 0.833em;
  color: #ffffff;
  background: #015570;
  height: 2.66666666666667em;
  /* 40px */
  line-height: 2.66;
  padding: 0 1.23em;
}
#hd .links a:hover {
  color: #ffffff;
  background: rgba(0, 124, 166, 0.8);
}
#hd .links .btn02 {
  background: #999;
  margin-left: 1px;
}
/* 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: 0;
  position: relative;
  background: rgba(1, 85, 112, 0.7);
}
.social-media .ib {
  display: inline-block;
}
.social-media a {
  color: #ffffff;
  font-size: 0.833em;
  /* 15px */
  margin: 0 5px;
  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;
  line-height: 3;
}
.social-media a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.reviews-wrapper {
  text-align: center;
  height: auto;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  position: relative;
  background: rgba(1, 85, 112, 0.7);
}
.reviews-wrapper .text {
  display: inline-block;
}
.reviews-wrapper a {
  color: #ffffff;
  font-size: 0.833em;
  /* 15px */
  margin: 0 5px;
  position: relative;
  text-transform: uppercase;
  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;
  line-height: 3;
}
.reviews-wrapper a:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}




/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  -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;
  font-weight: 300;
  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(1, 85, 112, 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 {
  letter-spacing: 0.1em;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #000000;
  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 {
  content: '';
  width: 0;
  height: 1px;
  margin: 0 auto;
  background: #015570;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  -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.5;
}
#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: #015570;
}
#main-nav .trigger:hover:before {
  width: 100%;
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  color: #015570;
}
#main-nav .open .trigger:before {
  width: 100%;
}
#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: #014257;
}
#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: #ad9f94;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(1, 85, 112, 0.95);
  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: #ffffff;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  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: 2em 0;
  background: #8a786a;
  text-align: left;
}
#subnav-outer h2 {
  font-size: 1.667em;
  color: #ffffff;
  padding-left: 30px;
}
#subnav-outer p {
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  font-size: 0.667em;
  line-height: 22px;
}
#subnav-outer a {
  font-weight: 400;
  -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: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 2.500em;
  margin: 0.2em 0;
  white-space: nowrap;
  text-indent: 30px;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
/* 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 {
  -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;
  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: 60%;
  width: 100%;
  left: 0;
  z-index: 401;
  font-size: 1vw;
}
#slideshow .ss_overlay svg {
  width: 40.22222222222222em;
  height: 13.33333333333333em;
}
#slideshow .ss_overlay svg path {
  fill: #ffffff;
}
#torso {
  position: relative;
  background: #ffffff;
  z-index: 400;
}
.home #torso:before {
  display: none;
}
#bd {
  font-weight: 300;
  position: relative;
  z-index: 400;
  padding: 3em 0;
}
#bd .container {
  width: 90%!important;
}
.home #bd {
  padding: 0;
}
.home #bd #tshow {
  text-align: center;
  margin-top: 1em;
}
.home #bd #tshow .cycle-slideshow {
  display: inline-block;
  max-width: 500px;
}
/* Content */
#content {
  display: block;
  position: relative;
}
/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 0 0 4em;
  font-size: 3.5vw;
}
#callouts a {
  width: 100%;
  -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;
  background: #007ca6;
  padding: 1.5em 0;
  width: 50%;
}
#callouts a .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;
  display: inline-block;
  color: #ffffff;
  font-size: 2.778em;
  margin-bottom: 0.3em;
}
#callouts a .topic {
  font-weight: 300;
  -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;
  color: #ffffff;
  font-size: 1em;
}
#callouts a:nth-child(1) {
  background: #8a786a;
}
#callouts a:nth-child(2) {
  background: #015570;
}
#callouts a:nth-child(3) {
  background: #999;
}
#callouts a:hover {
  z-index: 5;
  background: rgba(0, 124, 166, 0.8);
  box-shadow: -0.6em -0.6em 0 rgba(138, 120, 106, 0.7), 0.6em 0.6em 0 rgba(1, 85, 112, 0.7);
}
.spotlight {
  text-align: center;
  position: relative;
  background: #ffffff;
}
/* Doctor Spotlight */
.spot-01 {
  padding: 2em 0;
}
.spot-01 .container {
  width: 100% !important;
}
.spot-01 .doctors a {
  display: inline-block;
  width: 50%;
  position: relative;
  overflow: hidden;
  max-width: 250px;
}
.spot-01 .doctors 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;
  display: block;
  width: 100%;
}
.spot-01 .doctors a .btn {
  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;
  font-weight: 300;
  position: relative;
  color: #ffffff;
  font-size: 1em;
  background: #015570;
  padding: 1.889em 0 1.611em;
}
.spot-01 .doctors 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);
}
.spot-01 .doctors a:hover .btn {
  background: #007ca6;
  box-shadow: 0 -0.556em 0 rgba(138, 120, 106, 0.7);
}
.spot-01 .doctors .dr02 .btn {
  background: #8a786a;
}
.spot-01 .doctors .dr03 .btn {
  background: #8a8a8a;
}
.spot-01 .info {
  display: inline-block;
  padding: 2em 1em;
  max-width: 470px;
  font-size: 4vw;
}
.spot-01 .info h2,
.spot-01 .info h3 {
  text-align: center;
  margin-bottom: 0.3em;
}
.spot-01 .info h2 {
  letter-spacing: 0.05em;
  font-size: 3.333em;
}
.spot-01 .info .det {
  display: none;
  font-weight: 300;
}
.spot-01 .info .btn {
  text-align: center;
  display: inline-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;
  font-weight: 300;
  font-size: 1em;
  color: #ffffff;
  background: #015570;
  padding: 0 1.667em;
  height: 3.333em;
  line-height: 3.333;
  margin-top: 2em;
}
.spot-01 .info .btn:hover {
  background: #007ca6;
  box-shadow: -0.4em -0.4em 0 rgba(138, 120, 106, 0.7), 0.4em 0.4em 0 rgba(1, 85, 112, 0.7);
}
.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: #000000;
  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;
}
.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  width: 100%;
  padding: 75px 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.parallax-01 {
  background-image: url(../images/spotlight/bg-parallax-01.jpg);
}
.parallax-02 {
  background-image: url(../images/spotlight/bg-parallax-02.jpg);
}
.parallax-03 {
  background-image: url(../images/spotlight/bg-parallax-03.jpg);
}
/* Doctor Spotlight */
.spot-02 {
  font-size: 3vw;
  padding: 3em 0;
  background: #065771 url(../images/spotlight/pattern.png) repeat 0 0;
}
.spot-02 h2,
.spot-02 h3 {
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  max-width: 1140px;
}
.spot-02 h2 {
  line-height: 1;
  font-size: 3em;
  margin: 0 auto;
}
.spot-02 h3 {
  line-height: 1.33;
  font-size: 1.5em;
  margin: 0 auto 0.7em;
}
.spot-02 .toy {
  width: 96%!important;
  max-width: 87.5em;
  margin: 0 0 0 auto;
  display: block;
}
.spot-02 .cycle-slide {
  width: 17.5em;
  padding: 0.5em;
  position: relative!important;
  overflow: hidden;
  -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;
}
.spot-02 .cycle-slide:hover img {
  opacity: 0.9;
}
.spot-02 .cycle-slide:hover .topic {
  bottom: 3em;
}
.spot-02 .cycle-slide img {
  width: 100%;
  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;
}
.spot-02 .cycle-slide .topic {
  line-height: 1;
  font-size: 1.3em;
  text-align: left;
  font-weight: 300;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 2.04em;
  left: 0;
  z-index: 420;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.spot-02 .mod {
  width: 96%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.spot-02 .toycontrols {
  font-size: 20px;
  width: 100%;
  padding: 1.35em 0;
  display: block;
}
.spot-02 .toycontrols a {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.spot-02 .toycontrols a:nth-child(2) {
  margin-left: 0.5em;
}
.spot-02 .toycontrols a svg {
  width: 2.256em;
  height: 0.55em;
}
.spot-02 .toypager {
  width: 96%;
  max-width: 640px;
  height: 3.25em;
  padding: 1.5em 0;
  display: block;
  position: relative;
}
.spot-02 .toypager > span {
  width: 18.75%;
  height: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.spot-02 .toypager > span:before,
.spot-02 .toypager > span:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.spot-02 .toypager > span:before {
  height: 5px;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.spot-02 .toypager > span:after {
  height: 1px;
  width: 100%;
  margin: auto 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.spot-02 .toypager > span.cycle-pager-active {
  width: 25%;
}
.spot-02 .toypager > span.cycle-pager-active:before {
  width: 100%;
}
.spot-03 {
  background: #464646;
}
.spot-03 .mod {
  text-align: center;
  background: #464646;
  padding: 3em 1em;
}
.spot-03 .mod .fb {
  display: inline-block;
  vertical-align: middle;
}
.spot-03 .mod .det {
  font-size: 3.5vw;
  margin-bottom: 2em;
}
.spot-03 .mod .icon {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -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: #ffffff;
  font-size: 1.667em;
  /* 30px */
  width: 2em;
  height: 2em;
  line-height: 2;
  border: solid 1px #ffffff;
}
.spot-03 .mod .icon:hover {
  box-shadow: -0.3em -0.3em 0 rgba(255, 255, 255, 0.7), 0.3em 0.3em 0 rgba(0, 124, 166, 0.7);
}
.spot-03 .mod .cta {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  margin: 1.35em auto 1.25em;
  font-size: 1.444em;
  line-height: 1;
}
.spot-03 .mod .cta .trait {
  display: block;
  font-size: 1.92em;
  margin-bottom: 6px;
}
.spot-03 .mod .decor {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 5.72em;
}
.spot-03 .mod .feed {
  width: 96%;
  max-width: 15em;
  height: 24em;
  background: #fff;
  border: solid 1px #ffffff;
  position: relative;
  overflow: hidden;
}
/* Testimonials */
#testimonials-box {
  text-align: center;
  padding: 3em 1em;
  background: #a09185 url(../images/bg-testimonials.jpg) no-repeat center center;
}
#testimonials-box h2,
#testimonials-box h3 {
  text-align: center;
  color: #ffffff;
}
#testimonials-box h2 {
  font-size: 3.333em;
  margin-bottom: 0.1em;
  letter-spacing: 0.05em;
}
#testimonials-box h3 {
  font-size: 1.667em;
  letter-spacing: -0.01em;
}
#testimonials-box .cycle-slideshow {
  width: 100%;
  display: block;
}
#testimonials-box .cycle-slide {
  color: #ffffff;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
  width: 100%;
  display: block;
  margin: 0 auto ;
}
#testimonials-box .cycle-slide:hover {
  color: #015570;
}
#testimonials-box .voluble {
  font-weight: 300;
  display: inline-block;
  margin: 0;
}
#testimonials-box .cred {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em;
}
#testimonials-box .controls {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  background: #015570;
  margin: 1em auto;
}
#testimonials-box .controls > a {
  z-index: 400;
}
#testimonials-box .controls > a:hover svg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#testimonials-box .controls > a:nth-child(1) svg {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#testimonials-box .controls > a:nth-child(2) svg {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
#testimonials-box .controls > a svg {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0 3px;
}
#testimonials-box .links {
  display: block;
  margin-top: 1.5em;
}
#testimonials-box .links a {
  text-align: center;
  -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;
  font-weight: 300;
  display: inline-block;
  color: #ffffff;
  font-size: 1em;
  background: #015570;
  height: 60px;
  line-height: 60px;
}
#testimonials-box .links .cta {
  padding: 0 1em;
  margin: 0.5em;
}
#testimonials-box .links .cta:hover {
  box-shadow: -0.3em -0.3em 0 rgba(255, 255, 255, 0.7), 0.3em 0.3em 0 rgba(0, 124, 166, 0.7);
}
#testimonials-box .links .icon {
  font-size: 15px;
  width: 60px;
}
/* Footer */
#ft {
  background: #edeeef url(../images/footer/ft-map.jpg) no-repeat center center;
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
  /* Logos */
}
#ft .container {
  width: 100% !important;
  max-width: 1140px;
}
#ft .info {
  letter-spacing: 0.05em;
  background: rgba(153, 153, 153, 0.9);
  padding: 2em 0;
}
#ft .info .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.5);
  width: 80%;
  padding: 1em;
  margin-bottom: 1.4em;
}
#ft .info .logo img {
  width: 363px;
  /*height:121px;  */
}
#ft .info .docs {
  font-weight: 700;
  display: block;
  color: #ffffff;
  font-size: 0.833em;
  /* 15px */
}
#ft .info .docs .divider {
  display: none;
  margin: 0 0.6em;
  line-height: 1;
}
#ft .info .docs a {
  display: block;
  font-weight: 700;
  -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: #ffffff;
  line-height: 1.6;
}
#ft .info .ft-address {
  font-weight: 300;
  -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: #ffffff;
  font-size: 0.833em;
  /* 15px */
  line-height: 1.45;
  margin: 1em auto;
}
#ft .info .ft-address .icon {
  display: none;
  -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: #015570;
  font-size: 50px;
}
#ft .info .phone {
  font-weight: 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;
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 1.111em;
  /* 20px */
  line-height: 1.7;
}
#ft .info a:hover {
  color: #015570;
}
#ft .logos {
  text-align: center;
  padding: 1.15em 0 0;
}
#ft .logos 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;
  vertical-align: bottom;
  margin: 4%;
}
#ft .logos a:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}
.ft-design-credit {
  background: #ffffff;
  clear: both;
  width: 100%;
  color: #015570;
  text-align: center;
  position: relative;
  padding: 1em 0;
}
.ft-design-credit .util {
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 0.667em;
}
.ft-design-credit .util .divider {
  margin: 0 6px;
}
.ft-design-credit a {
  font-weight: 300;
  -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: #015570;
  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: #8a786a;
}
.ft-design-credit .sesame-link .sesame-icon {
  width: 24px;
  height: 20px;
  margin-right: 0.4em;
  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: 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;
  text-decoration: none;
  float: none;
  color: #ffffff;
  background: #015570;
  margin: 1em auto 1.5em;
  font-size: 1em;
  width: 10.33em;
  height: 3.33em;
  line-height: 3.3;
  margin-top: 1em;
}
.ft-design-credit .back-to-top .icon {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 0.85em;
}
.ft-design-credit .back-to-top:hover {
  color: #ffffff;
  background: #8a786a;
  box-shadow: -0.4em -0.4em 0 rgba(138, 120, 106, 0.7), 0.4em 0.4em 0 rgba(1, 85, 112, 0.7);
}
/* Form Buttons */
form button {
  background: #007ca6;
  border: 1px solid #007ca6;
  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: #005673;
  background: #005673;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #007ca6;
}
/* 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: #8a786a;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #8a786a;
  color: #007ca6;
  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: #007ca6;
  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: #007ca6;
  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: #50463e;
}
/* 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: #000000;
}
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: #000000;
}
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: #000000;
}
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: #000000;
}
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: #000000;
}
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: #000000;
}
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: #000000;
}
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: #000000;
}
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: #000000;
}
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: #007ca6;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #007ca6;
  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: #007ca6;
  -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) {
  .spot-01 .info {
    font-size: 2.5vw;
  }
  .spot-03 .mod .det {
    font-size: 2.5vw;
    margin-right: 1.5em;
  }
  #ft .logos a {
    margin: 4% 5%;
  }
}
/* ===============================================
Tablet / Desktop Stylings
Supports 40em (640px) and up
=============================================== */
@media only screen and (min-width: 40em) {
  .spot-02 {
    font-size: 2vw;
  }
}
/* ===============================================
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;
  }
  .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: 60.5%;
    display: inline-block;
    float: left;
  }
  .home .content-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 70%;
    max-width: 500px;
  }
  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%;
    float: right;
    display: inline;
    text-align: right;
    margin: 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .info .divider {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
  }
  #hd .info .hd-address,
  #hd .info .phone {
    display: inline-block;
  }
  #callouts {
    font-size: inherit;
  }
  .spot-01 .info {
    font-size: inherit;
  }
  .spot-01 .info .det {
    display: block;
  }
  .spot-02 {
    font-size: inherit;
  }
  .spot-02 h2,
  .spot-02 h3 {
    text-align: left;
    width: 90%;
  }
  .spot-02 .toycontrols {
    font-size: inherit;
    width: auto;
    margin-right: 1.4em;
    display: inline-block;
    vertical-align: middle;
  }
  .spot-02 .toypager {
    max-width: 32em;
    display: inline-block;
    vertical-align: middle;
  }
  .spot-03 .mod .fb {
    vertical-align: middle;
    margin: 0 1em;
  }
  .spot-03 .mod .icon,
  .spot-03 .mod .decor {
    margin: 0;
  }
  .spot-03 .mod .det {
    width: 210px;
    text-align: left;
    font-size: inherit;
  }
  #testimonials-box {
    padding: 3em 0;
  }
  #testimonials-box .cycle-slideshow {
    width: 520px;
    display: block;
    margin: 0 auto;
  }
  #testimonials-box .cycle-slideshow {
    width: 520px;
    display: block;
    margin: 0 auto;
  }
  #testimonials-box .controls {
    display: inline-block;
    margin: 0 0.5em 0 0;
  }
  #ft {
    height: 600px;
  }
  #ft .container {
    height: 100%;
  }
  #ft .info {
    height: 100%;
    padding: 119px 0 0;
  }
  #ft .info .logo {
    width: 440px;
    height: 180px;
    padding: 31px 0 0;
  }
  #ft .info .docs .divider {
    display: inline-block;
  }
  #ft .info .docs a {
    display: inline-block;
  }
  #ft .logos a {
    margin: 0 1%;
  }
  .ft-design-credit {
    padding: 0 0 1.95em;
  }
  .ft-design-credit .back-to-top {
    display: block;
    margin: -1.667em auto 1.4em;
  }
}
/* ===============================================
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: 18px;
    line-height: 40px;
  }
  h1 {
    font-size: 3.333em;
  }
  #hd {
    display: block;
    z-index: 2900;
    padding: 1.5em 0;
  }
  #hd .logo {
    margin: 0 auto 2em;
  }
  #hd .links {
    margin: 0 0 0 0.8em;
    display: inline-block;
    vertical-align: middle;
  }
  .social-media {
    width: 60px;
    position: fixed;
    top: 170px;
    right: 20px;
    margin: 0;
    padding: 12px 0;
    border: solid 1px #ffffff;
  }
  .social-media a {
    display: block;
    float: none;
    line-height: 34px;
  }

  .reviews-wrapper {
    width: 125px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    margin: 0;
    padding: 12px 0;
    border: solid 1px #ffffff;
  }
  .reviews-wrapper a {
    display: block;
    float: none;
    line-height: 18px;
  }

  .reviews-wrapper .trait{
    display: block;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  /*deskBurger*/
  #main-nav {
    z-index: 3000;
  }
  #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 {
    background-size: auto;
  }
  #subnav-outer a {
    margin: 0;
  }
  #subnav-outer p {
    line-height: 18px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #slideshow #home-slideshow {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*left:50%; width:2000px; margin:0 -1000px;*/
    /*2000px centered slideshow CYCLE2*/
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
  #torso: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/sub-decor.jpg) no-repeat;
    width: 650px;
    height: 1600px;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 350px;
  }
  .home #torso:before {
    display: none;
  }
  .parallax {
    height: 400px;
    background-size: auto;
  }
  #callouts {
    padding: 0;
    width: 13.333em;
    position: absolute;
    top: 22.222em;
    margin-left: 5em;
    left: 50%;
    z-index: 400;
  }
  #callouts a {
    width: 13.333em;
    height: 13.333em;
    padding: 3.889em 0 0;
    margin: 0 0.5em;
    position: relative;
  }
  #callouts a:nth-child(1) {
    margin-left: -3em;
    z-index: 3;
    padding-top: 4.5em;
  }
  #callouts a:nth-child(2) {
    margin-left: 5.556em;
    margin-top: -2.278em;
    z-index: 2;
    padding-top: 4.72em;
  }
  #callouts a:nth-child(2) .icon {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  #callouts a:nth-child(3) {
    margin-top: -2.278em;
    margin-left: 0;
    z-index: 1;
    padding-top: 4.72em;
  }
  .home #bd {
    padding: 89px 0!important;
  }
  .home #bd #content .content-text {
    margin-left: 0;
  }
  .home #bd #tshow {
    position: absolute;
    left: 50%;
    top: 100px;
    margin: 0 0 0 5.6em;
  }
  .home #bd #tshow .cycle-slideshow {
    max-width: none;
  }
  .sidebar {
    width: 30%;
  }
  .spot-01 {
    padding: 0em 0 5em;
  }
  .spot-01 .doctors {
    vertical-align: top;
    display: inline-block;
    margin-right: 35px;
  }
  .spot-01 .doctors a {
    max-width: 190px;
  }
  .spot-01 .doctors a:first-child {
    margin-right: 1.111em;
    margin-top: 0;
    vertical-align: top;
  }
  .spot-01 .doctors a.dr02 {
    margin-top: 40px;
    margin-right: 1.11em;
    vertical-align: top;
  }
  .spot-01 .doctors a.dr03 {
    margin-top: 80px;
  }
   
  .spot-01 .doctors a .btn {
    padding: 20px 0;
  }
  .spot-01 .info {
    padding: 87px 0 0;
    text-align: left;
  }
  .spot-01 .info h2 {
    margin-bottom: 0.1em;
  }
  .spot-01 .info h3 {
    margin-bottom: 1em;
  }
  .spot-01 .info h2,
  .spot-01 .info h3 {
    text-align: left;
  }
  .spot-01 .info .btn {
    width: 191px;
    margin-right: 0;
    padding: 0;
    display: block;
    margin: 2em 0 0 auto;
  }
}
/* ===============================================
breakpoint for arbitrary width at which the footer map/location area is able to match the proof
Supports 71.25em (1140px) and up
=============================================== */
@media only screen and (min-width: 71.25em) {
  #ft .info {
    display: block;
    width: 570px;
    margin: 0 0 0 auto;
    position: relative;
  }
  #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(153, 153, 153, 0.9);
    width: 2000px;
    height: 100%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
  }
  #ft .info .ft-address {
    margin: 0;
    position: relative;
  }
  #ft .info .ft-address:hover .icon {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
  #ft .info .ft-address .icon {
    display: block;
    position: absolute;
    left: -302px;
    top: -44px;
    -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;
  }
  #ft .info .ft-address .icon:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
  }
  /*END*/
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 75em (1200px) and up
=============================================== */
@media only screen and (min-width: 75em) {
  .home h1 {
    font-size: 4.444em;
    width: 110%;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  h1 {
    width: 80%;
  }
  .home h1 {
    width: 100%;
  }
  #sticky {
    width: 100%;
    -webkit-transition: ease-in-out all 0.8s;
    -moz-transition: ease-in-out all 0.8s;
    -o-transition: ease-in-out all 0.8s;
    -ms-transition: ease-in-out all 0.8s;
    transition: ease-in-out all 0.8s;
    position: fixed;
    left: 0;
    padding: 0;
    height: 130px;
  }
  #sticky .container {
    max-width: 1140px;
  }
  .home #sticky {
    top: -130px;
    opacity: 0;
  }
  .home #sticky #hd .logo {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  .home.scrolled #sticky {
    opacity: 1;
    top: 0;
  }
  .home.scrolled #sticky #hd .logo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .scrolled #slideshow .ss_overlay {
    top: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    left: -500px;
  }
  #hd {
    text-align: right;
    padding: 0;
    z-index: 5000;
  }
  #hd .logo {
    z-index: 40;
    position: absolute;
    top: 10px;
    left: 0;
    margin: 0;
    width: auto;
  }
  #hd .info {
    margin: 21px 0 0;
  }
  #hd .info .hd-address {
    vertical-align: -2px;
  }
  #hd .links {
    vertical-align: top;
  }
  /*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: 67px;
    width: 100%;
    margin: 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: 67px;
    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 4px;
    padding: 15px 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: -11px;
    padding-right: 0;
  }
  #main-nav ul li a[id] {
    letter-spacing: 0.1em;
    line-height: 33px;
    height: 33px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    width: auto;
    padding: 0 11px;
    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,
  #main-nav ul li a[id]:after {
    content: '';
    width: 0;
    height: 1px;
    background: #015570;
    position: absolute;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  #main-nav ul li a[id]:before {
    top: 0;
    right: 0;
  }
  #main-nav ul li a[id]:after {
    bottom: 0;
    left: 0;
  }
  #main-nav ul li a[id] span {
    width: 100%;
    height: 100%;
    /*display: block;*/
  }
  #main-nav ul li a[id] span:before,
  #main-nav ul li a[id] span:after {
    content: '';
    width: 1px;
    height: 0;
    background: #000000;
    position: absolute;
    /*.transition-delay(0);*/
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  #main-nav ul li a[id] span:before {
    top: 0;
    left: 0;
  }
  #main-nav ul li a[id] span:after {
    bottom: 0;
    right: 0;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #015570;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before,
  #main-nav ul li.active > a[id]:after,
  #main-nav ul li:hover > a[id]:after {
    width: 100%;
  }
  #main-nav ul li.active > a[id] span:before,
  #main-nav ul li:hover > a[id] span:before,
  #main-nav ul li.active > a[id] span:after,
  #main-nav ul li:hover > a[id] span:after {
    height: 100%;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 21px 0 20px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #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.05em;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    height: 30px;
    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: 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;
  }
  #slideshow {
    padding-bottom: 55%;
  }
  #slideshow #welcomeVid {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  #slideshow .ss_overlay {
    font-size: inherit;
  }
  #callouts {
    top: 341px;
    margin-left: 0;
  }
  #bd {
    padding: 207px 0 80px;
  }
  .home #bd #tshow {
    width: 800px;
  }
  body[class^="meet-dr-"] #hide-stock,
  #hide-stock {
    margin: 0;
  }
  #subnav-outer {
    width: 100%;
    margin: -42px 0 0 70px;
  }
  .parallax {
    background-position: center center;
    background-attachment: fixed;
    background-size: 130% auto;
    will-change: background-position;
  }
  .spot-02 .toy {
    left: 50%;
    margin: 0 -32em;
  }
  .spot-03 {
    height: 720px;
  }
  .spot-03 .mod {
    width: 520px;
    position: absolute;
    right: 50%;
    padding: 0;
    margin: 119px 57px 0 0;
  }
  .spot-03 .mod .fb {
    margin: 0;
  }
  #testimonials-box {
    width: 1000px;
    position: absolute;
    top: 0;
    left: 50%;
    height: 720px;
    padding: 0;
  }
  #testimonials-box h2,
  #testimonials-box h3 {
    text-align: left;
  }
  #testimonials-box h3 {
    margin-bottom: 1.65em;
  }
  #testimonials-box .wrapp {
    text-align: left;
    width: 520px;
    margin: 107px 0 0 60px;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 93.75em (1500px) and up
=============================================== */
@media only screen and (min-width: 93.75em) {
  .spot-02 .toy {
    width: 87.5em!important;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  #subnav-outer {
    background-size: 100% auto;
  }
  .parallax {
    background-size: 110% 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;
  }
}
