.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}
.embed-video {
  width: 0;
  display: block;
  padding: 28% 50%;
  position: relative;
  margin-bottom: 30px;
}
.embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.caps {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.normalcase,
.no-caps {
  text-transform: none !important;
}
.small-caps {
  font-variant: small-caps;
}
.rel {
  position: relative;
}
.w100 {
  font-weight: 100 !important;
}
.w200 {
  font-weight: 200 !important;
}
.w300 {
  font-weight: 300 !important;
}
.w400 {
  font-weight: 400 !important;
}
.w500 {
  font-weight: 500 !important;
}
.w600 {
  font-weight: 600 !important;
}
.w700 {
  font-weight: 700 !important;
}
.w900 {
  font-weight: 900 !important;
}
.w800 {
  font-weight: 800 !important;
}
.w900 {
  font-weight: 900 !important;
}
.em {
  font-style: italic !important;
}
.round {
  border-radius: 999em;
}
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;
}
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
.hr {
  visibility: hidden;
}
.img-right {
  max-width: 100%;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
#main-nav {
  z-index: 900;
  text-align: center;
  margin: 0;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}
#main-nav .trigger {
  padding: 2px 8px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9000;
  box-sizing: border-box;
  line-height: 32px;
  background: rgba(255,255,255,0.86);
}
#main-nav .trigger .nav-icon {
  width: 26px;
  height: 12px;
  position: relative;
  display: inline-block;
  z-index: 900;
  transition: .35s;
  vertical-align: top;
  top: 9px;
}
#main-nav .trigger .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  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 {
  transform: scale(.9);
}
#main-nav .open .trigger {
  background: none;
}
#main-nav .open .trigger .nav-icon {
  transform: scale(1.32);
  top: 12px;
  right: 1px;
}
#main-nav .open .trigger .nav-icon span {
  background: #fff;
}
#main-nav .open .nav-icon span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#main-nav .open .nav-icon span:nth-child(2) {
  transform: rotate(44deg);
}
#main-nav .open .nav-icon span:nth-child(3) {
  transform: rotate(-44deg);
}
#main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#main-nav .collapsible {
  transition: .7s;
  width: 100%;
}
#main-nav .collapsible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21304a;
  z-index: -1;
  opacity: 0;
  transition: .7s;
}
#main-nav ul {
  position: relative;
  transition: opacity 1s;
  padding: 10px 0;
  z-index: 0;
}
#main-nav ul li a {
  font-size: 17px;
  line-height: 16px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  transition: .3s;
}
#main-nav ul ul {
  padding: 0;
  transition: .5s;
  display: block;
}
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  transition: .4s;
  opacity: 1;
}
#main-nav .collapsible.open {
  position: absolute;
  height: auto;
  padding: 29px 0;
}
#main-nav .collapsible.open:after {
  opacity: .98;
}
#main-nav .collapsible.open ul li {
  animation: navSlideIn .55s 1 forwards;
}
#main-nav .collapsible.open ul li a {
  display: block;
}
#main-nav .collapsible.open ul li a:hover,
#main-nav .collapsible.open ul li.open > a {
  background: rgba(5,5,5,0.2);
}
#main-nav .collapsible.open ul .open ul {
  background: rgba(5,5,5,0.14);
  padding: 10px 0;
}
#main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}
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: #0097c9 !important;
}
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: #0097c9;
  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: #213747;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #0097c9;
}
.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%;
  box-sizing: border-box;
}
.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 0;
  color: #0097c9;
  font-size: 2.8em;
}
.office_tour.cycle-slideshow .slide-control i {
  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 {
  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 {
  transform-origin: right center;
}
.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}
.office_tour.cycle-slideshow .slide-control:hover i {
  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;
  border-radius: 999em;
  border: 1px solid #0097c9;
}
.office-tour-pager a.cycle-pager-active {
  background: #0097c9;
}
.office-tour-pager a:hover {
  background: #00b2ed;
  border: 1px solid #00a2d8;
}
form button {
  background: #0097c9;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  transition-duration: 0.5s;
}
form button:hover {
  background: #004a63;
}
.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: #0097c9;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #0097c9;
  color: #213747;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  padding: 20px 0 30px;
}
form#blog_search label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}
form#blog_search input {
  background: #FFFFFF;
  color: #213747;
  border: 1px solid rgba(0,0,0,0.4);
  width: 70%;
  margin: 6px auto;
  transition: all .15s linear;
}
form#blog_search input:hover {
  background: #ebebeb;
}
form#blog_search button {
  display: block;
  background: #0097c9;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  transition: all .25s linear;
  margin: 5px auto 0;
  border-radius: 4px;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #004a63;
}
.columns {
  display: inline;
  float: left;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  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;
}
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;
}
  body.meet-the-doctors  #main-content img { border-radius: 25px;
    border: 1px solid #005a9b;}
