.right,
.img-right {
  margin: 0 0px 20px 25px;
}

.left,
.img-left {
  margin: 0 5.5% 2.5% 0;
}

.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.embed-video {
  width: 0;
  display: block;
  padding: 30% 50%;
  position: relative;
  margin-bottom: 30px;
}

.embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Basics */
.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase, .no-caps {
  text-transform: none !important;
}

.rel {
  position: relative;
}

.w300 {
  font-weight: 300 !important;
}

.w400 {
  font-weight: 400 !important;
}

.w500 {
  font-weight: 500 !important;
}

.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.w900 {
  font-weight: 900 !important;
}

.w800 {
  font-weight: 800 !important;
}

.w900 {
  font-weight: 900 !important;
}

.em {
  font-style: italic !important;
}

.round {
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
}

@-webkit-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
}

p, ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* List Styling */
ul li {
  list-style: disc;
}

li {
  line-height: 1.5;
}

.hr {
  visibility: hidden;
}

.img-right {
  max-width: 100%;
}

#content ul {
  margin: 0 0 1.8em 39px;
}

#ft ul, #subnav {
  margin: 0;
  padding: 0;
}

#bd-callouts li, #ft ul li, #subnav li, body.sitemap #content ul li {
  list-style: none;
}

#main-nav nav.horizontal ul li {
  float: none;
}

/* Office Hours */
table.office-hours {
  background: rgba(0, 0, 0, 0.008);
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  font-size: .95em;
  line-height: 1.45em;
}

table.office-hours td {
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 12px;
  font-size: .96em;
}

table.office-hours td.time {
  opacity: .8;
}

table.office-hours td.title {
  font-size: 1.07em;
}

.slideshow-nav .slideshow-active-page a {
  color: #2c7dc9 !important;
}

/* Sitemap */
body.sitemap .content-text {
  width: 100%;
}

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-size: 1.125em;
  color: #287bc8;
  display: inline-block;
  text-decoration: none;
}

body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 38px;
}

body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}

body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #373133;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #53a4f0;
}

.office_tour {
  display: block;
  position: relative;
}

.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.office_tour .controls {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 400;
}

.office_tour .controls > div {
  color: #287bc8;
  font-size: 50px;
  display: inline-block;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.office_tour .controls > div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  opacity: 0.5;
}

.office_tour #prev {
  float: left;
}

.office_tour #next {
  float: right;
  direction: rtl;
  /* Since the hub requires &bsp; characters in the FA markup the space needs to be told to float left of this. rtl to the rescue */
}

/* Form Buttons */
form button {
  background: #287bc8;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

form button:hover {
  background: #174773;
}
.btn {
  background: #287bc8;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn:hover {
  background: #174773;
}


/* 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: #287bc8;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #287bc8;
  color: #373133;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 0 30px;
}

form#blog_search label {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}

form#blog_search input {
  background: #fff;
  color: #373133;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 70%;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}

form#blog_search input:hover {
  background: #ebebeb;
}

form#blog_search button {
  display: block;
  background: #53a4f0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

form#blog_search button:active,
form#blog_search button:hover {
  background: #1271cb;
}

/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}

.ie8 .slideshow-item {
  display: none;
}

.ie8 .slideshow-active {
  display: block;
}

.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-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  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%;
}

body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}

#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}

#invisalign-before-after ul {
  margin: 0;
}

#invisalign-before-after p.caption {
  position: relative;
}

#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;
}

body[class^='meet-dr-'] #hide-stock,
body[class^='about-dr-'] #hide-stock,
body[class^='meet-the-doctor'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}

form p {
  height: auto;
}

@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -o-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }

  .row > .col:first-child {
    margin-left: 0%;
  }

  #staff-array .row > .col {
    margin-left: 0;
  }

  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }

  .row > .col.span2 {
    width: 12.5%;
  }

  .row > .col.span3, .row > .col.quarter {
    width: 21.25%;
  }

  .row > .col.span4, .row > .col.third {
    width: 30%;
  }

  .row > .col.span5 {
    width: 38.75%;
  }

  .row > .col.span6, .row > .col.half {
    width: 47.5%;
  }

  .row > .col.span7 {
    width: 56.25%;
  }

  .row > .col.span8 {
    width: 65%;
  }

  .row > .col.span9 {
    width: 73.75%;
  }

  .row > .col.span10 {
    width: 82.5%;
  }

  .row > .col.span11 {
    width: 91.25%;
  }

  .row > .col.span12, .row > .col.full {
    width: 100%;
  }

  .row > .col.offset1 {
    margin-left: 8.75%;
  }

  .row > .col.offset2 {
    margin-left: 17.5%;
  }

  .row > .col.offset3 {
    margin-left: 26.25%;
  }

  .row > .col.offset4 {
    margin-left: 35%;
  }

  .row > .col.offset5 {
    margin-left: 43.75%;
  }

  .row > .col.offset6 {
    margin-left: 52.5%;
  }

  .row > .col.offset7 {
    margin-left: 61.25%;
  }

  .row > .col.offset8 {
    margin-left: 70%;
  }

  .row > .col.offset9 {
    margin-left: 78.75%;
  }

  .row > .col.offset10 {
    margin-left: 87.5%;
  }

  .row > .col.offset11 {
    margin-left: 96.25%;
  }

  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }

  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }

  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }

  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }

  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /* Office Hours -tablet */
  table.office-hours {
    font-size: 1em;
  }

  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }

  table.office-hours td.title {
    padding: 11px 15px;
  }
}

