@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&family=Quattrocento&family=Yellowtail&family=Yesteryear&display=swap');
/* ===============================================
  
  to-vincent3
  
  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 */
/* orange */
/* gray */
/*div hr*/
/* ===============================================
          Fonts 
=============================================== */
.font-j {
  font-family: 'Jost', sans-serif;
}
.font-q {
  font-family: 'Quattrocento', serif;
}
.font-y {
  font-family: 'Yellowtail', cursive;
}
/* ===============================================
          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: #333333;
  background-image: -webkit-gradient(linear, left top, left top, color-stop(0%, #363636), color-stop(100% #303030));
  background-image: -webkit-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -moz-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -ms-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: -o-linear-gradient(left, #363636 0%, #303030 100%);
  background-image: linear-gradient(left, #363636 0%, #303030 100%);
}
.signature {
  font-family: 'Yellowtail', cursive;
  color: #0099cf;
  font-size: 1.400em;
}
/* ===============================================
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: 'Jost', 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: #333333;
  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: #0099cf;
  text-decoration: none;
}
#content a:hover {
  color: #fcae18;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: 500;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #0099cf;
}
h2,
h3 {
  text-transform: uppercase;
}
h1 {
  text-align: center;
  font-weight: 400;
  font-family: 'Quattrocento', serif;
  font-size: 1.8em;
  color: #ffffff;
}
.home h1 {
  color: #F7B016;
}
h2 {
  font-size: 1.300em;
}
h3 {
  font-size: 1.150em;
}
h4 {
  font-size: 1.150em;
}
h5,
h6 {
  font-size: 1.05em;
}
hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.home .container {
  max-width: 1200px;
}
#hide-stock {
  position: relative;
  z-index: 2;
}
#hide-stock:before {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  background: #FCAE18;
  width: 17.7em;
  height: 13.25em;
  display: block;
  position: absolute;
  left: 1.05em;
  bottom: -0.75em;
  z-index: -1;
}
.sidebar {
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  max-width: 357px;
}
.static {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 357px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  display: block;
  width: 100%;
  float: none;
  margin: 0 auto 25px;
  max-width: 600px;
  border: solid 4px #ffffff;
}
.staff {
  display: block;
  width: 45%;
  max-width: 250px;
  margin: 0 auto 1em;
}
.patient-forms ul.forms li a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*.img-right { max-width: 100%; }*/
/* List Styling */
ul li {
  list-style: disc;
}
.content-text ul li {
  text-align: left;
}
li {
  margin-left: 20px;
  line-height: inherit;
}
.office-tour li,
.invisalign-before-after li,
.before-and-after li {
  margin: 0;
}
#content ul {
  margin: 0 0 1.8em 25px;
}
.sitemap #content ul li {
  margin-left: 0;
}
#subnav {
  margin: 0;
  padding: 0;
}
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* Sitemap */
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.300em;
  /* 24px */
  color: #0099cf;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
  /* margin: 0 0 0 30px; */
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  color: #0099cf;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #fcae18;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  padding-top: 50px;
}
#sticky .container {
  max-width: 1200px;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
  background: #ffff;
  /* sticky btn */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  background: #ffffff;
  padding: 2em 0;
}
#hd .logo 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;
  width: 195px;
  height: 17px;
  display: inline-block;
}
#hd .patientlogin {
  -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-family: 'Quattrocento', serif;
  letter-spacing: 0.05em;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  height: 36px;
  line-height: 38px;
  background: #0099CE;
}
#hd .patientlogin .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;
  font-size: 15px;
  color: #f8cc71;
  margin-right: 0.4em;
}
#hd .phone {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: 'Quattrocento', serif;
  letter-spacing: 0.05em;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  height: 36px;
  line-height: 38px;
  background: #0099CE;
}
#hd .phone .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;
  font-size: 15px;
  color: #f8cc71;
  margin-right: 0.4em;
}
#hd a:hover {
  color: #e8ac30;
}
#hd a:hover .icon {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
#hd .s_btn {
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  -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-size: 14px;
  color: #ffffff;
  background: #FCAE18;
  line-height: 1.15;
  height: 61px;
  width: 170px;
  position: relative;
  padding: 10px 0 0;
  margin-top: 1.5em;
}
#hd .s_btn:before {
  -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;
  content: '';
  background: url(../images/marksmall.svg) no-repeat left top;
  background-size: cover;
  width: 40px;
  height: 46px;
  display: block;
  position: absolute;
  left: -18px;
  top: -42px;
  animation: t 8000ms linear infinite,
          opacity 8000ms linear infinite;
}
#hd .s_btn .trait {
  text-transform: none;
  display: block;
  font-family: 'Yellowtail', cursive;
  font-size: 20px;
}
#hd .s_btn:hover {
  color: #ffffff;
  background: #00739c;
  width: 180px;
}
/* ==================================================================
  main-nav
=================================================================== */
#main-nav {
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 0 rgba(51, 51, 51, 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: #333333;
  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: #fcae18;
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  color: #fcae18;
}
#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: #0086b6;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 40px;
  font-size: 16px;
  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: #fcae18;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  width: 100%;
  float: left;
  background: rgba(0, 153, 207, 0.89);
  display: inline;
}
#main-nav ul ul:before {
  display: none;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 40px;
  /*default 40*/
  color: #fff;
  width: 100%;
  height: 40px;
  /*default 40*/
  margin: 0;
  background: none;
  border: none;
  position: relative;
  display: inline-block;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  color: #fcae18;
  margin-bottom: 0;
  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;
}
.sub-wrapp {
  position: relative;
}
.sub-wrapp: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: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* Subnav */
#subnav-outer {
  width: 100%;
  padding: 2em 0;
  text-align: center;
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  font-size: 0.700em;
  line-height: 22px;
}
#subnav-outer a {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1em;
  margin: 0.2em 0.8em;
  white-space: nowrap;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #fcae18;
  text-decoration: none;
}
.subVid {
  width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
/* Slideshow */
#slideshow {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow .welcomeVid {
  width: 100%;
  vertical-align: top;
}
#slideshow .ss_overlay {
  -webkit-transition: ease-in-out all 0.6s;
  -moz-transition: ease-in-out all 0.6s;
  -o-transition: ease-in-out all 0.6s;
  -ms-transition: ease-in-out all 0.6s;
  transition: ease-in-out all 0.6s;
  position: absolute;
  /*top: 50%;*/
  top: auto;
  bottom: 15%;
