.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 {
  margin: 0;
}

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%;
}
img.border {
  border-radius: 16px;
  border: 3px solid #254a80;
}

#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: #254a80 !important;
}

/* Sitemap */
body.sitemap .content-text {
  width: 100%;
}

body.sitemap .content-text ul {
  margin: 0 0 1.8em 0;
}

body.sitemap .content-text ul li {
  margin-top: 21px;
  list-style: none;
}

body.sitemap .content-text ul li a {
  font-size: 0.9em;
  color: #254a80;
  display: inline-block;
  text-decoration: none;
}

body.sitemap .content-text ul ul {
  padding-left: 0;
  margin: 0 0 0 38px;
}

body.sitemap .content-text ul ul li {
  margin: 0;
  list-style: none;
}

body.sitemap .content-text ul ul li a {
  display: inline-block;
  font-size: 0.8em;
  color: #888888;
  text-transform: capitalize;
}

body.sitemap .content-text ul li a:hover,
body.sitemap .content-text ul ul li a:hover {
  color: #bcdd73;
}

/* Office Tour - Update 2018-09-12 */
.office-tour-outer {
  text-align: center;
}

.office_tour.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 20px;
}

.office_tour.cycle-slideshow img {
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0;
  color: #888888;
  font-size: 2.8em;
}

.office_tour.cycle-slideshow .slide-control i {
  -webkit-transition: 0.35s ease-out;
  -o-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}

.office_tour.cycle-slideshow .slide-control.cycle-prev {
  left: 0;
  text-align: left;
}

.office_tour.cycle-slideshow .slide-control.cycle-prev i {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.office_tour.cycle-slideshow .slide-control.cycle-next {
  right: 0;
  text-align: right;
  direction: rtl;
}

.office_tour.cycle-slideshow .slide-control.cycle-next i {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}

.office_tour.cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0.68;
}

.office-tour-pager {
  text-align: center;
}

.office-tour-pager a {
  margin: 3px;
  display: inline-block;
  width: .8em;
  height: .8em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  border: 1px solid #888888;
}

.office-tour-pager a.cycle-pager-active {
  background: #888888;
}

.office-tour-pager a:hover {
  background: #99e000;
  border: 1px solid #8bcb00;
}

/* Form Buttons */
form button {
  background: #888888;
  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: #3b5600;
}

/* 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: #888888;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #888888;
  color: #254a80;
  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: #254a80;
  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: #bcdd73;
  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: #90bc2e;
}

/* 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;
}

.inner-tagline .caption.font2 {
  position: relative;
  top: -6px;
  color: #fff;
  background: #254a80;
  font-family: "Gochi Hand", sans-serif;
  font-size: 55px;
  padding: 23px 0 15px;
  line-height: 65px;
  left: 0;
  width: 100%;
  z-index: 60;
  text-align: center;
}
body.dr-zanoni-retirement a img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 16px;
}
body.dr-zanoni-retirement a img:hover {
  box-shadow: 0 10px 16px -10px rgba(0, 0, 0, 0.6);
}

@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 'Raleway', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #254a80;
  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,
.main-content-section h5,
.main-content-section h6 {
  font-family: 'Changa', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #064980;
  -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: #8bbadf;
}

hr {
  color: #cccccc;
  background-color: #cccccc;
  border: none;
  height: 1px;
  clear: both;
  margin: 36px 0;
}

hr.green {

  color: #888888;
  background-color: #888888;
  height: 3px;

}


/* 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 12px;
}

#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 .icon {
  margin-bottom: 5px;
}

#hd .logo .icon img {
  max-width: 150px;
}

#hd .logo .main img {
  max-width: 250px;
}

#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;
}

#hd .callouts {
  margin: 5px 0 18px;
  font-size: 16px;
  line-height: 16px;
}

#hd .callouts ul, #hd .callouts li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

#hd .callouts li {
  margin: 0 0 0 4px;
}

#hd .callouts a {
  background: #888888;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 1px;
  padding: 9px 16px;
  letter-spacing: 0.0em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#hd .callouts a:hover {
  color: #fff;
  background: #064980;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

#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 8px 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: 24px;
  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: #064980;
  -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(37, 74, 128, 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.22);
}

#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.15);
  padding-bottom: 10px;
}

#hd #main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

.social-icons {
  text-align: center;
  clear: both;
  text-align: center;
  display: inline-block;
  z-index: 900;
  margin: 10px 0 0;
}

.social-icons .social-dropdown,
.social-icons a {
  color: #82b5de;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 2px 4px;
  vertical-align: top;
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.social-icons .social-dropdown.hg i,
.social-icons a.hg i {
  font-weight: 400;
}

.social-icons .social-dropdown:hover,
.social-icons a:hover {
  color: #254a80;
}

.social-icons .social-dropdown {
  position: relative;
  padding-bottom: 20px;
  z-index: 100;
}

.social-icons .social-dropdown:hover .dropdown, .social-icons .social-dropdown.open .dropdown {
  display: block;
}

.social-icons .social-dropdown .dropdown {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  background: #254a80;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.social-icons .social-dropdown .dropdown a {
  display: block;
  padding: 6px 17px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}

.social-icons .social-dropdown .dropdown a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* Home Slideshow */
.home-slideshow-section {
  padding: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: #fff;
  background: url(../images/homepage-banner.jpg) center center #fff;
}