body {
  font: normal normal 18px/33px 'Lato', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #373133;
  overflow-x: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.font1,
.main-content-section h1,
.main-content-section h2,
.main-content-section h3,
.main-content-section h4 {
  font-family: 'Permanent Marker', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #287bc8;
  -webkit-transition-duration: 0.31s;
  -moz-transition-duration: 0.31s;
  -o-transition-duration: 0.31s;
  transition-duration: 0.31s;
  text-decoration: none;
}

a:hover {
  color: #53a4f0;
}

hr {
  color: #cccccc;
  background-color: #cccccc;
  border: none;
  height: 1px;
  clear: both;
  margin: 36px 0;
}

/* Sections */
.section-container,
section, #ft {
  padding: 40px 0;
}

.section-container,
section, #ft, #hd {
  position: relative;
}

.ie8 .container {
  width: 1000px;
}

.container {
  margin: 0 4.5%;
  width: auto !important;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul, ol {
  margin: 0 0 1.8em 2em;
}

/* Header */
#hd {
  z-index: 90;
  text-align: center;
  background: #fff;
  /* Header Callouts */
  /* Main Nav - mobile */
}

#hd .container {
  margin: 0 auto;
}

#hd .logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 20px;
}

#hd .logo span {
  display: inline-block;
  position: relative;
}

#hd .logo img {
  display: inline-block;
  width: 100%;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}

#hd .logo .main img {
  max-width: 137px;
}

#hd .logo:hover img {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  opacity: .9;
}

#hd .top {
  line-height: 30px;
  padding: 2px 15px 15px;
}

#hd .address {
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}

#hd .address .main {
  color: #2c7dc9;
  display: inline-block;
  letter-spacing: .00em;
  font-size: 16px;
  line-height: 18px;
}

#hd .address .main:hover {
  color: #095093;
}

#hd .address .phone-outer {
  font-size: 17px;
  display: block;
  margin: 5px 0 0;
  color: #302d2d;
}

#hd .address .phone-outer .phone,
#hd .address .phone-outer .phone a {
  color: #302d2d;
  display: inline-block;
}

#hd .callouts {
  margin: 10px 0 0;
}

#hd .callouts a, body.patient-forms .main-content-section a.callout {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  padding: 0 15px;
  margin: 2px 1px;
  letter-spacing: 0.0em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  vertical-align: top;
}

#hd .callouts a:after, body.patient-forms .main-content-section a.callout:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #90c93b;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  z-index: -1;
}

#hd .callouts a:hover, body.patient-forms .main-content-section a.callout:hover {
  color: #fff;
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}

#hd .callouts a.callout2:after {
  background: #2c7dc9;
}

#hd .callouts a.callout3:after {
  background: #095093;
}

#hd #main-nav {
  z-index: 100;
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#hd #main-nav .trigger {
  color: #fff;
  padding: 1px 6px 0;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 9000;
}

#hd #main-nav .trigger .label {
  display: none;
}

#hd #main-nav .trigger:hover .nav-icon {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#hd #main-nav .open .trigger {
  background: #fff;
}

#hd #main-nav .open .trigger .nav-icon {
  -webkit-transform: scale(1.16);
  -moz-transform: scale(1.16);
  -ms-transform: scale(1.16);
  -o-transform: scale(1.16);
  transform: scale(1.16);
}

#hd #main-nav .nav-icon {
  width: 27px;
  height: 14px;
  position: relative;
  display: inline-block;
  top: -.14em;
  z-index: 900;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}

#hd #main-nav .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #095093;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}

#hd #main-nav .nav-icon span:nth-child(1) {
  top: 0px;
}

#hd #main-nav .nav-icon span:nth-child(2), #hd #main-nav .nav-icon span:nth-child(3) {
  top: 50%;
}

#hd #main-nav .nav-icon span:nth-child(4) {
  top: 100%;
}

#hd #main-nav .open .nav-icon span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}

#hd #main-nav .open .nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hd #main-nav .open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hd #main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}

#hd #main-nav .collapsible {
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
  width: 100%;
}

#hd #main-nav .collapsible ul {
  position: relative;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  padding: 10px 0;
  z-index: 0;
}

#hd #main-nav .collapsible ul li a {
  font-size: 15px;
  line-height: 16px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

#hd #main-nav .collapsible ul ul {
  padding: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}

#hd #main-nav .collapsible ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  opacity: 0;
}

#hd #main-nav .collapsible.open {
  background: rgba(44, 125, 201, 0.975);
  position: absolute;
  height: auto;
  padding: 20px 0;
}

#hd #main-nav .collapsible.open ul li a {
  display: block;
}

#hd #main-nav .collapsible.open ul li a:hover,
#hd #main-nav .collapsible.open ul li.open > a {
  color: #fff;
  background: rgba(5, 5, 5, 0.15);
}

#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.1);
  padding-bottom: 10px;
}

#hd #main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

/* Home Slideshow */
.home-slideshow-section {
  padding: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: #fff;
}
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    display: block;
    margin: 0 -20%;
  }

.home-slideshow-section video {
  margin: 0 -7%;
  z-index: 10;
  width: 114%;
  display: block;
}