/*  -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;
  z-index: 401;
  font-size: 1.5vw;
}
#slideshow .ss_overlay svg {
  width: 33.9em;
  height: 20.7em;

    width: 28.9em;
    height: 17.7em;
}
#slideshow .ss_overlay h3 {
  text-align: center;
  font-family: 'Yesteryear', cursive;
  text-transform: lowercase;
  font-style: italic;
    font-size: 1.5em;
}
.torso {
  position: relative;
  background: #ffffff;
  z-index: 401;
}
/* Callouts */
#callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #a9bac4 url(../images/watermark.png) no-repeat center 70%;
  background-size: cover;
  padding: 3.6em 0 5em;
  font-size: 3vw;
}
#callouts h2 {
  text-align: center;
  position: relative;
  font-size: 4.2vw;
  margin-bottom: 1.15em;
  font-family: 'Yesteryear', cursive;
  text-transform: lowercase;
  font-style: italic;
  color: #fff;
}
#callouts h2 svg {
  width: 37.4em;
  height: 5.25em;
  margin-bottom: 0.35em;
}
#callouts a {
  -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;
  margin: 0.5em;
  vertical-align: top;
  position: relative;
  width: 45%;
  margin: 5% 2%;
}
#callouts a svg {
  width: 6.05em;
  height: 5.8em;
  -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;
}
#callouts a svg path {
  fill: #575c61;
  -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;
}
#callouts a .topic {
  font-weight: 500;
  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;
  display: block;
  text-transform: uppercase;
  color: #2a2d2f;
  font-size: 1.200em;
  margin-top: 0.25em;
  margin-bottom: 0.4em;
}
#callouts a .voluble {
  display: none;
  color: #2a2d2f;
  font-size: 0.900em;
  line-height: 1.667;
}
#callouts a .icon {
  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;
  color: #ffffff;
  font-size: 2em;
  margin-top: 0.35em;
}
#callouts a:hover svg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#callouts a:hover svg path {
  fill: #0099cf;
}
#callouts a:hover .icon {
  color: #0099cf;
}