@media only screen and (min-width: 48em) {
  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%;
  }
  table.office-hours {
    font-size: 1em;
  }
  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }
  table.office-hours td.title {
    padding: 11px 15px;
  }
}
@media only screen and (min-width: 64em) {
  #hd #main-nav .trigger {
    display: none;
  }
  #hd #main-nav .collapsible {
    height: auto;
    background: none;
  }
  #hd #main-nav ul {
    margin: 0;
    padding: 0;
    background: none;
  }
  #hd #main-nav ul li {
    float: none;
  }
  #hd #main-nav ul li:hover ul {
    display: block;
  }
  #hd #main-nav ul li a {
    position: relative;
  }
  #hd #main-nav ul ul li,
  #hd #main-nav ul .open ul li {
    padding: 0;
    margin: 1px 0;
    height: auto;
    animation: none;
    opacity: 1;
  }
  #hd #main-nav ul ul li a,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a,
  #hd #main-nav ul .open ul li.active a {
    height: auto;
    border-radius: 0;
    background: none;
    margin: 0;
    box-sizing: border-box;
    border: none;
    white-space: nowrap;
    display: block;
    position: relative;
    transition: .4s;
  }
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font: normal normal 20px/32px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #213747;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
hr {
  margin-bottom: 1.58em;
}
a {
  color: #0097c9;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
a:hover,
a.active {
  color: #0097c9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-size: 37px;
  line-height: 38px;
  letter-spacing: .05em;
  font-weight: 600;
  margin: 0 auto 20px;
  color: #005a9b;
  text-transform: uppercase;
}
h2 {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: .05em;
  font-weight: 600;
  text-transform: uppercase;
  color: #0097c9;
}
h3 {
  font-size: 25px;
  line-height: 38px;
  letter-spacing: .05em;
  font-weight: 600;
  text-transform: uppercase;
  color: #005a9b;
}
h4,
h5,
h6 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: .0em;
  font-weight: 600;
  text-transform: uppercase;
  color: #8cc640;
}
hr {
  color: #213747;
  background-color: #213747;
  border: none;
  height: 1px;
  clear: both;
  margin: 10px 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 276px;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
.office-hours {
  margin-bottom: 1.58em;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
body.sitemap #main-content {
  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: 28px;
  color: #0097c9;
  letter-spacing: .05em;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
  font-weight: medium;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  font-size: 18px;
  color: #213747;
  letter-spacing: .05em;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  text-decoration: underline;
}
.office-tour-outer {
  text-align: center;
}
.office_tour .cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 30px;
}
.office_tour .cycle-slideshow img {
  padding: 0 5%;
  box-sizing: border-box;
}
.office_tour .cycle-slideshow .slide-control {
  z-index: 900;
  user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 20px 0;
  color: #0097c9;
  font-size: 2.8em;
}
.office_tour .cycle-slideshow .slide-control i {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 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;
}
.cycle-pager {
  text-align: center;
}
.cycle-pager div {
  margin: 2.5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 999em;
  border: 1px solid #0097c9;
  cursor: pointer;
  -webkit-transition-duration: .42s;
  -moz-transition-duration: .42s;
  -o-transition-duration: .42s;
  -ms-transition-duration: .42s;
  transition-duration: .42s;
}
.cycle-pager div.cycle-pager-active {
  background: #0097c9;
}
.cycle-pager div:hover {
  background: #00b2ed;
  border: 1px solid #00a2d8;
}
#hd {
  position: relative;
  z-index: 1000;
}
#hd .scroll {
  display: none;
}
#hd .logo-group {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}
#hd .logo-group .default {
  display: block;
  margin: auto;
}
#hd #hd-right {
  text-align: center;
  margin-bottom: 10px;
}
#hd #hd-right .contact {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
#hd #hd-right .contact a {
  margin: 0 5px;
}
#hd #hd-right .contact a i {
  margin-bottom: 2px;
  margin-right: 3px;
}
#hd #hd-right .contact .top-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
}
#hd #hd-right .contact .top-link i {
  color: #b63e97;
}
#hd #hd-right .contact .bottom-link,
#hd #hd-right .contact .phone {
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
}
#hd #hd-right .contact .bottom-link i,
#hd #hd-right .contact .phone i {
  color: #007dc3;
}
#hd #hd-right .button {
  display: inline-block;
  font-size: 11px;
  line-height: 37px;
  color: #fff;
  width: 122px;
  font-weight: 700;
  letter-spacing: .03em;
  border-radius: 25px;
  text-transform: uppercase;
  vertical-align: middle;
}
#hd #hd-right .button span {
  display: block;
  text-align: center;
}
#hd #hd-right .one {
  background: #7ac142;
}
#hd #hd-right .two {
  background: #007dc3;
}
#hd #hd-right .three {
  background: #31aad2;
}
#hd {
  box-shadow: 4px 9px 15px 0px rgba(0,0,0,0.26);
  padding-bottom: 10px;
  text-align: center;
}
#hd .container {
  width: 100% !important;
}
#hd #main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#hd #main-nav .trigger .nav-icon span {
  background: #0097c9;
}
#hd #main-nav .open .trigger .nav-icon span {
  background: #FFFFFF;
}
#hd #main-nav ul li a {
  font-size: 17px;
  line-height: 16px;
}
#hd #main-nav .collapsible.open:after {
  background: #0097c9;
  opacity: .995;
}
#hd #main-nav .collapsible.open ul li a:hover,
#hd #main-nav .collapsible.open ul li.open > a {
  background: rgba(5,5,5,0.2);
}
#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5,5,5,0.14);
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #hd .logo-group {
    text-align: center;
  }
}
@media only screen and (min-width: 48em) {
  #hd .logo-group {
    margin-top: 20px;
    float: left;
    margin-left: 20px;
  }
  #hd .logo-group img {
    margin-left: 0;
  }
  #hd #hd-right {
    float: right;
    margin-right: 30px;
    margin-top: 46px;
  }
}
@media only screen and (min-width: 64em) {
  body.home #hd {
    background: transparent;
    box-shadow: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home #hd .logo-group .default {
    display: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home #hd .logo-group .scroll {
    display: block;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home #hd #main-nav ul li a {
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home #hd #main-nav ul li.active > a:before,
  body.home #hd #main-nav ul li:hover > a:before {
    background: url("../images/nav-leaf-home.png");
  }
  body.home.scrolled #hd {
    background: rgba(255,255,255,0.85);
    box-shadow: 4px 9px 15px 0px rgba(0,0,0,0.26);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home.scrolled #hd .logo-group .default {
    display: block;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home.scrolled #hd .logo-group .scroll {
    display: none;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home.scrolled #hd #main-nav ul li a {
    color: #005a9b;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  body.home.scrolled #hd #main-nav ul ul li a,
  body.home.scrolled #hd #main-nav ul ul li.active a,
  body.home.scrolled #hd #main-nav ul .open ul li a,
  body.home.scrolled #hd #main-nav ul .open ul li.active a {
    color: #fff;
  }
  body.home.scrolled #hd #main-nav ul ul li a:hover,
  body.home.scrolled #hd #main-nav ul ul li.active a,
  body.home.scrolled #hd #main-nav ul .open ul li a:hover,
  body.home.scrolled #hd #main-nav ul .open ul li.active a {
    color: #8cc640;
  }
  body.home.scrolled #hd #main-nav ul li.active > a:before,
  body.home.scrolled #hd #main-nav ul li:hover > a:before {
    background: url("../images/nav-leaf.png");
  }
  #hd {
    height: 104px;
    padding: 10px 0;
    padding: 0;
  }
  #hd .container {
    height: 105px;
    text-align: right;
  }
  #hd .logo-group {
    position: absolute;
    left: 0px;
    z-index: 1000;
    top: 20px;
    margin: 0;
    width: 170px;
  }
  #hd #hd-right {
    display: inline-block;
    margin: 0;
    margin-top: 35px;
  }
  #hd #hd-right .contact {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  #hd #hd-right .contact .top-link,
  #hd #hd-right .contact .bottom-link,
  #hd #hd-right .contact .phone {
    display: block;
    line-height: 19px;
    font-size: 13px;
  }
  #hd #hd-right a {
    vertical-align: middle;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
  }
  #hd #hd-right a:hover {
    transform: scale(1.13);
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
  }
  #hd {
    display: block;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.85);
  }
  #hd #main-nav {
    position: relative;
    display: inline-block;
    top: auto;
    right: 0;
    width: auto;
    margin-right: 35px;
    vertical-align: bottom;
  }
  #hd #main-nav ul {
    text-align: right;
    vertical-align: top;
  }
  #hd #main-nav ul li {
    margin: 0 0 0 16px;
    padding: 0 0 16px 0;
    height: 50px;
  }
  #hd #main-nav ul li a {
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    color: #005a9b;
    letter-spacing: .02em;
    height: 45px;
    line-height: 45px;
    padding: 0 0 21px 0;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
  }
  #hd #main-nav ul li.active > a,
  #hd #main-nav ul li:hover > a {
    color: #31aad2;
  }
  #hd #main-nav ul li.active > a:before,
  #hd #main-nav ul li:hover > a:before {
    content: '';
    position: absolute;
    display: block;
    height: 21px;
    width: 23px;
    background: url("../images/main-nav.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 0px;
    left: -19px;
  }
  #hd #main-nav ul li.contact-us ul,
  #hd #main-nav ul li.contact ul {
    left: auto;
    right: 0;
    text-align: right;
  }
  #hd #main-nav ul ul,
  #hd #main-nav ul .open ul {
    text-align: left;
    padding: 43px 0 20px;
    margin: 0 0 0;
    width: auto;
    min-width: 240px;
    display: none;
    position: absolute;
    left: -29px;
  }
  #hd #main-nav ul ul:after,
  #hd #main-nav ul .open ul:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #005a9b;
    opacity: .89;
    z-index: -2;
    border-radius: 0 0 15px 15px;
  }
  #hd #main-nav ul ul li,
  #hd #main-nav ul .open ul li {
    margin: 1px 0;
  }
  #hd #main-nav ul ul li a,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a,
  #hd #main-nav ul .open ul li.active a {
    text-transform: capitalize;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    padding: 0 30px;
    width: 100% !important;
  }
  #hd #main-nav ul ul li a:after,
  #hd #main-nav ul ul li.active a:after,
  #hd #main-nav ul .open ul li a:after,
  #hd #main-nav ul .open ul li.active a:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: .4s;
    transform: none;
    height: 100%;
  }
  #hd #main-nav ul ul li a:hover,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a:hover,
  #hd #main-nav ul .open ul li.active a {
    color: #8cc640;
  }
  #hd #main-nav ul ul li a:hover:before,
  #hd #main-nav ul ul li.active a:before,
  #hd #main-nav ul .open ul li a:hover:before,
  #hd #main-nav ul .open ul li.active a:before {
    display: none !important;
  }
  #hd #main-nav ul ul li a:hover:after,
  #hd #main-nav ul ul li.active a:after,
  #hd #main-nav ul .open ul li a:hover:after,
  #hd #main-nav ul .open ul li.active a:after {
    content: '';
    position: absolute;
    display: block;
    height: 13px;
    width: 9px;
    background: url("../images/sub-nav.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    top: 5px;
    left: 16px;
    z-index: 10;
  }
}
@media only screen and (min-width: 1300px) {
  #hd {
    padding: 0;
  }
  #hd .logo-group {
    left: 30px;
    width: auto;
    top: 12px;
  }
  #hd .container {
    max-width: 100%;
    padding: 0 28px 0 10px;
    height: 100%;
  }
  #hd #main-nav {
    top: 1px;
  }
  #hd #main-nav ul li {
    margin-left: 32px;
  }
  #hd #main-nav ul li a {
    font-size: 15px;
    letter-spacing: .04em;
    font-weight: 400;
  }
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  #hd #main-nav ul li.home {
    transform: translateX(24px) translateY(-25px) !important;
  }
}
.desktop {
  display: none !important;
}
.social-icons {
  margin-top: -10px;
  background: #8cc640;
  text-align: center;
  border-radius: 25px;
  margin: auto;
  display: inline-block;
  padding: 0 30px;
  vertical-align: middle;
}
.social-icons a {
  color: #fff;
  vertical-align: middle;
  margin-right: 7px;
  width: auto;
  line-height: 37px;
}
.social-icons a:last-of-type {
  margin-right: 0;
}
.social-icons a i {
  font-size: 14px;
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #hd .logo-group {
    display: inline-block;
  }
  #hd #hd-right {
    display: inline-block;
    transform: translateY(56px);
    float: right;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 64em) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block !important;
  }
  .social-icons {
    position: absolute;
    top: 227px;
    right: 0px;
    width: auto;
    z-index: 10000000;
    padding: 28px 0;
    width: 50px;
    text-align: center;
  }
  .social-icons a {
    display: block;
    margin: auto;
    height: 20px;
    width: 20px;
    position: relative;
    margin-bottom: 18px;
  }
  .social-icons a:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
  .social-icons a:hover i {
    color: #0097c9;
  }
  .social-icons a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
  }
  .social-icons .social-line {
    height: 1px;
    width: 20px;
    margin: 8px auto;
    display: block;
  }
  .social-icons .login {
    position: absolute;
    height: 60px;
    width: 60px;
    text-align: center;
    left: 0;
    bottom: -61px;
    background: rgba(0,147,88,0.9);
  }
  .social-icons .login:hover {
    background: rgba(255,255,255,0.9);
    color: #008551;
  }
  .social-icons .login:hover i {
    color: #005030;
  }
  .social-icons .login .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .social-icons .login i {
    position: relative;
    display: block;
    margin-bottom: 0px;
    font-size: 10px;
    transform: translateY(-5px) translateX(-50%);
  }
}
#slideshow {
  position: relative;
  text-align: center;
  padding: 0;
  z-index: 10;
}
#slideshow #bgvid {
  width: 100%;
  vertical-align: top;
}
#slideshow .ss_overlay h2 {
  font-size: 24px;
  line-height: 39px;
  letter-spacing: .18em;
  font-weight: bold;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 100px;
  margin-top: 100px;
  padding-right: 15px;
}
#slideshow .ss_overlay h2:before {
  content: '';
  position: absolute;
  display: block;
  height: 180px;
  width: 100%;
  background: #005a9b;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  font-weight: bold;
  z-index: -1;
  border-radius: 0 90px 90px 0;
}
#slideshow .ss_overlay h2 span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
}
#slideshow .ss_overlay p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 50px;
  z-index: 10;
}
#slideshow .ss_overlay p .name {
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
#slideshow #home-slideshow {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 48em) {
  #slideshow .ss_overlay {
    position: absolute;
    bottom: 40px;
    width: 100%;
  }
  #slideshow .ss_overlay h2 {
    z-index: 1;
    font-size: 39px;
    letter-spacing: 0;
    line-height: 39px;
    display: block;
    width: 322px;
    padding: 0;
    margin-left: 100px;
  }
  #slideshow .ss_overlay h2 span {
    font-size: 20px;
    letter-spacing: .18em;
    line-height: 40px;
  }
  #slideshow .ss_overlay h2:before {
    opacity: .6;
    width: 5000px;
    left: -4600px;
    height: 171px;
  }
  #slideshow .ss_overlay p {
    display: block;
    color: #fff;
    text-align: left;
    width: 523px;
    position: relative;
    z-index: 1;
    margin-right: 50px;
    margin-left: auto;
  }
  #slideshow .ss_overlay p:before {
    content: '';
    position: absolute;
    display: block;
    height: 171px;
    width: 5000px;
    left: -80px;
    background: #0097c9;
    opacity: .6;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    z-index: -1;
    border-radius: 90px 0px 0 90px;
  }
}
@media only screen and (min-width: 64em) {
  #slideshow .ss_overlay {
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
  }
  #slideshow .ss_overlay h2 {
    float: left;
    margin-left: 0;
  }
  #slideshow .ss_overlay h2 span {
    line-height: 26px;
  }
  #slideshow .ss_overlay h2:before {
    left: -4608px;
    transform: none;
    top: -52px;
  }
  #slideshow .ss_overlay p {
    float: right;
    margin: 100px 0;
    width: 524px;
    margin-right: 0;
  }
  #slideshow .ss_overlay p:before {
    left: -70px;
    top: 35px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: 800px;
    overflow: hidden;
  }
  #slideshow #bdvid {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -10px;
  }
}
#bd-callouts {
  position: relative;
}
#bd-callouts a {
  display: block;
  text-align: center;
  background: #8cc640;
  margin-bottom: 10px;
}
#bd-callouts a img {
  display: none;
}
#bd-callouts a h2 {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: .04em;
  margin: 0;
  line-height: 50px;
}
#bd-callouts .mountain {
  position: absolute;
  display: block;
  bottom: 0;
  width: 2000px;
  max-width: 2000px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
  pointer-events: none;
}
@media only screen and (min-width: 48em) {
  #bd-callouts {
    padding: 100px 0;
  }
  #bd-callouts .container {
    text-align: center;
  }
  #bd-callouts a {
    background: none;
    display: inline-block;
    width: auto;
    margin: 28px;
    margin-bottom: 50px;
    position: relative;
  }
  #bd-callouts a:before {
    content: '';
    position: absolute;
    display: block;
    top: -18px;
    bottom: 0px;
    left: 20px;
    right: 20px;
    border: 1px solid #8cc640;
    border-radius: 15px;
    pointer-events: none;
  }
  #bd-callouts a img {
    display: block;
    margin: auto;
    width: auto;
  }
  #bd-callouts a h2 {
    color: #005a9b;
    padding: 31px 0;
    line-height: 17px;
    background: #fff;
    width: 217px;
    margin: auto;
    border-radius: 0 0 15px 15px;
  }
}
@media only screen and (min-width: 64em) {
  #bd-callouts {
    padding-top: 95px;
    padding-bottom: 152px;
  }
  #bd-callouts a {
    width: 20%;
    margin: 0 20px;
  }
  #bd-callouts a:before {
    transition: .3s ease;
    bottom: -79px;
  }
  #bd-callouts a:hover:before {
    background: #8cc640;
    opacity: .72;
    top: 17px;
    right: 17px;
    left: 17px;
    bottom: 17px;
    transition: .3s ease;
  }
  #bd-callouts a:hover h2 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%,50%);
    color: #fff;
    background: transparent;
    transition: bottom .3s ease;
    z-index: 1;
  }
  #bd-callouts a h2 {
    width: 156px;
    font-size: 13px;
    transition: bottom .3s ease;
    position: absolute;
    bottom: -79px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
  }
  #bd-callouts .mountain {
    z-index: -100;
  }
}
@media only screen and (min-width: 1300px) {
  #bd-callouts .container {
    width: 100% !important;
    max-width: 1300px !important;
  }
  #bd-callouts a {
    width: auto;
    margin-right: 37px;
  }
  #bd-callouts a:before {
    left: 19px;
    right: 19px;
  }
  #bd-callouts a:last-of-type {
    margin-right: 0;
  }
  #bd-callouts a h2 {
    width: 217px;
    font-size: 21px;
  }
  #bd-callouts .mountain {
    width: 100%;
  }
}
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
}
#home-content {
  padding: 50px 0;
}
#home-content h1 {
  line-height: auto;
  font-weight: 500;
  font-size: 37px;
  line-height: 38px;
  color: #005a9b;
  text-align: center;
}
#home-content h1 span {
  color: #0097c9;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: .05em;
  display: block;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
