.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;
}

/* 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 - mobile */
#main-nav {
  z-index: 900;
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#main-nav .trigger {
  padding: 0px 7px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 32px;
}

#main-nav .trigger .nav-icon {
  width: 25px;
  height: 12px;
  position: relative;
  display: inline-block;
  z-index: 900;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  vertical-align: top;
  top: 9px;
}

#main-nav .trigger .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .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.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
  top: 12px;
  right: 1px;
}

#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(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  transform: rotate(44deg);
}

#main-nav .open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

#main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}

#main-nav .collapsible {
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
  width: 100%;
}

#main-nav .collapsible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21304a;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}

#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: 17px;
  line-height: 16px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

#main-nav .collapsible ul ul {
  padding: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}

#main-nav .collapsible ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  opacity: 0;
}

#main-nav .collapsible.open {
  position: absolute;
  height: auto;
  padding: 29px 0;
}

#main-nav .collapsible.open:after {
  opacity: .98;
}

#main-nav .collapsible.open ul li {
  opacity: 0;
  -webkit-animation: navSlideIn .55s 1 forwards;
  -moz-animation: navSlideIn .55s 1 forwards;
  -o-animation: navSlideIn .55s 1 forwards;
  animation: navSlideIn .55s 1 forwards;
}

#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 {
  background: rgba(5, 5, 5, 0.2);
}

#main-nav .collapsible.open ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.07s;
  -moz-animation-delay: 0.07s;
  -o-animation-delay: 0.07s;
  animation-delay: 0.07s;
}

#main-nav .collapsible.open ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

#main-nav .collapsible.open ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.21s;
  -moz-animation-delay: 0.21s;
  -o-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

#main-nav .collapsible.open ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.28s;
  -moz-animation-delay: 0.28s;
  -o-animation-delay: 0.28s;
  animation-delay: 0.28s;
}

#main-nav .collapsible.open ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

#main-nav .collapsible.open ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.42s;
  -moz-animation-delay: 0.42s;
  -o-animation-delay: 0.42s;
  animation-delay: 0.42s;
}

#main-nav .collapsible.open ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.49s;
  -moz-animation-delay: 0.49s;
  -o-animation-delay: 0.49s;
  animation-delay: 0.49s;
}

#main-nav .collapsible.open ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.56s;
  -moz-animation-delay: 0.56s;
  -o-animation-delay: 0.56s;
  animation-delay: 0.56s;
}

#main-nav .collapsible.open ul li:nth-of-type(9) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -o-animation-delay: 0.63s;
  animation-delay: 0.63s;
}

#main-nav .collapsible.open ul li:nth-of-type(10) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#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;
}

/* 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: #6f5437 !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: #6f5437;
  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: #33210e;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #3e5123;
}

/* 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: #6f5437;
  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 #6f5437;
}

.office-tour-pager a.cycle-pager-active {
  background: #6f5437;
}

.office-tour-pager a:hover {
  background: #876643;
  border: 1px solid #795c3c;
}

/* Form Buttons */
form button {
  background: #6f5437;
  color: #f7e7ce;
  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: #2b2015;
}

/* 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: #6f5437;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #6f5437;
  color: #33210e;
  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: #f7e7ce;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}

form#blog_search input {
  background: #f7e7ce;
  color: #33210e;
  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: #f1d6ab;
}

form#blog_search button {
  display: block;
  background: #3e5123;
  color: #f7e7ce;
  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: #070a04;
}

/* end blog css */
/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}

.ie8 .slideshow-item {
  display: none;
}

.ie8 .slideshow-active {
  display: block;
}

.shift {
  position: relative;
}

.columns {
  display: inline;
  float: left;
}

.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="file"], textarea {
  width: 80%;
}

body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}

#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}

#invisalign-before-after ul {
  margin: 0;
}

#invisalign-before-after p.caption {
  position: relative;
}

#damon-before-after {
  max-width: 539px;
  width: 100%;
}

.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}

.flash {
  margin: 20px 0;
}