.home-slideshow-section .photo,
.home-slideshow-section .cycle-slideshow {
  margin: 0 -50% 0 -5%;
  z-index: 10;
  position: relative;
}

.home-slideshow-section .photo img,
.home-slideshow-section .cycle-slideshow img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.home-slideshow-section video {
  margin: 0 -7%;
  z-index: 10;
  width: 114%;
  display: block;
}

.home-slideshow-section .caption {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  padding: 20px 20px;
  background: #254a80;
  font-family: "Gochi Hand", sans-serif;
}

.home-slideshow-section .info {
  display: block;
  background: #57739b;
  padding: 20px 20px;
}

.home-slideshow-section .info .btn {
  background: rgba(255, 255, 255, 0.28);
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  letter-spacing: .04em;
  display: inline-block;
  line-height: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.home-slideshow-section .info .btn:hover {
  background: rgba(255, 255, 255, 0.38);
}

.home-slideshow-section .info p {
  color: #fff;
  text-align: left;
}

.home-slideshow-section .info .address {
  background: #888888;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
}

.home-slideshow-section .info .address a,
.home-slideshow-section .info .address .phone-outer {
  color: #fff;
}

.home-slideshow-section .info .address a:hover {
  opacity: .76;
}

/* Callout Section 1 */
.callout-section1 {
  z-index: 10;
  text-align: center;
  background: #888888;
  padding: 1px 0;
  /* Version 1 */
}

.callout-section1 .container {
  padding: 0;
  margin: 0;
}

.callout-section1 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
}

.callout-section1 .callout a {
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  overflow: hidden;
  background: #71a020;
  padding: 30px 15px;
}

.callout-section1 .callout a h3 {
  font-size: 28px;
  line-height: 28px;
}

.callout-section1 .callout a .bg,
.callout-section1 .callout a .icon {
  display: none;
}

.callout-section1 .callout a .main {
  display: none;
}

.callout-section1 .callout a:hover {
  background: #545658;
}

/* Subnav Section */
.subnav-section {
  text-align: center;
  background: #95999b;
  padding: 25px 0;
}

.subnav-section p,
.subnav-section a {
  color: #fff;
}

.subnav-section p {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.0em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 2px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.subnav-section p a.active, .subnav-section p a:hover {
  color: #254a80;
  border-bottom: 1px solid #888888;
}

/* Callout Section 2 */
.callout-section2 {
  z-index: 10;
  text-align: center;
  background: #777778;
  padding: 40px 0;
  /* Version 1 */
}

.callout-section2 h2 {
  color: #fff;
  margin-bottom: 20px;
}

.callout-section2 .container {
  padding: 0;
  margin: 0;
}

.callout-section2 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 5px 0;
}

.callout-section2 .callout a {
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  overflow: hidden;
  padding: 0;
  max-width: 220px;
  margin: 0 auto;
}

.callout-section2 .callout a h3 {
  font-size: 28px;
  line-height: 28px;
}

.callout-section2 .callout a .bg {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

.callout-section2 .callout a .main {
  background: #064980;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
}

.callout-section2 .callout a:hover .main {
  background: #82b5de;
}

/* Section 1 */
.section1 {
  z-index: 10;
  padding: 50px 0;
  text-align: center;
  background: #8bba24;
  color: #fff;
}

.section1 h2 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: .0em;
  margin: 0 0 15px;
}

.section1 p {
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0;
}

