.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;
}

.small-caps {
  font-variant: small-caps;
}

.rel {
  position: relative;
}

.w100 {
  font-weight: 100 !important;
}

.w200 {
  font-weight: 200 !important;
}

.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%;
}

#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: 0.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: 0.96em;
}

table.office-hours td.time {
  opacity: 0.8;
}

table.office-hours td.title {
  font-size: 1.07em;
}

.slideshow-nav .slideshow-active-page a {
  color: #3382a7 !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: #f5c134;
  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: #58585a;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #3382a7;
}

/* 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: #f5c134;
  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: 0.8em;
  height: 0.8em;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  border: 1px solid #f5c134;
}

.office-tour-pager a.cycle-pager-active {
  background: #f5c134;
}

.office-tour-pager a:hover {
  background: #f7cb56;
  border: 1px solid #f6c543;
}

/* Form Buttons */
form button {
  background: #f5c134;
  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: #ba8a09;
}

/* 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: #f5c134;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #f5c134;
  color: #58585a;
  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: #58585a;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 70%;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

form#blog_search input:hover {
  background: #ebebeb;
}

form#blog_search button {
  display: block;
  background: #3382a7;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.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: #1b4559;
}

/* 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;
  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;
}

.vMaster {
  right: 0!important;
  left: auto!important;
  border-radius: 0 0 0 8px!important;
}
.vTrigger {
  border-radius: 8px 0 0 0!important;
}


@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: #58585a;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
  -moz-transition-duration: 0.32s;
  -o-transition-duration: 0.32s;
  transition-duration: 0.32s;
}

.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: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #f5c134;
  -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: #3382a7;
}

hr {
  color: #f3a097;
  background-color: #f3a097;
  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;
}

/* Main Nav - mobile */
#main-nav {
  z-index: 100;
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#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;
}

#main-nav .trigger .nav-icon {
  width: 27px;
  height: 14px;
  position: relative;
  display: inline-block;
  z-index: 900;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  vertical-align: top;
  top: 5px;
}

#main-nav .trigger .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

#main-nav .trigger .nav-icon span:nth-child(1) {
  top: 0px;
}

#main-nav .trigger .nav-icon span:nth-child(2),
#main-nav .trigger .nav-icon span:nth-child(3) {
  top: 50%;
}

#main-nav .trigger .nav-icon span:nth-child(4) {
  top: 100%;
}

#main-nav .trigger .label {
  display: none;
}

#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);
}

#main-nav .open .trigger .nav-icon {
  -webkit-transform: scale(1.26);
  -moz-transform: scale(1.26);
  -ms-transform: scale(1.26);
  -o-transform: scale(1.26);
  transform: scale(1.26);
  top: 8px;
}

#main-nav .open .trigger .nav-icon span {
  background: #fff;
}

#main-nav .open .nav-icon span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}

#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);
}

#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);
}

#main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}

#main-nav .collapsible {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  width: 100%;
}

#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;
}

#main-nav .collapsible ul li a {
  font-size: 23px;
  line-height: 16px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#main-nav .collapsible ul ul {
  padding: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

#main-nav .collapsible ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

#main-nav .collapsible.open {
  background: rgba(245, 193, 52, 0.975);
  position: absolute;
  height: auto;
  padding: 20px 0;
}

#main-nav .collapsible.open ul li a {
  display: block;
}

#main-nav .collapsible.open ul li a:hover,
#main-nav .collapsible.open ul li.open > a {
  color: #fff;
  background: rgba(5, 5, 5, 0.2);
}

#main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.14);
  padding-bottom: 10px;
}

#main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

/* Header */
#hd {
  z-index: 90;
  text-align: center;
  background: #fff;
  /* Header Callouts */
}

#hd .container {
  margin: 0 auto;
}

#hd .logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 49px 20px;
}

#hd .logo span {
  display: inline-block;
  position: relative;
}

#hd .logo img {
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}

#hd .logo .main img {
  max-width: 300px;
}

#hd .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);
  opacity: 0.9;
}

#hd .top {
  line-height: 18px;
  padding-bottom: 15px;
  width: 200px;
  text-align: left;
  margin: 0 auto;
}

#hd .phone-outer {
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin: 0px 0 2px;
  vertical-align: 20%;
}

