/* Basics */
.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase, .no-caps {
  text-transform: none !important;
}

.rel {
  position: relative;
}

.w300 {
  font-weight: 300 !important;
}

.w400 {
  font-weight: 400 !important;
}

.w500 {
  font-weight: 500 !important;
}

.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.w900 {
  font-weight: 900 !important;
}

.w800 {
  font-weight: 800 !important;
}

.em {
  font-style: italic !important;
}

.round {
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
}

/* Hov Effects */
.fade {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.fade:hover {
  opacity: .7;
}

.lighter {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.lighter:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

.spin {
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
}

.spin:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

.scale {
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

.scale:hover {
  -webkit-transform: scale(0.94);
     -moz-transform: scale(0.94);
      -ms-transform: scale(0.94);
       -o-transform: scale(0.94);
          transform: scale(0.94);
}

.scale-up {
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

.scale-up:hover {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}

/* 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;
}

.hr {
  visibility: hidden;
}

/* List Styling */
ul li {
  list-style: disc;
}

li {
  line-height: 1.5;
}

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

/* 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: #5cc3e5;
  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: #333333;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #1e88ac;
}

/* Office Tour Slideshow */
.slideshow {
  border-bottom: 3px solid #5cc3e5;
  margin: 0 auto;
}

.slideshow-text {
  background: #444444;
  padding: 0 10px;
  color: #fff;
}

.invisalign-before-after.slideshow .slideshow-nav a,
.office-tour.slideshow .slideshow-nav a,
.before-and-after.slideshow .slideshow-nav a {
  padding: 5px 5px;
}

.invisalign-before-after.slideshow .slideshow-nav a.prev,
.office-tour.slideshow .slideshow-nav a.prev,
.before-and-after.slideshow .slideshow-nav a.prev,
.invisalign-before-after.slideshow .slideshow-nav a.next,
.office-tour.slideshow .slideshow-nav a.next,
.before-and-after.slideshow .slideshow-nav a.next {
  padding: 2px 15px;
}

.invisalign-before-after.slideshow .slideshow-nav a:hover,
.office-tour.slideshow .slideshow-nav a:hover,
.before-and-after.slideshow .slideshow-nav a:hover {
  color: #aadbeb;
}

body.invisalign-before-after .slideshow-nav-paginated li.slideshow-active-page a,
body.office-tour .slideshow-nav-paginated li.slideshow-active-page a,
body.before-and-after .slideshow-nav-paginated li.slideshow-active-page a {
  color: #aadbeb !important;
}

/* Form Buttons */
form button {
  background: #5cc3e5;
  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: #1e95bd;
}

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

form#blog_search {
  background: #5cc3e5;
  color: #333333;
  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: #333333;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 70%;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}

form#blog_search input:hover {
  background: #ebebeb;
}

form#blog_search button {
  display: block;
  background: #1e88ac;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

form#blog_search button:active,
form#blog_search button:hover {
  background: #0f4355;
}

/* 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;
}

/* Office Tour */
ul.slideshow {
  margin: 0 auto !important;
}

/*
body.office-tour { .content-text { display: inline-block; text-align: center; width: auto !important; } }
*/
form p {
  height: auto;
}

#hd .social-icons span {
  	position:relative;
	top:2px;
}

@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid transparent;
    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%;
  }
}

body {
  font: normal normal 20px/40px 'Lato', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333333;
  overflow-x: hidden;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* Links */
a {
  color: #5cc3e5;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}

a:hover {
  color: #1e88ac;
}

hr {
  color: #4d8699;
  background-color: #4d8699;
  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 20px;
  width: auto !important;
  max-width: 1000px;
}

/* Header */
#hd {
  z-index: 90;
  text-align: center;
  background: #335866;
  /* Header Info */
  /* Header Social Icons */
  /* Main Nav - mobile */
}

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

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

#hd .info .address {
  padding: 10px 0;
  font-size: 13px;
  line-height: 16px;
}

#hd .info .address .main {
  color: #fff;
  display: inline-block;
  letter-spacing: .05em;
}