.section1 .bull {
  font-size: 32px;
  line-height: 32px;
  color: #c2e76d;
}

.section1 .btns {
  margin-top: 24px;
}

.section1 .btns a {
  background: rgba(255, 255, 255, 0.28);
  display: inline-block;
  position: relative;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  padding: 13px 49px;
  margin: 0;
  letter-spacing: 0.04em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.section1 .btns a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.08);
}

h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #254a80;
  margin-bottom: 25px;
  padding-bottom: 0;
  letter-spacing: 0.0em;
  text-transform: uppercase;
}

.home h1 {
  text-align: center;
}

.home h1 span {
  font-size: 35px;
  display: block;
  text-transform: none;
  font-weight: 400;
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: #fff;
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.main-content-section h2 {
  color: #888888;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

.main-content-section h3 {
  color: #888888;
  font-size: 28px;
  font-weight: 700;
}

.main-content-section h4 {
  color: #888888;
  font-size: 23px;
  font-weight: 700;
}

.main-content-section h5,
.main-content-section h6 {
  color: #888888;
  font-size: 22px;
  font-weight: 700;
}

.main-content-section .staff-photo {
  margin: 0 auto 20px;
  display: block;
}

.main-content-section #sidebar {
  text-align: center;
}

.main-content-section #sidebar img {
  max-width: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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: 800;
}

.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 40px;
  font-size: 1.25em;
  text-transform: uppercase;
}

.sitemap .main-content-section .content-text ul li, .sitemap
.main-content-section header ul li {
  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 15px 0;
  text-transform: none;
}

.sitemap .main-content-section .subnav,
.blog .main-content-section .subnav {
  display: none;
}

/* Section 2 */
.section2 {
  z-index: 10;
  padding: 30px 0;
  text-align: center;
  background: #a7cbcb;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.section2 h2 {
  font-size: 39px;
  line-height: 39px;
  letter-spacing: .0em;
  margin: 0 0 10px;
  text-align: center;
}

.section2 p {
  font-size: 16px;
  line-height: 33px;
  margin: 10px 0 0;
}

.section2 .main {
  background: rgba(37, 74, 128, 0.81);
  padding: 20px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.section2 .btns {
  text-align: center;
  margin-top: 24px;
}

.section2 .btns a {
  background: rgba(255, 255, 255, 0.28);
  display: inline-block;
  position: relative;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  padding: 13px 49px;
  margin: 0;
  letter-spacing: 0.04em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.section2 .btns a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.08);
}

/* Testimonials Section */
.testimonials-section {
  z-index: 10;
  padding: 40px 0;
  text-align: center;
  background: #eee;
  color: #fff;
}

.testimonials-section .main {
  background: rgba(88, 89, 91, 0.95);
  padding: 20px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.testimonials-section ul, .testimonials-section li {
  margin: 0;
  padding: 0;
}

.testimonials-section h2 {
  margin: 0 0 20px;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: .0em;
  margin: 10px 0 0;
  text-align: center;
}

.testimonials-section p {
  font-size: 16px;
  line-height: 33px;
  margin: 10px 0 0;
}

.testimonials-section h4 {
  font-size: 25px;
  color: #ce4553;
  margin: 10px 0 0;
  letter-spacing: .0em;
}

.testimonials-section .btns {
  text-align: center;
  margin-top: 24px;
}

.testimonials-section .btns a {
  background: rgba(255, 255, 255, 0.28);
  display: inline-block;
  position: relative;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  padding: 13px 49px;
  margin: 5px 3px;
  letter-spacing: 0.04em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.testimonials-section .btns a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.08);
}

/* Logos Section */
.logos-section {
  background: #fff;
  text-align: center;
  z-index: 10;
}

.logos-section h2 {
  color: #254a80;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}

.logos-section .logo {
  display: inline-block;
  padding: 3% 1%;
}

.logos-section .logo img {
  max-width: 80%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.logos-section .logo:hover img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

/* Callout Section 3 */
.callout-section3 {
  z-index: 10;
  text-align: center;
  background: #fff;
  padding: 22px 0;
  /* Version 1 */
}

.callout-section3 h2 {
  color: #fff;
  margin-bottom: 20px;
}

.callout-section3 .container {
  padding: 0;
  margin: 0;
}

.callout-section3 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 2px;
}

.callout-section3 .callout a {
  padding: 0;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  overflow: hidden;
  padding: 0;
  max-width: 320px;
  margin: 0 auto;
  background: url("../images/callout-bg.jpg") center center #797d80;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.callout-section3 .callout a h3 {
  font-size: 28px;
  line-height: 28px;
}

.callout-section3 .callout a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  text-align: center;
  display: inline-block;
}