.ss_overlay{
    line-height: 1.66666667;
    font-size: 4vw;
    color: #095093;
    height: 2em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(2555, 2555, 255, 0.8);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 401;
    font-family: 'Permanent Marker', Helvetica, Arial, sans-serif;
}

.ss_overlay2{
    line-height: 1.66667;
    font-size: 1.75em;
    color: #fff;
    height: 2em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(2555, 2555, 255, 0.8);*/
    position: absolute;
    right: 0;
    bottom: 1.85em;
    left: 0;
    z-index: 401;
    font-family: 'Permanent Marker', Helvetica, Arial, sans-serif;
}
.ss_overlay2 a{
  color:#fff;
      -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.ss_overlay2 a:hover{
    font-size: 1.15em;
}

.ss_overlay3{
    line-height: 1.66667;
    font-size: 1.25em;
    color: #fff;
    height: 2em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(2555, 2555, 255, 0.8);*/
    position: absolute;
    right: 0;
    top: .55em;
    left: 0;
    z-index: 401;
    font-family: 'Permanent Marker', Helvetica, Arial, sans-serif;

}
.ss_overlay3 a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
    background: rgba(201, 59, 59, 0.75);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
     transform: skewX(-10deg); 
    z-index: -1;
    margin: auto;
    margin: auto;
    max-width: 500px;
    }
/* Subnav Section */
.subnav-section {
  text-align: center;
  background: #f6f6f6;
  padding: 30px 0;
}

.subnav-section p,
.subnav-section a {
  color: #302d2d;
}

.subnav-section p {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.04em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 0 6px;
}

.subnav-section p a.active, .subnav-section p a:hover {
  color: #2c7dc9;
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: #fff;
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}


.main-content-section h1 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  color: #90ca3c;
  margin-bottom: 30px;
  padding-bottom: 0;
  letter-spacing: 0.0em;
}

.home h1 {
	margin-bottom: 30px!important;
}

.main-content-section h2 {
  color: #287bc8;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
}

.main-content-section h3 {
  color: #287bc8;
  font-size: 31px;
  font-weight: 400;
}

.main-content-section h4 {
  color: #287bc8;
  font-size: 29px;
  font-weight: 400;
}

.main-content-section h5,
.main-content-section h6 {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
}

.main-content-section .staff-photo {
  margin: 0 auto 20px;
  display: block;
}

.main-content-section #sidebar #hide-stock {
  max-width: 372px;
  position: relative;
}

.main-content-section #sidebar #hide-stock:after {
  background: url(../images/photo-mask.png) center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}

.main-content-section #sidebar img {
  max-width: 100%;
  width: auto;
  z-index: 0;
  position: relative;
}

.main-content-section .content-text {
  text-align: left;
  min-height: 270px;
}

.home .main-content-section .content-text {
  min-height: 170px;
}

.main-content-section .content-text a {
  /* font-weight: 700; */
}

.main-content-section .content-text h2, .main-content-section .content-text h3, .main-content-section .content-text h4, .main-content-section .content-text h5, .main-content-section .content-text h6,
.main-content-section header h2,
.main-content-section header h3,
.main-content-section header h4,
.main-content-section header h5,
.main-content-section header h6 {
  margin: 0.2em 0 0.7em;
  text-align: left;
}

.office-tour .main-content-section .content-text h2,
.before-and-after .main-content-section .content-text h2, .office-tour .main-content-section .content-text h3,
.before-and-after .main-content-section .content-text h3, .office-tour .main-content-section .content-text h4,
.before-and-after .main-content-section .content-text h4, .office-tour .main-content-section .content-text h5,
.before-and-after .main-content-section .content-text h5, .office-tour .main-content-section .content-text h6,
.before-and-after .main-content-section .content-text h6, .office-tour
.main-content-section header h2,
.before-and-after
.main-content-section header h2, .office-tour
.main-content-section header h3,
.before-and-after
.main-content-section header h3, .office-tour
.main-content-section header h4,
.before-and-after
.main-content-section header h4, .office-tour
.main-content-section header h5,
.before-and-after
.main-content-section header h5, .office-tour
.main-content-section header h6,
.before-and-after
.main-content-section header h6 {
  text-align: center;
}

.main-content-section .content-text p,
.main-content-section header p {
  margin: 0 0 1.58em;
}

.main-content-section .content-text ul li,
.main-content-section header ul li {
  margin: 0 0 8px;
}

.sitemap .main-content-section .content-text ul, .sitemap
.main-content-section header ul {
  margin: 0 0 20px;
  font-size: 1.25em;
}

.sitemap .main-content-section .content-text ul li, .sitemap
.main-content-section header ul li {
  margin: 3px 0;
  list-style: none;
}

.sitemap .main-content-section .content-text ul li ul, .sitemap
.main-content-section header ul li ul {
  font-size: .85em;
  margin: 0 0 20px 15px;
}

.sitemap .main-content-section .subnav,
.blog .main-content-section .subnav {
  display: none;
}

/* Section 1 */
.photo-section,
.section1,
.section3 {
  z-index: 10;
  padding: 20px 0 30px;
  text-align: center;
  background: #095093;
  color: #fff;
}

.photo-section h2,
.photo-section h1,
.section1 h2,
.section1 h1,
.section3 h2,
.section3 h1 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: .0em;
  margin: 0 0 10px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.photo-section p,