#hd .phone-outer i {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 15px;
  background: #f5c134;
  width: 30px;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: 10%;
}

#hd .phone-outer .phone,
#hd .phone-outer .phone a {
  color: #58585a;
  display: inline-block;
}

#hd .callouts {
  display: inline-block;
  vertical-align: 20%;
}

#hd .callouts ul,
#hd .callouts li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

#hd .callouts a {
  font-size: 20px;
  line-height: 20px;
  color: #58585a;
  padding: 2px 0;
  display: inline-block;
  position: relative;
  margin: 0;
  letter-spacing: 0em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#hd .callouts a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f023";
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 13px;
  background: #f5c134;
  width: 30px;
  margin-right: 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: 10%;
}

#hd .callouts a:hover {
  color: #3382a7;
}

#hd .callout {
  font-size: 20px;
  line-height: 20px;
  color: #58585a;
  padding: 2px 0;
  display: inline-block;
  position: relative;
  margin: 0;
  letter-spacing: 0em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#hd .callout i {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 13px;
  background: #f5c134;
  width: 30px;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: 10%;
}

#hd .callout:hover {
  color: #3382a7;
}

/* 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 {
  margin: 0 -20%;
  z-index: 10;
  position: relative;
}

.home-slideshow-section .photo img,
.home-slideshow-section .cycle-slideshow img {
  width: 100%;
  max-width: 500%;
  display: block;
}

.home-slideshow-section .caption {
  font-size: 30px;
  line-height: 29px;
  padding: 20px 15px;
  letter-spacing: 0em;
  z-index: 50;
  background: #fff;
}

/* Callout Section 1 */
.callout-section1 {
  z-index: 10;
  text-align: center;
  padding: 1px 0;
}

.callout-section1 .container {
  padding: 0;
  margin: 0;
}

.callout-section1 .dr-callout {
  background: #e2b02a;
}

.callout-section1 .dr-callout a {
  font-size: 27px;
  line-height: 29px;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  display: block;
  letter-spacing: 0em;
  overflow: hidden;
  background: #f5c134;
  padding: 13px 15px;
  margin: 2px 0;
}

.callout-section1 .dr-callout a:hover {
  background: #e2b02a;
}

.callout-section1 .callouts {
  background: #24749a;
  margin: 2px 0;
}

.callout-section1 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
}

.callout-section1 .callout a {
  font-size: 1.16em;
  line-height: 29px;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  display: block;
  letter-spacing: 0em;
  overflow: hidden;
  background: #3382a7;
  padding: 20px 15px;
}

.callout-section1 .callout a .bg,
.callout-section1 .callout a .icon {
  display: none;
}

.callout-section1 .callout a:hover {
  background: #24749a;
}

.callout-section1 .social-outer {
  background: #f5c134;
  padding: 20px;
}

.callout-section1 .social-outer h3 {
  color: #fff;
  letter-spacing: 0.05em;
  border-bottom: 4px solid #3382a7;
  display: inline-block;
  padding: 0 0 8px;
  font-size: 32px;
  margin-bottom: 15px;
}

.callout-section1 .social-icons {
  display: inline-block;
  margin: 5px 5px 16px;
  vertical-align: 20%;
}

.callout-section1 .social-icons a {
  color: #fff;
  font-size: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  margin: 4px;
  padding: 0;
  z-index: 10;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.callout-section1 .social-icons a i {
  vertical-align: 5%;
}

.callout-section1 .social-icons a.hg i {
  font-weight: 400;
  vertical-align: -5%;
}

.callout-section1 .social-icons a:hover {
  -webkit-transform: scale(1.45);
  -moz-transform: scale(1.45);
  -ms-transform: scale(1.45);
  -o-transform: scale(1.45);
  transform: scale(1.45);
  z-index: 20;
}

/* Subnav Section */
.subnav-section {
  text-align: center;
  background: #f5c134;
  letter-spacing: 0.05em;
}

.subnav-section p,
.subnav-section a {
  color: #fff;
}

.subnav-section p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 2px 4px;
}

.subnav-section p a.active,
.subnav-section p a:hover {
  color: #3382a7;
}

/* h1 Formatting */
h1 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 0;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.home h1 {
  text-align: center;
}