.callout-section3 .callout a .bg {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}

.callout-section3 .callout a .main {
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
}

.callout-section3 .callout a:hover .main {
  background: #7fa63c;
}

/* Footer */
#ft {
  background: #f7f6f3;
  text-align: center;
  z-index: 30;
}

#ft .markers {
  display: none;
}

#ft .locations {
  background: #416699;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#ft .location {
  padding: 10px 0;
}

#ft .logo {
  display: block;
  margin: 0 20px 20px;
  border-bottom: 2px solid #254a80;
  padding-bottom: 25px;
}

#ft .logo img {
  position: relative;
  display: inline-block;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}

#ft .logo:hover img {
  -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 .main {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  display: block;
}

#ft .main:hover {
  opacity: .79;
}

#ft .phone-outer,
#ft .phone-desk {
  font-size: 25px;
  line-height: 25px;
  display: block;
  margin: 5px 0 0px;
  color: #fff;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a,
#ft .phone-desk .phone,
#ft .phone-desk .phone a {
  color: #fff;
  display: inline-block;
}

#ft .btns {
  text-align: center;
  margin: 15px;
}

#ft .btns a {
  background: rgba(255, 255, 255, 0.28);
  display: inline-block;
  position: relative;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  padding: 13px 49px;
  margin: 5px 3px;
  letter-spacing: 0.04em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#ft .btns a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.08);
}

#ft .social-icons {
  text-align: center;
  clear: both;
  text-align: center;
  display: inline-block;
}

#ft .social-icons a,
#ft .social-icons .social-dropdown {
  color: #82b5de;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 2px 8px;
  z-index: 10;
}

#ft .social-icons a.hg i,
#ft .social-icons .social-dropdown.hg i {
  font-weight: 400;
}

#ft .social-icons a:hover,
#ft .social-icons .social-dropdown:hover {
  color: #fff;
  z-index: 20;
}

#ft .social-icons .social-dropdown {
  position: relative;
  padding-bottom: 20px;
}

#ft .social-icons .social-dropdown:hover .dropdown, #ft .social-icons .social-dropdown.open .dropdown {
  display: block;
}

#ft .social-icons .social-dropdown .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  background: #254a80;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  text-transform: uppercase;
}

#ft .social-icons .social-dropdown .dropdown a {
  display: block;
  padding: 6px 17px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}

#ft .social-icons .social-dropdown .dropdown a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* Sesame Section */
.ft-design-credit {
  z-index: 20;
  background: #6c6b6b;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  padding: 25px 0;
}

.ft-design-credit .sesame {
  color: #fff;
  letter-spacing: .05em;
}

.ft-design-credit .sesame .div {
  padding: 0 10px;
  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 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  line-height: 17px;
  color: #fff;
  padding: 4px 12px;
  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: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);
}

#sidebar a.appt-btn {
  background-color: rgba(37, 74, 128, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 10px;
  letter-spacing: .04em;
  display: inline-block;
  line-height: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 2.58em;
  text-align: center;
}