/* Callouts */
#callouts2 {
  text-align: center;
  width: 100%;
  position: relative;
  background: #a9bac4 url(../images/watermark.png) no-repeat center 70%;
  background-size: cover;
  padding: 3.6em 0 5em;
  font-size: 3vw;
}
#callouts2 h2 {
  text-align: center;
  position: relative;
  font-size: 4.2vw;
  margin-bottom: 1.15em;
  font-family: 'Yesteryear', cursive;
  text-transform: lowercase;
  font-style: italic;
  color: #fff;
}

#callouts2 span {
  -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;
  margin: 0.5em;
  vertical-align: top;
  position: relative;
  width: 45%;
  margin: 5% 2%;
}

#callouts2 span .topic {
  font-weight: 500;
  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;
  display: block;
  text-transform: uppercase;
  color: #2a2d2f;
  font-size: 3.200em;
  margin-top: 0.25em;
  margin-bottom: 0.4em;
}
#callouts2 span .voluble {
  display: none;
  color: #2a2d2f;
  font-size: 0.900em;
  line-height: 1.667;
}
#callouts2 span .icon {
  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;
  color: #ffffff;
  font-size: 2em;
  margin-top: 0.35em;
}
#callouts2 span:hover .icon {
  color: #0099cf;
}


#bd {
  position: relative;
  z-index: 400;
  padding: 3em 0;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(51, 51, 51, 0.2);
  overflow: hidden;
}
#bd .container {
  width: 90%!important;
}
#bd .mark {
  width: 69.8em;
  height: 44.1em;
  margin-left: 10.85em;
  display: none;
  position: absolute;
  bottom: -14.65em;
  left: 50%;
  -webkit-transform: translateX(0) rotateY(-180deg);
  -moz-transform: translateX(0) rotateY(-180deg);
  -ms-transform: translateX(0) rotateY(-180deg);
  -o-transform: translateX(0) rotateY(-180deg);
  transform: translateX(0) rotateY(-180deg);
  opacity: 0.13;
}
.home #bd {
  box-shadow: none;
}
.home #bd .hp-decor {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  font-size: 2vw;
  width: 29.6em;
  margin-bottom: 6em;
}
.home #bd .hp-decor img {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home #bd .hp-decor:before {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  background-color: #fcac19;
  background-image: -moz-linear-gradient(-45deg, #fcac19 0%, #ff983b 100%);
  background-image: -webkit-linear-gradient(-45deg, #fcac19 0%, #ff983b 100%);
  background-image: linear-gradient(135deg, #fcac19 0%, #ff983b 100%);
  width: 42.25em;
  height: 26.8em;
  display: block;
  position: absolute;
  bottom: -2.35em;
  right: 2.5em;
  z-index: -1;
}
.home #bd .content-text {
  color: #575c61;
  font-size: 1.250em;
  line-height: 1.800em;
}
/* Content */
#content {
  display: block;
  position: relative;
}
.spotlight {
  text-align: center;
  width: 100%;
  position: relative;
}
.spot01 {
  padding: 0 0 7.9em;
  z-index: 410;
}
.spot01:before {
  content: '';
  background-color: #0099ce;
  background-image: -moz-linear-gradient(-45deg, #0099ce 0%, #007baf 100%);
  background-image: -webkit-linear-gradient(-45deg, #0099ce 0%, #007baf 100%);
  background-image: linear-gradient(135deg, #0099ce 0%, #007baf 100%);
  width: 41.25em;
  height: 19.2em;
  /*margin-left:9em;*/
  display: block;
  position: absolute;
  bottom: 5.65em;
  right: 50%;
  z-index: -1;
}
.spot01 .mark {
  width: 61.5em;
  height: 38.85em;
  margin-left: 25.85em;
  display: none;
  position: absolute;
  top: -13.5em;
  left: 50%;
  -webkit-transform: translateX(0) rotateY(-180deg);
  -moz-transform: translateX(0) rotateY(-180deg);
  -ms-transform: translateX(0) rotateY(-180deg);
  -o-transform: translateX(0) rotateY(-180deg);
  transform: translateX(0) rotateY(-180deg);
  opacity: 0.17;
}
.spot01 .info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 590px;
  padding: 0 1em;
  font-size: 3.5vw;
}
.spot01 .info h2 {
  text-transform: none;
  font-family: 'Quattrocento', serif;
  text-align: center;
  color: #0099cf;
  font-size: 3.5em;
  margin-bottom: 0.25em;
}
.spot01 .info .detail {
  display: none;
  color: #575c61;
  font-size: 1.250em;
  line-height: 1.800em;
}
.spot01 .info .btn {
  display: block;
  font-family: 'Yellowtail', cursive;
  color: #0099cf;
  font-size: 1.750em;
}
.spot01 .fb-mod {
  display: inline-block;
  vertical-align: middle;
  background: #ccc;
  width: 80%;
  max-width: 25.15em;
  height: 24em;
  position: relative;
  margin: 2em auto 0;
  overflow: hidden;
}
/* 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: middle;
  padding: 0;
  margin: 2em 0 3em;
  position: relative;
}
.social-media .ib {
  display: inline-block;
}
.social-media a {
  border-radius: 50%;
  background: #fa9846;
  color: #ffffff;
  line-height: 2.88888888888889;
  font-size: 0.900em;
  /* 18px */
  height: 2.88888888888889em;
  width: 2.88888888888889em;
  margin: 0 0.15em;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
}
.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);
}
.social-media a:nth-child(2) {
  background: #f89c46;
}
.social-media a:nth-child(3) {
  background: #f5a045;
}
.social-media a:nth-child(4) {
  background: #f2a645;
}
.social-media a:nth-child(5) {
  background: #f0ab45;
}
.social-media a:nth-child(6) {
  background: #edb044;
}
.social-media a:nth-child(7) {
  background: #ebb344;
}
.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: #333333;
  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;
}
/* Testimonials */
#testimonials-box {
  text-align: center;
  padding: 3em 1em;
  background-color: #636669;
  background-image: url(../images/bg-testimonials.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 4vw;
}
#testimonials-box h2 {
  text-transform: none;
  text-align: center;
  font-family: 'Quattrocento', serif;
  color: #ffffff;
  font-size: 4.5em;
  margin-bottom: 0.4em;
}
#testimonials-box .cycle-slideshow {
  width: 100%;
  display: block;
}
#testimonials-box .cycle-slide {
  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: block;
  margin: 0 auto ;
}
#testimonials-box .cycle-slide:hover {
  color: #fcb731;
}
#testimonials-box .voluble {
  display: inline-block;
  line-height: 1.957em;
  font-size: 1.150em;
  margin: 0;
}
#testimonials-box .cred {
  font-family: 'Yellowtail', cursive;
  font-weight: 400;
  display: inline-block;
  font-size: 1.087em;
  margin-left: 0.4em;
}
#testimonials-box .btn {
  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;
  text-transform: uppercase;
  color: #e8ac30;
  font-size: 16px;
  border: solid 1px #e8ac30;
  width: 250px;
  height: 60px;
  line-height: 58px;
  margin-top: 2em;
}
#testimonials-box .btn .icon {
  display: inline-block;
  font-size: 22px;
  margin-left: 0.3em;
  vertical-align: middle;
}
#testimonials-box .btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.spot02 {
  text-align: center;
  padding: 5em 0;
  background: #ffffff;
}
.spot02 .contact-form {
  /* see below */
}
.spot02 .mod {
  text-align: left;
  width: 100%;
  max-width: 50.3em;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  background: #b6b866 url(../images/spotlight/spot02dec.jpg) no-repeat 0 0;
  background-size: auto 100%;
}
.spot02 .mod .links {
  padding: 1.15em 0;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  vertical-align: top;
}
.spot02 .mod .forms,
.spot02 .mod .phone,
.spot02 .mod .vsnotnumber {
  text-align: center;
  width: 6.5em;
  margin: 1.6em auto;
  display: block;
  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;
}
.spot02 .mod .forms .icon,
.spot02 .mod .phone .icon,
.spot02 .mod .vsnotnumber .icon {
  line-height: 2.6;
  font-size: 1.5em;
  color: #ffffff;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  margin: 0 auto 0.5em;
  background: #fcae18;
  display: block;
  position: relative;
  -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;
}
.spot02 .mod .forms .icon span,
.spot02 .mod .phone .icon span,
.spot02 .mod .vsnotnumber .icon span {
  width: 100%;
  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;
}
.spot02 .mod .forms .topic,
.spot02 .mod .phone .topic,
.spot02 .mod .vsnotnumber .topic {
  line-height: 1.125;
  font-size: 0.8em;
  font-weight: 500;
  color: #2a2d2f;
  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;
}
.spot02 .mod a:hover .icon {
  background: #0099cf;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.spot02 .mod a:hover .topic {
  color: #0099cf;
}
.spot02 .mod span.phone:hover:before {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.spot02 .mod span.phone:before {
  content: '(972) 492-3900';
  line-height: 2;
  font-size: 2em;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(173, 185, 195, 0.88);
  text-shadow: 0.0825em 0.0825em 0 rgba(0, 153, 207, 0.66), -0.0825em -0.0825em 0 rgba(252, 174, 24, 0.66);
  -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: scale(0) translateX(-50%);
  -moz-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  -o-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  position: absolute;
  top: 0;
  left: 100%;
}
/* Contact Form */
.contact-form {
  text-align: center;
  width: 100%;
  padding: 3em 0 2.1em;
  margin: 0 auto 0 0;
  background: #0099cf;
  display: block;
}
.contact-form form {
  width: 80%;
  max-width: 24.4em;
  margin: 0 auto 0 2.5em;
  display: block;
}
.contact-form input[type="text"],
.contact-form textarea {
  font-size: 0.85em;
  color: #fff;
  width: 100%;
  margin: 0 0 1em;
  background: none;
  border: none;
  border-bottom: 1px solid currentcolor;
  display: 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;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact-form input[type="text"]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #fff;
}
.contact-form input[type="text"]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #fff;
}
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #fff;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
  box-shadow: none;
  background: none;
  color: #fcae18;
}
.contact-form input[type="text"]:focus::-webkit-input-placeholder,
.contact-form textarea:focus::-webkit-input-placeholder {
  color: #fcae18;
}
.contact-form input[type="text"]:focus:-moz-placeholder,
.contact-form textarea:focus:-moz-placeholder {
  color: #fcae18;
}
.contact-form input[type="text"]:focus::-moz-placeholder,
.contact-form textarea:focus::-moz-placeholder {
  color: #fcae18;
}
.contact-form input[type="text"]:focus:-ms-input-placeholder,
.contact-form textarea:focus:-ms-input-placeholder {
  color: #fcae18;
}
.contact-form input[type="text"] {
  height: auto;
  padding-bottom: 1.8em!important;
}
.contact-form textarea {
  height: 9.65em;
}
.contact-form .widget-btn {
  letter-spacing: 0.1em;
  line-height: 2.92;
  font-size: 0.65em;
  font-weight: 600;
  color: #fff;
  width: 8.77em;
  height: 2.92em;
  margin: 0 0 0 auto;
  padding: 0!important;
  border: none;
  display: block;
  position: relative;
  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;
}
.contact-form .widget-btn:hover {
  color: #fcae18;
}
.contact-form .widget-btn:hover:after {
  background: rgba(252, 174, 24, 0);
}
.contact-form .widget-btn:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcae18;
  border: 1px solid currentcolor;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* global override */