.home h1 .welcome {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}

.home h1 .main {
  background: #f3a097;
  padding: 20px;
  display: block;
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: #fff;
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.home .main-content-section {
  color: #fff;
  background: #e6897e;
}

.main-content-section h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
}

.main-content-section h3 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-content-section h4 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-content-section h5,
.main-content-section h6 {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-content-section .staff-photo {
  margin: 0 auto 20px;
  display: block;
  max-width: 276px;
  height: auto;
}

.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: 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: 1.2em 0 1.1em;
  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;
  text-transform: uppercase;
}

.sitemap .main-content-section .content-text ul a:hover,
.sitemap .main-content-section header ul a:hover {
  opacity: 0.76;
}

.sitemap .main-content-section .content-text ul li,
.sitemap .main-content-section header ul li {
  margin: 3px 0 25px;
  list-style: none;
}

.sitemap .main-content-section .content-text ul li ul,
.sitemap .main-content-section header ul li ul {
  font-size: 0.85em;
  margin: 0 0 20px 0;
}

.sitemap .main-content-section .content-text ul li ul li,
.sitemap .main-content-section header ul li ul li {
  margin: 3px 0 3px;
}

.sitemap .main-content-section .content-text ul li ul a,
.sitemap .main-content-section header ul li ul a {
  text-transform: none;
}

.sitemap .main-content-section .subnav,
.blog .main-content-section .subnav {
  display: none;
}

.main-content-section .callouts {
  text-align: center;
}

.main-content-section .callouts a {
  position: relative;
  display: inline-block;
}

.main-content-section .callouts a:hover {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}

/* Section 1 */
.section1 {
  z-index: 10;
  padding: 26px 0;
  text-align: center;
  background: #73a6be;
  color: #fff;
}

.section1 .photo {
  max-width: 300px;
  margin: 0 auto 30px;
  display: none;
}

.section1 a {
  background: #3382a7;
  display: inline-block;
  position: relative;
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  letter-spacing: 0.025em;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  width: 200px;
  height: 200px;
}

.section1 a span {
  position: absolute;
  top: 50%;
  left: 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%);
}

.section1 a:hover {
  color: #3382a7;
  background: #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);
}

/* Testimonials Section */
.testimonials-section {
  z-index: 10;
  padding: 46px 0;
  text-align: center;
  background: #eee;
}

.testimonials-section ul,
.testimonials-section li {
  margin: 0;
  padding: 0;
}

.testimonials-section h2 {
  margin: 0 0 20px;
  font-size: 35px;
  line-height: 35px;
}

.testimonials-section p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px;
}

.testimonials-section h4 {
  font-size: 23px;
  margin: 10px 0 0;
}

.testimonials-section .controls {
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  height: 30px;
  z-index: 20;
  margin: 20px 0 10px;
}

.testimonials-section .controls #prev,
.testimonials-section .controls #next {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  color: #255184;
}

.testimonials-section .controls #prev:hover,
.testimonials-section .controls #next:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #39689f;
}

.testimonials-section .controls #next {
  left: auto;
  right: 0;
  direction: rtl;
}

/* Logos Section */
.logos-section {
  background: #fff;
  text-align: center;
  z-index: 10;
}

.logos-section h2 {
  color: #ce4553;
  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: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-height: 127px;
  
}

.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);
}

.videos-section {
  
}

.videos-section .videos {
  margin: 0 1%;
}

.videos-section .videos a {
  float: left;
  text-align: center;
  width: 31.333%;
  margin: 10px 1%;
}

/* Footer */
#ft {
  background: #979695;
  text-align: center;
  z-index: 10;
  color: #fff;
}

#ft .social-icons {
  display: inline-block;
  margin: 5px 5px 16px;
  vertical-align: 20%;
}

#ft .social-icons a {
  color: #fff;
  font-size: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  margin: 4px;
  padding: 0;
  z-index: 10;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

#ft .social-icons a i {
  vertical-align: 5%;
}

#ft .social-icons a.hg i {
  font-weight: 400;
  vertical-align: -5%;
}

#ft .social-icons a:hover {
  -webkit-transform: scale(1.45);
  -moz-transform: scale(1.45);
  -ms-transform: scale(1.45);
  -o-transform: scale(1.45);
  transform: scale(1.45);
  z-index: 20;
}

