/* ===============================================
	
	lape-jennifer2  
	
	Sesame Communications - (c) 2021 
	
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* Body Text */
/* a-links - light blue */
/* dark blue */
/* gray */
/* blue 2 */
/*div hr*/
/* ===============================================
					Fonts 
=============================================== */
.font-f {
  font-family: 'Frank Ruhl Libre', serif;
}
.font-m {
  font-family: 'Montserrat', sans-serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.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;
}
/*LETTER SPACING, 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;
}
#content .clear {
  line-height: 1;
  font-size: 0;
}
.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;
}
.zerox {
  width: 0;
  height: 0;
}
.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-duration: 0.6s;
  transition-duration: 0.6s;
}
.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%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(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: 'Montserrat', sans-serif;
}
nav ul li a,
nav ul ul li a {
  padding: 0;
}
li {
  line-height: inherit;
}
img {
  height: auto;
}
/* Body */
body {
  font-size: 15px;
  line-height: 1.875;
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  text-decoration: none;
}
#content a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2990cc;
  text-decoration: none;
}
#content a:hover {
  color: #21497c;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: 900;
  font-family: 'Frank Ruhl Libre', serif;
  margin: 0 0 1.2em;
  text-rendering: auto;
  line-height: 1em;
  color: #21497c;
}
h1 {
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  font-size: min(8vw, 3.5em);
}
@media only screen and (min-width: 64em) {
  h1 {
    font-size: 3.5em;
  }
}
.home h1 {
  text-align: center;
  font-size: min(8vw, 4em);
  position: relative;
  padding-bottom: 0.61em;
  margin-bottom: 0.75em;
}
.home h1:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  border-bottom: solid 1px #5299c3;
  width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .home h1 {
    font-size: 4em;
  }
}
.home h1 span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 0.5em;
  line-height: 1;
  color: #5299c3;
  margin-bottom: 2.2em;
}
@media only screen and (min-width: 64em) {
  .home h1 span {
    font-size: 0.2em;
  }
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.375em;
}
h5,
h6 {
  font-size: 1.25em;
}
hr {
  color: #5299c3;
  background-color: #5299c3;
  border: none;
  height: 1px;
  width: 8.75em;
  clear: both;
  margin: 1.58em 0;
}

body.meet-the-team hr {

  width: 100%;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1140px;
}
.home .container {
  max-width: 1200px;
}
.sidebar {
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  max-width: 300px;
}
.sidebar-bottom {
  margin: 0;
}
#hide-stock {
  position: relative;
  width: 100%;
}
.static {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.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-family: 'Frank Ruhl Libre', serif;
  font-weight: 900;
  font-size: 1.75em;
  /* 28px */
  color: #2990cc;
  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;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  color: #2990cc;
  text-transform: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #21497c;
}
#sticky {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 3000;
  background: rgba(9, 50, 89, 0.95);
}
#sticky .container {
  width: 100%!important;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #sticky .container {
    max-width: 57em;
  }
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  padding: 0 0 0.5em;
  position: relative;
  /* Header Info */
}
@media only screen and (min-width: 30em) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 1em 60px 1em 0;
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 1.2em 0 0;
  }
}
#hd .logo {
  line-height: 0;
  font-size: 0.6em;
  display: block;
  width: 7.7em;
}
@media only screen and (max-width: 29.9375em) {
  #hd .logo {
    margin: 0.5em auto 1em 2%;
  }
}
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
  #hd .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 2%;
  }
}
@media only screen and (min-width: 64em) {
  #hd .logo {
    font-size: inherit;
    position: absolute;
    top: 0.75em;
    left: 0;
  }
}
#hd .logo img {
  display: block;
  width: 100%;
}
#hd .info {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#hd .info .addy {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.65em;
}
@media only screen and (max-width: 47.9375em) {
  #hd .info .addy {
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 48em) {
  #hd .info .addy {
    margin: 0;
  }
}
#hd .info .phone {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1em;
}
@media only screen and (min-width: 48em) {
  #hd .info .phone {
    line-height: 1.36363636;
    border-left: solid 1px #5299c3;
    padding-left: 1em;
    margin-left: 1em;
  }
}
#hd .info a:hover {
  color: #2990cc;
}
#hd .info .btn {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.55em;
  line-height: 3.63636364;
  color: #ffffff;
  background: #5299c3;
  width: 15.5em;
  height: 3.63636364em;
  margin-left: 1em;
  margin-bottom: 1.3em;
}
@media only screen and (min-width: 48em) {
  #hd .info .btn {
    margin: 0 0 0 2.3em;
  }
}
 #hd .info .btn.payment {
  width: 13.5em;
  /* margin-bottom:0; */
}