#home-content .leaf {
  display: block;
  margin: 20px auto;
}
#home-content p,
#home-content li,
#home-content a {
  font-size: 16px;
  line-height: 25px;
}
#home-content a {
  color: #0097c9;
}
#home-content a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  #home-content {
    padding: 100px 0;
    background: url("../images/home-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #home-content .home-wrapper {
    background: rgba(255,255,255,0.85);
    padding: 98px 60px 85px 60px;
    border-radius: 0 125px 0 0;
  }
  #home-content .container {
    width: 700px;
    max-width: 700px;
    margin: auto;
  }
  #home-content h1 .top {
    font-size: 18px;
    line-height: 60px;
    letter-spacing: .1em;
  }
  #home-content h1 .middle {
    font-size: 100px;
    line-height: 80px;
  }
  #home-content h1 .bottom {
    font-size: 43px;
    line-height: 60px;
  }
  #home-content .line {
    margin: 50px auto 50px 0;
  }
}
@media only screen and (min-width: 64em) {
  #home-content {
    padding-top: 80px;
    padding-bottom: 86px;
    background-position: center;
  }
  #home-content .container {
    width: 96% !important;
    max-width: 1200px;
    text-align: justify;
  }
  #home-content .home-wrapper {
    width: 836px;
    padding-left: 108px;
    padding-right: 106px;
    padding-top: 87px;
    margin-left: 0;
  }
  #home-content h1 span {
    margin-bottom: 4px;
  }
  #home-content h1,
  #home-content h2,
  #home-content h3,
  #home-content h4,
  #home-content h5,
  #home-content h6 {
    text-align: left;
  }
  #home-content .line {
    margin-top: 46px;
    height: 2px;
  }
  #home-content a,
  #home-content p,
  #home-content li {
    font-size: 19px;
    line-height: 32px;
  }
  #home-content a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1300px) {
  #content #home-content .container {
    width: 100% !important;
    max-width: 1200px;
  }
}
#services-section {
  padding-top: 50px;
}
#services-section .service {
  box-shadow: 1px 7px 15px 0px rgba(0,0,0,0.25);
  padding: 35px 20px;
  border-radius: 10px;
  width: 300px;
  margin: auto;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  background: url("../images/services-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#services-section .service:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #8cc640;
  transform-origin: center;
  opacity: .8;
  top: 0;
  left: 0;
  z-index: -1;
}
#services-section .service h2 {
  text-align: center;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
