.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.embed-video {
  width: 0;
  display: block;
  padding: 30% 50%;
  position: relative;
  margin-bottom: 30px;
}

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

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

.lowercase {
  text-transform: lowercase;
}

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

.rel {
  position: relative;
}

.w100 {
  font-weight: 100 !important;
}

.w200 {
  font-weight: 200 !important;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

p, ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

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

li {
  line-height: 1.5;
}

.hr {
  visibility: hidden;
}

.img-right {
  max-width: 100%;
}

#content ul {
  margin: 0 0 1.8em 39px;
}

#ft ul, #subnav {
  margin: 0;
  padding: 0;
}

#bd-callouts li, #ft ul li, #subnav li, body.sitemap #content ul li {
  list-style: none;
}

#main-nav nav.horizontal ul li {
  float: none;
}

/* Office Hours */
table.office-hours {
  background: rgba(0, 0, 0, 0.008);
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  font-size: .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: #4397ca !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: #0e5085;
  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: #484848;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #2874b1;
}

/* 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: #0e5085;
  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 #0e5085;
}

.office-tour-pager a.cycle-pager-active {
  background: #0e5085;
}

.office-tour-pager a:hover {
  background: #1163a5;
  border: 1px solid #0f5893;
}

/* Form Buttons */
form button {
  background: #0e5085;
  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: #041829;
}

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

form#blog_search {
  background: #0e5085;
  color: #484848;
  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: #484848;
  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: #2874b1;
  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: #153d5e;
}

/* 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 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%;
  }
  /* Office Hours -tablet */
  table.office-hours {
    font-size: 1em;
  }
  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }
  table.office-hours td.title {
    padding: 11px 15px;
  }
}

body {
  font: normal normal 18px/33px 'Lato', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #484848;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
     -moz-transition-duration: 0.32s;
       -o-transition-duration: 0.32s;
          transition-duration: 0.32s;
}

.font1,
.main-content-section h1,
.main-content-section h2,
.main-content-section h3,
.main-content-section h4,
.main-content-section h5,
.main-content-section h6 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #0e5085;
  -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: #2874b1;
}

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

/* Sections */
.section-container,
section, #ft {
  padding: 40px 0;
}

.section-container,
section, #ft, #hd {
  position: relative;
}

.ie8 .container {
  width: 1000px;
}

.container {
  margin: 0 4.5%;
  width: auto !important;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  margin: 0 0 1.8em 2em;
}

/* Main Nav - mobile */
#main-nav {
  z-index: 100;
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#main-nav .trigger {
  color: #fff;
  padding: 2px 10px 0;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 9000;
}

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

#main-nav .trigger .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0e5085;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  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.26);
     -moz-transform: scale(1.26);
      -ms-transform: scale(1.26);
       -o-transform: scale(1.26);
          transform: scale(1.26);
  top: 8px;
}

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

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

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

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

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

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

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

#main-nav .collapsible ul li a {
  font-size: 18px;
  line-height: 17px;
  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 {
  background: rgba(67, 151, 202, 0.975);
  position: absolute;
  height: auto;
  padding: 20px 0;
}

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

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

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

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

/* Header */
#hd {
  z-index: 90;
  text-align: center;
  background: #fff;
}

#hd .container {
  margin: 0 auto;
}

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

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

#hd .logo img {
  display: inline-block;
  width: 100%;
  -webkit-transition: .32s;
  -o-transition: .32s;
  -moz-transition: .32s;
  transition: .32s;
}

#hd .logo .main img {
  max-width: 275px;
}

#hd .logo:hover img {
  -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
  opacity: .9;
}

#hd .top {
  line-height: 18px;
  background: #e5f4fd;
  padding: 18px 0;
}

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

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

#hd .social-icons {
  display: inline-block;
  margin: 8px 5px 0;
  margin: 8px 5px 0;
  vertical-align: 20%;
}

#hd .social-icons a {
  color: #0e5085;
  font-size: 15px;
  margin: 0;
  padding: 0 3px;
  z-index: 10;
  text-align: center;
  display: inline-block;
}

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