#ft .map,
#ft .markers {
  display: none;
}

#ft .location {
  margin: 20px 0;
}

#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 .marker {
  display: none;
}

#ft .main {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  display: block;
  letter-spacing: 0.025em;
}

#ft .main .title {
  font-size: 24px;
  line-height: 24px;
  display: block;
  letter-spacing: 0.05em;
}

#ft .main:hover {
  opacity: 0.79;
}

#ft .phone-outer,
#ft .phone-desk {
  font-size: 40px;
  line-height: 40px;
  display: block;
  margin: 25px 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 .callouts a {
  display: inline-block;
  margin: 5px 10px;
}

#ft .callouts a: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);
  opacity: 0.9;
}

/* Sesame Section */
.ft-design-credit {
  z-index: 20;
  background: #3382a7;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  padding: 25px 0;
}

.ft-design-credit .sesame {
  color: #fff;
  letter-spacing: 0.05em;
}

.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: 0.7;
}

.ft-design-credit .back-to-top {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 0;
  margin: 0 0 15px;
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.ft-design-credit .back-to-top i {
  display: inline-block;
  color: #f5c134;
  font-size: 17px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
  margin: 4px;
  padding: 0;
  z-index: 10;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 0 0 2px #fff;
  -moz-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.ft-design-credit .back-to-top:hover {
  color: #bed9e5;
}

.ft-design-credit .back-to-top:hover i {
  background: #fff;
  color: #3382a7;
}

#zocdoc_schedule {
  display: none !important;
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  .container {
    margin: 0 2.5%;
  }
  body.what-sets-us-apart #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.meet-the-staff #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.color-my-braces #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.emergency-care #sidebar,
	body.life-with-braces #sidebar,
  body[class^="meet-dr-"] #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.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar {
    display: none;
  }
  body.what-sets-us-apart .content-text,
  body.what-sets-us-apart header,
  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.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.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.color-my-braces .content-text,
  body.color-my-braces 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.emergency-care header,
   body.emergency-care .content-text,
	body.life-with-braces header,
	body.life-with-braces .content-text,
  body[class^="meet-dr-"] .content-text,
  body[class^="meet-dr-"] 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.aao-testimonials .content-text,
  body.aao-testimonials header,
  body.ortho-tv .content-text,
  body.ortho-tv header,
  body.coronavirus-update header,
  body.coronavirus-update .content-text,
  body.my-life-my-smile-my-orthodontist .content-text,
  body.my-life-my-smile-my-orthodontist 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: 20px 0 20px;
    width: auto;
  }

  #hd .top {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    padding-right: 45px;
  }

  #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;
    bottom: 00;
    left: 0%;
    font-size: 60px;
    line-height: 60px;
    padding: 40px 0;
    width: 100%;
    background: none;
    color: #fff;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 {
    padding: 1px;
  }

  .callout-section1 .dr-callout {
    position: relative;
    z-index: 20;
    max-width: 600px;
    margin: 0 auto;
  }

  .callout-section1 .btns {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }

  .callout-section1 .btns .dr {
    margin: 0;
    padding: 15px 0;
    letter-spacing: 0.04em;
    display: inline-block;
    font-size: 24px;
    width: 252px;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
    margin: 0 20px;
  }

  .callout-section1 .callout {
    padding: 1px;
    margin: 0 !important;
    width: 33.33% !important;
    max-width: 100%;
    height: 100px;
  }

  .callout-section1 .callout a {
    margin: 0 auto;
    letter-spacing: 0.04em;
    height: 58px;
  }

  .callout-section1 .social-outer {
    padding: 20px 0 10px;
  }

  .callout-section1 .social-outer .social-icons {
    margin: 0 0 0 20px;
    vertical-align: middle;
  }
  /* h1 Formatting - tablet */
  h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .home h1 .main {
    padding: 20px 0 15px;
  }
  /* Main Content Section - tablet */
  .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 {
    width: 61%;
    float: left;
  }

  .home .main-content-section .content-text {
    width: 100%;
    float: none;
  }
  /* Section1 - tablet */
  .section1 {
    background: url("../images/smile-gallery.jpg") center center #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 20px 0 0;
  }
  /* Logos Section - tablet */
  .logos-section {
    padding: 20px 0;
  }

  .logos-section .logo {
    padding: 15px 15px;
  }

  .logos-section .logo img {
    max-width: 100%;
    height: auto;
  }
  
  .videos-section .videos a {
    width: 14.666%;
  }

  /* Footer Section - tablet */
  #ft .location {
    width: 48%;
    display: inline-block;
  }

  #ft .social-icons {
    margin: 20px 0;
  }
  /* Sesame Section - tablet */
  .ft-design-credit {
    text-align: left;
    padding: 0;
  }

  .ft-design-credit .sesame {
    padding: 27px 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: 18px;
    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: 40px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background: none;
    /* Nav Section - desktop */
  }

  #hd .container {
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1500px;
    background: #fff;
  }

  #hd .logo {
    max-width: 20.3%;
    text-align: left;
    vertical-align: middle;
    padding: 3% 0;
  }

  #hd .logo .main img {
    max-width: 370px;
  }

  #hd .callout,
  #hd .phone-outer {
    margin: 0;
    padding: 0;
  }

  #hd .top {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    right: 8px;
  }
  .home #hd .top {
    top: 72%;
  }

  #hd #main-nav {
    margin: 4px 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22.5%;
    height: auto;
    width: auto;
    background: none;
    vertical-align: top;
    padding: 0;
  }

  #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 10px;
    padding: 0 0 8px;
    float: none;
  }

  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 18px;
    display: inline-block;
    color: #6d696b;
    height: 35px;
    line-height: 34px;
    padding: 0 0;
    background: none !important;
    letter-spacing: 0.025em;
  }

  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: #6d696b;
    width: 100%;
    height: 3px;
    content: " ";
    position: absolute;
    display: block;
    top: 33px;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    -moz-transition: 0.45s;
    transition: 0.45s;
  }

  #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: #3382a7;
    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 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(245, 193, 52, 0.95);
    padding: 19px 0;
    margin: 0 0 0 0px;
    width: auto;
    min-width: 225px;
    display: none;
    position: absolute;
    left: 0;
  }

  #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: 2px 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;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 25px;
    color: #fff !important;
    padding: 2px 25px 0;
    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: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.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: #3a87ab;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -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 .cycle-slideshow {
    margin: 0 -15%;
  }

  .home-slideshow-section .caption {
    font-size: 70px;
    line-height: 70px;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 0;
    background: url("../images/subnav.jpg") center top #fff no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 451px 0 0;
    z-index: 300;
    text-align: left;
  }

  .subnav-section .container {
    max-width: 1090px;
    background: #f5c134;
    padding: 22px 45px;
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
  }

  .subnav-section .bg {
    top: 40px;
    position: relative;
  }
  /* Callout Section1 - desktop */
  .callout-section1 {
    padding: 95px 0 80px;
    text-align: right;
  }
  
   .callout-section1 .callout {
    width: 30% !important;
    height: initial;
  }
  .callout-section1 .callout a {
    height: initial;
  }
  .callout-section1 .container {
    max-width: 1420px;
    margin: 0 auto;
    height: 1174px;
  }

  .callout-section1 .dr-callout {
    width: auto;
    background: none;
    position: absolute;
    top: 21px;
    left: 0;
    margin-right: 710px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
    margin-top: 0;
    width: auto;
    right: 0;
    max-width: 100%;
  }

  .callout-section1 .dr-callout .dr {
    margin: 5px;
  }

  .callout-section1 .callouts {
    vertical-align: top;
    width: 100%;
    display: inline-block;
    padding: 0 0;
    margin: 0 0 30px;
    background: none;
    float: none;
    position: relative;
    height: 915px;
  }

  .callout-section1 .callouts .callout {
    text-align: center;
    position: absolute;
  }

  .callout-section1 .callouts .callout a {
    background: none;
    margin: 0;
    padding: 20px;
  }

  .callout-section1 .callouts .callout a .bg {
    display: inline-block;
    position: relative;
    background: #fff;
  }

  .callout-section1 .callouts .callout a .bg img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    max-width: 320px;
    height: auto;
  }

  .callout-section1 .callouts .callout a .main {
    -webkit-box-shadow: 0 0 0 5px #fff;
    -moz-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 15px;
    width: 200px;
    font-size: 22px;
    letter-spacing: 0.04em;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .callout-section1 .callouts .callout a:hover .bg img {
    opacity: 0.9;
  }

  .callout-section1 .callouts .callout a:hover .main {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .callout-section1 .callouts .callout.callout5 {
    top: 0;
    left: 37%;
  }

  .callout-section1 .callouts .callout.callout5 a .main {
    background: #3382a7;
  }
    .callout-section1 .callouts .callout.callout6 {
    top: 0;
    left: 0px;
  }

  .callout-section1 .callouts .callout.callout6 a .main {
    background: #6d696b;
  }
  
    .callout-section1 .callouts .callout.callout1 {
    top: 0;
    right: 0;
  }

  .callout-section1 .callouts .callout.callout1 a .main {
    background: #f3a097;
  }

  .callout-section1 .callouts .callout.callout2 {
    bottom: 0;
    left: 37%;
  }

  .callout-section1 .callouts .callout.callout2 a .main {
    background: #6d696b;
  }

  .callout-section1 .callouts .callout.callout3 {
    bottom: 0;
    left: 0;
  }

  .callout-section1 .callouts .callout.callout3 a .main {
    background: #f3a097;
  }

  .callout-section1 .callouts .callout.callout4 {
    bottom: 0;
    right: 0;
  }

  .callout-section1 .callouts .callout.callout4 a .main {
    background: #3382a7;
  }

  .callout-section1 .social-outer {
    display: inline-block;
    position: absolute;
    top: 950px;
    right: -70px;
    padding: 46px 46px 41px;
    width: 1174px;
    text-align: center;
  }

  .callout-section1 .social-outer .social-icons {
    display: block;
    text-align: center;
    margin: 0;
  }

  .callout-section1 .social-outer .social-icons a {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    margin: 8px 5px;
  }
  /* h1 formatting - desktop */
  h1 {
    font-size: 68px;
    line-height: 68px;
    margin-bottom: 41px;
  }

  .home h1 .main {
    padding: 31px 10px 18px;
    margin: 0 -20px;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 112px 0 60px;
  }

  .home .main-content-section {
    padding: 220px 0 0;
    background: url(../images/bg.jpg) center center #fff no-repeat;
    -moz-background-size: auto 102%;
    -o-background-size: auto 102%;
    background-size: auto 102%;
  }

  .home .main-content-section .bg {
    padding: 77px 147px;
    background: #e6897e;
    margin-bottom: -81px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
  }

  .home .main-content-section .container {
    max-width: 1500px;
  }

  .main-content-section #sidebar {
    margin: 8px 0 0;
  }

  .main-content-section .content-text {
    letter-spacing: 0.025em;
  }

  .home .main-content-section .content-text {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main-content-section .callouts {
    position: absolute;
    bottom: -162px;
    left: 0;
    width: 1000px;
    margin: 0;
    padding: 0;
  }
  /* Section1 - desktop */
  .section1 {
    margin: 220px 0 0;
    padding: 77px 0;
    background: none;
  }

  .section1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10000%;
    height: 100%;
    background: url("../images/smile-gallery.jpg") center center repeat-x;
    z-index: -1;
    -webkit-animation: scroller 350s linear;
    -moz-animation: scroller 350s linear;
    -o-animation: scroller 350s linear;
    animation: scroller 350s linear;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .section1 a {
    width: 400px;
    height: 400px;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0.025em;
    padding: 0;
  }
  /* Logos Section - desktop */
  .logos-section {
    padding: 60px 0 80px;
  }

  .logos-section .container {
    max-width: 1200px;
  }

  .logos-section .logos .logo {
    padding: 0 14px;
  }
  /* Footer Section - desktop */
  #ft {
    background: url("../images/ft-map.jpg") center center #f2f0ea no-repeat;
    padding: 0;
  }

  #ft .container {
    height: 740px;
    max-width: 1600px;
    margin: 0 auto;
  }

  #ft .locations {
    position: absolute;
    top: 0;
    left: 51%;
    height: 100%;
    text-align: left;
    padding: 30px 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }

  #ft .locations:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 100%;
    background: #999396;
    z-index: -1;
    opacity: 0.9;
  }

  #ft .locations .location {
    vertical-align: top;
    display: block;
    margin: 30px 0;
    padding: 0;
    width: 100%;
  }

  #ft .locations .location a {
    display: block;
    position: relative;
  }

  #ft .locations .location a .marker {
    display: inline-block;
    width: 47px;
    position: absolute;
    top: 6px;
    left: -80px;
  }

  #ft .locations .location a .marker .label {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: absolute;
    top: 20%;
    left: 0;
    width: 96%;
    text-align: center;
  }

  #ft .locations .location a .marker i {
    font-size: 60px;
  }

  #ft .locations .location.location1 a .marker {
    color: #f5c134;
  }

  #ft .locations .location.location2 a .marker {
    color: #f3a097;
  }

  #ft .locations .location.location3 a .marker {
    color: #3382a7;
  }

  #ft .locations .location.location4 a .marker {
    color: #6d696b;
  }

  #ft .phone-outer {
    display: inline-block;
    margin: 10px;
    position: relative;
    top: 7px;
  }

  #ft .social-icons {
    margin: 10px 0 30px;
  }

  #ft .social-icons a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin: 2.5px;
  }

  #ft .social-icons a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  #ft .markers {
    display: block;
    z-index: 00;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  #ft .markers .marker {
    position: absolute;
    left: 50% !important;
    top: 100px;
    display: inline-block;
    width: 47px;
    position: absolute;
    -webkit-transform-origin: center 95%;
    -moz-transform-origin: center 95%;
    -ms-transform-origin: center 95%;
    -o-transform-origin: center 95%;
    transform-origin: center 95%;
  }

  #ft .markers .marker:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 18px;
    width: 10px;
    height: 10px;
    background: #000;
    z-index: -1;
    -webkit-border-radius: 999em;
    -moz-border-radius: 999em;
    border-radius: 999em;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    -moz-transition: 0.9s;
    transition: 0.9s;
    -webkit-box-shadow: 0 0 0 0px white;
    -moz-box-shadow: 0 0 0 0px white;
    box-shadow: 0 0 0 0px white;
  }

  #ft .markers .marker i {
    font-size: 60px;
  }

  #ft .markers .marker .label {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.05em;
    position: absolute;
    top: 8%;
    left: 0;
    width: 96%;
    text-align: center;
  }

  #ft .markers .marker: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);
  }

  #ft .markers .marker:hover:after {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
  }

  #ft .markers .marker.marker1 {
    margin-left: -269px;
    top: 488px;
    color: #f5c134;
  }

  #ft .markers .marker.marker2 {
    margin-left: -179px;
    top: 497px;
    color: #f3a097;
  }

  #ft .markers .marker.marker3 {
    color: #3382a7;
    top: 270px;
    margin-left: -368px;
  }

  #ft .markers .marker.marker4 {
    color: #6d696b;
    top: 145px;
    margin-left: -369px;
  }
  /* Sesame Section - desktop */
}

/* end desktop  =========================== */
@media only screen and (min-width: 75em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -20%;
  }

  #hd #main-nav {
    right: 19.5%;
  }

  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 15px;
  }

  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 22px;
  }
}

@media only screen and (min-width: 86em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -15%;
  }

  .home-slideshow-section .caption {
    font-size: 85px;
    line-height: 85px;
    letter-spacing: -0.025em;
    padding: 4% 0;
  }

  #hd .logo {
    padding: 30px 0;
  }

  #hd #main-nav {
    right: 19.5%;
  }

  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 20px;
  }
  
    .callout-section1 .social-outer {
  
    right: 70px;
   
  }
  
}

@media only screen and (min-width: 97em) {
  #hd .logo {
    padding: 25px 10px;
  }

  #hd .logo .main img {
    width: 370px;
  }

  #hd #main-nav {
    right: 16.9%;
  }

  .home-slideshow-section .cycle-slideshow {
    margin: 0 -10%;
  }

  .home-slideshow-section .caption {
    font-size: 100px;
    line-height: 110px;
    letter-spacing: -0.025em;
    padding: 4% 0;
  }

  .callout-section1 .dr-callout {
    margin-left: 0;
  }
}

@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%;
  }
}