.section1 p,
.section3 p {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0;
}

.photo-section h4,
.section1 h4,
.section3 h4 {
  color: #62a9eb;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  margin: 10px 0;
  font-weight: 700;
}

.photo-section .photo,
.section1 .photo,
.section3 .photo {
  max-width: 350px;
  margin: 0 auto;
}

.photo-section .main,
.section1 .main,
.section3 .main {
  margin: 20px 0 0;
}

.photo-section .btns,
.section1 .btns,
.section3 .btns {
  margin: 20px 0 0;
}

.photo-section .btns a,
.section1 .btns a,
.section3 .btns a {
  background: #8ac730;
  display: inline-block;
  position: relative;
  font-size: 17px;
  line-height: 36px;
  color: #fff;
  padding: 0 10px;
  height: 38px;
/*width: 38px;*/
  margin: 2px 0;
  letter-spacing: 0.0em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.photo-section .btns a i,
.section1 .btns a i,
.section3 .btns a i {
  position: relative;
  left: 1px;
}

.photo-section .btns a:hover,
.section1 .btns a:hover,
.section3 .btns a:hover {
  color: #fff;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  background: #73ab21;
}

.photo-section h2 span,
.photo-section h1 span,
.section3 h2 span,
.section3 h1 span {
  color: #8ac730;
  display: block;
}

.section1 {
  background: #90ca3b;
  padding: 35px 0;
}

.photo-section2 {
  background: #2c7dc9;
}

.home-color {
  color: #2c7dc9;
}
.section2 {
  background: url(../images/section1.jpg) center bottom #eaf3f2;
  color: #fff;
  text-align: center;
}

.section2 h2 {
  font-size: 50px;
  line-height: 50px;
}

.section2 h2 .font1 {
  color: #b0e95b;
  font-size: 40px;
  line-height: 40px;
}

.section2 .callouts {
  margin: 25px 0 0;
  background: rgba(0, 0, 0, 0.58);
  padding: 20px 20px;
  text-align: left;
  display: inline-block;
}

.section2 .callouts .callout {
  display: block;
  margin: 15px 0;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.section2 .callouts .callout img {
  width: 53px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.section2 .callouts .callout:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section2 .callouts .callout:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.section3 {
  background: #f1f1f1;
}

.section3 h2 {
  color: #287bc8;
  margin-bottom: 20px;
}

.section3 .social-icons {
  text-align: center;
  clear: both;
  text-align: center;
  display: inline-block;
}

.section3 .social-icons a {
  color: #fff;
  background: #468dce;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 45px;
  display: inline-block;
  margin: 5px 3px;
  z-index: 10;
}

.section3 .social-icons a.hg i {
  font-weight: 400;
}

.section3 .social-icons a.reviews {
  background: #99cd4d;
}

.section3 .social-icons a.reviews:hover {
  background: #85bc35;
}

.section3 .social-icons a:hover {
  background: #3179ba;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 20;
}

/* Footer */
#ft {
  background: #fff;
  text-align: center;
  z-index: 10;
  padding: 25px 0;
  /* Office Hours */
}

#ft .map {
  display: none;
}

#ft .markers {
  display: none;
}

#ft .location {
  line-height: 23px;
}

#ft .logo {
  display: block;
  margin: 0 0 10px;
}

#ft .logo:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

#ft .title {
  color: #287bc8;
  font-size: 19px;
}

#ft .title:hover {
  color: #145da0;
}

#ft .main {
  color: #5c5d5d;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-top: 20px;
}

#ft .main:hover {
  color: #6e8d92;
}

#ft .phone-outer,
#ft .phone-desk {
  color: #8ac730;
  font-size: 20px;
  line-height: 23px;
  display: block;
  margin: 5px 0 0px;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a,
#ft .phone-desk .phone,
#ft .phone-desk .phone a {
  color: #8ac730;
  display: inline-block;
}

#ft table.office-hours {
  background: none;
  padding: 0;
  margin: 20px 0 0;
  border: none;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45em;
  display: inline-block;
}

#ft table.office-hours td {
  padding: 1px 0;
  border: none;
  padding-right: 17px;
  color: #287bc8;
  font-weight: 700;
  text-transform: uppercase;
}

#ft table.office-hours td.time {
  color: #5c5d5d;
  font-weight: 400;
  text-transform: none;
  opacity: 1;
}

/* Sesame Section */
.ft-design-credit {
  z-index: 20;
  background: #5c5d5d;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  padding: 25px 0;
}

.ft-design-credit .sesame {
  color: #fff;
}

.ft-design-credit .sesame .div {
  padding: 0 5px;
  display: none;
}

.ft-design-credit .sesame a {
  color: #fff;
  display: block;
}

.ft-design-credit .sesame a img {
  margin: -2px 6px 0 0;
}

.ft-design-credit .sesame a:hover {
  opacity: .7;
}