#hd .info .btn:hover {
  color: #ffffff;
  background: #21497c;
  box-shadow: 0.7em 0.7em 0 rgba(41, 144, 204, 0.8);
}
/* 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: 0;
  position: relative;
  background: #5299c3;
}
@media only screen and (min-width: 64em) {
  .social-media {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    width: 3em;
    padding: 0.95em 0;
  }
}
.social-media a {
  color: #ffffff;
  line-height: 3.75;
  font-size: 0.8em;
  margin: 0 5px;
  position: relative;
  display: block;
  float: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 64em) {
  .social-media a {
    display: block;
    width: 20px;
    line-height: 2.1;
    margin: 0;
    clear: both;
    border-bottom: solid 1px #ffffff;
  }
  .social-media a:last-child {
    border: none;
  }
}
.social-media a:hover .icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  color: #21497c;
  text-shadow: 0.1em 0.1em 0 rgba(255, 255, 255, 0.6);
}
.social-media a .icon {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
  clear: both;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.2);
  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: #ffffff;
  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: 16px;
  height: 10px;
  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: #2990cc;
  box-shadow: -1px 1px 0 rgba(41, 144, 204, 0.2);
}
#main-nav .trigger:hover .nav_icon span {
  /*background:@color1;*/
}
#main-nav .open .trigger {
  color: #2990cc;
  box-shadow: -1px 1px 0 rgba(41, 144, 204, 0.2);
}
#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: rgba(9, 50, 89, 0.95);
  position: relative;
  z-index: 550;
  float: right;
}
#main-nav ul li {
  clear: both;
}
#main-nav ul li a[id] {
  line-height: 2.66666667;
  font-size: 0.75em;
  letter-spacing: 0.025em;
  color: #ffffff;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#main-nav ul li a[id]:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  background: #5299c3;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
}
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #ffffff;
  text-decoration: none;
}
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#main-nav ul ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  background: rgba(82, 153, 195, 0.95);
  display: inline;
}
#main-nav ul ul:before {
  display: none;
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.63636364;
  font-size: 0.55em;
  letter-spacing: 0.2em;
  color: #ffffff;
  width: 100%;
  height: 3.63636364em;
  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: rgba(255, 255, 255, 0.2);
  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;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 2.1em 0;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 15em;
}
#subnav-outer h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 900;
  font-size: 1.4em;
  color: #21497c;
  border-bottom: solid 1px #5299c3;
  padding-bottom: 1.15em;
  margin-bottom: 1em;
}
#subnav-outer .divider {
  display: none;
  margin: 0 3px;
}
#subnav-outer p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.36363636;
  font-size: 0.55em;
  color: #2990cc;
  width: 100%;
  margin: 0 auto;
}
#subnav-outer a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2990cc;
  text-decoration: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0.68181818em 0;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #7d7d7d;
  text-decoration: underline;
}
/* Slideshow */
#slideshow {
  text-align: center;
  position: relative;
  z-index: 400;
  min-height: 55vw;
}
#slideshow video {
  width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 81.25em) {
  #slideshow .welcomeVid {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
  }
}
.torso {
  position: relative;
  background: #ffffff;
  z-index: 401;
}
.spotlight {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 0;
}
.spotlight .info {
  position: relative;
  padding: 3em 1em;
}
.spotlight .info h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 900;
  text-align: center;
  font-size: 2em;
  color: #21497c;
}
.spotlight .info .detail {
  letter-spacing: 0.03em;
  font-weight: 300;
  line-height: 1.875;
  font-size: 0.8em;
}
.spotlight .info .btn {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.65em;
  line-height: 4.61538462;
  color: #ffffff;
  background: #5299c3;
  width: 19.38461538em;
  height: 4.61538462em;
  margin-top: 2em;
}
.spotlight .info .btn:hover {
  background: #21497c;
  box-shadow: 0.7em 0.7em 0 rgba(41, 144, 204, 0.8);
}
.spot01 {
  background: #f5f5f5 url(../images/pattern.jpg) repeat;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .spot01 {
    padding: 7.4em 0 8em;
  }
}
@media only screen and (min-width: 64em) {
  .spot01 {
    background-attachment: fixed;
  }
}
.spot01:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: '';
  background: url(../images/decor.png) no-repeat center center;
  width: 1048px;
  height: 1048px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  margin-left: 580px;
}
.spot01 .info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.75em;
}
@media only screen and (min-width: 48em) {
  .spot01 .info {
    padding: 0;
  }
}
.spot01 .info h2 {
  margin-bottom: 1.3em;
}
.spot01 .info .btn {
  margin-top: 3.85em;
}
.spot02 {
  padding: 3em 0;
  background: #fafafa;
}
@media only screen and (min-width: 48em) {
  .spot02 {
    font-size: 1.7vw;
    padding: 6em 0 4.5em;
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    font-size: inherit;
  }
}
.spot02 .doctors {
  font-size: 3.5vw;
  display: inline-block;
  vertical-align: middle;
  max-width: 26.5em;
}
@media only screen and (min-width: 30em) {
  .spot02 .doctors {
    font-size: inherit;
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 .doctors {
    margin-left: -1.4em;
  }
}
.spot02 .doctors a {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: inline-block;
  vertical-align: top;
  width: 15em;
  position: relative;
}
.spot02 .doctors a .pic {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid 0.5em #ffffff;
  box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.1);
  background: #21497c;
  position: relative;
  z-index: 1;
}
.spot02 .doctors a .pic img {
  width: 100%;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.spot02 .doctors a .topic {
  white-space: nowrap;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  line-height: 4.375;
  color: #000000;
}
.spot02 .doctors a:hover .pic img {
  opacity: 0.7;
  border-color: rgba(41, 144, 204, 0.5);
}
.spot02 .doctors a:hover .topic {
  color: #2990cc;
}
.spot02 .doctors .doc02 {
  margin: 7em 0 0 -3.5em;
  z-index: 2;
}
.spot02 .info {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding: 3em 1em 0;
  max-width: 25.3em;
}
.spot02 .info ul {
  margin: 0;
}
@media only screen and (min-width: 48em) {
  .spot02 .info {
    margin: 1.35em 0 0 3.6em;
    vertical-align: top;
    padding: 0;
  }
}
.spot02 .info h2 {
  text-align: inherit;
  margin-bottom: 1.3em;
}
.spot02 .info .btn {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 4em;
  width: 12.53846154em;
}
#bd {
  position: relative;
  z-index: 400;
  padding: 3em 0 0;
}
@media only screen and (min-width: 64em) {
  #bd {
    padding: 12em 0 3em;
  }
}
#bd .container {
  width: 90%!important;
}
.home #bd {
  padding: 3em 0;
}
@media only screen and (min-width: 64em) {
  .home #bd {
    padding: 8em 0 2.2em;
  }
}
/* Content */
#content {
  display: block;
  position: relative;
}
#content .content-text {
  font-weight: 300;
  letter-spacing: 0.075em;
}
/* 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: #000000;
  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 */
  }
}
/* Logos */
#logos {
  text-align: center;
  background: #ffffff;
  padding: 0 0 3em;
}
@media only screen and (min-width: 81.25em) {
  #logos {
    padding: 0 0 8em;
  }
}
#logos a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin: 5%;
  width: 30%;
}
@media only screen and (min-width: 30em) {
  #logos a {
    width: 15%;
    margin: 0 1.25%;
  }
}
@media only screen and (min-width: 81.25em) {
  #logos a {
    width: auto;
  }
}
#logos a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}
/* Testimonials */
#testimonials-box {
  text-align: center;
  padding: 3em 0;
  background: #f5f5f5 url(../images/pattern.jpg) repeat;
}
@media only screen and (min-width: 48em) {
  #testimonials-box {
    padding: 8em 0;
  }
}
@media only screen and (min-width: 64em) {
  #testimonials-box {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 61.25em) {
  #testimonials-box {
    font-size: min(1.4vw, 1em);
  }
}
@media only screen and (min-width: 81.25em) {
  #testimonials-box {
    font-size: inherit;
  }
}
#testimonials-box .mod {
  display: inline-block;
  vertical-align: bottom;
  font-size: min(2.5vw, 1em);
}
@media only screen and (min-width: 112.5em) {
  #testimonials-box .mod {
    margin-left: -7em;
  }
}
#testimonials-box .spottoy {
  width: 36em;
  height: 31em;
}
#testimonials-box .spottoy .cycle-slide {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform: transition 0.33s ease-in-out;
  transform: transition 0.33s ease-in-out;
}
#testimonials-box .spottoy .cycle-slide.cycle-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#testimonials-box .spottoy .cycle-slide > img {
  display: block;
  position: absolute;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  -webkit-transition: transform 0.33s ease-in-out, opacity 0.66s ease-in-out;
  transition: transform 0.33s ease-in-out, opacity 0.66s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  opacity: 0;
}
#testimonials-box .spottoy .cycle-slide > img.image01 {
  width: 16em;
  top: 0;
  left: 0;
  z-index: 400;
  -webkit-transform: scale(0) translate3d(-1em, -1em, 0);
  transform: scale(0) translate3d(-1em, -1em, 0);
}
#testimonials-box .spottoy .cycle-slide > img.image02 {
  width: 15em;
  top: 2em;
  right: 0;
  z-index: 400;
  -webkit-transform: scale(0) translate3d(1em, -1em, 0);
  transform: scale(0) translate3d(1em, -1em, 0);
}
#testimonials-box .spottoy .cycle-slide > img.image03 {
  width: 18em;
  top: 5em;
  left: 8em;
  z-index: 420;
  -webkit-transform: scale(0) translate3d(0, 0, 0);
  transform: scale(0) translate3d(0, 0, 0);
  display: none;
}
#testimonials-box .spottoy .cycle-slide > img.image04 {
  width: 14.5em;
  top: 14.5em;
  left: 2em;
  z-index: 410;
  -webkit-transform: scale(0) translate3d(-1em, 1em, 0);
  transform: scale(0) translate3d(-1em, 1em, 0);
}
#testimonials-box .spottoy .cycle-slide > img.image05 {
  width: 16em;
  top: 15em;
  left: 18em;
  z-index: 410;
  -webkit-transform: scale(0) translate3d(1em, 1em, 0);
  transform: scale(0) translate3d(1em, 1em, 0);
}
#testimonials-box .spottoy .cycle-slide > img.active {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}
#testimonials-box .spottoy .cycle-slide > img.active.image01 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#testimonials-box .spottoy .cycle-slide > img.active.image02 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#testimonials-box .spottoy .cycle-slide > img.active.image03 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#testimonials-box .spottoy .cycle-slide > img.active.image04 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#testimonials-box .spottoy .cycle-slide > img.active.image05 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#testimonials-box .info {
  padding: 2em 0 0;
  width: 96%;
  max-width: 26.5em;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (min-width: 61.25em) {
  #testimonials-box .info {
    text-align: left;
    margin: 0 0 0 2em;
    padding: 0;
  }
}
#testimonials-box h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 900;
  text-align: center;
  font-size: 2em;
  color: #21497c;
}
#testimonials-box .tshow {
  width: 100%;
  display: block;
}
#testimonials-box .tshow .cycle-slide {
  color: #ffffff;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  width: 100%;
  display: block;
  margin: 0 auto ;
}
#testimonials-box .tshow .cycle-slide:hover {
  color: #2990cc;
}
#testimonials-box .voluble {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.875;
  font-size: 0.8em;
  margin: 0;
  color: #000000;
}
#testimonials-box .cred {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.65em;
  color: #000000;
  margin: 2em auto;
}
#testimonials-box .btn {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.65em;
  line-height: 4.61538462;
  color: #ffffff;
  background: #5299c3;
  width: 14.84615385em;
  height: 4.61538462em;
}
#testimonials-box .btn:hover {
  background: #21497c;
  box-shadow: 0.7em 0.7em 0 rgba(41, 144, 204, 0.8);
}
/* Footer */
#ft {
  color: #000;
  background: #f5f5f5;
  text-align: center;
  width: 100%;
  padding: 3em 0;
  position: relative;
}
.home #ft {
  background: #fff;
}
@media only screen and (min-width: 48em) {
  #ft {
    font-size: min(1.75vw, 1em);
    padding: 6em 0 3.5em;
  }
}
@media only screen and (min-width: 68.75em) {
  #ft {
    font-size: inherit;
  }
}
#ft .map {
  width: 25em;
  margin: 0 9.35em 0 0;
  border: solid 2px #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 47.9375em) {
  #ft .map {
    display: none;
  }
}
#ft .info {
  display: inline-block;
  vertical-align: middle;
}
#ft .info .logo {
  width: 13.85em;
  margin: 0 auto 1.3em;
  display: block;
}
#ft .info .phone {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.1em;
  color: #000000;
  display: block;
  font-weight: 500;
}
#ft .info .addy {
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-size: 0.7em;
  color: #000000;
  margin: 0 0 2.7em;
  display: block;
}
#ft .info .addy .marker {
  width: 2.71428571em;
  height: 3.64285714em;
  margin-right: 19em;
  display: block;
  position: absolute;
  top: 26.3em;
  right: 50%;
  z-index: 400;
  -webkit-transition: transform 0.33s ease-out;
  transition: transform 0.33s ease-out;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@media only screen and (max-width: 47.9375em) {
  #ft .info .addy .marker {
    display: none;
  }
}
#ft .info .addy:hover .marker {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#ft .info a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#ft .info a:hover {
  color: #7d7d7d;
}
#ft .info .btn {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.65em;
  line-height: 4.61538462;
  color: #ffffff;
  background: #5299c3;
  width: 21.69230769em;
  height: 4.61538462em;
  margin: 1em auto;
}
#ft .info .btn:hover {
  background: #21497c;
  box-shadow: 0.7em 0.7em 0 rgba(41, 144, 204, 0.8);
}
#ft .info .hours {
  line-height: 1.42857143;
  font-size: 0.7em;
  margin: 2.85714286em 0 0;
  display: block;
}
#ft .info .hours .trait {
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.57142857em;
  text-transform: uppercase;
  margin: 0 0 1em;
  display: block;
  font-weight: 500;
}
#ft-design-credit {
  background: #f5f5f5;
  clear: both;
  width: 100%;
  color: #2990cc;
  text-align: center;
  position: relative;
  padding: 1em 0;
}
.home #ft-design-credit {
  background: #fff;
}
@media only screen and (min-width: 28.75em) {
  #ft-design-credit {
    height: 5.25em;
    padding: 0;
  }
}
#ft-design-credit .util {
  letter-spacing: 0.2em;
  line-height: 3;
  font-size: 0.5em;
}
#ft-design-credit a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2990cc;
  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: #21497c;
}
@media only screen and (max-width: 28.75em) {
  #ft-design-credit .sesame-link {
    display: block;
  }
}
#ft-design-credit .sesame-link .sesame-icon {
  width: 19px;
  height: 16px;
  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 .sesame-icon path.top {
  fill: #D6E03D;
}
#ft-design-credit .sesame-link .sesame-icon path.bottom {
  fill: #00a5e3;
}
#ft-design-credit .sesame-link:hover .sesame-icon path {
  fill: currentcolor;
}
#ft-design-credit .divider {
  margin: 0 0.6em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 28.75em) {
  #ft-design-credit .divider.opp {
    display: none;
  }
}
/* Form Buttons */
form button {
  background: #2990cc;
  border: 1px solid #2990cc;
  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: #2072a2;
  background: #2072a2;
}
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  float: left;
  background: #2990cc;
}
/* 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: #21497c;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #21497c;
  color: #2990cc;
  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: #2990cc;
  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: #2990cc;
  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: #0c1a2b;
}
/* 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: #000000;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="file"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #000000;
}
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #000000;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="file"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #000000;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#pro-pack #invisalign-footer {
  margin-left: auto;
  margin-right: auto;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
.meet-the-doctor #hide-stock,
body[class^='meet-dr-'] #hide-stock,
body[class^='meet-doctor-'] #hide-stock {
  display: block;
  text-align: center;
  margin: 1em auto;
}
/* Office Tour */
ul.slideshow {
  margin: 0 auto !important;
}
form p {
  height: auto;
}
/*other forms*/
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"] {
  height: 34px;
}
/* hidden field styles */
.hidden-option {
  display: none;
}
p.office-hours {
  margin-bottom: 0;
}
.location-page,
table.office-hours {
  margin-bottom: 1.8em;
}
/*office-location*/
.map-directions .embed-container,
.address-and-hours .embed-container,
body[class*="office"] .embed-container,
body[class*="location"] .embed-container {
  width: auto;
  margin-top: 2em;
  padding-bottom: 55%;
  /*default 55%*/
}