/* Home Slideshow */
.home-slideshow-section {
  padding: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: #4397ca;
}

.home-slideshow-section .photo,
.home-slideshow-section .cycle-slideshow {
  margin: 0 -5%;
  z-index: 10;
  position: relative;
}

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

.home-slideshow-section .caption {
  font-size: 28px;
  line-height: 29px;
  color: #fff;
  padding: 15px 15px;
  letter-spacing: .05em;
  z-index: 50;
}

.banner-section {
  padding: 40px 0;
  background: url("../images/banner-photo6.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.meet-the-team .banner-section {
  background: url("../images/banner-photo1.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.office-tour .banner-section {
  background: url("../images/banner-photo2.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.what-to-expect .banner-section {
  background: url("../images/banner-photo3.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.new-patient-forms .banner-section {
  background: url("../images/banner-photo6.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.office-policies .banner-section {
  background: url("../images/banner-photo4.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.contact .banner-section {
  background: url("../images/banner-photo5.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

/* h1 Formatting */
h1 {
  font-size: 38px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0.0em;
  position: relative;
  text-align: center;
  color: #fff;
  opacity: .8;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.home h1 {
  color: #0e5085;
  text-transform: none;
  opacity: 1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  letter-spacing: .0em;
}

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

.forms-section {
  background: #e5f4fd;
  padding: 30px 0;
  text-align: center;
}

.forms-section h2 {
  color: #0e5085;
  font-size: 33px;
}

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

.main-content-section h2 {
  color: #0e5085;
  font-size: 28px;
  font-weight: 500;
}

.main-content-section h3 {
  color: #0e5085;
  font-size: 26px;
  font-weight: 500;
}

.main-content-section h4 {
  font-size: 24px;
  font-weight: 500;
}

.main-content-section h5,
.main-content-section h6 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

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

.main-content-section #sidebar img {
  max-width: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

.main-content-section .content-text {
  text-align: left;
  min-height: 270px;
}

.home .main-content-section .content-text {
  min-height: 170px;
}

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

.main-content-section .content-text h2, .main-content-section .content-text h3, .main-content-section .content-text h4, .main-content-section .content-text h5, .main-content-section .content-text h6,
.main-content-section header h2,
.main-content-section header h3,
.main-content-section header h4,
.main-content-section header h5,
.main-content-section header h6 {
  margin: 0.2em 0 0.7em;
  text-align: left;
}

.office-tour .main-content-section .content-text h2,
.before-and-after .main-content-section .content-text h2, .office-tour .main-content-section .content-text h3,
.before-and-after .main-content-section .content-text h3, .office-tour .main-content-section .content-text h4,
.before-and-after .main-content-section .content-text h4, .office-tour .main-content-section .content-text h5,
.before-and-after .main-content-section .content-text h5, .office-tour .main-content-section .content-text h6,
.before-and-after .main-content-section .content-text h6, .office-tour
.main-content-section header h2,
.before-and-after
.main-content-section header h2, .office-tour
.main-content-section header h3,
.before-and-after
.main-content-section header h3, .office-tour
.main-content-section header h4,
.before-and-after
.main-content-section header h4, .office-tour
.main-content-section header h5,
.before-and-after
.main-content-section header h5, .office-tour
.main-content-section header h6,
.before-and-after
.main-content-section header h6 {
  text-align: center;
}

.main-content-section .content-text p,
.main-content-section header p {
  margin: 0 0 1.58em;
}

.main-content-section .content-text ul li,
.main-content-section header ul li {
  margin: 0 0 8px;
}

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

.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 {
  text-transform: none;
}

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

.main-content-section .btns {
  text-align: center;
}

.photo-section1 {
  padding: 40%;
  background: url("../images/section1.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

/* Section 1 */
.section1,
.section2,
.section3 {
  z-index: 10;
  padding: 46px 0;
  text-align: center;
}

.section1 .photo,
.section2 .photo,
.section3 .photo {
  max-width: 300px;
  margin: 0 auto 30px;
}

.section1 .photo img,
.section2 .photo img,
.section3 .photo img {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}

.section1 h2,
.section2 h2,
.section3 h2 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: .0em;
  margin: 0 0 25px;
  padding: 0 0 25px;
  color: #6aacd5;
  position: relative;
}

.section1 h2:after,
.section2 h2:after,
.section3 h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 60%;
  height: 2px;
  background: #EFAF10;
  z-index: -1;
}

.section1 p,
.section2 p,
.section3 p {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0;
}

.btns {
  margin-top: 14px;
}

.btns a {
  background: #4397ca;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 14px;
  color: #fff;
  padding: 15px 23px;
  margin: 4px;
  letter-spacing: 0.05em;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}

.btns a:hover {
  color: #4397ca;
  background: #fff;
  -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
       -o-transform: scale(1.08);
          transform: scale(1.08);
  border: 2px solid  #4397ca;
  z-index: 20;
}

/* Footer */
#ft {
  background: #0e5085;
  text-align: center;
  z-index: 10;
  color: #fff;
  padding: 34px 0 20px;
}

#ft .address {
  margin-bottom: 20px;
}

#ft .address h3 {
  font-size: 30px;
  color: #efaf10;
  margin-bottom: 7px;
}

#ft .address p {
  font-size: 19px;
  line-height: 25px;
}

#ft .address .bul {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
}

#ft .address .phone-outer {
  display: inline-block;
}

#ft .address .phone-outer a {
  color: #fff;
}

#ft p {
  font-size: 17px;
  line-height: 23px;
  margin: 0;
  padding: 0;
}

#ft p a {
  color: #fff;
}