#services-section .service p {
  display: none;
}
#services-section .service a {
  display: block;
  margin: auto;
  background: rgba(0,90,155,0.8);
  color: #fff;
  text-transform: uppercase;
  line-height: 44px;
  border-radius: 22px;
  width: 145px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (min-width: 48em) {
  #services-section {
    text-align: center;
    padding: 100px 0;
  }
  #services-section .service {
    display: inline-block;
    margin: 20px;
    height: 223px;
  }
}
@media only screen and (min-width: 64em) {
  #services-section {
    padding: 0;
    background: url("../images/services-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
  }
  #services-section .service {
    all: unset;
    display: inline-block;
    height: 450px;
    position: relative;
    width: 20%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    background: transparent;
    margin: 0;
  }
  #services-section .service:hover {
    cursor: pointer;
  }
  #services-section .service:hover:before {
    height: 100%;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service:hover p {
    min-height: 115px;
    height: auto;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service:hover a {
    visibility: visible;
    height: 44px;
    line-height: 44px;
  }
  #services-section .service:last-of-type {
    border-right: none;
  }
  #services-section .service:before {
    content: '';
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    background: #8cc640;
    opacity: .8;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 10px;
  }
  #services-section .service h2 {
    color: #fff !important;
    font-size: 18px;
    line-height: 22px;
  }
  #services-section .service p {
    display: block;
    font-size: 12px;
    color: #fff !important;
    line-height: 16px;
    overflow: hidden;
    height: 0;
    max-width: 285px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
  }
  #services-section .service a {
    width: 145px;
    line-height: 0px;
    font-size: 12px;
    color: #fff !important;
    background: rgba(0,90,155,0.8);
    height: 0;
    font-weight: 500;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
  }
  #services-section .service a:hover {
    background: #31aad2;
  }
}
@media only screen and (min-width: 1300px) {
  #services-section .service .content {
    max-width: 300px;
  }
  #services-section {
    height: 800px;
  }
  #services-section .service {
    height: 800px;
  }
  #services-section .service h2 span {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  #services-section .service h2 {
    font-size: 32px;
    line-height: 38px;
  }
  #services-section .service p {
    font-size: 15px;
    line-height: 25px;
  }
}
#logos {
  padding: 50px 0;
  background: #f7f6f6;
}
#logos .container {
  text-align: center;
}
#logos h2 {
  font-size: 18px;
  text-align: center;
  color: #005a9b;
  font-weight: bold;
  text-transform: capitalize;
  margin: auto;
}
#logos a {
  display: inline-block;
  width: 40%;
  margin: 20px 10px;
}
#logos .products {
  margin-bottom: 50px;
}
@media only screen and (min-width: 48em) {
  #logos {
    padding: 100px 0;
  }
  #logos .products {
    margin-bottom: 100px;
  }
  #logos a {
    width: 30%;
  }
}
@media only screen and (min-width: 64em) {
  #logos {
    padding: 62px 0 61px;
  }
  #logos .container {
    text-align: left;
  }
  #logos .products {
    margin-bottom: 34px;
  }
  #logos h2 {
    display: inline-block;
    width: 115px;
    text-align: right;
    margin-right: 50px;
  }
  #logos a {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
    transition: .2s ease;
    vertical-align: mid;
  }
  #logos a:last-of-type {
    margin-right: 0;
  }
  #logos a:hover {
    transform: translateY(-5px);
    transition: .2s ease;
  }
  #logos .affiliations a {
    margin-right: 45px;
  }
  #logos .affiliations a:last-of-type {
    margin-right: 0;
  }
}
#reviews {
  padding: 50px 0;
  background: url("../images/reviews-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
#reviews:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,90,155,0.8);
  top: 0;
  left: 0;
  z-index: -1;
}
#reviews .slide p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#reviews .slide p .name {
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
#reviews .controls {
  width: 100px;
  margin: auto;
}
#reviews .controls i {
  color: #fff;
  font-size: 30px;
}
#reviews .controls #prev,
#reviews .controls #next {
  display: inline-block;
  position: relative;
}
#reviews .controls #prev:before,
#reviews .controls #next:before {
  content: '';
  position: absolute;
  display: block;
  height: 98%;
  width: 98%;
  background: #8cc640;
  border-radius: 50%;
  opacity: 1;
  top: 2px;
  left: 0;
  z-index: -1;
}
#reviews .controls #prev:hover,
#reviews .controls #next:hover {
  cursor: pointer;
}
#reviews .controls #next {
  float: right;
}
#reviews .btns {
  text-align: center;
  width: 100%;
  padding-top: 50px;
}
#reviews .btns a {
  text-decoration: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 23px 36px;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: auto;
  font-weight: 300;
}
#reviews .btns a:hover {
  background: #fff;
  color: #3a5f6a;
}
@media only screen and (min-width: 48em) {
  #reviews {
    padding: 115px 80px;
  }
  #reviews .container {
    width: 607px !important;
  }
  #reviews .slide {
    margin: auto;
  }
  #reviews .slide p {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 64em) {
  #reviews {
    padding: 0;
    padding-bottom: 88px;
    padding-top: 89px;
  }
  #reviews:before {
    display: none;
  }
  #reviews .container {
    width: 1000px !important;
  }
  #reviews .cycle-slideshow {
    width: 871px;
    margin: auto;
  }
  #reviews .slide {
    width: 871px;
    height: 293px;
    background: rgba(0,90,155,0.8);
    border-radius: 20px;
    padding-top: 62px;
    padding-left: 125px;
    padding-right: 125px;
  }
  #reviews .slide p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
  }
  #reviews .slide p .name {
    display: inline-block;
  }
  #reviews .controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 784px;
    top: 122px;
    z-index: 100;
  }
  #reviews .controls #prev,
  #reviews .controls #next {
    transition: .2s ease;
  }
  #reviews .controls #prev:hover,
  #reviews .controls #next:hover {
    transform: scale(1.2);
    transition: .2s ease;
  }
  #reviews .controls #prev i,
  #reviews .controls #next i {
    font-size: 37px;
  }
  #reviews .btns {
    padding-top: 12px;
  }
  #reviews .btns a {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  #reviews .container {
    width: 1000px !important;
  }
}
#subnav-outer-wrap {
  overflow: hidden;
  min-height: 224px;
  position: relative;
  z-index: 1;
}
#subnav-outer-wrap #random-image {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
#subnav-outer-wrap:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #0097c9;
  opacity: .76;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 100;
}
#subnav-outer-wrap .container {
  width: 100% !important;
}
#subnav-outer-wrap #subnav-outer {
  position: relative;
  padding: 120px 0 20px;
  text-align: center;
  z-index: 101;
}
#subnav-outer-wrap #subnav-outer p {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 19px;
  font-size: 14px;
  max-width: 661px;
  letter-spacing: .03em;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}
