/* ===============================================
	
	cali-larrissa
	
	Sesame Communications - (c) 2021 
	
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* a-links - purple */
/* light green */
/* darker purple */
/*div hr*/
/* ===============================================
					Fonts 
=============================================== */
.font-p {
  font-family: 'Poppins', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.ob {
  font-style: oblique;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.supp {
  font-variant: small-caps;
}
.normal {
  font-style: normal;
}
/*LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.near {
  clear: none;
}
.wimp {
  width: 100%!important;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.hide,
.validation-only {
  display: none;
}
.obliterate {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.rehave {
  display: block;
  float: right;
}
.restrain {
  width: auto;
  display: inline-block;
  float: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.trans {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.trans2 {
  -webkit-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%);
  transform: translate(0, -50%);
}
.vertical-align-nul {
  position: relative;
  top: auto;
  -webkit-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-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: -moz-linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
  background-image: linear-gradient(top, #b12a1c 0%, #9e1d0f 100%);
}
.g-style-linear {
  background-color: #727273;
  background-image: -webkit-linear-gradient(left, #757576 0%, #6f6f70 100%);
  background-image: -moz-linear-gradient(left, #757576 0%, #6f6f70 100%);
  background-image: linear-gradient(left, #757576 0%, #6f6f70 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;
}
svg:not(:root) {
  line-height: 0;
  overflow: visible;
}
body,
input,
select,
textarea,
form button {
  font-family: 'Poppins', sans-serif;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
li {
  line-height: inherit;
}
img {
  height: auto;
}
/* Body */
body {
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  background: #ffffff;
  color: #727273;
  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;
  transition-duration: 0.3s;
  color: #7489db;
  text-decoration: underline;
}
#content a:hover {
  color: #3ac0c0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  margin: 0 0 0.7em;
  text-rendering: auto;
  line-height: 1em;
  color: #727273;
}
h1 {
  text-align: center;
  font-weight: 300;
  font-size: min(8vw, 2.9em);
  color: #ffffff;
  margin-bottom: 0;
}
h1 span {
  font-weight: 700;
}
@media only screen and (min-width: 64em) {
  h1 {
    font-size: 2.9em;
  }
}
.home h1 {
  font-weight: 400;
  text-align: center;
  color: #4b5fab;
  line-height: 1.1;
  margin-bottom: 0.7em;
}
.home h1 span {
  font-weight: 700;
  display: block;
  font-size: 0.67346939em;
  color: #39c0c0;
}
h2 {
  font-size: 1.2em;
  color: #3ac0c0;
}
h3 {
  font-size: 1.1em;
  color: #4c5fab;
}
h4 {
  font-size: 1em;
}
h5,
h6 {
  font-size: 0.9em;
}
hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1200px;
}
#sidebar {
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
}
#hide-stock {
  position: relative;
  width: 100%;
}
.static {
  border-radius: 50%;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 0.5em #ffffff;
}
.team {
  display: inline-block;
  vertical-align: top;
  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;
  transition-duration: 0.3s;
}
/*.img-right { max-.wall; }*/
/* 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: 400;
  text-transform: uppercase;
  font-size: 1.2em;
  /* 24px */
  color: #3ac0c0;
  display: 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;
  vertical-align: top;
  font-size: 1em;
  color: #727273;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #3ac0c0;
}
#sticky {
  position: relative;
  width: 100%;
  z-index: 3000;
  background: #ffffff;
}
#sticky .container {
  width: 90%;
  max-width: none;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 1em 0 0;
  position: relative;
  /* Header Top */
  /* Logins */
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  max-width: 14.8em;
  margin: 0 auto 1em 1em;
  text-decoration: none;
}
#hd .logo svg {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  width: 14.8em;
  height: 4.8em;
}
#hd .hd-top {
  background: #324180;
  padding: 1em 0;
}
#hd .hd-top a {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.65em;
}
#hd .hd-top a .icon {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  color: #67e5e7;
  margin-right: 0.2em;
}
#hd .hd-top .phone {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 700;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75em;
}
#hd .hd-top .phone .icon {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  color: #67e5e7;
  margin-right: 0.2em;
}
#hd .hd-top a:hover {
  color: #67e5e7;
}
#hd .hd-top a:hover .icon {
  color: #67e5e7;
}
#hd .mod02 a {
  text-transform: uppercase;
  font-size: 0.55em;
  padding: 0 0.9em;
}
#hd .mod02 a .icon {
  color: #ffffff;
}
#hd .mod02 a:nth-child(1) {
  background: #4c5fab;
}
#hd .mod02 a:nth-child(2) {
  background: #7489db;
}
#hd .mod02 a:hover {
  color: #ffffff;
  background: #67e5e7;
}
#hd .mod02 a:hover .icon {
  color: #ffffff;
}
#hd ul {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: 0;
  line-height: 1em;
}
#hd ul li {
  list-style: none;
  display: inline-block;
  vertical-align: 0;
  margin: 0;
}
#hd ul li a {
  background: #3ac0c0 !important;
}
#hd ul li.active a[id],
#hd ul li:hover a[id] {
  background: #67e5e7!important;
}
/* 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: top;
  padding: 0;
  margin: 0;
  position: relative;
  background: rgba(103, 229, 231, 0.9);
}
.social-media a {
  color: #ffffff;
  line-height: 2.45em;
  font-size: 0.9em;
  margin: 0 5px;
  position: relative;
  display: block;
  float: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social-media a:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
}
#main-nav .container {
  height: 100%;
  padding: 0;
  width: 100%!important;
}
#main-nav .trigger {
  line-height: 50px;
  text-align: center;
  color: #727273;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#main-nav .trigger .nav_icon {
  width: 25px;
  height: 15px;
  position: relative;
  display: inline-block;
  top: -0.14em;
}
#main-nav .trigger .nav_icon span {
  height: 2px;
  width: 100%;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-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: #727273;
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  color: #727273;
}
#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);
  transform: rotate(45deg);
}
#main-nav .open .trigger .nav_icon span:nth-child(3) {
  -webkit-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: 100vw;
  margin: -50px 0 0;
  padding: 1em 0;
  background: #ffffff;
  position: relative;
  z-index: 550;
  float: right;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.35294118;
  font-size: 0.85em;
  color: #363535;
  width: auto;
  height: 2.35294118em;
  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: #4c5fab;
  text-decoration: none;
}
#main-nav ul ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  background: #324180;
  display: inline;
  box-shadow: none;
}
#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: 2.85714286;
  font-size: 0.7em;
  color: #ffffff;
  width: 100%;
  height: 2.85714286em;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 0;
  background: #3ac0c0;
  border: none;
}
/*main-nav make li fly in all cool*/
#main-nav .collapsible.open > ul {
  -webkit-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none;
}
/*make flyouts expand on mobile*/
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-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: 2em;
  opacity: 1;
}
/* Slideshow */
#slideshow {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
#slideshow .welcomeVid {
  width: 100%;
  vertical-align: top;
}
#slideshow .ss_overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 401;
  color: #ffffff;
  font-size: min(5vw, 3.2em);
}
@media only screen and (min-width: 64em) {
  #slideshow .ss_overlay {
    font-size: 3.2em;
  }
}
#slideshow .ss_overlay .trait {
  font-weight: 700;
}
.torso {
  position: relative;
  background: #ffffff;
  z-index: 401;
}
.sub-hero {
  padding: 3em 0;
  background-size: cover;
  position: relative;
  background-position: left center;
}
body.meet-dr-larrissa-cali .sub-hero,
body.meet-the-team .sub-hero {

    background: #7489db !important;
}