.ft-design-credit .back-to-top {
  background: #8ac730;
  display: inline-block;
  position: relative;
  font-size: 17px;
  line-height: 35px;
  color: #fff;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0 0 15px;
  letter-spacing: 0.0em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.ft-design-credit .back-to-top i {
  position: relative;
  top: -1px;
}

.ft-design-credit .back-to-top:hover {
  background: #73a628;
  color: #fff;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  .container {
    margin: 0 2.5%;
  }

  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #sidebar,
  body.privacy-statement #sidebar,
  body.juvederm-xc #sidebar,
  body.clarity-sl #sidebar,
  body.palatal-expander #sidebar,
  body.retainer-instructions #sidebar,
  body.acceledent-aura #sidebar,
  body.common-procedures #sidebar,
  body.solea-dental-laser #sidebar,
  body.home #sidebar,
  body.sitemap #sidebar,
  body.meet-the-staff #sidebar,
  body.patient-newsletter #sidebar,
  body.meet-our-staff #sidebar,
  body.our-staff #sidebar,
  body.our-team #sidebar,
  body.the-staff #sidebar,
  body.the-team #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.before-and-after #sidebar,
  body.invisalign #sidebar,
  body.i-cat #sidebar,
  body.itero-element #sidebar,
  body.in-ovation #sidebar,
  body[class^='suresmile-'] #sidebar,
  body[class^='damon-'] #sidebar,
  body[class^='invisalign-'] #sidebar,
  body[class^='in-ovation-'] #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.free-virtual-exam #sidebar,
  body.layout-full-width #sidebar,
  body.community-involvement #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar {
    display: none;
  }

  body.oraverse .content-text,
  body.oraverse header,
  body.somnodent-sleep-apnea-appliance .content-text,
  body.somnodent-sleep-apnea-appliance header,
  body.tap-appliance .content-text,
  body.tap-appliance header,
  body.privacy-statement .content-text,
  body.privacy-statement header,
  body.juvederm-xc .content-text,
  body.juvederm-xc header,
  body.clarity-sl .content-text,
  body.clarity-sl header,
  body.palatal-expander .content-text,
  body.palatal-expander header,
  body.retainer-instructions .content-text,
  body.retainer-instructions header,
  body.acceledent-aura .content-text,
  body.acceledent-aura header,
  body.common-procedures .content-text,
  body.common-procedures header,
  body.solea-dental-laser .content-text,
  body.solea-dental-laser header,
  body.patient-newsletter .content-text,
  body.patient-newsletter header,
  body.home .content-text,
  body.home header,
  body.sitemap .content-text,
  body.sitemap header,
  body.meet-the-staff .content-text,
  body.meet-the-staff header,
  body.meet-our-staff .content-text,
  body.meet-our-staff header,
  body.our-staff .content-text,
  body.our-staff header,
  body.our-team .content-text,
  body.our-team header,
  body.the-staff .content-text,
  body.the-staff header,
  body.the-team .content-text,
  body.the-team header,
  body.meet-the-team .content-text,
  body.meet-the-team header,
  body.meet-our-team .content-text,
  body.meet-our-team header,
  body.types-of-braces .content-text,
  body.types-of-braces header,
  body.types-of-appliances .content-text,
  body.types-of-appliances header,
  body.common-orthodontic-issues .content-text,
  body.common-orthodontic-issues header,
  body.common-procedures .content-text,
  body.common-procedures header,
  body.office-tour .content-text,
  body.office-tour header,
  body.before-and-after .content-text,
  body.before-and-after header,
  body.invisalign .content-text,
  body.invisalign header,
  body.i-cat .content-text,
  body.i-cat header,
  body.itero-element .content-text,
  body.itero-element header,
  body.in-ovation .content-text,
  body.in-ovation header,
  body[class^='suresmile-'] .content-text,
  body[class^='suresmile-'] header,
  body[class^='damon-'] .content-text,
  body[class^='damon-'] header,
  body[class^='invisalign-'] .content-text,
  body[class^='invisalign-'] header,
  body[class^='in-ovation-'] .content-text,
  body[class^='in-ovation-'] header,
  body.which-is-right-for-me .content-text,
  body.which-is-right-for-me header,
  body.your-child-s-first-orthodontic-checkup .content-text,
  body.your-child-s-first-orthodontic-checkup header,
  body.free-virtual-exam .content-text,
  body.free-virtual-exam header,
  body.layout-full-width .content-text,
  body.layout-full-width header,
  body.community-involvement .content-text,
  body.community-involvement header,
  body.my-life-my-smile-my-orthodontist .content-text,
  body.my-life-my-smile-my-orthodontist header {
    width: 100%;
  }
  .ss_overlay {
      font-size: 2em;
  }
  .main-content-section .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* ======================================================
							  TABLET 
	========================================================= */
  body {
    font-size: 19px;
    line-height: 36px;
  }
  /* Header Section */
  #hd {
    padding: 0;
    text-align: left;
  }

  #hd .container {
    padding: 0 2.5%;
  }

  #hd .logo {
    display: inline-block;
    padding: 12px 0 17px;
    width: auto;
  }

  #hd .top {
    position: absolute;
    top: 8px;
    right: 0;
    vertical-align: top;
    padding-right: 55px;
    text-align: right;
  }

  #hd .info,
  #hd .social-icons,
  #hd .callouts {
    margin: 0;
    clear: none;
    display: inline-block;
    vertical-align: top;
  }

  #hd .info .address {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  #hd .info .address .phone-outer {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }

  #hd #main-nav {
    margin: 0;
    width: 300px;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    display: block;
    margin: 0 -20%;
  }

  .home-slideshow-section .caption {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 50%;
    font-size: 40px;
    padding: 0;
    width: 100%;
    line-height: 50px;
  }
  /* Main Content Section - tablet */
  .main-content-section {
    /* main content */
  }

  .main-content-section h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-content-section #sidebar {
    width: 34%;
    display: inline-block;
    text-align: right;
    margin: 7px 0 35px 35px;
    padding: 0;
    float: right;
  }

  .main-content-section .content-text,
  .main-content-section header {
    width: 61%;
    float: left;
  }

  .home .main-content-section .content-text, .home
  .main-content-section header {
    width: 100%;
    float: none;
  }

  .main-content-section .content-text {
    text-align: justify;
  }

  .home .main-content-section .content-text {
    -moz-text-align-last: center;
    text-align-last: center;
  }
  /* Section1 - tablet */
  .photo-section {
    padding: 0;
    overflow: hidden;
  }

  .photo-section .main {
    width: 55%;
    width: 66%;
    z-index: 10;
    position: relative;
    margin: 0;
/*    margin-left: 44.4%;*/
    padding: 54px 0;
    position: relative;
    z-index: 20;
  }

  .photo-section .main:after {
    content: "";
    position: absolute;
    top: 0;
    left: -12%;
    width: 100%;
    height: 100%;
    background: #095093;
    z-index: -1;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }

  .photo-section .main h2,
  .photo-section .main p,
  .photo-section .main h1 {
    text-align: left;
  }

  .photo-section .btns {
    text-align: left;
  }

  .photo-section .btns .btn {
    text-align: center;
  }


  .photo-section1 .container{

    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .photo-section .photo {
/*    position: absolute;*/
/*    top: 50%;*/
/*  right: 50%; */
/*    width: 90%;*/

/*    left: -6%;*/
/*    width: 44%;*/

/*        right: 55%;*/
/*        width: 80%;*/

    max-width: 100%;
/*    z-index: 0;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -moz-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    -o-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
  }

  .photo-section h2,
  .photo-section h1,
  .section1 h2,
  .section1 h1,
  .section2 h2,
  .section2 h1,
  .section3 h2,
  .section3 h1 {
    font-size: 55px;
    line-height: 48px;
    margin: 0 0 27px;
  }

  .photo-section h2 span,
  .photo-section h1 span,
  .section1 h2 span,
  .section1 h1 span,
  .section2 h2 span,
  .section2 h1 span,
  .section3 h2 span,
  .section3 h1 span {
    font-size: 40px;
    line-height: 45px;
  }

  .photo-section p,
  .section1 p,
  .section2 p,
  .section3 p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
  }

  .section1 h2 {
    font-size: 65px;
  }

  .photo-section2 .photo {
    left: 30%;
  }

  .photo-section2 .main {
    margin: 0;
  }

  .photo-section2 .main:after {
    background: #2c7dc9;
    left: 10%;
  }

  .photo-section3 .photo {
    right: 38%;
  }

  .section1 {
    padding: 40px 30px;
  }

  .section2 {
    padding: 40px 0;
    font-size: 28px;
  }

  .section2 .callouts {
    padding: 40px 45px;
  }

  .section3 .social-icons a {
    font-size: 52px;
    height: 103px;
    width: 103px;
    line-height: 102px;
    display: inline-block;
    margin: 8px 7px;
    z-index: 10;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 repeat-x #fff;
  }

  #ft .container {
    height: 418px;
    margin: 0;
  }

  #ft .markers {
    display: block;
  }

  #ft .markers .marker {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -1000px;
    display: inline-block;
    -webkit-transition: .23s;
    -o-transition: .23s;
    -moz-transition: .23s;
    transition: .23s;
    width: 4000px;
    background: rgba(70, 141, 206, 0);
    z-index: 0;
  }

  #ft .markers .marker:hover {
    background: rgba(29, 59, 86, 0.06);
  }

  #ft .locations {
    width: 50%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 40px;
    z-index: 100;
  }

  #ft .locations:after {
    content: "";
    position: absolute;
    top: 0;
    left: -9.5%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  /* Sesame Section - tablet */
  .ft-design-credit {
    text-align: left;
    padding: 0;
  }

  .ft-design-credit .sesame {
    padding: 18px 0;
  }

  .ft-design-credit .sesame .div {
    display: inline-block;
  }

  .ft-design-credit .sesame a {
    display: inline-block;
  }

  .ft-design-credit .back-to-top {
    position: absolute;
    top: 13px;
    right: 0;
    margin: 0;
    text-align: center;
  }
}


.ft-design-credit a.booknow {
  display: inline-block;
  position: fixed;
  left: .5em;
  bottom: 0;
  font-size: 2em;
  line-height: 2;
  color: #fff;
  padding: 0 15px;
  margin: 2px 1px;
  letter-spacing: 0.0em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  vertical-align: top;
}
.home .ft-design-credit a.booknow {
  bottom: -3em;
}
.scrolled .ft-design-credit a.booknow {
  bottom: 0;
}
.ft-design-credit a.booknow:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #90c93b;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  z-index: -1;
}