#ft p a:hover {
  opacity: .76;
}

#ft .social-icons {
  margin: 15px 0 25px;
}

#ft .social-icons a {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  display: inline-block;
}

#ft .social-icons a:hover {
  -webkit-transform: scale(1.46);
     -moz-transform: scale(1.46);
      -ms-transform: scale(1.46);
       -o-transform: scale(1.46);
          transform: scale(1.46);
}

#ft .nav {
  margin: 0 -7px 15px;
  font-size: 16px;
  line-height: 16px;
}

#ft .nav a {
  display: inline-block;
  color: #c6ebfb;
  margin: 5px 7px;
}

#ft .nav a:hover {
  color: #96d1ea;
}

#ft p.copy {
  font-size: 15px;
  line-height: 19px;
}

#ft .links {
  margin: 10px 0 0;
}

#ft .links a {
  display: inline-block;
  color: #c6ebfb;
  margin: 0 7px;
  font-size: 12px;
}

#ft .links a:hover {
  color: #96d1ea;
}

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

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

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

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

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

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

.ft-design-credit .back-to-top {
  background: #666;
  display: inline-block;
  position: relative;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  padding: 0;
  margin: 0 0 15px;
  letter-spacing: 0.0em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.ft-design-credit .back-to-top:hover {
  background: #525252;
  color: #fff;
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  .container {
    margin: 0 2.5%;
  }
  body.office-tour #sidebar,
  body.meet-the-team #sidebar {
    display: none;
  }
  body.office-tour .content-text,
  body.office-tour header,
  body.meet-the-team .content-text,
  body.meet-the-team header {
    width: 100%;
  }
  .main-content-section .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* ======================================================
							  TABLET 
	========================================================= */
  body {
    font-size: 18px;
    line-height: 36px;
  }
  /* Header Section */
  #hd {
    padding: 0;
    text-align: left;
  }
  #hd .container {
    padding: 0 2.5%;
  }
  #hd .logo {
    display: inline-block;
    padding: 20px 0 20px;
    width: auto;
  }
  #hd .top {
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    padding: 30px 50px 20px 30px;
    text-align: right;
    height: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #hd .social-icons {
    margin-top: 10px;
  }
  #hd #main-nav {
    margin: 0;
    width: 300px;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    display: block;
    margin: 0 -12%;
  }
  .home-slideshow-section .caption {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 50%;
    font-size: 74px;
    padding: 0;
    width: 100%;
    line-height: 80px;
    opacity: .85;
  }
  /* h1 Formatting - tablet */
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  /* Main Content Section - tablet */
  .main-content-section {
    padding: 50px 0;
  }
  .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;
  }
  .photo-section1 {
    padding: 25%;
  }
  /* Section1 - tablet */
  .section1,
  .section2,
  .section3 {
    text-align: left;
    padding: 50px 0 60px;
  }
  .section1 h2,
  .section2 h2,
  .section3 h2 {
    margin-bottom: 35px;
  }
  .section1 h2:after,
  .section2 h2:after,
  .section3 h2:after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: 0;
  }
  .section1 .photo,
  .section2 .photo,
  .section3 .photo {
    position: relative;
    display: inline-block;
    width: 40%;
    float: right;
    max-width: 100%;
    margin-top: 5px;
  }
  .section1 .photo a,
  .section2 .photo a,
  .section3 .photo a {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .section1 .photo a:hover,
  .section2 .photo a:hover,
  .section3 .photo a:hover {
    opacity: .93;
    -webkit-transform: scale(0.99);
       -moz-transform: scale(0.99);
        -ms-transform: scale(0.99);
         -o-transform: scale(0.99);
            transform: scale(0.99);
  }
  .section1 .main,
  .section2 .main,
  .section3 .main {
    width: 52%;
    display: inline-block;
  }
  .section2 .photo {
    float: left;
  }
  .section2 .main {
    float: right;
  }
  .btns {
    margin-top: 30px;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 40px 0 30px;
    background: url(../images/ft.png) center 0 no-repeat;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #ft .container {
    max-width: 600px;
    margin: 0 auto;
  }
  /* Sesame Section - tablet */
  .ft-design-credit {
    text-align: left;
    padding: 0;
  }
  .ft-design-credit .sesame {
    padding: 22px 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: 20px;
    right: 0;
    margin: 0;
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }
  body {
    font-size: 20px;
    line-height: 38px;
  }
  /* Header Section - desktop */
  #hd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 900;
    text-align: center;
    background: NONE;
    /* Nav Section - desktop */
  }
  #hd .container {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    padding: 0 0 14%;
    background: url(../images/hd.png) center bottom repeat-x;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #hd .logo {
    margin-top: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    z-index: 950;
    width: 25%;
    max-width: 400px;
  }
  #hd .logo .main img {
    max-width: 100%;
  }
  #hd .top {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  #hd .phone-outer {
    font-size: 17px;
    position: absolute;
    top: 0;
    left: 2%;
    padding: 0;
    margin: 8px 0 0;
  }
  #hd .social-icons {
    position: absolute;
    top: 0;
    right: 2%;
    padding: 0;
    margin: 5px 0 0;
  }
  #hd #main-nav {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background: none;
    vertical-align: top;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    margin-top: -10px;
  }
  #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: center;
    line-height: 30px;
  }
  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 .5%;
    padding: 0 0 8px;
    float: none;
  }
  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 16px;
    letter-spacing: .01em;
    display: inline-block;
    color: #4397ca;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: none !important;
  }
  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: #efaf10;
    width: 100%;
    height: 2px;
    content: " ";
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0.3, 1);
       -moz-transform: scale(0.3, 1);
        -ms-transform: scale(0.3, 1);
         -o-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  #hd #main-nav .collapsible.open ul li.your-first-visit,
  #hd #main-nav .collapsible ul li.your-first-visit {
    margin-right: 36%;
  }
  .home #hd #main-nav .collapsible.open ul li.home a,
  .meet-the-team #hd #main-nav .collapsible.open ul li.meet-the-team a,
  .office-tour #hd #main-nav .collapsible.open ul li.office-tour a,
  .new-patient-forms #hd #main-nav .collapsible.open ul li.your-first-visit a,
  .what-to-expect #hd #main-nav .collapsible.open ul li.your-first-visit a,
  .office-policies #hd #main-nav .collapsible.open ul li.office-policies a,
  .contact #hd #main-nav .collapsible.open ul li.contact a,
  #hd #main-nav .collapsible.open ul li.active > a,
  #hd #main-nav .collapsible.open ul li:hover > a, .home
  #hd #main-nav .collapsible ul li.home a,
  .meet-the-team
  #hd #main-nav .collapsible ul li.meet-the-team a,
  .office-tour
  #hd #main-nav .collapsible ul li.office-tour a,
  .new-patient-forms
  #hd #main-nav .collapsible ul li.your-first-visit a,
  .what-to-expect
  #hd #main-nav .collapsible ul li.your-first-visit a,
  .office-policies
  #hd #main-nav .collapsible ul li.office-policies a,
  .contact
  #hd #main-nav .collapsible ul li.contact a,
  #hd #main-nav .collapsible ul li.active > a,
  #hd #main-nav .collapsible ul li:hover > a {
    background: none;
  }
  .home #hd #main-nav .collapsible.open ul li.home a:after,
  .meet-the-team #hd #main-nav .collapsible.open ul li.meet-the-team a:after,
  .office-tour #hd #main-nav .collapsible.open ul li.office-tour a:after,
  .new-patient-forms #hd #main-nav .collapsible.open ul li.your-first-visit a:after,
  .what-to-expect #hd #main-nav .collapsible.open ul li.your-first-visit a:after,
  .office-policies #hd #main-nav .collapsible.open ul li.office-policies a:after,
  .contact #hd #main-nav .collapsible.open ul li.contact a:after,
  #hd #main-nav .collapsible.open ul li.active > a:after,
  #hd #main-nav .collapsible.open ul li:hover > a:after, .home
  #hd #main-nav .collapsible ul li.home a:after,
  .meet-the-team
  #hd #main-nav .collapsible ul li.meet-the-team a:after,
  .office-tour
  #hd #main-nav .collapsible ul li.office-tour a:after,
  .new-patient-forms
  #hd #main-nav .collapsible ul li.your-first-visit a:after,
  .what-to-expect
  #hd #main-nav .collapsible ul li.your-first-visit a:after,
  .office-policies
  #hd #main-nav .collapsible ul li.office-policies a:after,
  .contact
  #hd #main-nav .collapsible ul li.contact a:after,
  #hd #main-nav .collapsible ul li.active > a:after,
  #hd #main-nav .collapsible ul li:hover > a:after {
    opacity: 1;
    -webkit-transform: scale(0.69, 1);
       -moz-transform: scale(0.69, 1);
        -ms-transform: scale(0.69, 1);
         -o-transform: scale(0.69, 1);
            transform: scale(0.69, 1);
  }
  #hd #main-nav .collapsible.open ul li.contact-us ul,
  #hd #main-nav .collapsible.open ul li.contact ul,
  #hd #main-nav .collapsible ul li.contact-us ul,
  #hd #main-nav .collapsible ul li.contact ul {
    left: auto;
    right: 0;
    text-align: right;
  }
  #hd #main-nav .collapsible.open ul ul,
  #hd #main-nav .collapsible.open ul .open ul,
  #hd #main-nav .collapsible ul ul,
  #hd #main-nav .collapsible ul .open ul {
    text-align: left;
    background: #fff;
    padding: 17px 0;
    margin: 0 0 0 0px;
    width: auto;
    min-width: 219px;
    display: none;
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #hd #main-nav .collapsible.open ul ul li,
  #hd #main-nav .collapsible.open ul .open ul li,
  #hd #main-nav .collapsible ul ul li,
  #hd #main-nav .collapsible ul .open ul li {
    padding: 0;
    margin: 0;
    height: auto;
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
    opacity: 1;
  }
  #hd #main-nav .collapsible.open ul ul li a,
  #hd #main-nav .collapsible.open ul ul li.active a,
  #hd #main-nav .collapsible.open ul .open ul li a,
  #hd #main-nav .collapsible.open ul .open ul li.active a,
  #hd #main-nav .collapsible ul ul li a,
  #hd #main-nav .collapsible ul ul li.active a,
  #hd #main-nav .collapsible ul .open ul li a,
  #hd #main-nav .collapsible ul .open ul li.active a {
    font-weight: 400;
    text-transform: none;
    letter-spacing: .0em;
    font-size: 13px;
    line-height: 26px;
    color: #4397ca !important;
    padding: 0 22px;
    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: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
  }
  #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,
  #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: #efaf10 !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: 80px;
    position: relative;
  }
  .home-slideshow-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/waves.png") center bottom no-repeat;
    z-index: 990;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
  }
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -20%;
  }
  .home-slideshow-section .caption {
    width: 100%;
    font-size: 100px;
    line-height: 120px;
    max-width: 1100px;
  }
  .home-slideshow-section .cycle-pager {
    display: block;
    text-align: center;
    z-index: 1000;
    position: absolute;
    bottom: 9%;
    left: 0;
    width: 100%;
  }
  .home-slideshow-section .cycle-pager div {
    margin: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 999em;
       -moz-border-radius: 999em;
            border-radius: 999em;
    background: #fff;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
  }
  .home-slideshow-section .cycle-pager div.cycle-pager-active {
    opacity: .9;
  }
  .home-slideshow-section .cycle-pager div:hover {
    opacity: .8;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 140px;
  }
  .subnav-section .container {
    max-width: 770px;
  }
  .banner-section {
    margin-top: 80px;
    padding: 20% 0 25%;
  }
  .banner-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/waves.png") center bottom no-repeat;
    z-index: 10;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
  }
  /* Callout Section1 - desktop */
  .callout-section1 .container {
    max-width: 1010px;
  }
  /* h1 formatting - desktop */
  h1 {
    font-size: 86px;
    line-height: 90px;
  }
  .home h1 {
    font-size: 56px;
    margin-bottom: 50px;
  }
  .home h1:after {
    width: 24%;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 56px 0;
  }
  .home .main-content-section {
    padding: 56px 0;
  }
  .home .main-content-section .container {
    max-width: 87% !important;
  }
  .main-content-section #sidebar {
    margin: 8px 0 0;
  }
  .main-content-section #sidebar img {
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
  }
  .home .main-content-section .content-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
  }
  /* Section1 - desktop */
  .section1,
  .section2,
  .section3 {
    padding: 70px 0 80px;
  }
  .section1 .photo img,
  .section2 .photo img,
  .section3 .photo img {
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
  }
  .section1 h2:after,
  .section2 h2:after,
  .section3 h2:after {
    width: 29%;
  }
  .section1 p,
  .section2 p,
  .section3 p {
    font-size: 20px;
    line-height: 38px;
  }
  /* Testimonials Section - desktop */
  .forms-section {
    padding: 55px 0;
  }
  /* Footer Section - desktop */
  #ft {
    padding: 40px 0 25px;
  }
  #ft .container {
    max-width: 100%;
  }
  #ft .address {
    margin-bottom: 45px;
  }
  #ft .info-left,
  #ft .info-right {
    position: relative;
    display: inline-block;
    width: 46%;
    float: left;
    padding: 0 2%;
    text-align: left;
  }
  #ft .info-right {
    float: right;
    text-align: right;
  }
  #ft .nav {
    margin-bottom: 5px;
  }
  #ft .social-icons {
    margin: 8px 0 0;
  }
  /* Sesame Section - desktop */
}

/* end desktop  =========================== */
@media only screen and (min-width: 75em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -10%;
  }
  .container {
    max-width: 100% !important;
    padding: 0 5%;
  }
  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 1.1%;
  }
  #hd #main-nav .collapsible.open ul li.your-first-visit,
  #hd #main-nav .collapsible ul li.your-first-visit {
    margin-right: 35%;
  }
  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 86em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -15%;
  }
  #hd .logo {
    width: 26%;
    max-width: 425px;
  }
}

@media only screen and (min-width: 97em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -10%;
  }
  #hd .container {
    padding: 0 0 13%;
  }
  #hd #main-nav .collapsible.open ul li.your-first-visit,
  #hd #main-nav .collapsible ul li.your-first-visit {
    margin-right: 38%;
  }
  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 108em) {
  #hd .container {
    -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
         background-size: 100% 100%;
    max-width: 100% !important;
    padding: 0 0 12%;
  }
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -5%;
  }
  .container {
    max-width: 1700px !important;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 119em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 0%;
  }
  #hd .container {
    -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
         background-size: 100% 100%;
    max-width: 100% !important;
    padding: 0 0 9%;
  }
}