#hd .info .address .main:hover {
  color: #abd1df;
}

#hd .info .address .phone-outer {
  font-size: 18px;
  display: block;
  margin-top: 5px;
  letter-spacing: .1em;
}

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

#hd .social-icons {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 10px 0 25px;
  padding: 3px 15px;
  border: 1px solid #fff;
  line-height: 19px;
}

#hd .social-icons a {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  margin: 4px 4px 6px;
}

#hd .social-icons a: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);
  color: #abd1df;
}

#hd #main-nav {
  z-index: 100;
  text-align: center;
  margin: 0 -20px;
  height: 45px;
  line-height: 45px;
  letter-spacing: .1em;
}

#hd #main-nav a.trigger {
  color: #fff;
  background: #234451;
  padding: 0;
  font-size: 14px;
}

#hd #main-nav a.trigger span {
  display: block;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}

#hd #main-nav a.trigger span i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: -4px 0 0 5px;
  font-size: 1.0em;
}

#hd #main-nav a.trigger span.open {
  opacity: 1;
}

#hd #main-nav a.trigger span.close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#hd #main-nav a.trigger span.close i {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

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

#hd #main-nav .collapsible ul {
  position: relative;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  padding: 10px 0;
}

#hd #main-nav .collapsible ul li a {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

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

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

#hd #main-nav .collapsible.open {
  background: rgba(56, 94, 109, 0.96);
  position: absolute;
  height: auto;
}

#hd #main-nav .collapsible.open ul li {
  -webkit-animation: mymove .4s 1;
     -moz-animation: mymove .4s 1;
       -o-animation: mymove .4s 1;
          animation: mymove .4s 1;
}

#hd #main-nav .collapsible.open ul li a {
  display: block;
}

#hd #main-nav .collapsible.open ul li a:hover,
#hd #main-nav .collapsible.open ul li.open > a {
  color: #cae4ee;
  background: rgba(5, 5, 5, 0.4);
}

#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.3);
  padding-bottom: 10px;
}

#hd #main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

#hd #main-nav .collapsible.open a.trigger span.open {
  opacity: 0;
}

#hd #main-nav .collapsible.open a.trigger span.open i {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

#hd #main-nav .collapsible.open a.trigger span.close {
  opacity: 1;
}

#hd #main-nav .collapsible.open a.trigger span.close i {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

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

/* Home Slideshow */
.home-slideshow-section {
  padding: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.home-slideshow-section img {
  margin: 0;
  width: 240%;
  max-width: 2000px;
  margin: -20% -70% 0;
}

/* Subnav Section */
.subnav-section {
  text-align: center;
  background: url(../images/subnav-bg.jpg) center top repeat #d3cbc2;
  padding: 150px 0 0;
}

.about-us .subnav-section {
  background: url(../images/subnav-bg.jpg) center top repeat #d3cbc2;
}
.cosmetics .subnav-section {
  background: url(../images/subnav-bg1.jpg) center top repeat #d3cbc2;
}
.treatments .subnav-section {
  background: url(../images/subnav-bg2.jpg) center top repeat #d3cbc2;
}
.general-dentistry .subnav-section {
  background: url(../images/subnav-bg3.jpg) center top repeat #d3cbc2;
}
.contact-us .subnav-section {
  background: url(../images/subnav-bg4.jpg) center top repeat #d3cbc2;
}


.subnav-section .bg {
  background: rgba(51, 51, 51, 0.7);
  padding: 20px 0;
}

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

.subnav-section p {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.12em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 0px 4px;
}

.subnav-section p a.active, .subnav-section p a:hover {
  color: #8ce6ff;
}

/* Callout Section 1 */
.callout-section1 {
  z-index: 10;
  text-align: center;
  background: #4d8699;
}

.callout-section1 h2 {
  font-size: 43px;
  line-height: 43px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 13px;
  padding-bottom: 0;
  letter-spacing: 0.075em;
}

.callout-section1 .callout {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}

.callout-section1 .callout a {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: .37s ease-in-out;
  -o-transition: .37s ease-in-out;
  -moz-transition: .37s ease-in-out;
  transition: .37s ease-in-out;
  display: block;
  letter-spacing: .1em;
  overflow: hidden;
}

.callout-section1 .callout a .photo {
  border: 3px solid #a9c6cf;
  background: #333;
  overflow: hidden;
}

.callout-section1 .callout a .photo img {
  opacity: .6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.callout-section1 .callout a .main {
  background: #5cc3e5;
  padding: 15px;
  border: 1px solid #fff;
  margin-top: 10px;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
}

.callout-section1 .callout a .main span {
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: inline-block;
}

.callout-section1 .callout a:hover .photo img {
  opacity: 1;
  -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 span {
  -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
       -o-transform: scale(1.08);
          transform: scale(1.08);
}

.callout-section1 .callout a:hover .main {
  background: #3a9bbc;
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: #fff;
  /* Headings */
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.main-content-section h1 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 38px;
  padding-bottom: 0;
  letter-spacing: 0.075em;
  border-bottom: 3px solid #4d8699;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.home .main-content-section h1 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 33px;
}

.home .main-content-section h1 span {
  display: block;
  font-size: 24px;
}

.main-content-section h2 {
  color: #333333;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 700;
}

.main-content-section h3 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
}

.main-content-section h4 {
  color: #333333;
  font-size: 21px;
  font-weight: 400;
}

.main-content-section h5,
.main-content-section h6 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}

.main-content-section .staff-photo {
  margin: 0 auto 20px;
  display: block;
  border: 3px solid #f0f7f8;
}

.main-content-section #sidebar img {
  max-width: 100%;
  width: auto;
  border: 3px solid #f0f7f8;
}