/* padding for inputs and textareas */
.full textarea {
  padding: 0!important;
  min-height: 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  padding: 0!important;
}
/* Footer */
#ft {
  background: #ededee url(../images/footer/ft-map.jpg) no-repeat center center;
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 410;
}
#ft .container {
  height: 100%;
  width: 100%!important;
  max-width: 1200px;
}
#ft .info {
  padding: 3em 0;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}
#ft .info .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.6em;
}
#ft .info .logo svg {
  width: 16.35em;
  height: 10em;
}
#ft .info .addy {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  color: #a9bac4;
  font-size: 0.850em;
  line-height: 1.353;
}
#ft .info .addy .marker {
  /*F56*/
  line-height: 1;
  font-size: 3.29em;
  display: none;
  position: absolute;
  right: -5.15em;
  bottom: 5.75em;
  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;
  -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 .addy .marker:before {
  color: #0099cf;
}
#ft .info .addy .marker:after {
  content: '';
  width: 1.05em;
  height: 0.95em;
  background: url(../images/footer/shadow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0.07em;
  bottom: -0.05em;
  z-index: -1;
  -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 .info .addy:hover .marker {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#ft .info .phone {
  font-weight: 500;
  -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: #5598cb;  
  font-family: 'Quattrocento', serif;
  font-size: 2.100em;
}
#ft .info a:hover {
  color: #2a2d2f;
}
#ft .util {
  font-size: 0.600em;
  color: #e8ac30;
  margin-top: 3em;
}
#ft .util .divider {
  margin: 0 0.7em;
}
#ft .util a {
  text-transform: uppercase;
  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;
  color: #575c61;
  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 .util a:hover {
  color: #fcae18;
}
#ft .util .sesame-link .sesame-icon {
  width: 24px;
  height: 20px;
  margin-right: 0.75em;
  display: inline-block;
  vertical-align: -5px;
}
#ft .util .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 .util .sesame-link .sesame-icon path.top {
  fill: #575c61;
}
#ft .util .sesame-link .sesame-icon path.bottom {
  fill: #575c61;
}
#ft .util .sesame-link:hover .sesame-icon path {
  fill: currentColor;
}
#ft .util .back-to-top {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  text-decoration: none;
  float: none;
  color: #333333;
  margin: 1em auto;
}
#ft .util .back-to-top:hover {
  color: #fcae18;
}
/* Form Buttons */
form button {
  background: #0099cf;
  border: 1px solid #0099cf;
  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: #00739c;
  background: #00739c;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #0099cf;
}
/* 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: #fcae18;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #fcae18;
  color: #0099cf;
  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: #0099cf;
  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: #0099cf;
  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: #ac7202;
}
/* 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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #333333;
}
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: #0099cf;
  padding: 0 10px;
  color: #fff;
}
.invisalign-before-after.slideshow,
.office-tour.slideshow,
.before-and-after.slideshow {
  border-bottom: 3px solid #0099cf;
  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: #0099cf;
  -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 .phone,
  #hd .patientlogin {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  #callouts,
  #callouts2 {
    font-size: 2vw;
  }
  .spot01 .info {
    font-size: 3vw;
  }
  #testimonials-box {
    font-size: 3vw;
  }
}
/* ===============================================
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;
  }
  /* 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.before-and-after #bd .container,
  .layout-full-width.patient-photos #bd .container,
  .layout-full-width.smile-gallery #bd .container,
  .layout-full-width.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.before-and-after .content-text,
  .layout-full-width.patient-photos .content-text,
  .layout-full-width.smile-gallery .content-text,
  .layout-full-width.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.before-and-after .sidebar,
  .layout-full-width.patient-photos .sidebar,
  .layout-full-width.smile-gallery .sidebar,
  .layout-full-width.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: 55.454545454545%;
    display: inline-block;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  .home .content-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    max-width: 590px;
    float: none;
  }
  body.meet-our-team .content-text .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  #video-opalescence {
    float: right;
    margin: 0 0 1em 1em;
  }
  /*keeps videos from getting too hooj*/
  .embed-container {
    width: 100%;
  }
  .embed-container.ratio16x9,
  .embed-container.docvid {
    padding-bottom: 46%;
  }
  /* Custom content */
  .before-and-after .slideshow-nav-paginated ol {
    display: block;
    padding: 0 3.5em;
  }
  .staff {
    float: right;
    width: 100%;
    margin: 0 0 1em 1em;
  }
  /*.success {
    width:62%;
    margin-top:13px;
  }
  
  table.office-hours { max-width:50%; }
  */
  /*------------ Style Edit Region ------------*/
  .sidebar {
    width: 32.454545454545%;
    float: right;
    display: inline;
    text-align: right;
    margin: 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  #hd .logo {
    padding: 3em 0;
  }
  #hd .s_btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #hd .phone,
  #hd .patientlogin {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  #slideshow .ss_overlay {
    font-size: 1vw;
  }
  #callouts {
    font-size: 1.5vw;
  }
  #callouts h2 {
    /*font-size: 1.5vw;*/
  }
  #callouts a {
    width: 20%;
  }
  #callouts a .voluble {
    display: block;
  }

  #callouts2 {
    font-size: 1.5vw;
  }
  #callouts2 h2 {
    /*font-size: 1.5vw;*/
  }
  #callouts2 span {
    width: 20%;
  }
  #callouts2 span .voluble {
    display: block;
  }


  .home #bd .hp-decor {
    font-size: 1.5vw;
  }
  .spot01 .info {
    text-align: justify;
    font-size: inherit;
    padding: 0;
  }
  .spot01 .info .detail {
    display: block;
  }
  #testimonials-box {
    font-size: inherit;
    padding: 6em 0;
  }
  #testimonials-box .mod {
    display: inline-block;
    vertical-align: middle;
    width: 31.75em;
    text-align: justify;
    margin-left: 2.5em;
  }
  #testimonials-box .btn {
    margin-left: 0;
    text-align: center;
  }
  .contact-form {
    margin: 0 auto;
  }
  .contact-form form {
    margin: 0 auto;
  }