#sidebar a.appt-btn:hover {
  background-color: #254a80;
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  .container {
    margin: 0 2.5%;
  }
  
  body.layout-full-width #sidebar,
  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #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.orthodontics-for-all-ages #sidebar,
  body.our-awards-accomplishments #sidebar,
  body.our-staff #sidebar,
  body.our-team #sidebar,
  body.the-staff #sidebar,
  body.the-team #sidebar,
  body.our-dream-team #sidebar,
  body.meet-our-team #sidebar,
  body.meet-the-b-b-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.meet-your-dream-team #sidebar,
  body[class^='suresmile-'] #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.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.our-technology #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body.patient-smile-gallery #sidebar,
  body.accomplishments #sidebar {
    display: none;
  }
  
  body.layout-full-width .content-text,
  body.oraverse .content-text,
  body.oraverse header,
  body.patient-smile-gallery .content-text,
  body.patient-smile-gallery header,
  body.somnodent-sleep-apnea-appliance .content-text,
  body.somnodent-sleep-apnea-appliance header,
  body.tap-appliance .content-text,
  body.tap-appliance 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.home .content-text,
  body.home header,
  body.sitemap .content-text,
  body.sitemap header,
  body.orthodontics-for-all-ages .content-text,
  body.orthodontics-for-all-ages header,
  body.our-awards-accomplishments .content-text,
  body.our-awards-accomplishments 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.our-dream-team .content-text,
  body.our-dream-team header,
  body.meet-the-b-b-team .content-text,
  body.meet-the-b-b-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.meet-your-dream-team .content-text,
  body.meet-your-dream-team header,
  body[class^='suresmile-'] .content-text,
  body[class^='suresmile-'] 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.aao-testimonials .content-text,
  body.aao-testimonials header,
  body.ortho-tv .content-text,
  body.ortho-tv header,
  body.our-technology .content-text,
  body.our-technology header,
  body.my-life-my-smile-my-orthodontist .content-text,
  body.my-life-my-smile-my-orthodontist header,
  body.accomplishments .content-text,
  body.accomplishments header {
    width: 100%;
  }

  .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: 10px 0;
    width: auto;
  }

  #hd .top {
    position: absolute;
    top: 6px;
    right: 45px;
    vertical-align: top;
    padding-right: 0;
  }

  #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 .social-icons {
    position: absolute;
    top: 70px;
    right: 0;
    margin: 7px 6px;
    z-index: unset;
  }

  #hd #main-nav {
    margin: 0;
    width: 300px;
  }