.main-content-section .content-text {
  text-align: left;
}

.main-content-section .content-text a {
  /* font-weight: 700; */
}

.main-content-section .content-text #toggle-content li,
.main-content-section .content-text .slideshow li,
.main-content-section .content-text .slideshow-nav ul li,
.main-content-section .content-text .slideshow-nav ol li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

.main-content-section .content-text #pro-pack ul li,
.main-content-section .content-text #invisalign-footer ul li {
  background: none;
}

.main-content-section .content-text h2, .main-content-section .content-text h3, .main-content-section .content-text h4, .main-content-section .content-text h5, .main-content-section .content-text h6,
.main-content-section header h2,
.main-content-section header h3,
.main-content-section header h4,
.main-content-section header h5,
.main-content-section header h6 {
  margin: 0.2em 0 1.0em;
  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,
.main-content-section header ul {
  margin: 0 0 1.8em 25px;
}

.main-content-section .content-text ul li,
.main-content-section header ul li {
  padding: 0 14px 8px;
  list-style: none;
  background: url(../images/li-bullet.png) 0 12px no-repeat;
}

.sitemap .main-content-section .content-text ul, .sitemap
.main-content-section header ul {
  margin: 0 0 20px;
  font-size: 1.25em;
}

.sitemap .main-content-section .content-text ul li, .sitemap
.main-content-section header ul li {
  margin: 3px 0;
  list-style: none;
  background: none;
}

.sitemap .main-content-section .content-text ul li ul, .sitemap
.main-content-section header ul li ul {
  font-size: .85em;
  margin: 0 0 20px 15px;
}

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

.main-content-section h2.ba-title {
  margin-bottom: -20px;
}

/* General stylings - Btns */
.btns a {
  display: inline-block;
  letter-spacing: .1em;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 10px 20px;
  background: #5cc3e6;
  border: 1px solid #fff;
}

.btns a span {
  display: inline-block;
  -webkit-transition: .32s;
  -o-transition: .32s;
  -moz-transition: .32s;
  transition: .32s;
}

.btns a:hover {
  background: #3db8e1;
}

.btns a:hover span {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* Section 1 */
.section1 {
  z-index: 10;
  padding: 80px 0;
  text-align: center;
  background: url(../images/section1-bg.jpg) center center #68595b;
}

.section1 .btns a {
  padding: 21px 34px;
}

.section2 {
  text-align: center;
  background: #cfe6e6;
  border: 4px solid #fff;
  border-width: 4px 0;
}

.section2 .photo img {
  border: 3px solid #ddedee;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.section2 .photo a:hover img {
  border: 3px solid #fff;
}

.section2 h2 {
  color: #333333;
  font-size: 45px;
  line-height: 47px;
  border-bottom: 3px solid #4d8699;
  margin: 20px 0;
  padding-bottom: 25px;
  letter-spacing: .075em;
}

.section2 p {
  color: #333333;
  font-size: 18px;
  line-height: 40px;
  margin: 20px 0 25px;
  letter-spacing: .025em;
}

.section2 .btns a {
  font-size: 13px;
  padding: 18px 28px;
}

.section3 {
  z-index: 10;
  padding: 60px 0;
  text-align: center;
  background: url(../images/section3-bg.jpg) center center #6a6a69;
  border: 4px solid #fff;
  border-width: 4px 0;
}

.section3 iframe {
  width: 100%;
  max-width: 555px;
  border: 3px solid rgba(230, 241, 243, 0.6);
  height: 260px;
}

/* Footer */
#ft {
  background: #335866;
  text-align: center;
  z-index: 10;
}

#ft .markers {
  display: none;
}