/* hide double hr */
body.types-of-appliances div.hr, body.ortho-dictionary div.hr {
  display: none;
}

#hide-stock {
  display: none;
}

body[class^='meet-dr-'] #hide-stock,
body[class^='about-dr-'] #hide-stock,
body[class^='meet-the-doctor'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}

form p {
  height: auto;
}

@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -o-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }

  .row > .col:first-child {
    margin-left: 0%;
  }

  	/* 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%; }	
#staff-array .row > .col {
    margin-left: 0;
  }

  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }

  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/34px 'Fira Sans', Helvetica, Arial, sans-serif;
  background: #f7e7ce;
  color: #33210e;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
  -moz-transition-duration: 0.32s;
  -o-transition-duration: 0.32s;
  transition-duration: 0.32s;
}

.font1,
h1,
.main-content-section h2,
.main-content-section h3,
.main-content-section h4,
.main-content-section h5,
.main-content-section h6 {
  font-family: 'Libre Baskerville', serif;
}

/* Links */
a {
  color: #6f5437;
  -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: #3e5123;
}

hr {
  color: #a79b8a;
  background-color: #a79b8a;
  border: none;
  height: 1px;
  clear: both;
  margin: 36px 0;
}

/* Sections */
.section-container {
  padding: 45px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hd {
  padding: 0;
}

.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: 900;
  text-align: center;
  background: #aeb282;
}

#hd .container {
  margin: 0 auto;
}

#hd #main-nav .trigger .nav-icon {
  width: 25px;
}

#hd #main-nav .trigger .nav-icon span {
  background: #6f5437;
}

#hd #main-nav .open .trigger .nav-icon span {
  background: #fff;
}

#hd #main-nav .collapsible ul li a {
  font-size: 17px;
  line-height: 16px;
}

#hd #main-nav .collapsible.open:after {
  background: #33210e;
  opacity: .995;
}

#hd .logo {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 26px 40px;
}

#hd .top {
  line-height: 18px;
  padding: 14px 5px;
  background: #9aa162;
  letter-spacing: .02em;
}

#hd .main {
  color: #f7e7ce;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  margin: 0px 5px 5px;
  vertical-align: middle;
}

#hd .main:hover {
  color: #ddd6ba;
}

#hd .login {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 5px 0;
  vertical-align: middle;
  font-family: 'Libre Baskerville', serif;
}
#hd .login .far{
  font-size: 13px;
  line-height: 19px;
  vertical-align: middle;
  margin-top:-3px
}

#hd .phone-outer{
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0px 5px 0;
  vertical-align: middle;
}

#hd .phone-outer .phone,
#hd .phone-outer .phone a {
  color: #f7e7ce;
  display: inline-block;
}

#hd .social-icons {
  display: inline-block;
  margin: 5px 2px 0;
  vertical-align: top;
}

#hd .social-icons a {
  color: #f7e7ce;
  font-size: 12.5px;
  line-height: 15px;
  margin: 0;
  padding: 5px;
  z-index: 10;
  text-align: center;
  display: inline-block;
  -webkit-transition: .34s;
  -o-transition: .34s;
  -moz-transition: .34s;
  transition: .34s;
}

#hd .social-icons a.hg i {
  font-weight: 400;
}

#hd .social-icons a:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 20;
}

/* 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 -30%;
  z-index: 10;
  position: relative;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

.home-slideshow-section .photo img,
.home-slideshow-section .cycle-slideshow img {
  width: 100%;
  max-width: 500%;
  display: block;
}

/* Callout Section 1 */
.callout-section1 {
  z-index: 20;
  text-align: center;
  background: #614a30;
  padding: 1px 0;
}

.callout-section1 .container {
  padding: 0;
  margin: 0;
}

.callout-section1 .callout {
box-sizing:border-box;

  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
}

.callout-section1 .callout a {
  font-size: 24px;
  line-height: 25px;
  padding: 0;
  color: #f7e7ce;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  background: #6f5437;
  padding: 22px 15px;
}