/* Schedule Consultation Header Button */
#hd .callouts #hd-consult {
  display: block;
  text-align: center;
}


  /* Home Slideshow - tablet */
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    display: block;
    z-index: 1;
  }

  .home-slideshow-section .caption {
    position: relative;
    z-index: 50;
  }

  .home-slideshow-section .info {
    position: relative;
    z-index: 50;
  }

  .home-slideshow-section .info .address {
    margin-top: 30px;
    display: inline-block;
    width: 40%;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 {
    padding: 3px;
    background: #fff;
  }

  .callout-section1 .callout {
    padding: 3px;
    margin: 0 !important;
    width: 33.33333% !important;
    max-width: 100%;
  }

  .callout-section1 .callout a {
    margin: 0 auto;
    padding: 37px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .callout-section1 .callout a h3 {
    font-size: 25px;
  }

  .callout-section2 h2 {
    font-size: 50px;
  }

  .callout-section2 .callout {
    padding: 3px;
    margin: 0 !important;
    width: 25% !important;
    max-width: 100%;
  }

  .callout-section2 .callout a {
    margin: 0 auto;
  }

  .callout-section3 {
    padding: 3px;
    background: #fff;
  }

  .callout-section3 .callout {
    padding: 3px;
    margin: 0 !important;
    width: 33.33333% !important;
    max-width: 100%;
  }

  .callout-section3 .callout a {
    margin: 0 auto;
    padding: 37px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .callout-section3 .callout a h3 {
    font-size: 25px;
  }

  .callout-section3 .callout a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171a1c;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section3 .callout a .main {
    position: relative;
    z-index: 10;
  }

  .callout-section3 .callout a:hover .main {
    background: none;
  }

  .callout-section3 .callout a:hover:after {
    opacity: .2;
  }
  /* 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: center;
    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;
  }
  /* Section1 - tablet */
  .section1 {
    border: 5px solid #fff;
    border-width: 5px 0;
  }

  .section1 h2 {
    font-size: 38px;
  }
  /* Testimonials Section - tablet */
  .testimonials-section h2 {
    font-size: 39px;
    line-height: 39px;
  }

  .testimonials-section .controls {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 900;
  }
  /* Logos Section - tablet */
  .logos-section .logo {
    padding: 20px 0 25px;
    width: 32.33333%;
    display: inline-block;
    background: #e4e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: 1%;
  }

  .logos-section .logo img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    position: relative;
    display: inline;
  }

  .logos-section .logo:hover {
    background: #eee;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 no-repeat #e7e7e7;
  }

  #ft .container {
    height: 692px;
  }

  #ft .locations {
    position: relative;
    top: 100px;
  }

  #ft .location {
    display: inline-block;
    margin: 0 30px;
  }
  /* Sesame Section - tablet */
  .ft-design-credit {
    text-align: left;
    padding: 0;
  }

  .ft-design-credit .sesame {
    padding: 16px 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: 10px;
    right: 0;
    margin: 0;
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }

  body {
    font-size: 20px;
    line-height: 38px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 124px;
    z-index: 900;
    /* Nav Section - desktop */
  }

  #hd .logo {
    padding: 13px 0;
  }

  #hd .top {
    right: 0;
    top: 10px;
  }

  #hd .social-icons {
    top: 0;
    right: 0;
    position: relative;
    text-align: right;
  }
  #hd .callouts #hd-consult {
    display: inline-block;
  }

  #hd .container {
    margin: 0 auto;
    padding: 0;
  }

  #hd #main-nav {
    margin: 0;
    position: absolute;
    top: 70px;
    right: 0;
    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: 30px;
  }

  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 1px;
    padding: 0 0 16px;
    float: none;
  }

  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 17px;
    display: inline-block;
    color: #00457d;
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
    background: none !important;
  }

  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: #064980;
    width: 100%;
    height: 37px;
    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: scale(0.94, 0.87);
    -moz-transform: scale(0.94, 0.87);
    -ms-transform: scale(0.94, 0.87);
    -o-transform: scale(0.94, 0.87);
    transform: scale(0.94, 0.87);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  #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: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #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: 0;
    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(4, 71, 126, 0.89);
    padding: 15px 0;
    margin: 0 0 0 0px;
    width: auto;
    min-width: 225px;
    display: none;
    position: absolute;
    left: 0;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
  }

  #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: 3px 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: #888888;
    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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #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: #fff !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: 124px;
    background: none;
  }

  .home-slideshow-section .cycle-slideshow {
    margin: 100px -10% 0;
  }

  .home-slideshow-section .caption {
    font-size: 55px;
    padding: 23px 0 15px;
    line-height: 65px;
    position: fixed;
    top: 124px;
    left: 0;
    width: 100%;
    z-index: 60;
    border-bottom: 6px solid #fff;
  }

  .home-slideshow-section .info {
    position: absolute;
    margin-top: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 53%;
    width: 420px;
    padding: 37px 3000px 35px 30px;
    background: rgba(37, 74, 128, 0.7);
    -webkit-border-radius: 10px 0  0 10px;
    -moz-border-radius: 10px 0  0 10px;
    border-radius: 10px 0  0 10px;
    text-align: justify;
    font-size: 17px;
    line-height: 34px;
  }

  .home-slideshow-section .info .top {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    font-family: "Changa", sans-serif;
  }

  .home-slideshow-section .info .btn {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .home-slideshow-section .info .locations {
    margin: 30px -1%  20px;
  }

  .home-slideshow-section .info .address {
    width: 48%;
    padding: 3% 0;
    margin: 1%;
    float: left;
    display: inline-block;
    text-align: center;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 124px;
    background: url("../images/subnav.jpg") center 0 no-repeat #919497;
  }

  .subnav-section .container {
    max-width: 770px;
  }
  /* Callout Section1 - desktop */
  .callout-section1 .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .callout-section1 .callout a {
    background: #000;
    padding: 0;
  }

  .callout-section1 .callout a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
    opacity: .7;
  }

  .callout-section1 .callout a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/callout-watermark.png") center center #888888;
    z-index: 40;
    opacity: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section1 .callout a .bg {
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section1 .callout a .bg img {
    width: 100%;
    max-width: 200%;
  }

  .callout-section1 .callout a h3 {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 30;
    font-size: 35px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section1 .callout a .main {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section1 .callout a .main h4 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .callout-section1 .callout a .main p {
    font-size: 15px;
    line-height: 20px;
  }

  .callout-section1 .callout a:hover .main {
    opacity: 1;
  }

  .callout-section1 .callout a:hover:before {
    opacity: .9;
  }

  .callout-section1 .callout a:hover .bg {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  .callout-section1 .callout a:hover h3 {
    opacity: 0;
  }

  .callout-section2 {
    padding: 70px 0 112px;
    background: url("../images/section1.jpg") center center #8e8e8e;
  }

  .callout-section2 h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 42px;
  }

  .callout-section2 .container {
    margin: 0 auto;
  }

  .callout-section2 .callout a {
    max-width: 100%;
  }

  .callout-section2 .callout a .main {
    font-size: 24px;
    line-height: 30px;
    padding: 34px 0;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 56px 0;
  }

  .home .main-content-section {
    padding: 140px 0 86px;
    background: url("../images/section3.jpg") center center #fff;
    border-top: 5px solid #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .main-content-section h1 {
    font-size: 47px;
    line-height: 47px;
  }

  .home .main-content-section h1 span {
    font-size: 40px;
    line-height: 40px;
  }

  .home .main-content-section .container {
    max-width: 785px;
  }

  .main-content-section #sidebar {
    margin: 8px 0 0;
    width: 35.7%;
  }
  .inner-tagline .caption.font2 {
    top: 117px;
  }
  /* Section1 - desktop */
  .section1 {
    background: #fff;
    padding: 0px 0;
    background-position: center 20%;
    border-width: 5px 0 0 0;
  }

  .section1 .container {
    height: 444px;
  }

  .section1:after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    right: 50%;
    height: 444px;
    background: url("../images/section2-photo.jpg") center center #fff;
    z-index: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 3px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .section1 .main {
    width: 460px;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: url("../images/section2-bg.jpg") center center #8cbb25;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 840px 0 0;
    margin: 0 3px;
  }

  .section1 .main .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    width: 460px;
  }

  .section2 {
    padding: 70px 0 0;
    background: url("../images/section4.jpg") center center #abcdce;
  }

  .section2 .main {
    margin-left: 50%;
    padding: 60px 42px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    text-align: justify;
  }
  /* Testimonials Section - desktop */
  .testimonials-section {
    padding: 70px 0 0;
    background: url("../images/section5.jpg") center center #abcdce;
  }

  .testimonials-section .main {
    margin-right: 50%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 60px 42px 40px;
  }

  .testimonials-section .btns {
    margin-top: 58px;
  }

  .testimonials-section .btns a {
    width: 31%;
    margin: 0;
    padding: 14px 0;
  }

  .testimonials-section .btns a i {
    line-height: 10px;
    position: relative;
    top: -2px;
  }
  /* Logos Section - desktop */
  .logos-section {
    padding: 129px 0;
  }

  .logos-section h2 {
    font-size: 59px;
    margin-bottom: 50px;
  }

  .logos-section .container {
    max-width: 1100px;
  }

  .logos-section .logos .logo {
    width: 30%;
    padding: 23px 0;
  }

  .callout-section3 .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .callout-section3 .callout a {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
  }


h2[id^='anchor-']{
  margin-top: -126px !important;
  padding-top: 126px !important;
}

  /* Footer Section - desktop */
  #ft .markers {
    display: block;
    z-index: 10;
    position: relative;
  }

  #ft .markers .marker {
    position: absolute;
    left: 50%;
    top: 139px;
    margin-left: -226px;
    display: inline-block;
    color: #254a80;
    font-size: 20px;
    line-height: 20px;
    margin-left: -287px;
    position: absolute;
    top: 66px;
  }

  #ft .markers .marker img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 30px;
    left: 25%;
  }

  #ft .markers .marker .label {
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
    width: 140px;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }

  #ft .markers .marker: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 .markers .marker:hover .label {
    background: #f0f3f8;
  }

  #ft .markers .marker.marker2 {
    margin-left: -497px;
    top: 512px;
  }

  #ft .locations {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 71px 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46%;
    background: rgba(37, 74, 128, 0.8);
    top: 78px;
  }

  #ft .locations .logo {
    padding: 0 0 27px;
    margin: 0 0 26px;
  }

  #ft .locations .logo:hover img {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
  }

  #ft .locations .location {
    text-align: left;
    padding: 0;
    margin: 0;
  }

  #ft .locations .location1 {
    float: left;
  }

  #ft .locations .location2 {
    float: right;
  }

  #ft .btns {
    margin: 152px  15px 15px;
  }

  #ft .btns a {
    padding: 13px 27px;
  }

  #ft .social-icons {
    margin: 20px 0 0;
  }

  /* adjust targets for appt req validation when elements missing */
  :target:before {
    content:"";
    display:block;
    height:124px; /* fixed header height*/
    margin:-144px 0 0; /* negative fixed header height */
  }

  /* Sesame Section - desktop */
}

/* end desktop  =========================== */
@media only screen and (min-width: 75em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -20%;
  }
}

@media only screen and (min-width: 86em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -15%;
  }
}

@media only screen and (min-width: 97em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -10%;
  }
}

@media only screen and (min-width: 108em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -5%;
  }
}

@media only screen and (min-width: 119em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 0%;
  }

  .callout-section2,
  .section2,
  .testimonials-section {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.vMaster a{color:#8bbadf !important}