.ft-design-credit a.booknow:hover {
  color: #fff;
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -ms-transform: scale(1.13);
  -o-transform: scale(1.13);
  transform: scale(1.13);
}


jarvis-scheduler-v2 {
    position: fixed;
    z-index: 9999;
}

/*
@media only screen and (min-width: 64em) {
  .photo-section1 .photo {
/ *    display: none;* /
  }
  .photo-section1:after {
/ *    content:"";* /
    position: absolute;
    top:50%;
    left: 0;
    height: 65%;
    right: calc(50% + 140px);
    background: url("../images/section-photo1.jpg") 50% center / cover;
    z-index: -1;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

}


@media only screen and (min-width: 75em) {
  .photo-section1:after {
    height: 60%;
  }
}

@media only screen and (min-width: 86em) {
  .photo-section1:after {
    height: 70%;
  }
}

@media only screen and (min-width: 97em) {
  .photo-section1:after {
    height: 80%;
  }
}*/

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }

  body {
    font-size: 20px;
    line-height: 32px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 116px;
    z-index: 900;
    /* Nav Section - desktop */
  }

  #hd .container {
    padding: 0;
  }

  #hd .top {
    top: 0;
    vertical-align: top;
    padding: 0;
    right: 19px;
  }

  #hd .address {
    position: absolute;
    top: 3px;
    right: 510px;
    width: 380px;
  }

  #hd .address .phone-outer {
    display: inline-block;
    margin-left: 5px;
  }

  #hd .main {
    display: inline-block;
  }

  #hd .callouts {
    vertical-align: top;
  }

  #hd .callouts a {
    margin: 0;
    vertical-align: top;
  }

  #hd #main-nav {
    margin: 0;
    position: absolute;
    top: 63px;
    right: 7px;
    width: auto;
    background: none;
    vertical-align: top;
  }

  #hd #main-nav .trigger {
    display: none;
  }

  #hd #main-nav .collapsible.open,
  #hd #main-nav .collapsible {
    height: auto;
    background: none;
  }

  #hd #main-nav .collapsible.open ul,
  #hd #main-nav .collapsible ul {
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 29px;
  }

  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 1px;
    padding: 0 0 2px;
    float: none;
  }

  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 15px;
    display: inline-block;
    color: #302d2d;
    height: 29px;
    line-height: 27px;
    padding: 0 10px;
    background: none !important;
    vertical-align: top;
  }

  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: #2c7dc9;
    width: 100%;
    height: 29px;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    -webkit-transform: skewX(-11deg);
    -moz-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    -o-transform: skewX(-11deg);
    transform: skewX(-11deg);
  }

  #hd #main-nav .collapsible.open ul li.active > a,
  #hd #main-nav .collapsible.open ul li:hover > a,
  #hd #main-nav .collapsible ul li.active > a,
  #hd #main-nav .collapsible ul li:hover > a {
    color: #fff;
    background: none;
  }

  #hd #main-nav .collapsible.open ul li.active > a:after,
  #hd #main-nav .collapsible.open ul li:hover > a:after,
  #hd #main-nav .collapsible ul li.active > a:after,
  #hd #main-nav .collapsible ul li:hover > a:after {
    opacity: 1;
    -webkit-transform: skewX(-9deg);
    -moz-transform: skewX(-9deg);
    -ms-transform: skewX(-9deg);
    -o-transform: skewX(-9deg);
    transform: skewX(-9deg);
  }

  #hd #main-nav .collapsible.open ul li.contact-us ul,
  #hd #main-nav .collapsible.open ul li.contact ul,
  #hd #main-nav .collapsible ul li.contact-us ul,
  #hd #main-nav .collapsible ul li.contact ul {
    left: auto;
    right: 2px;
    text-align: right;
  }

  #hd #main-nav .collapsible.open ul ul,
  #hd #main-nav .collapsible.open ul .open ul,
  #hd #main-nav .collapsible ul ul,
  #hd #main-nav .collapsible ul .open ul {
    text-align: left;
    background: rgba(40, 123, 200, 0.89);
    padding: 15px 0;
    margin: 0 0 0 0px;
    width: auto;
    min-width: 225px;
    display: none;
    position: absolute;
    left: -2px;
  }

  #hd #main-nav .collapsible.open ul ul li,
  #hd #main-nav .collapsible.open ul .open ul li,
  #hd #main-nav .collapsible ul ul li,
  #hd #main-nav .collapsible ul .open ul li {
    padding: 0;
    margin: 0;
    height: auto;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1;
  }

  #hd #main-nav .collapsible.open ul ul li a,
  #hd #main-nav .collapsible.open ul ul li.active a,
  #hd #main-nav .collapsible.open ul .open ul li a,
  #hd #main-nav .collapsible.open ul .open ul li.active a,
  #hd #main-nav .collapsible ul ul li a,
  #hd #main-nav .collapsible ul ul li.active a,
  #hd #main-nav .collapsible ul .open ul li a,
  #hd #main-nav .collapsible ul .open ul li.active a {
    font-weight: 400;
    text-transform: none;
    letter-spacing: .0em;
    font-size: 14px;
    line-height: 25px;
    color: #fff !important;
    padding: 0 20px;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    border: none !important;
    white-space: nowrap;
    display: block;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
  }

  #hd #main-nav .collapsible.open ul ul li a:after,
  #hd #main-nav .collapsible.open ul ul li.active a:after,
  #hd #main-nav .collapsible.open ul .open ul li a:after,
  #hd #main-nav .collapsible.open ul .open ul li.active a:after,
  #hd #main-nav .collapsible ul ul li a:after,
  #hd #main-nav .collapsible ul ul li.active a:after,
  #hd #main-nav .collapsible ul .open ul li a:after,
  #hd #main-nav .collapsible ul .open ul li.active a:after {
    background: #fff;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
  }

  #hd #main-nav .collapsible.open ul ul li a:hover,
  #hd #main-nav .collapsible.open ul ul li.active a,
  #hd #main-nav .collapsible.open ul .open ul li a:hover,
  #hd #main-nav .collapsible.open ul .open ul li.active a,
  #hd #main-nav .collapsible ul ul li a:hover,
  #hd #main-nav .collapsible ul ul li.active a,
  #hd #main-nav .collapsible ul .open ul li a:hover,
  #hd #main-nav .collapsible ul .open ul li.active a {
    color: #7db828 !important;
  }

  #hd #main-nav .collapsible.open ul ul li a:hover:after,
  #hd #main-nav .collapsible.open ul ul li.active a:after,
  #hd #main-nav .collapsible.open ul .open ul li a:hover:after,
  #hd #main-nav .collapsible.open ul .open ul li.active a:after,
  #hd #main-nav .collapsible ul ul li a:hover:after,
  #hd #main-nav .collapsible ul ul li.active a:after,
  #hd #main-nav .collapsible ul .open ul li a:hover:after,
  #hd #main-nav .collapsible ul .open ul li.active a:after {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #hd #main-nav .collapsible.open ul li:hover ul,
  #hd #main-nav .collapsible ul li:hover ul {
    display: block;
  }
  /* Home Slideshow - desktop */
  .home-slideshow-section {
    margin-top: 116px;
  }
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    margin: 0 0;
  }
  .home-slideshow-section video {
    margin: 0 -2%;
    width: 104%;
  }

  .home-slideshow-section .caption {
    top: 40%;
    left: 50%;
    margin-left: -500px;
    width: 400px;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 116px;
  }

  .subnav-section .container {
    max-width: 630px;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 56px 0;
  }

  .home .main-content-section {
    padding: 67px 0;
  }

  .main-content-section h1 {
    font-size: 56px;
  }

  .home .main-content-section .container {
    max-width: 720px;
  }

  .main-content-section .content-text {
    width: 60%;
  }

  .main-content-section #sidebar {
    margin: 8px 0 0;
    width: 37.3%;
  }

  .photo-section .main:after {
    left: -19%;
    left: -5%;
  }

  .photo-section .photo-section .photo {
    right: 61%;
  }

  .photo-section1 .container{
    max-width: 1200px;
  }

  .photo-section2 .main {
    width: 57%;
  }

  .photo-section2 .main:after {
    left: 11%;
  }

  .photo-section2 .photo {
    left: 59%;
  }

  .photo-section3 .main:after {
    left: -18%;
  }

  .photo-section3 .photo {
    right: 55%;
  }
  /* Section1 - desktop */
  .section1 {
    text-align: left;
  }

  .section1 h2 {
    text-align: left;
    width: 460px;
    display: inline-block;
  }

  .section1 h2 span {
    display: block;
  }

  .section1 p {
    width: 530px;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .section2 {
    text-align: left;
    padding: 0;
    background-position: center center;
  }

  .section2 h2 {
    padding: 173px 0 161px;
  }

  .section2 h2 .top {
    width: 300px;
    display: block;
    font-size: 100px;
    line-height: 95px;
  }

  .section2 h2 br {
    display: none;
  }

  .section2 h2 .font1 {
    font-size: 70px;
    line-height: 70px;
    display: block;
    margin: 21px 0 0;
  }

  .section2 .callouts {
    position: absolute;
    top: 182px;
    left: 50%;
    background: none;
    padding: 50px 0;
    margin: 0;
  }

  .section2 .callouts .callout {
    position: relative;
    z-index: 100;
    margin: 29px 0;
  }

  .section2 .callouts:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 2000px;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    z-index: 0;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  /* Testimonials Section - desktop */
  .section3 {
    padding: 34px 0 50px;
    text-align: left;
    min-height: 360px;
  }

  .section3 .main {
    width: 50%;
    display: inline-block;
  }

  .section3 .social-icons {
    text-align: left;
  }

  .section3 .social-icons a {
    text-align: center;
  }

  .section3 .facebook {
    width: 460px;
    position: absolute;
    top: 30px;
    left: 53.5%;
    overflow: hidden;
  }
  /* Footer Section - desktop */
  #ft .container {
    margin: 0 auto;
  }

  #ft .locations {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    left: 50%;
    padding-left: 2000px;
    margin-left: -2500px;
    width: 600px;
  }

  #ft .locations .location {
    margin-top: 58px;
  }

  #ft .locations .hours {
    position: relative;
    width: 280px;
    margin-top: 25px;
    padding-top: 5px;
  }

  #ft .locations .hours:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2000px;
    height: 1px;
    background: #dadada;
    z-index: 1;
  }
  /* Sesame Section - desktop */
}

/* end desktop  =========================== */
@media only screen and (min-width: 75em) {
  .home-slideshow-section video {
    margin: 0 0;
    width: 100%;
  }
}

@media only screen and (min-width: 86em) {
  .home-slideshow-section video {
/*    margin: -2% 0;*/
  }
}



@media only screen and (min-width: 125em) {
  

  .section2 {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}