.payment-qr{display:none;}

/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  body[class^='meet-dr-'] #hide-stock,
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  /* 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.meet-our-team .content-text .img-right {
    display: block;
    max-width: 15em;
  }
  .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;
  }
  
  .payment-qr{display:block;
  position:fixed; right:10px;
  bottom:10px;
  z-index:10}


  /*.success {
		width:62%;
		margin-top:13px;
	}
	
	table.office-hours { max-width:50%; }
	*/
  /*------------ Style Edit Region ------------*/
  #main-nav ul {
    max-width: 50vw;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    /*margin-top:-5%;*/
  }
  .content-text {
    width: 57.46%;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .content-text p {
    text-align: justify;
  }
  .home .content-text {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    width: 100%;
    float: none;
  }
  .home .content-text p {
    text-align: inherit;
  }
  .sidebar {
    width: 26.32%;
    float: right;
    clear: right;
    display: inline;
    text-align: right;
    margin: 0;
  }
  #ft-design-credit .back-to-top {
    margin: 0;
  }

  body.layout-full-width .content-text {
    float: none;
    width: auto;
  }

  body.layout-full-width .sidebar {
    display: none
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #fc-calculator .form-row .fc-col3 {
    max-width: 80px;
  }
  #sticky {
    font-size: 1.1em;
    padding: 0;
  }
  #hd {
    font-size: inherit;
    padding: 0;
  }
  #hd .logo {
    position: absolute;
    top: 0.78em;
    left: 0;
  }
  /* ==================================================================
	main-nav
=================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3.7em;
    margin: 0.05em 0 0;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
  }
  #main-nav .container {
    background: none;
    padding: 0;
    width: 96%!important;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.7em;
    width: auto;
    float: right;
    /*<def-nofloat*/
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    position: static;
    max-width: none;
  }
  #main-nav ul:before {
    display: none;
  }
  #main-nav ul li {
    height: 100%;
    float: none;
    clear: none;
    margin: 0 0 0 1.13em;
    /*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] {
    line-height: 4.93333333;
    text-align: center;
    text-decoration: none;
    height: 4.93333333em;
    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]:after {
    bottom: 1em;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.15em 0 1em;
    margin: 0;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.5em;
    background: none;
    opacity: 1;
  }
  #main-nav ul ul li a {
    line-height: 2.63636364;
    text-align: left;
    white-space: nowrap;
    height: 2.63636364em;
    width: 100%;
    padding: 0 2.72727273em;
    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: 0;
    /*top:37px;*/
    display: block;
  }
  #main-nav ul li.contact-us:hover ul,
  #main-nav ul li.contact:hover ul {
    left: auto;
    right: 0;
    margin: 0;
  }
  /* Slider */
  #slideshow {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  .content-text {
    font-size: 0.8em;
  }
  .sidebar-top {
    margin: 6.5em 0 0;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
  }
  #sticky {
    font-size: inherit;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  #hd {
    display: block;
    z-index: 3000;
  }
  #hd .logo {
    z-index: 40;
  }
}
/* ===============================================
Desktop Only Large screen only
Supports 125em (2000px) and up
=============================================== */
/*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 */
}