#subnav-outer-wrap #subnav-outer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 7px;
}
#subnav-outer-wrap #subnav-outer a.active,
#subnav-outer-wrap #subnav-outer a:hover {
  color: #fff;
  text-decoration: underline;
}
.interior-content {
  padding: 81px 0 20px;
}
#main-content h1 {
  margin: 0;
  margin-bottom: 50px;
}
#main-content .line {
  height: 4px;
  width: 118px;
  background: #c7e4ec;
  margin: 22px 0 26px;
}
#main-content p,
#main-content ul li {
  font-size: 17px;
  line-height: 32px;
  color: #231f20;
  text-align: left;
}
#main-content a {
  font-family: 'Open Sans';
  color: #0097c9;
}
#main-content a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 48em) {
  #main-content {
    text-align: justify;
    position: relative;
    z-index: 100000;
  }
  #main-content p {
    max-width: 400px;
    text-align: justify;
  }
  #main-content h1 {
    font-size: 37px;
    font-weight: 500;
  }
  #main-content h2 {
    max-width: 400px;
  }
  #main-content h1,
  #main-content h2,
  #main-content h3,
  #main-content h4,
  #main-content h5,
  #main-content h6 {
    text-align: left;
  }
  #subnav-outer-wrap {
    min-height: 350px;
  }
  #subnav-outer-wrap:before {
    display: none;
  }
  #subnav-outer-wrap .container {
    width: 100% !important;
    max-width: 100%;
    position: relative;
    min-height: 350px;
  }
  #subnav-outer-wrap #subnav-outer {
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  #subnav-outer-wrap #subnav-outer:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #0097c9;
    opacity: .76;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 100;
    z-index: -1;
  }
  #hide-stock {
    width: 300px;
    position: relative;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  #hide-stock img {
    border-radius: 25px;
    border: 1px solid #005a9b;
  }
  .int-wrapper {
    position: relative;
  }
  .int-wrapper .int-mountain {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #sidebar img {
    max-width: 300px;
    width: 300px;
  }
}
@media only screen and (min-width: 64em) {
  .interior-content {
    min-height: 800px;
    padding-top: 80px;
  }
  #main-content {
    max-width: 500px;
  }
  body.meet-the-doctors #main-content {
    max-width: 1000px;
  }
  #main-content p,
  #main-content h2 {
    max-width: 500px;
  }
  #subnav-outer-wrap {
    min-height: 667px;
  }
  #subnav-outer-wrap .container {
    max-width: 100% !important;
    min-height: 667px;
  }
  #hide-stock {
    width: 351px;
    position: relative;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  #hide-stock:after {
    content: '';
    position: absolute;
    display: block;
    height: 421px;
    width: 1480px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: -147px;
    top: 174px;
  }
  #sidebar img {
    max-width: 351px;
    width: 351px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-content {
    width: 100%;
    max-width: 671px;
  }

  #main-content p {
    max-width: 100%;
    width: 100%;
  }
  body.before-and-after #main-content,  body.meet-the-doctors  #main-content  {
    max-width: 100% !important;
  }
  

	
  #hide-stock {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  #content .container2 {
    max-width: 1100px !important;
    width: 100% !important;
  }
  #sidebar img {
    max-width: 357px;
    width: 357px;
  }
}
#ft {
  text-align: center;
  width: 100%;
  display: table;
  padding: 50px 0 0;
}
#ft .ft-location {
  max-width: 320px;
  margin: auto;
  padding: 0 2%;
}
#ft .ft-location .footer-logo {
  width: 300px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #005a9b;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