#ft .location {
  padding: 10px 0;
}

#ft .map {
  display: inline-block;
}

#ft .name {
  display: block;
  margin: 3px 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 25px;
}

#ft .name:hover {
  color: #bfe0ec;
}

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

#ft .main {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  display: block;
  letter-spacing: 0.05em;
}

#ft .main:hover {
  color: #bfe0ec;
}

#ft .phone-outer {
  font-size: 20px;
  line-height: 18px;
  display: block;
  margin-top: 5px;
  letter-spacing: 0.1em;
}

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

/* Sesame Section */
.ft-design-credit {
  z-index: 20;
  background: #4d8699;
  font-size: 11px;
  line-height: 27px;
  text-align: center;
  padding: 25px 0 15px 0;
}

.ft-design-credit .sesame {
  color: #fff;
  letter-spacing: 0.1em;
}

.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 {
  color: #bddde8;
}

.ft-design-credit .back-to-top {
  display: inline-block;
  margin: 0 0 20px;
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 13px 18px;
  background: #5cc3e6;
  border: 1px solid #fff;
}

.ft-design-credit .back-to-top span {
  display: inline-block;
  -webkit-transition: .32s;
  -o-transition: .32s;
  -moz-transition: .32s;
  transition: .32s;
}

.ft-design-credit .back-to-top:hover {
  background: #3db8e1;
}

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

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  body.oraverse,
  body.somnodent-sleep-apnea-appliance,
  body.tap-appliance,
  body.juvederm-xc,
  body.clarity-sl,
  body.palatal-expander,
  body.retainer-instructions,
  body.acceledent-aura,
  body.common-procedures,
  body.solea-dental-laser,
  body.home,
  body.sitemap,
  body.meet-the-staff,
  body.meet-our-staff,
  body.our-staff,
  body.our-team,
  body.the-staff,
  body.the-team,
  body.meet-the-team,
  body.meet-our-team,
  body.types-of-braces,
  body.types-of-appliances,
  body.common-orthodontic-issues,
  body.common-procedures,
  body.office-tour,
  body.before-and-after,
  body.invisalign,
  body.i-cat,
  body.invisalign,
  body.itero-element,
  body[class^='suresmile-'],
  body[class^='damon-'],
  body[class^='invisalign-'],
  body[class^='in-ovation-'],
  body.which-is-right-for-me,
  body.your-child-s-first-orthodontic-checkup,
  body.aao-testimonials,
  body.ortho-tv,
  body.my-life-my-smile-my-orthodontist,
  body[class^='damon-'] {
    /* .main-content-section header, */
  }
  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.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.invisalign #sidebar,
  body.itero-element #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,
  body[class^='damon-'] #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.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.invisalign .content-text,
  body.invisalign header,
  body.itero-element .content-text,
  body.itero-element 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,
  body[class^='damon-'] .content-text,
  body[class^='damon-'] header {
    width: 100%;
  }
  .main-content-section .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* ======================================================
							  TABLET 
	========================================================= */
  /* Header Section */
  #hd {
    padding: 0 0;
    text-align: left;
    /* Header Info - tablet */
    /* Header Social Icons - tablet*/
    /* Header Callouts - tablet*/
  }
  #hd .logo {
    display: inline-block;
    padding: 25px 0 30px;
    width: auto;
  }
  #hd .top {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    text-align: right;
  }
  #hd .info,
  #hd .social-icons,
  #hd .callouts {
    margin: 0;
    clear: none;
    display: inline-block;
    vertical-align: top;
  }
  #hd .info {
    display: block;
  }
  #hd .info .address {
    margin: 30px 0 0;
    padding: 0;
    display: inline-block;
  }
  #hd .info .address .phone-outer {
    display: block;
  }
  #hd .social-icons {
    text-align: right;
    display: inline-block;
    margin-top: 15px;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section {
    height: 550px;
  }
  .home-slideshow-section img {
    width: 2000px;
    margin: -200px -1000px 0;
    position: absolute;
    top: 0;
    left: 50%;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 {
    padding: 50px 0;
  }
  .callout-section1 h2 {
    margin-bottom: 30px;
  }
  .callout-section1 .callout {
    padding: 0 10px;
    margin: 0 !important;
    width: 33.33333% !important;
    max-width: 100%;
  }
  .callout-section1 .callout a {
    margin: 0 auto;
    font-size: 13px;
  }
  /* Main Content Section - tablet */
  .main-content-section {
    /* main content */
  }
  .main-content-section h1 {
    font-size: 55px;
    line-height: 58px;
  }
  .home .main-content-section h1 span {
    line-height: 35px;
  }
  .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;
  }
  .main-content-section .content-text p {
    letter-spacing: .025em;
  }
  /* Section1 - tablet */
  .section1 {
    padding: 90px;
  }
  .section2 {
    padding: 50px 0 45px;
    text-align: left;
  }
  .section2 h2 {
    margin-top: 0;
  }
  .section2 .photo {
    display: inline-block;
    width: 35%;
    float: right;
  }
  .section2 .main {
    display: inline-block;
    width: 60%;
  }
  .section3 iframe {
    width: 555px;
    max-width: 555px;
    height: 310px;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 repeat-x #eaeaea;
  }
  #ft .container {
    height: 600px;
  }
  #ft .markers {
    display: block;
  }
  #ft .markers .marker {
    position: absolute;
    left: 50%;
    top: 269px;
    margin-left: -277px;
    display: inline-block;
    padding: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
  }
  #ft .markers .marker img {
    width: 34px;
  }
  #ft .markers .marker: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);
    margin-top: -4px;
  }
  #ft .location {
    width: 333px;
    height: 265px;
    position: absolute;
    padding: 0;
    margin: 0;
    background: rgba(51, 88, 102, 0.8);
    -webkit-box-shadow: 0 0 0 3px rgba(230, 241, 243, 0.6);
       -moz-box-shadow: 0 0 0 3px rgba(230, 241, 243, 0.6);
            box-shadow: 0 0 0 3px rgba(230, 241, 243, 0.6);
    right: 80px;
    top: 160px;
  }
  #ft .location .inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #ft .location .logo {
    margin: 0 0 15px;
    position: relative;
    top: -6px;
  }
  #ft .location .phone-outer {
    margin: 10px 0 0;
  }
  /* Sesame Section - tablet */
  .ft-design-credit {
    text-align: left;
    padding: 0;
  }
  .ft-design-credit .sesame {
    padding: 25px 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: 19px;
    right: 0;
    margin: 0;
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }
  .img-right {
    margin-top: 12px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 900;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.5);
       -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.5);
    /* Nav Section - desktop */
  }
  #hd .logo {
    padding: 10px 0;
  }
  #hd .info {
    display: inline-block;
  }
  #hd .info .address {
    margin: 11px 0 0;
  }
  #hd .info .address .phone-outer {
    display: inline-block;
    line-height: 30px;
    border-left: 1px solid #fff;
    padding-left: 16px;
    margin-left: 13px;
    margin-right: 12px;
  }
  #hd .social-icons {
    margin: 10px 0 0;
  }
  #hd #main-nav {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 70px;
    right: 0;
    letter-spacing: .175em;
  }
  #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 38px;
    padding: 0 0 9px;
    float: none;
  }
  #hd #main-nav .collapsible.open ul li.home,
  #hd #main-nav .collapsible ul li.home {
    display: none;
  }
  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: none !important;
    letter-spacing: .175em;
  }
  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: #5cc3e6;
    width: -webkit-calc(100% - 3px);
    width: -moz-calc(100% - 3px);
    width: calc(100% - 3px);
    height: 2px;
    content: " ";
    position: absolute;
    display: block;
    top: 30px;
    left: -5%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    -moz-transition: .35s ease-out;
    transition: .35s ease-out;
  }
  #hd #main-nav .collapsible.open ul li.active > a,
  #hd #main-nav .collapsible.open ul li:hover > a,
  #hd #main-nav .collapsible ul li.active > a,
  #hd #main-nav .collapsible ul li:hover > a {
    color: #fff;
    background: none;
  }
  #hd #main-nav .collapsible.open ul li.active > a:after,
  #hd #main-nav .collapsible.open ul li:hover > a:after,
  #hd #main-nav .collapsible ul li.active > a:after,
  #hd #main-nav .collapsible ul li:hover > a:after {
    opacity: 1;
    left: 0;
  }
  #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: 3px;
  }
  #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: #8b8b8b;
    background: rgba(76, 134, 153, 0.94);
    padding: 15px 0;
    margin: 0 0 0 0px;
    width: auto;
    min-width: 233px;
    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: 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: 900;
    letter-spacing: .175em;
    font-size: 11px;
    line-height: 28px;
    color: #fff !important;
    padding: 0 20px;
    height: auto;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: none;
    margin: 1px 0;
    border: none !important;
    white-space: nowrap;
    display: block;
  }
  #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 {
    display: none;
  }
  #hd #main-nav .collapsible.open ul ul li a:hover,
  #hd #main-nav .collapsible.open ul ul li.active a:hover,
  #hd #main-nav .collapsible.open ul .open ul li a:hover,
  #hd #main-nav .collapsible.open ul .open ul li.active a:hover,
  #hd #main-nav .collapsible ul ul li a:hover,
  #hd #main-nav .collapsible ul ul li.active a:hover,
  #hd #main-nav .collapsible ul .open ul li a:hover,
  #hd #main-nav .collapsible ul .open ul li.active a:hover {
    color: #8ce6ff !important;
    background: rgba(255, 255, 255, 0.25) !important;
  }
  #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: 120px 0 0;
    height: 780px;
  }
  .home-slideshow-section img {
    margin: 0 -1000px;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 120px;
    padding-top: 200px;
  }
  .subnav-section .container {
    max-width: 950px;
  }
  /* Callout Section1 - desktop */
  .callout-section1 {
    padding: 61px 0 69px;
  }
  .callout-section1 .container {
    max-width: 1010px;
  }
  .callout-section1 h2 {
    font-size: 56px;
    margin-bottom: 56px;
  }
  .callout-section1 .callout a {
    font-size: 16px;
  }
  .callout-section1 .callout a .main {
    margin-top: 40px;
    padding: 19px;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 76px 0;
  }
  .home .main-content-section {
    padding: 56px 0;
  }
  .main-content-section h1 {
    font-size: 56px;
  }
  .home .main-content-section .container {
    max-width: 801px;
  }
  .main-content-section #sidebar {
    margin: 10px 0 0;
    text-align: right;
  }
  .main-content-section .content-text {
    width: 65%;
  }
  .section1 {
    padding: 144px 0;
  }
  .section2 h2 {
    font-size: 56px;
    margin-top: 16px;
  }
  .section2 .photo {
    width: 380px;
  }
  .section2 .main {
    width: 590px;
  }
  .section3 {
    padding: 85px 0 71px;
  }
}

/* end desktop  =========================== */