.callout-section1 .callout a .bg,
.callout-section1 .callout a .icon {
  display: none;
}

.callout-section1 .callout a:hover {
  background: #614a30;
}

/* Subnav Section */
.subnav-section {
  text-align: center;
  background: url("../images/subnav.jpg") center bottom #fff;
}

.subnav-section p,
.subnav-section a {
  color: #f7e7ce;
}

.subnav-section p {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.0em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 3px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.subnav-section p a.active, .subnav-section p a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* h1 Formatting */
h1 {
  font-size: 37px;
  line-height: 38px;
  font-weight: 400;
  color: #f7e7ce;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.home h1 {
  text-align: center;
  color: #3e5123;
  padding-bottom: 25px;
  font-size: 35px;
  line-height: 40px;
}

.home h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #a18c74;
  z-index: -1;
}

.home h1 span {
  display: block;
  font-weight: 400;
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 10px;
  color: #c6a55c;
  font-style: italic;
  text-transform: none;
  letter-spacing: .0em;
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: url(../images/bg.jpg) center center #f0e1cb;
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.home .main-content-section {
  background: url("../images/bg-home.jpg") center center #ebdecc;
}

.main-content-section h2 {
  color: #3e5123;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}

.main-content-section h3 {
  color: #3e5123;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}

.main-content-section h4 {
  color: #3e5123;
  font-size: 23px;
  font-weight: 400;
}

.main-content-section h5,
.main-content-section h6 {
  color: #3e5123;
  font-size: 22px;
  font-weight: 400;
}

.main-content-section .staff-photo {
  margin: 0 auto 20px;
  display: block;
}

.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: .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, .sitemap
.main-content-section header ul a {
  text-decoration: none;
  color: #3e5123;
}

.sitemap .main-content-section .content-text ul a:hover, .sitemap
.main-content-section header ul a:hover {
  opacity: .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: .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 {
  color: #6f5437;
  text-decoration: underline;
  text-transform: none;
}

.sitemap .main-content-section .subnav,
.blog .main-content-section .subnav {
  display: none;
}

/* Callout Section 2 */
.callout-section2 {
  z-index: 20;
  text-align: center;
  background: #614a30;
  padding: 1px 0;
  color: #f7e7ce;
}

.callout-section2 h2 {
  font-size: 33px;
  line-height: 35px;
  padding: 20px;
}

.callout-section2 .container {
  padding: 0;
  margin: 0;
}

.callout-section2 .callout {
	box-sizing: border-box;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
}

.callout-section2 .callout a {
  font-size: 24px;
  line-height: 25px;
  padding: 0;
  color: #f7e7ce;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  background: #6f5437;
  padding: 22px 15px;
}

.callout-section2 .callout a .bg,
.callout-section2 .callout a .icon {
  display: none;
}

.callout-section2 .callout a:hover {
  background: #614a30;
}

/* Testimonials Section */
.testimonials-section {
  z-index: 10;
  padding: 46px 0;
  text-align: center;
  background: url("../images/section3.jpg") center center #0f0902;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #f7e7ce;
}

.testimonials-section ul, .testimonials-section li {
  margin: 0;
  padding: 0;
}

.testimonials-section h2 {
  margin: 0 0 20px;
  font-size: 37px;
  line-height: 37px;
  letter-spacing: .02em;
}

.testimonials-section h2 .line2 {
  color: #e5c98b;
}

.testimonials-section h2 .line3 {
  color: #c6a55c;
}

.testimonials-section p {
  font-size: 18px;
  line-height: 35px;
}

.testimonials-section .name {
  font-size: 15px;
  line-height: 15px;
  margin: 0 5px;
  color: #c6a55c;
  font-style: normal;
}

.testimonials-section .btns {
  margin-top: 29px;
}

.testimonials-section .btns a {
  background: #9aa162;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #33210e;
  padding: 19px 33px;
  margin: 0;
  letter-spacing: 0.0em;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

.testimonials-section .btns a i {
  font-size: 20.6px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 4px;
}

.testimonials-section .btns a:hover {
  color: #6f5437;
  background: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* Footer */
#ft {
  background: url("../images/ft-map.jpg") center center #fff;
  text-align: center;
  z-index: 10;
  padding: 10px 0;
}

#ft .map,
#ft .markers {
  display: none;
}

#ft .location {
  margin: 25px 0;
  padding: 37px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6a55c), to(#9e7928));
  background: -webkit-linear-gradient(top, #c6a55c 0%, #9e7928 100%);
  background: -moz-linear-gradient(top, #c6a55c 0%, #9e7928 100%);
  background: -o-linear-gradient(top, #c6a55c 0%, #9e7928 100%);
  background: linear-gradient(to bottom, #c6a55c 0%, #9e7928 100%);
}

#ft .logo {
  display: block;
  margin: 0 0 28px;
}

#ft .main {
  color: #33210e;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

#ft .main:hover {
  color: #63401b;
}

#ft .phone-outer,
#ft .phone-desk {
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin: 5px 0 0px;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a,
#ft .phone-desk .phone,
#ft .phone-desk .phone a {
  color: #f7e7ce;
  display: inline-block;
}

/* Sesame Section */
.ft-design-credit {
  font-size: 10px;
  letter-spacing: .05em;
  margin: 30px 0 0;
  line-height: 25px;
}

.ft-design-credit .sesame {
  color: #f7e7ce;
  letter-spacing: 0.0em;
}

.ft-design-credit .sesame .div {
  padding: 0 5px;
  display: none;
  color: #6f5437;
}

.ft-design-credit .sesame a {
  color: #f7e7ce;
  display: block;
}

.ft-design-credit .sesame a img {
  margin: -2px 6px 0 0;
}

.ft-design-credit .sesame a:hover {
  opacity: .7;
}

.ft-design-credit .sesame .back-to-top {
  display: inline-block;
  position: relative;
  font-size: 14.3px;
  line-height: 17px;
  margin: 0px 0 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.ft-design-credit .sesame .back-to-top:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  .container {
    margin: 0 2.5%;
  }

  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #sidebar,
  body.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.digital-x-rays #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[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.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.digital-x-rays .content-text,
  body.digital-x-rays 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[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.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;
  }

  #hd .container {
    padding: 0;
  }

  #hd .logo {
    display: inline-block;
  }

  #hd .top {
    padding: 10px 20px;
  }

  #hd .address {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }

  #hd .address .main {
    margin: 0;
  }

  #hd .address .main br {
    display: none;
  }

  #hd .address .phone-outer, #hd .address .login {
    display: inline-block;
    margin: 0 10px;
  }

  #hd .social-icons {
    margin: 0;
  }

  #hd .callouts {
    margin: 0;
  }

  #hd #main-nav {
    width: 420px;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    display: block;
    margin: 0 -20%;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 {
    padding: 1px;
  }

  .callout-section1 .callout {
box-sizing:border-box;
    padding: 1px;
    margin: 0;
    width: 50%!important;
    max-width: 100%;
  }

  .subnav-section {
    padding: 100px 0 40px;
  }
  /* h1 Formatting - tablet */
  h1 {
    font-size: 46px;
    line-height: 45px;
  }

  .home h1 {
    font-size: 42px;
    line-height: 42px;
    text-align: left;
  }

  .home h1 span {
    font-size: 32px;
    line-height: 32px;
  }
  /* 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,
  .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;
  }

  .callout-section2 {
    padding: 1px;
  }

  .callout-section2 h2 {
    padding: 30px;
    font-size: 38px;
  }

  .callout-section2 .callout {
	box-sizing: border-box;
    padding: 1px;
    margin: 0;
    width: 50%;
    max-width: 100%;
  }
  /* Testimonials Section - tablet */
  .testimonials-section {
    padding: 70px 0;
  }

  .testimonials-section h2 {
    font-size: 40px;
  }

  .testimonials-section li {
    margin: 0 50px;
  }

  .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%);
  }

  .testimonials-section .btns {
    margin-top: 39px;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 no-repeat #ebe9e5;
  }

  #ft .container {
    height: 602px;
  }

  #ft .ft-form {
    display: none;
  }

  #ft .markers {
    display: block;
  }

  #ft .markers .marker {
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: -116px;
    display: inline-block;
    padding: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
    -webkit-transform-origin: 33% 92%;
    -moz-transform-origin: 33% 92%;
    -ms-transform-origin: 33% 92%;
    -o-transform-origin: 33% 92%;
    transform-origin: 33% 92%;
    width: 76px;
  }

  #ft .markers .marker:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  #ft .locations {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    right: 0;
    width: 50%;
    padding: 0 20px 0;
    margin: 0;
  }

  #ft .locations .location {
    margin: 0;
    text-align: right;
    padding-bottom: 29px;
  }

  #ft .locations .location .phone-outer {
    margin-bottom: 48px;
  }

  #ft .locations .inner {
    position: absolute;
    top: 138px;
    left: 0;
    width: 100%;
  }
  /* Sesame Section - tablet */
  .ft-design-credit {
    padding: 0;
    text-align: right;
  }

  .ft-design-credit .sesame .div {
    display: inline-block;
  }

  .ft-design-credit .sesame a {
    display: inline-block;
  }

  .ft-design-credit .sesame .back-to-top {
    margin-left: 5px;
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }

  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body {
    font-size: 20px;
    line-height: 38px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    background: url(../images/hd.png) center top repeat-x;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    z-index: 900;
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Nav Section - desktop */
  }

  #hd .container {
    max-width: 1060px;
    margin: 0 auto;
  }

  #hd .logo {
    margin: 40px 0 0;
    padding: 15px 0;
  }

  #hd .logo img {
    max-width: 100%;
  }

  #hd .top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    background: none;
    text-align: right;
  }

  #hd .address .phone-outer {
    height: 37px;
    line-height: 38px;
    padding: 0 12px;
    margin: 0 0 0 8px;
    background: #3e5123;
  }
    #hd .address .login {
    height: 37px;
    line-height: 38px;
    padding: 0 12px;
    margin: 0 0 0 8px;
    background: #f2e3cb;
  }

  #hd .social-icons {
    position: absolute;
    top: 6px;
    left: 0;
    margin: 0;
  }

  #hd #main-nav {
    margin: 0;
    position: absolute;
    top: 61px;
    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;
  }

  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 21px;
    padding: 0 0 17px;
    float: none;
  }

  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 13px;
    display: inline-block;
    color: #33210e;
    height: 35px;
    line-height: 14px;
    text-align: left;
    padding: 0;
    background: none !important;
  }

  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: #6f5437;
    width: 100%;
    height: 1px;
    content: " ";
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    -webkit-transform: scale(0.94, 0.9);
    -moz-transform: scale(0.94, 0.9);
    -ms-transform: scale(0.94, 0.9);
    -o-transform: scale(0.94, 0.9);
    transform: scale(0.94, 0.9);
  }

  #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: #6f5437;
    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.home a,
  #hd #main-nav .collapsible ul li.home a {
    width: 34px;
    position: relative;
    top: -6px;
  }

  #hd #main-nav .collapsible.open ul li.home a:after,
  #hd #main-nav .collapsible ul li.home a:after {
    top: 15px;
  }

  #hd #main-nav .collapsible.open ul li.our-office a,
  #hd #main-nav .collapsible ul li.our-office a {
    width: 41px;
  }

  #hd #main-nav .collapsible.open ul li.new-patients a,
  #hd #main-nav .collapsible ul li.new-patients a {
    width: 54px;
  }

  #hd #main-nav .collapsible.open ul li.dental-services a,
  #hd #main-nav .collapsible ul li.dental-services a {
    width: 55px;
  }

  #hd #main-nav .collapsible.open ul li.smile-restorations a,
  #hd #main-nav .collapsible ul li.smile-restorations a {
    width: 88px;
  }

  #hd #main-nav .collapsible.open ul li.straumann-dental-implants a,
  #hd #main-nav .collapsible ul li.straumann-dental-implants a {
    width: 107px;
  }

  #hd #main-nav .collapsible.open ul li.preventive-care a,
  #hd #main-nav .collapsible ul li.preventive-care a {
    width: 71px;
  }

  #hd #main-nav .collapsible.open ul li.contact-us a,
  #hd #main-nav .collapsible ul li.contact-us a {
    width: 54px;
  }

  #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: -20px;
    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(62, 81, 35, 0.9);
    padding: 15px 0;
    margin: 0 0 0;
    width: auto;
    min-width: 203px;
    display: none;
    position: absolute;
    left: -20px;
  }

  #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: 1px 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: 13px;
    line-height: 25px;
    color: #f7e7ce !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;
    width: 100% !important;
  }

  #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: #9aa162;
    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-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: #33210e !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: 0px;
  }

  .home-slideshow-section .cycle-slideshow,
  .home-slideshow-section .photo {
    margin: 0 -30%;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 0;
    text-align: left;
    padding: 375px 20px 40px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .subnav-section .container {
    padding-right: 395px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* Callout Section1 - desktop */
  .callout-section1 {
    background: url("../images/section1.jpg") center center #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0;
  }

  .callout-section1 .container {
    max-width: 1070px;
    margin: 0 auto;
  }

  .callout-section1 .callout {
box-sizing:border-box;

    width: 25%!important;
    padding: 0 10px;
  }

  .callout-section1 .callout a {
    padding: 0;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: .02em;
    background: none;
    margin: 0 auto;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section1 .callout a .bg {
    display: block;
    padding-left: 21px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section1 .callout a .bg img {
    -webkit-box-shadow: 3px 3px 0px rgba(247, 231, 206, 0);
    -moz-box-shadow: 3px 3px 0px rgba(247, 231, 206, 0);
    box-shadow: 3px 3px 0px rgba(247, 231, 206, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section1 .callout a .main {
    text-align: left;
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    background: #f7e7ce;
    color: #6f5437;
    -webkit-transition: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    -webkit-box-shadow: 2px 2px 0 rgba(39, 30, 21, 0);
    -moz-box-shadow: 2px 2px 0 rgba(39, 30, 21, 0);
    box-shadow: 2px 2px 0 rgba(39, 30, 21, 0);
  }

  .callout-section1 .callout a .main span {
    color: #33210e;
  }

  .callout-section1 .callout a:hover {
    background: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  .callout-section1 .callout a:hover .main {
    bottom: 35px;
    -webkit-box-shadow: 6px 6px 0 rgba(39, 30, 21, 0.9);
    -moz-box-shadow: 6px 6px 0 rgba(39, 30, 21, 0.9);
    box-shadow: 6px 6px 0 rgba(39, 30, 21, 0.9);
  }

  .callout-section1 .callout a:hover .bg img {
    -webkit-box-shadow: 8px 8px 0 rgba(247, 231, 206, 0.9);
    -moz-box-shadow: 8px 8px 0 rgba(247, 231, 206, 0.9);
    box-shadow: 8px 8px 0 rgba(247, 231, 206, 0.9);
  }
  /* h1 formatting - desktop */
  h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 28px;
  }

  .home h1 {
    font-size: 50px;
    text-align: center;
    line-height: 55px;
  }

  .home h1 span {
    font-size: 35px;
    line-height: 35px;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 82px 0 110px;
  }

  .home .main-content-section {
    padding: 0;
  }

  .home .main-content-section .bg {
    padding: 100px 0 82px;
    background: url("../images/home-photo.png") center center no-repeat;
  }

  .home .main-content-section .content-text {
    line-height: 35px;
  }

  .home .main-content-section .container {
    max-width: 990px;
    padding-left: 500px;
  }

  .main-content-section #sidebar {
    margin: 0 0 0;
    position: absolute;
    top: -245px;
    right: 0;
  }

  .callout-section2 {
    background: url("../images/section2.jpg") center center #9aa162 no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 118px 0 218px;
  }

  .callout-section2 .container {
    max-width: 740px;
    margin: 0 auto;
  }

  .callout-section2 h2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 38px;
    line-height: 42px;
    width: 48%;
    margin: 0;
    padding: 0;
  }

  .callout-section2 .callout {
	box-sizing: border-box;
    width: 50%!important;
    padding: 10px 0;
    position: relative;
  }

  .callout-section2 .callout a {
    padding: 0;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: .02em;
    background: none;
    margin: 0 auto;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    width: 348px;
  }

  .callout-section2 .callout a:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #f7e7ce;
    z-index: -1;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0.4, 1);
    -moz-transform: scale(0.4, 1);
    -ms-transform: scale(0.4, 1);
    -o-transform: scale(0.4, 1);
    transform: scale(0.4, 1);
  }

  .callout-section2 .callout a .bg {
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  .callout-section2 .callout a .main {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    color: #f7e7ce;
    -webkit-transition: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    background: rgba(51, 33, 14, 0.56);
  }

  .callout-section2 .callout a:hover {
    background: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  .callout-section2 .callout a:hover .main {
    bottom: 10px;
    background: rgba(51, 33, 14, 0.86);
  }

  .callout-section2 .callout a:hover:after {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .callout-section2 .callout.callout2, .callout-section2 .callout.callout4 {
    top: 100px;
  }
  /* Section1 - desktop */
  .section1 {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  /* Testimonials Section - desktop */
  .testimonials-section {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 160px 0 150px;
  }

  .testimonials-section .container {
    max-width: 865px;
  }

  .testimonials-section h2 {
    position: absolute;
    width: 251px;
    padding: 0;
    margin: 0;
    top: 8px;
    left: 0;
    text-align: right;
    font-size: 50px;
    line-height: 50px;
  }

  .testimonials-section .testimonials {
    text-align: justify;
    padding-left: 282px;
  }

  .testimonials-section li {
    margin: 0;
    padding: 0;
  }
  /* Logos Section - desktop */
  .logos-section .container {
    max-width: 1100px;
  }

  .logos-section .logos .logo {
    padding: 0 15px;
  }
  /* Footer Section - desktop */
  #ft .container {
    max-width: 980px;
    margin: 0 auto;
  }

  #ft .locations {
    width: 42%;
  }
  /* Sesame Section - desktop */
}

/* end desktop  =========================== */
@media only screen and (min-width: 66.5em) {
  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 27px;
  }
}

@media only screen and (min-width: 77.5em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -20%;
  }

  .home-slideshow-section video {
    margin: 0 -2%;
    width: 104%;
  }
}

@media only screen and (min-width: 86em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -15%;
  }

  .home-slideshow-section video {
    margin: 0 0;
    width: 100%;
  }
}

@media only screen and (min-width: 97em) {
  .home-slideshow-section .cycle-slideshow,
  .home-slideshow-section .photo {
    margin: 0 -10%;
  }

  .home-slideshow-section video {
    margin: -3% 0;
  }
}

@media only screen and (min-width: 108em) {
  .home-slideshow-section .cycle-slideshow,
  .home-slideshow-section .photo {
    margin: 0 -5%;
  }

  .home-slideshow-section video {
    margin: -4% 0;
  }
}

@media only screen and (min-width: 119em) {
  .home-slideshow-section .cycle-slideshow,
  .home-slideshow-section .photo {
    margin: 0 0%;
  }

  .home-slideshow-section video {
    margin: -5% 0;
  }
}

@media only screen and (min-width: 129em) {
  .home-slideshow-section .cycle-slideshow,
  .home-slideshow-section .photo {
    margin: -2% 0%;
  }

  .home-slideshow-section video {
    margin: -6% 0;
  }

  .para1,
  .para2 {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