#ft .ft-location .ft-address:hover {
  text-decoration: underline;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #005a9b;
  font-size: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 25px;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #0097c9;
}
#ft .map {
  display: none;
}
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
  #ft-design-credit {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 64em) {
  #ft {
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    height: 628px;
    position: relative;
  }
  #ft .ft-location {
    display: inline-block;
    width: 50%;
    height: 628px;
    background-size: cover;
    background-position: center;
    vertical-align: top;
    background-repeat: no-repeat;
    max-width: 5000px;
    padding: 0;
    position: relative;
  }
  #ft .ft-location .ft-map {
    display: block;
    width: auto;
    width: 94px;
    position: absolute;
    right: 50%;
    top: 62px;
    margin-right: -727px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  #ft .ft-location .ft-map: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);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  #ft .ft-location .content {
    position: absolute;
    top: 167px;
    right: 201px;
  }
  #ft .ft-location .footer-logo {
    width: 100%;
    margin-bottom: 36px;
  }
  #ft .ft-location .phone {
    margin-bottom: 10px;
  }
  #ft .map {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 628px;
    background: #0097c9;
    background: -moz-linear-gradient(left,#0097c9 0%,#005b9b 100%);
    background: -webkit-linear-gradient(left,#0097c9 0%,#005b9b 100%);
    background: linear-gradient(to right,#0097c9 0%,#005b9b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097c9',endColorstr='#005b9b',GradientType=1);
  }
  #ft .map .image-group {
    position: absolute;
    left: -105px;
    top: 83px;
  }
  #ft .map .image-group .pin {
    position: absolute;
    top: 86px;
    right: 221px;
  }
}
.design-left {
  margin-top: 100px;
  padding: 30px 0;
  background: #0097c9;
  background: -moz-linear-gradient(left,#0097c9 0%,#005b9b 100%);
  background: -webkit-linear-gradient(left,#0097c9 0%,#005b9b 100%);
  background: linear-gradient(to right,#0097c9 0%,#005b9b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097c9',endColorstr='#005b9b',GradientType=1);
}
.design-left .sitemap-link,
.design-left .sesame-link {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.design-left .sitemap-link img,
.design-left .sesame-link img {
  width: 24px;
  margin-right: 5px;
}
.design-left .back-to-top {
  display: block;
  text-align: center;
  color: #8cc640;
  font-size: 20px;
}
@media only screen and (min-width: 48em) {
  .design-left {
    text-align: center;
  }
  .design-left .sesame-link,
  .design-left .sitemap-link,
  .design-left .back-to-top-pipe,
  .design-left .back-to-top {
    font-size: 11px;
    letter-spacing: .04em;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .design-left .sesame-link img,
  .design-left .sitemap-link img,
  .design-left .back-to-top-pipe img,
  .design-left .back-to-top img {
    width: 24px;
    transform: translateX(-4px);
  }
  .design-left .back-to-top {
    font-size: 20px;
    margin-left: 12px;
  }
  .design-left .back-to-top-pipe {
    margin: 0 16px 0 15px;
  }
}
@media only screen and (min-width: 64em) {
  .design-left {
    position: absolute;
    bottom: 6px;
    margin-top: 0;
    z-index: 10;
    background: transparent;
    left: 50%;
    margin-left: 47px;
  }
  .design-left .sitemap-link:hover,
  .design-left .sesame-link:hover {
    text-decoration: underline;
  }
  .design-left .back-to-top-pipe {
    margin-left: 13px;
    margin-right: 13px;
  }
  .design-left .back-to-top {
    margin-left: 14px;
    color: #8cc640;
  }
  .design-left .back-to-top:hover {
    color: #fff;
  }
}
form button {
  background: #0097c9;
  color: #FFFFFF;
  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;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #004a63;
}
.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: #0097c9;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #0097c9;
  color: #213747;
  margin: 10px 0 0;
  padding: 10px 10px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #FFFFFF;
  color: #213747;
  border: 1px solid #213747;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #0097c9;
  color: #FFFFFF;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #004a63;
}
.form-allowed-tags {
  display: none;
}
.navigation .previous_post:before,
.navigation .next_post:before {
  font-weight: bold;
  display: block;
}
.navigation .previous_post:before {
  content: "Previous Post:";
}
.navigation .next_post:before {
  content: "Next Post:";
}
.navigation .previous_post,
.navigation .next_post {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.25em;
  width: 43%;
  margin-bottom: 1.58em;
}
.navigation .previous_post {
  margin-right: 4%;
  text-align: left;
}
.navigation .next_post {
  text-align: right;
  float: right;
}
.post .entry {
  clear: both;
}
.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-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  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;
}
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
form p {
  height: auto;
}
form.full .radio-group label input {
  width: auto !important;
  display: inline;
}
form.full .radio-group label span {
  display: inline;
}
#fc-calculator input[type=range]::-webkit-slider-thumb {
  background: #0097c9;
}
#fc-calculator input[type=range]::-moz-range-thumb {
  background: #0097c9;
}
#fc-calculator input[type=range]::-ms-thumb {
  background: #0097c9;
}
#fc-calculator #payment-calculation .fc-col2 {
  color: #0097c9;
}
#fc-calculator #payment-calculation input[type='text'] {
  color: #0097c9;
}
@media only screen and (min-width: 48em) {
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  body.layout-full-width #hide-stock,
  body.layout-full-width #sidebar {
    display: none;
  }
  body.layout-full-width #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  #main-content {
    display: block;
    float: left;
    padding: 2px 0 30px 0;
  }
  body.sitemap #sidebar {
    display: none !important;
  }
  #sidebar {
    width: 32%;
    float: right;
    display: inline;
    text-align: right;
    margin: 6px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 64em) {
  #sticky {
    position: fixed;
    padding: 0;
    z-index: 3000;
    background: #ffffff;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
  }
  body.blog header {
    margin-top: 0;
  }
  #main-nav .container {
    width: 1000px !important;
    max-width: none;
  }
  .ie8 #main-nav .container {
    width: 1000px !important;
  }
  nav.horizontal ul li {
    float: none;
  }
  #slideshow {
    width: 100%;
    padding: 0;
    z-index: 0;
  }
  #slideshow #home-slideshow {
    width: 100%;
    margin: 0 auto;
  }
  #slideshow #home-slideshow .cycle-slideshow {
    margin-top: 0;
  }
  #slideshow #home-slideshow .hp-slide {
    max-width: none;
    width: 100%;
  }
}
.lity{z-index:10000000 !important;}