#ft .util .back-to-top {
    display: inline-block;
    margin: 0;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  body {
    font-size: 20px;
    line-height: 32px;
  }
  h1 {
    font-size: 2.5em;
    margin-bottom: 0.35em;
  }
  .home h1 {
    font-size: 4em;
    white-space: nowrap;
    text-align: left;
    margin-left: -10px;
    margin-bottom: 0.27em;
  }
  #hd {
    display: block;
  }
  /* ==================================================================
  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 {
    padding: 200px 0 23px;
    background-size: auto;
  }
  #subnav-outer .divider {
    display: inline-block;
  }
  #subnav-outer a {
    margin: 0;
  }
  #subnav-outer p {
    line-height: 19px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  .sidebar {
    margin: 12px 53px 0;
  }
  #callouts {
    background-size: auto;
  }
  #callouts h2 {
    /*font-size: inherit;*/
  }
  #callouts a {
    width: 13em;
    margin: 0 1.3em;
  }
  #callouts a .topic {
    white-space: nowrap;
  }
  #callouts2 {
    background-size: auto;
  }
  #callouts2 h2 {
    /*font-size: inherit;*/
  }
  #callouts2 span {
    width: 13em;
    margin: 0 1.3em;
  }
  #callouts2 span .topic {
    white-space: nowrap;
  }

  #bd {
    box-shadow: none;
  }
  #testimonials-box {
    font-size: 1.5vw;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  h1 {
    text-align: left;
  }
  #sticky {
    -webkit-transition: ease-in-out all 0.6s;
    -moz-transition: ease-in-out all 0.6s;
    -o-transition: ease-in-out all 0.6s;
    -ms-transition: ease-in-out all 0.6s;
    transition: ease-in-out all 0.6s;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background: rgba(42, 45, 47, 0.53);
  }
  #sticky.ready {
    background: none;
  }
  .home #sticky.ready #hd .logo {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  #hd {
    text-align: right;
    padding: 0;
    background: #0099CE;
    z-index: 4000;
  }
  #hd .phone,
  #hd .patientlogin {
    width: auto;
    margin-left: 1em;
  }
  #hd .logo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 40;
    position: absolute;
    top: 63px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 195px;
    background: none;
  }
  #hd .s_btn {
    position: fixed;
    top: 472px;
    bottom: auto;
  }
  /*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: 86px;
    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: 86px;
    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 32px;
    /*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] {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 84px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    heihgt: 86px;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    vertical-align: 1px;
  }
  #main-nav ul li a[id].home:before {
    content: '\f80c';
  }
  #main-nav ul li a[id].about-us:before {
    content: '\f500';
  }
  #main-nav ul li a[id].why-us:before {
    content: '\f005';
  }
  #main-nav ul li a[id].new-patients:before {
    content: '\f007';
  }
  #main-nav ul li a[id].treatments:before {
    content: '\f5c9';
  }
  #main-nav ul li a[id].transformations:before {
    content: '\f004';
  }
  #main-nav ul li a[id].resources:before {
    content: '\f518';
  }
  #main-nav ul li a[id].contact:before {
    content: '\f3cf';
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #fcae18;
    text-decoration: none;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 11px 0 9px;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
    /*default 25*/
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    height: 21px;
    width: 100%;
    padding: 0 21px;
    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: -25px;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -25px;
    margin: 0;
  }
  .container {
    max-width: 1100px;
  }
  #subnav-outer {
    text-align: left;
  }
  /* Slider */
  #slideshow .ss_overlay {
    font-size: inherit;
  }
  .scrolled #slideshow .ss_overlay {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: -500px;
    bottom: auto;
  }
  #callouts,
  #callouts {
    font-size: inherit;
  }
  #bd .mark {
    display: block;
  }
  .home #bd .hp-decor {
    font-size: inherit;
    position: absolute;
    top: 44px;
    right: 50%;
    margin-right: 5.2em;
  }
  .home #bd .content-text {
    margin: 0 45px 0 auto;
    padding-top: 85px;
  }
  .spot01 {
    padding: 2em 0 5em;
    background: #fff; 

  }
  .spot01 .mark {
    display: block;
  }
  .spot01 .info {
    margin-left: 5em;
  }
  .spot01 .info h2 {
    text-align: left;
    margin-left: -5px;
  }
  .spot01 .fb-mod {
    height: 36.75em;
    margin-left: -45px;
  }
  .social-media {
    width: auto;
    margin: 1.5em 0 0;
  }
  #testimonials-box {
    height: 713px;
    padding: 142px 0 0;
    font-size: inherit;
    background-position: center top;
    background-attachment: fixed;
    background-size: 150% auto;
  }
  #testimonials-box h2 {
    text-align: right;
    width: 3.76em;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 0.944;
    margin-top: -10px;
  }
  #testimonials-box h2 span {
    display: block;
  }
  .spot02 {
    padding: 8.4em 0 1.1em;
  }
  .spot02 .mod {
    position: absolute;
    top: 5.6em;
    left: 50%;
  }
  .contact-form {
    max-width: 37.9em;
    margin: 0 0 0 -22em;
    display: inline-block;
    vertical-align: top;
  }
  .contact-form form {
    margin: 0 auto 0 2.5em;
  }
  #ft {
    height: 602px;
  }
  #ft .info {
    background: #ffffff;
    width: 517px;
    margin-left: 0;
    position: relative;
    padding: 81px 0 0;
  }
  #ft .info:before {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: '';
    background: #ffffff;
    width: 2000px;
    height: 100%;
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
  }
  #ft .info .addy .marker {
    display: block;
  }
  #ft .info .util {
    position: absolute;
    bottom: 63px;
    left: 50%;
    margin-left: -250px;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  /*
  #slideshow{
    #home-slideshow{ 
      position:relative;
      .wall;
      margin:0 auto;
      left:0;
    }
  }
  */
  #subnav-outer {
    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;
  }
}
@keyframes t {
  25% {
    transform: skewX(15deg);
  }
  50% {
    transform: skewX(0deg) translateX(5px) scale(1.1);
  }
  75% {
    transform: skewX(15deg);
  }
}