.sub-hero:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Callouts */
#callouts {
  font-size: 3vw;
  text-align: center;
  width: 100%;
  padding: 3em 0;
  background: #ffffff;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #callouts {
    font-size: min(2vw, 1em);
  }
}
@media only screen and (min-width: 81.25em) {
  #callouts {
    font-size: inherit;
  }
}
#callouts a {
  width: 44%;
  max-width: 12em;
  margin: 0 2% 2%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 41.625em) {
  #callouts a {
    margin: 0 1.725em;
  }
}
#callouts a:hover .decoration {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#callouts a:hover .info {
  -webkit-transform: translateY(-4.7em);
  transform: translateY(-4.7em);
}
#callouts a:hover .icon {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#callouts a:hover .topic {
  color: #fff;
}
#callouts a:hover .topic .trait {
  color: #fff;
}
#callouts a:nth-child(1) {
  color: #324180;
}
#callouts a:nth-child(2) {
  color: #3ac0c0;
}
#callouts a:nth-child(3) {
  color: #7489db;
}
#callouts a .decoration {
  width: 100%;
  border-radius: 50%;
  background-color: currentcolor;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#callouts a .decoration img {
  width: 100%;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  display: block;
}
#callouts a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 4.15em;
  left: 0;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
#callouts a .icon {
  width: 7.3em;
  height: 3.9em;
  margin: 0 auto 1.2em;
  display: block;
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
#callouts a .topic {
  line-height: 0.91428571;
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
  color: currentcolor;
  display: block;
  -webkit-transition: transform 0.35s ease, color 0.35s ease;
  transition: transform 0.35s ease, color 0.35s ease;
}
#callouts a .topic .trait {
  font-weight: 300;
  color: #727273;
  display: block;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.spot01 {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 0;
  background: #f9f9f9;
}
.spot01 .info {
  display: inline-block;
  vertical-align: middle;
  background: #324180;
  position: relative;
  padding: 3em 2em;
}
.spot01 .info h2 {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: min(9vw, 2.4em);
  margin-bottom: 0.52em;
}
@media only screen and (min-width: 64em) {
  .spot01 .info h2 {
    font-size: 2.4em;
  }
}
.spot01 .info h2 .trait {
  font-weight: 700;
}
.spot01 .info .detail {
  font-size: 0.75em;
  line-height: 1.2;
  color: #ffffff;
}
.spot01 .info .btn {
  text-align: center;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.65em;
  color: #ffffff;
  background: #3ac0c0;
  width: 7.38461538em;
  height: 2.61538462em;
  line-height: 2.76923077;
  margin-top: 1.5em;
}
.spot01 .info .btn:hover {
  background: #2e9999;
  box-shadow: 0.5em 0.5em 0 rgba(255, 255, 255, 0.8);
}
.spot01 .decor {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 34.05em;
}
#bd {
  position: relative;
  z-index: 400;
  padding: 3em 0;
}
#bd .container {
  width: 90%!important;
}
/* Content */
#content {
  display: block;
  position: relative;
}
/* Custom Content */
.financial-information #financial-online-services {
  display: none;
}
.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: #727273;
  position: absolute;
  top: 50%;
  z-index: 900;
  -webkit-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;
  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;
  transform-origin: right center;
}
.mediaSlider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaSlider .cycle-slideshow > div:hover span {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em!important;
}
@media only screen and (min-width: 81.25em) {
  #coronavirus-update {
    font-size: 1em;
    /* desk */
  }
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 0;
  text-align: center;
}
#subnav-outer h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 1.35em;
  color: #3ac0c0;
}
#subnav-outer h2 .trait {
  font-weight: 700;
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  text-transform: uppercase;
  color: #727273;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 22px;
}
#subnav-outer a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #727273;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.5em;
  position: relative;
  white-space: nowrap;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #7489db;
  text-decoration: none;
}
/* spotlight */
.spot02 {
  font-size: min(2.1vw, 1em);
  text-align: center;
  width: 100%;
  padding: 5em 0;
  background: url(../images/bg-spot02.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .spot02 {
    font-size: inherit;
  }
}
.spot02 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.spot02 a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.spot02 a:hover .topic {
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.spot02 a:nth-of-type(1) {
  width: 18em;
  margin: 1.5em 1.5em 0 4.1em;
}
.spot02 a:nth-of-type(1):after {
  background-color: #324180;
}
.spot02 a:nth-of-type(2) {
  width: 21.6em;
}
.spot02 a:nth-of-type(2):after {
  background-color: #8fd3d7;
}
.spot02 a:nth-of-type(3) {
  width: 21.6em;
  margin: 1.5em 1.5em 0 -3em;
}
.spot02 a:nth-of-type(3):after {
  background-color: #3ac0c0;
}
.spot02 a:nth-of-type(4) {
  width: 18em;
  margin-top: -2.6em;
}
.spot02 a:nth-of-type(4):after {
  background-color: #4c5fab;
}
.spot02 a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 50%;
  opacity: 0.3;
}
.spot02 a:after {
  content: '';
  width: auto;
  height: auto;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  left: 1.5em;
  z-index: 3;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 50%;
  opacity: 0.8;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.spot02 a img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.spot02 a .topic {
  line-height: 1;
  font-size: 1.15em;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0.7em;
  left: 0.8em;
  -webkit-transition: transform 0.3s ease, left 0.3s ease, bottom 0.3s ease;
  transition: transform 0.3s ease, left 0.3s ease, bottom 0.3s ease;
  z-index: 420;
}
/* Footer */
#ft {
  background: #f1f3f4 url(../images/footer/map.jpg) no-repeat center center;
  text-align: center;
  width: 100%;
  padding: 0;
  position: relative;
}
#ft .pointer {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  top: 11.35em;
  left: 50%;
  margin-left: -21.57em;
}
@media only screen and (max-width: 63.9375em) {
  #ft .pointer {
    display: none;
  }
}
#ft .pointer img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
#ft .pointer:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#ft .pointer.hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#ft .info {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3em 0;
}
#ft .info .logo svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 14.8em;
  height: 4.8em;
}
#ft .info .doctor {
  text-transform: uppercase;
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  display: block;
  font-weight: 400;
  color: #727273;
  margin: 0.5em 0 0.95em;
}
#ft .info .phone {
  -webkit-transition: ease-in-out all 0.4s;
  transition: ease-in-out all 0.4s;
  font-weight: 700;
  text-decoration: none;
  display: block;
  color: #324180;
  font-size: 0.9em;
  margin-bottom: 0.45em;
}
#ft .info .addy {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.13333333;
  color: #727273;
}
#ft .info .hours {
  display: block;
  font-size: 0.6em;
  line-height: 1.41666667;
  color: #727273;
  margin-top: 2.9em;
}
#ft .info .hours span {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.3em;
}
#ft .info .logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  place-items: center;
  width: 95%;
  max-width: 495px;
  margin: auto;
  margin-top: 1.5em;
}
#ft .info .logos .logo {
  filter: grayscale(1);
  transition: all .3s ease-in-out;
}
#ft .info .logos .logo:hover {
  filter: grayscale(0);
}
#ft .info a:hover {
  color: #3ac0c0;
}
#ft-design-credit {
  background: #4c5fab;
  clear: both;
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 1.5em 0;
}
#ft-design-credit .util {
  font-size: 0.6em;
}
#ft-design-credit a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #ffffff;
  float: none;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
  vertical-align: top;
}
#ft-design-credit a:hover {
  color: #3ac0c0;
}
#ft-design-credit .sesame-link .sesame-icon {
  width: 16px;
  height: 14px;
  margin-right: 0.4em;
  display: inline-block;
  vertical-align: middle;
}
#ft-design-credit .sesame-link .sesame-icon path {
  fill: currentcolor;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#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;
  transition: ease-in-out all 0.4s;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.1em;
  text-decoration: none;
  float: none;
  color: #ffffff;
  background: #3ac0c0;
  margin: 1em auto 1.5em;
  width: 4.4em;
  position: relative;
}
#ft-design-credit .back-to-top:hover {
  color: #ffffff;
  background: #67e5e7;
}
#ft-design-credit .back-to-top:hover:after {
  background: #67e5e7;
}
/* Form Buttons */
form button {
  background: #7489db;
  border: 1px solid #7489db;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  color: #ffffff;
  border-color: #4b67d1;
  background: #4b67d1;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #7489db;
}
/* 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: #3ac0c0;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #3ac0c0;
  color: #7489db;
  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: #7489db;
  width: 178px;
  margin: 6px auto;
  -webkit-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;
  transition-duration: 0.3s;
  display: block;
  background: #7489db;
  color: #ffffff;
  font-size: 12px!important;
  text-transform: uppercase;
  padding: 5px 12px!important;
  -webkit-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: #227272;
}
/* 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;
  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: #727273;
}
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: #727273;
}
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: #727273;
}
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: #727273;
}
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: #727273;
}
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: #727273;
}
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: #727273;
}
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: #727273;
}
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: #727273;
}
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%*/
}
/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  body[class^='meet-dr-'] #hide-stock,
  #hide-stock {
    display: block;
    margin: 0 0 2.25em 0;
  }
  /* blanket content sidebar hide and slimmer-centered-content-area */
  /* in order to accommodate for better legibility */
  .sitemap {
    /* count out 90 characters per line to declare width */
  }
  .sitemap .content-text {
    width: 100%;
    max-width: none;
  }
  .sitemap #sidebar {
    display: none;
  }
  /* Custom content */
  body[class^='meet-our-team'] .content-text .img-right,
  body[class^='meet-the-team'] .content-text .img-right {
    display: block;
    max-width: 12.5em !important;
  }
  .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%;
  }
  .staff {
    float: right;
    width: 100%;
    margin: 0 0 1em 1em;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  /*.success {
		width:62%;
		margin-top:13px;
	}
	
	table.office-hours { max-width:50%; }
	*/
  /*------------ Style Edit Region ------------*/
  body:not(.home) h1 {
    text-align: right;
  }
  #hd {
    font-size: 16px;
  }
  #hd .hd-top {
    padding: 0;
  }
  #hd .hd-top .mod {
    display: inline-block;
    vertical-align: 0;
    height: 1.35em;
    line-height: 1.35;
  }
  #hd .hd-top .mod a {
    vertical-align: top;
    height: 2.07692308em;
    line-height: 2.07692308;
  }
  #hd .hd-top .mod .phone {
    vertical-align: top;
    height: 1.8em;
    line-height: 1.8;
  }
  #hd .hd-top .mod01 {
    float: left;
  }
  #hd .hd-top .mod02 {
    float: right;
  }
  #hd .hd-top .mod02 a {
    height: 2.45454545em;
    line-height: 2.45454545;
  }
  #hd .hd-top .mod02 ul {
    vertical-align: top;
  }
  #hd .hd-top .phone {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  #main-nav ul {
    max-width: 50vw;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    /*margin-top:-5%;*/
  }
  .spot01 {
    padding: 3.45em 0 4.15em;
    overflow: hidden;
  }
  .spot01:before {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: '';
    background: url(../images/bg-spot01.jpg) no-repeat right center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
  }
  .spot01 .info {
    text-align: right;
    max-width: 21.55em;
    width: 39.5%;
    padding: 2em;
    position: relative;
  }
  .spot01 .info h2 {
    text-align: right;
  }
  .spot01 .info .detail {
    max-width: 335px;
    display: inline-block;
  }
  .spot01 .info .btn {
    margin: 1em 0 0 auto;
  }
  .spot01 .decor {
    width: 56.75%;
    position: relative;
  }
  #subnav-outer a {
    display: block;
    margin: 0;
  }
  .sub-hero {
    padding: 7em 0;
    background-position: 70% 50%;
  }
  .sub-hero .container {
    width: 90%!important;
  }
  .sub-hero:before {
    display: none;
  }
  #bd {
    padding: 4.2em 0;
  }
  .home #bd {
    background: url(../images/bg-hp.jpg) no-repeat center center;
    background-size: cover;
    padding: 5.9em 0 6em;
  }
  .home #bd .container {
    background: #ffffff;
    padding: 3em 2em;
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.5), 25px 25px 25px rgba(0, 0, 0, 0.35);
  }
  .content-text {
    width: 63.08%;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  .home .content-text {
    display: block;
    font-weight: 400;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    width: 100%;
    float: none;
  }
  #sidebar {
    width: 29.33%;
    max-width: 352px;
    float: right;
    clear: right;
    display: inline;
    text-align: right;
    margin: 0;
  }
  #ft {
    font-size: 20px;
  }
  #ft-design-credit {
    padding: 0;
  }
  #ft-design-credit .util {
    float: left;
    line-height: 8.16666667;
    height: 8.16666667em;
  }
  #ft-design-credit .back-to-top {
    float: right;
    margin: 0;
    line-height: 4.45454545em;
    height: 4.45454545em;
    z-index: 2;
  }
  #ft-design-credit .back-to-top:after {
    -webkit-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    content: '';
    background: #3ac0c0;
    width: 1000px;
    height: 100%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  .home h1 {
    font-size: 2.45em;
  }
  #sticky {
    font-size: 1.2em;
    padding: 0;
  }
  #sticky .container {
    max-width: 50em;
  }
  #hd {
    font-size: inherit;
    padding: 0;
  }
  #hd .logo {
    position: absolute;
    top: 1.8em;
    left: 0;
    margin: 0;
  }
  .social-media {
    position: fixed;
    right: 0;
    top: 13.75em;
    width: 49px;
    margin: 0;
    padding: 0.8em 0;
  }
  .social-media a {
    display: block;
    float: none;
    height: auto;
    line-height: 30px;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 5.75em;
    margin: 0;
    position: relative;
    top: auto;
    z-index: 2900;
  }
  #main-nav .container {
    background: none;
    padding: 0;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 5.75em;
    width: auto;
    float: right;
    /*<def-nofloat*/
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    max-width: none;
    box-shadow: none;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 0 0 1.5em;
    /*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-weight: 500;
    line-height: 7;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3000;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #main-nav ul li a[id]:before {
    -webkit-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    display: block;
    margin-left: auto;
    margin-right: auto;
    content: '';
    width: 24px;
    height: 22px;
    margin: 0 auto;
    background: url(../images/nav/hover.svg) no-repeat center center;
    position: absolute;
    right: 0;
    left: 0;
    top: 1.45em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: -1;
    opacity: 0;
  }
  #main-nav ul li.active > a[id],
  #main-nav ul li:hover > a[id] {
    color: #363535;
    text-decoration: none;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    opacity: 1;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 0.8em 0;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.25em;
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 1.57142857;
    text-align: left;
    white-space: nowrap;
    height: 1.57142857em;
    width: 100%;
    padding: 0 1.5em;
    margin: 0;
    float: left;
    box-shadow: none;
    border-right: none;
    position: relative;
    -webkit-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: -1em;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: -1em;
    margin: 0;
  }
  #subnav-outer {
    background-size: auto;
  }
  #subnav-outer .divider {
    display: inline-block;
    vertical-align: middle;
  }
  #subnav-outer a {
    margin: 0;
    display: block;
  }
  #subnav-outer p {
    line-height: 18px;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  #callouts {
    padding: 2.45em 0 2.85em;
  }
  .spot01 .info {
    padding: 4.3em 2em 4.1em;
    margin: 2.55em 0 0 4.5em;
    vertical-align: top;
  }
  .sub-hero {
    background-position: center center;
  }
  .home #bd .container {
    padding: 4.8em 4em;
    max-width: 1160px;
  }
  #sidebar {
    margin: -5.9em 0 0;
    padding-top: 19.85em;
    position: relative;
  }
  #sidebar.wide {
    padding-top: 6em;
  }
  #hide-stock {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .spot02 {
    background-size: auto;
  }
  #ft {
    height: 570px;
  }
  #ft .info {
    display: inline-block;
    vertical-align: top;
    margin-left: 26em;
    padding: 4.5em 0 0;
    position: relative;
    z-index: 2;
    background: none;
  }
  #ft .info:after {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    width: 2000px;
    height: 100%;
    display: block;
    position: absolute;
    left: -5.6em;
    top: 0;
    z-index: -1;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
  }
  #sticky {
    -webkit-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    font-size: inherit;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  #sticky .container {
    max-width: 1200px;
  }
  #sticky.ready {
    background: none;
  }
  #sticky.ready #main-nav ul li a[id] {
    color: #ffffff;
  }
  #sticky.ready #main-nav ul li a[id]:before {
    -webkit-filter: grayscale(100%) brightness(220%);
    filter: grayscale(100%) brightness(220%);
  }
  #hd {
    display: block;
    padding: 0;
    z-index: 3000;
  }
  #hd .logo {
    z-index: 40;
  }
  .ready #hd .logo svg .name {
    fill: #fff;
  }
  .sub-hero {
    min-height: 500px;
    padding: 290px 0 0;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
@media only screen and (min-width: 125em) {
  .spot02 {
    background-size: 100% auto;
  }
}
/*custom animations*/
@-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;
  }
}
/**********************************************
target ie11: html[data-useragent*='Trident/7.0']
**********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
