/*!
 * Start Bootstrap - Grayscale v4.0.0-alpha (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: white;
  background-color: white;
  position: relative; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px; }

p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 20px;
      font-size: 20px; } }

p.large {
  font-size: 20px;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    p.large {
      margin: 0 0 24px;
      font-size: 24px; } }

a {
  color: #4c4d44;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #171714; }

#mainNav {
  margin-bottom: 0;
  /*border-bottom: 1px solid fade-out(black, 0.7);*/
  font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: rgba(76, 77, 68, 0.8); }
  #mainNav .navbar-toggler {
    margin-top: 7px;
    color: white;
    font-size: 14px;
    border: 1px solid white;
    padding: 11px; }
  #mainNav .navbar-brand {
    font-weight: 700; }
  #mainNav .mobile-call {
    position: absolute;
    right: 8em;
    padding: 8px; }
    #mainNav .mobile-call img {
      width: auto;
      height: 20px; }
  #mainNav a {
    color: white;
    line-height: 1em;
    text-align: center; }
    #mainNav a.active {
      color: #e1ddd2; }
  #mainNav a:hover {
    color: #e1ddd2; }
  #mainNav .navbar-nav a.nav-link {
    font-size: 1.2em;
    padding: 15px 10px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
    #mainNav .navbar-nav a.nav-link:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    @media (min-width: 992px) {
      #mainNav .navbar-nav a.nav-link {
        font-size: 1em; } }
    #mainNav .navbar-nav a.nav-link:focus, #mainNav .navbar-nav a.nav-link:active {
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav a.nav-link.active {
      outline: none;
      background: none; }
      #mainNav .navbar-nav a.nav-link.active:hover {
        color: white; }
  #mainNav .book-call {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  #mainNav .book-call .call {
    background: #87b262;
    -webkit-transition: background .25s ease-in-out,padding .25s ease-in-out;
    -moz-transition: background .25s ease-in-out,padding .25s ease-in-out;
    transition: background .25s ease-in-out,padding .25s ease-in-out;
    padding: 11px 15px; }
    #mainNav.navbar-shrink .book-call .call {
      padding: 7px 15px;
    }
    #mainNav .book-call .call .call-img {
      padding-left: 30px;
      background: url(../img/call.svg) no-repeat center left;
      background-size: 12%; }
    #mainNav .book-call .call p {
      margin: 0;
      font-size: 1em; }
  #mainNav .book-call .book {
    background: #616256;
    -webkit-transition: background .25s ease-in-out,padding .25s ease-in-out;
    -moz-transition: background .25s ease-in-out,padding .25s ease-in-out;
    transition: background .25s ease-in-out,padding .25s ease-in-out;
    padding: 16px 15px; }
    #mainNav.navbar-shrink .book-call .book {
      padding: 10px 15px;
    }
    #mainNav .book-call .book .book-img {
      padding-left: 30px;
      background: url(../img/book.svg) no-repeat center left;
      background-size: 12%; }
    #mainNav .book-call .book p {
      margin: 0;
      font-size: 1em; }
  #mainNav .ml-auto {
    margin-left: auto !important;
    margin-top: 10px;
    border-top: 1px solid;
    padding-top: 15px;
    padding-bottom: 5px; }
  #mainNav img {
    width: 140px; }
  @media (min-width: 992px) {
    #mainNav {
      padding: 20px 0;
      border-bottom: none;
      letter-spacing: 1px;
      background-color: rgba(76, 77, 68, 0.4);
      -webkit-transition: background .25s ease-in-out,padding .25s ease-in-out;
      -moz-transition: background .25s ease-in-out,padding .25s ease-in-out;
      transition: background .25s ease-in-out,padding .25s ease-in-out; }
      #mainNav .navbar-nav {
        padding-right: 150px; }
      #mainNav img {
        width: 160px; }
      #mainNav.navbar-shrink {
        padding: 10px 0;
        background: rgba(76, 77, 68, 0.8);
        /*border-bottom: 1px solid fade-out(white, 0.7);*/ }
        #mainNav.navbar-shrink img {
          width: 140px;
          -webkit-transition: width .25s ease-in-out,padding .25s ease-in-out;
          -moz-transition: width .25s ease-in-out,padding .25s ease-in-out;
          transition: width .25s ease-in-out,padding .25s ease-in-out; }
      #mainNav .book-call {
        display: block; }
      #mainNav .ml-auto {
        margin-top: 0;
        border-top: none;
        padding-top: 0px;
        padding-bottom: 0px; } }
  @media (min-width: 1500px) {
    #mainNav .navbar-nav {
      padding: 0 !important; } }

.carousel-item {
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 767px) {
    .carousel-item {
      height: 100vh;
      min-height: 300px;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  color: #fff;
  opacity: 0.6; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 30px; }

.carousel-caption {
  bottom: 130px; }

.carousel-inner {
  background: black; }

.page {
  position: relative;
  display: table;
  width: 100%;
  height: 240px;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-color: transparent;
  /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;*/
  padding: 0; }
  .page .banner {
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#A6000000', GradientType=0);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 50px; }
    .page .banner h1 {
      text-transform: none;
      font-size: 1.4em;
      font-weight: 400;
      margin-bottom: 30px; }
      @media (min-width: 767px) {
        .page .banner h1 {
          font-size: 2em;
          margin-bottom: 40px; } }
  @media (min-width: 767px) {
    .page {
      height: 400px; } }
  .page.info-ribbon {
    height: 240px; }
    @media (min-width: 767px) {
      .page.info-ribbon {
        height: 468px; } }

/*
.canine .page {
    background-image: url(../img/canine-hero.jpg);
}
.other .page {
    background-image: url(../img/other-hero.jpg);
}
.feline .page {
    background-image: url(../img/feline-hero.jpg);
    height:368px;
    @media(min-width:767px) {
        height:468px;
    }
}
.staff .page {
    background-image: url(../img/staff-hero.jpg);
}
.faq .page {
    background-image: url(../img/faq-hero.jpg);
}
.contact .page {
    background-image: url(../img/contact-hero.jpg);
}
.boarding .page {
    background-image: url(../img/boarding-hero.jpg);
}
.eastern-hills-way .page {
    background-image: url(../img/ehw-hero.jpg);
    height:368px;
    @media(min-width:767px) {
        height:468px;
    }
}
*/
.intro-footer {
  z-index: 1000;
  width: 100%;
  /*
    .info-banner {
        background-color: $lime;
        padding: 20px 0;
        span {
            padding: 0 10px;
        }
        p {
            margin-bottom: 0px;
            font-size: 1em;
            text-align: center;
        }
        p a {
            color: inherit;
            text-decoration: underline;
        }
        &.desktop {
            display:none;
            @media(min-width:768px) {
                display: block;
                p {
                    font-size: 1.2em;
                }
            }
        }
        &.mobile {
            @media(min-width:768px) {
                display: none;
        }
    }*/ }
  @media (min-width: 767px) {
    .intro-footer {
      position: absolute;
      bottom: 0; } }
  .intro-footer .scroll-arrow {
    display: none; }
    @media (min-width: 767px) {
      .intro-footer .scroll-arrow {
        display: block; } }
    .intro-footer .scroll-arrow .col {
      text-align: center; }
    .intro-footer .scroll-arrow .bounce {
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-top: -25px;
      margin-left: -25px;
      z-index: 500;
      -webkit-animation: bounce 1s infinite; }
      .intro-footer .scroll-arrow .bounce .arrow {
        /*position: fixed;*/
        bottom: 0;
        left: 50%;
        width: 40px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
        background-size: contain; }

@-webkit-keyframes bounce {
  0% {
    bottom: 150px; }
  25%, 75% {
    bottom: 165px; }
  50% {
    bottom: 170px; }
  100% {
    bottom: 150px; } }
    @media (min-width: 767px) {
      @-webkit-keyframes bounce {
        0% {
          bottom: 110px; }
        25%, 75% {
          bottom: 125px; }
        50% {
          bottom: 130px; }
        100% {
          bottom: 110px; } } }

.info-banner {
  background-color: #87b262;
  padding: 20px 0; }
  .info-banner span {
    padding: 0 10px; }
  .info-banner p {
    margin-bottom: 0px;
    font-size: 1em;
    text-align: center; }
    .info-banner p a {
      color: inherit;
      text-decoration: underline; }
      .info-banner p a:hover {
        text-decoration: none; }
  .info-banner.desktop {
    display: none; }
    @media (min-width: 768px) {
      .info-banner.desktop {
        display: block; }
        .info-banner.desktop p {
          font-size: 1.2em; } }
  @media (min-width: 768px) {
    .info-banner.mobile {
      display: none; } }

.btn-circle {
  width: 60px;
  height: 60px;
  margin-top: 15px;
  padding: 7px 0;
  border: none;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }

.content-section {
  width: 100%;
  padding: 50px 0 0 0;
  color: #4c4d44;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .content-section.home {
    padding-bottom: 0; }
  @media (min-width: 767px) {
    .content-section {
      padding: 80px 0 65px 0; } }
  .content-section .secondary {
    background: #f7f5f0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f5f0 0%, #ffffff 30%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7f5f0 0%, #ffffff 30%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7f5f0 0%, #ffffff 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f0', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    padding-top: 50px;
    padding-bottom: 50px; }
  .content-section .dark {
    background: #f7f5f0;
    padding-top: 30px;
    padding-bottom: 30px; }
  .content-section .light {
    padding-top: 0px;
    padding-bottom: 50px; }
    @media (min-width: 767px) {
      .content-section .light {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .content-section .light .paragraph {
      padding-top: 0; }
      @media (min-width: 767px) {
        .content-section .light .paragraph {
          padding-top: 20px; } }
  .content-section .intro-text {
    padding-bottom: 30px; }
    @media (min-width: 767px) {
      .content-section .intro-text {
        padding-bottom: 80px;
        padding-top: 20px; } }
  .content-section .staff-intro {
    padding-bottom: 50px; }
    @media (min-width: 767px) {
      .content-section .staff-intro {
        padding-bottom: 20px;
        padding-top: 20px; } }
  .content-section .content-only {
    padding-bottom: 30px; }
    @media (min-width: 767px) {
      .content-section .content-only {
        padding-bottom: 0px;
        padding-top: 20px; } }
  .content-section .content-image img {
    max-width: 100%;
    max-height: 240px;
    border-radius: 50%; }
    @media (min-width: 767px) {
      .content-section .content-image img {
        max-height: 330px; } }
  .content-section .paragraph {
    padding-top: 20px; }
    .content-section .paragraph p.large {
      color: #87b262; }
    .content-section .paragraph p a {
      color: inherit;
      text-decoration: underline; }
      .content-section .paragraph p a:hover {
        text-decoration: none; }
    @media (min-width: 767px) {
      .content-section .paragraph.left {
        text-align: left; }
      .content-section .paragraph.right {
        text-align: right; } }
  .content-section.rows {
    padding: 50px 0 0 0; }
    @media (min-width: 767px) {
      .content-section.rows {
        padding: 80px 0 0 0; } }

.services-content {
  text-align: center; }
  @media (min-width: 992px) {
    .services-content {
      text-align: left; } }

#sidebar {
  background: url(../img/sidebar-bg.jpg) no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: #87b262;
  padding: 20px 15px;
  margin-top: 0px;
  margin-bottom: 0px; }
  @media (min-width: 767px) {
    #sidebar {
      margin-top: 30px;
      margin-bottom: 30px; } }
  #sidebar.sticky {
    position: fixed;
    top: 0; }
  #sidebar p {
    color: white; }
    #sidebar p.large {
      margin-bottom: 15px; }
  #sidebar .questions-list p {
    margin-bottom: 0px; }
    #sidebar .questions-list p a {
      color: white;
      cursor: pointer; }
      #sidebar .questions-list p a:hover {
        color: #616256; }
  #sidebar.hours { }
    #sidebar.hours .services-content {
      text-align: center; }
    #sidebar.hours p {
      margin: 0; }
      #sidebar.hours p.large {
        margin: 0 0 15px; }
    #sidebar.hours span {
      font-weight: 700; }
    @media (min-width: 767px) {
      #sidebar.hours { } }
#booking-banner {
  color: #ffffff;
  background-color: #616256;
  padding: 30px;
}
  #booking-banner img {
    width: auto;
    height: 30px;
    margin-right: 15px;
  }
  #booking-banner .btn {
    background-color: #87b262;
    border-color: #87b262;
  }
    #booking-banner .btn:hover {
      background-color: #749954;
      border-color: #749954;
    }
#home-services {
  background: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0 0px 0; }
  @media (min-width: 767px) {
    #home-services {
      padding: 50px 0 20px 0; } }
  #home-services .services-box {
    margin-bottom: 30px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #home-services .col-lg-4 {
      width: 320px; } }
  #home-services .lime {
    background: #87b262; }
    #home-services .lime a {
      color: #87b262; }
    #home-services .lime .services-more:hover {
      background: #e1ddd2; }
  #home-services .brown {
    background: #ac855e; }
    #home-services .brown a {
      color: #ac855e; }
    #home-services .brown .services-more:hover {
      background: #e1ddd2; }
  #home-services .olive {
    background: #616256; }
    #home-services .olive a {
      color: #616256; }
    #home-services .olive .services-more:hover {
      background: #e1ddd2; }
  #home-services .services-img {
    position: relative; }
    #home-services .services-img img {
      width: 100%; }
  @media (min-width: 992px) {
    #home-services .services-img {
      overflow: hidden;
      text-align: center;
      height: 300px;
      width: inherit; }
      #home-services .services-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
  #home-services .services-content {
    padding: 30px; }
    @media (min-width: 992px) {
      #home-services .services-content {
        min-height: 500px; } }
    @media (min-width: 1200px) {
      #home-services .services-content {
        min-height: 420px; } }
  #home-services p {
    margin: 0 0 10px 0; }
    #home-services p.header {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 15px; }
  #home-services .services-more {
    background: white;
    border-radius: 20px;
    width: 140px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
    margin-top: 20px; }
    @media (min-width: 992px) {
      #home-services .services-more {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0; } }
    #home-services .services-more p {
      line-height: 40px;
      margin: 0;
      font-weight: 700; }

#page-services {
  background: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0 0px 0; }
  @media (min-width: 767px) {
    #page-services {
      padding: 50px 0 20px 0; } }
  #page-services h1 {
    text-transform: none;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      #page-services h1 {
        font-size: 1.5em; } }
  #page-services .box {
    padding: 30px;
    margin-bottom: 30px; }
    #page-services .box p {
      margin: 0; }
      #page-services .box p.large {
        margin: 0 0 20px; }
  #page-services a {
    text-decoration: underline !important;
    color: inherit; }
  #page-services .contact {
    text-align: center; }
    #page-services .contact p {
      margin: 0 !important; }
  @media (min-width: 992px) {
    #page-services .wellness {
      min-height: 390px; }
    #page-services .contact {
      position: relative;
      padding: 0;
      min-height: 390px; }
      #page-services .contact .inner {
        /*width: whatever width you want;*/
        padding: 0 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    #page-services .also {
      min-height: 276px; }
    #page-services .additional {
      min-height: 696px; } }
  @media (min-width: 1200px) {
    #page-services .wellness {
      min-height: 330px; }
    #page-services .contact {
      min-height: 330px; }
    #page-services .also {
      min-height: 240px; }
    #page-services .additional {
      min-height: 600px; } }
  #page-services .lime {
    background: #87b262; }
    #page-services .lime a {
      color: #87b262; }
  #page-services .brown {
    background: #ac855e; }
    #page-services .brown a {
      color: #ac855e; }
  #page-services .olive {
    background: #616256; }
    #page-services .olive a {
      color: #616256; }
  #page-services .tan {
    color: #616256;
    background: #e1ddd2; }

#other-services {
  background: url(../img/home-services-bg.jpg) no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: #616256;
  padding: 30px 0 0px 0; }
  @media (min-width: 767px) {
    #other-services {
      padding: 50px 0 20px 0; } }
  #other-services h1 {
    text-transform: none;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      #other-services h1 {
        font-size: 1.5em; } }
  #other-services .box {
    padding: 30px;
    margin-bottom: 30px; }
    #other-services .box p {
      margin: 0; }
      #other-services .box p.large {
        margin: 0 0 20px; }
  #other-services a {
    text-decoration: underline;
    color: inherit; }
    #other-services a:hover {
      text-decoration: none; }
  #other-services .contact {
    text-align: center; }
    #other-services .contact p {
      margin: 0 !important; }
  @media (min-width: 992px) {
    #other-services .wellness {
      min-height: 455px; }
    #other-services .contact {
      position: relative;
      padding: 0;
      min-height: 455px; }
      #other-services .contact .inner {
        /*width: whatever width you want;*/
        padding: 0 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    #other-services .additional {
      min-height: 455px; } }
  @media (min-width: 1200px) {
    #other-services .wellness {
      min-height: 390px; }
    #other-services .contact {
      min-height: 390px; }
    #other-services .additional {
      min-height: 390px; } }
  #other-services .lime {
    background: #87b262; }
    #other-services .lime a {
      color: #87b262; }
  #other-services .brown {
    background: #ac855e; }
    #other-services .brown a {
      color: #ac855e; }
  #other-services .tan {
    color: #616256;
    background: #e1ddd2; }

#clinic-details {
  background: #87b262;
  /* Old browsers */
  text-align: center; }
  #clinic-details .box {
    padding: 0; }
  #clinic-details .details-content {
    padding: 30px; }
  #clinic-details p {
    margin: 0; }
    #clinic-details p.header {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 15px; }
  #clinic-details span {
    font-weight: 700; }
  #clinic-details #map {
    width: 100%;
    height: 400px; }
  @media (min-width: 767px) {
    #clinic-details #clinic-details .box {
      background: #87b262;
      /* Old browsers */
      background: -moz-linear-gradient(left, #87b262 0%, #87b262 50%, #e1ddd2 51%, #e1ddd2 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #87b262 0%, #87b262 50%, #e1ddd2 51%, #e1ddd2 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #87b262 0%, #87b262 50%, #e1ddd2 51%, #e1ddd2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b262', endColorstr='#e1ddd2',GradientType=1 );
      /* IE6-9 */ }
    #clinic-details #map {
      height: 100%; } }
  #clinic-details .address-box {
    text-align: center;
    background: #e1ddd2;
    color: #616256; }
    #clinic-details .address-box p {
      margin-bottom: 15px; }
      #clinic-details .address-box p.header {
        margin-bottom: 10px; }
    #clinic-details .address-box a {
      color: #616256;
      text-decoration: underline; }
      #clinic-details .address-box a:hover {
        text-decoration: none; }
    @media (min-width: 767px) {
      #clinic-details .address-box {
        text-align: left; } }

.btn {
  text-transform: uppercase;
  font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0; }

.btn-default {
  border: 1px solid #4c4d44;
  color: #4c4d44;
  background-color: transparent; }
  .btn-default:hover, .btn-default:focus {
    border: 1px solid #4c4d44;
    outline: none;
    color: black;
    background-color: #4c4d44; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

.staff #main-content p {
  margin: 0; }

.staff .modal .modal-body {
  padding: 30px 30px 20px 30px; }

.staff .modal p {
  color: #616256;
  margin: 0 0 10px 0; }

.staff .modal .close {
  position: absolute;
  right: 10px;
  z-index: 1000; }

.staff .modal .modal-image {
  float: left;
  width: 30%; }
  .staff .modal .modal-image img {
    width: 100%; }

.staff .modal .modal-text {
  float: left;
  width: 70%; }
  .staff .modal .modal-text p {
    margin-left: 30px; }

@media (max-width: 766px) {
  .staff .modal .modal-text {
    width: 100%; }
    .staff .modal .modal-text p {
      margin-left: 0; } }

@media (min-width: 767px) {
  .staff .modal .modal-dialog {
    max-width: 700px; } }

#staff-grid {
  padding-top: 0; }

.staff-members {
  background: white; }
  .staff-members .staff-container {
    margin-bottom: 30px; }
  .staff-members .staff-box .hover {
    padding: 0;
    display: none;
    position: absolute;
    height: 100%;
    top: 0;
    width: 360px;
    transition: 0.2s opacity ease;
    z-index: 100;
    background-color: rgba(135, 178, 98, 0.8); }
    @media (max-width: 766px) {
      .staff-members .staff-box .hover {
        display: block;
        height: 50%;
        bottom: 0;
        top: auto;
        width: auto;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.8); }
        .staff-members .staff-box .hover p {
          padding: 0 30px;
          color: #616256 !important; }
          .staff-members .staff-box .hover p a {
            color: #616256 !important; }
            .staff-members .staff-box .hover p a:hover {
              color: #616256 !important; } }
    @media (min-width: 767px) {
      .staff-members .staff-box .hover {
        width: 330px; } }
    @media (min-width: 992px) {
      .staff-members .staff-box .hover {
        width: 290px; } }
    @media (min-width: 1200px) {
      .staff-members .staff-box .hover {
        width: 255px; } }
    .staff-members .staff-box .hover .outer {
      display: table;
      position: absolute;
      height: 100%;
      width: 100%; }
      .staff-members .staff-box .hover .outer .middle {
        display: table-cell;
        vertical-align: middle; }
        .staff-members .staff-box .hover .outer .middle .inner {
          margin-left: auto;
          margin-right: auto;
          padding: 0 20px; }
          .staff-members .staff-box .hover .outer .middle .inner p {
            color: white;
            margin: 0; }
            .staff-members .staff-box .hover .outer .middle .inner p.large {
              margin-bottom: 15px; }
            .staff-members .staff-box .hover .outer .middle .inner p a {
              color: white;
              text-decoration: underline; }
              .staff-members .staff-box .hover .outer .middle .inner p a:hover {
                color: white;
                text-decoration: none; }
  .staff-members .staff-box:hover .hover {
    display: block; }
  .staff-members .staff-box .image img {
    max-width: 100%; }

.faq #faq-grid {
  padding-top: 0px; }

.faq .content-section p {
  margin: 0; }

.faq #filter {
  text-align: right;
  margin-bottom: 25px; }
  .faq #filter p.filter-title {
    display: inline-block;
    margin-right: 10px; }
  .faq #filter .filter-button {
    background: #87b262;
    margin: 0 0 5px 5px;
    border: none;
    color: white; }
    .faq #filter .filter-button:hover {
      background: #749954; }
  .faq #filter .btn-primary {
    background: #616256 !important; }
    .faq #filter .btn-primary:hover {
      background: #4a4b42 !important; }
  .faq #filter .current-filter {
    background: #749954; }
    .faq #filter .current-filter:hover {
      background: #87b262; }

.faq .faq-container {
  margin-bottom: 30px; }
  .faq .faq-container .faq-box {
    height: 200px; }
    @media (min-width: 767px) {
      .faq .faq-container .faq-box {
        height: 260px; } }
    .faq .faq-container .faq-box .download a {
      text-decoration: underline; }
      .faq .faq-container .faq-box .download a:hover {
        text-decoration: none;
        color: #87b262; }
    .faq .faq-container .faq-box .download p {
      margin-top: 15px; }
    .faq .faq-container .faq-box .hover {
      padding: 0;
      display: none;
      position: absolute;
      height: 100%;
      top: 0;
      width: 360px;
      transition: 0.2s opacity ease;
      z-index: 100; }
      .faq .faq-container .faq-box .hover .outer {
        background-color: rgba(135, 178, 98, 0.8); }
      @media (max-width: 766px) {
        .faq .faq-container .faq-box .hover {
          display: block;
          height: 50%;
          bottom: 0;
          top: auto;
          width: auto;
          left: 0;
          right: 0;
          background-color: rgba(255, 255, 255, 0.8); }
          .faq .faq-container .faq-box .hover p {
            padding: 0 30px;
            color: #616256 !important; }
            .faq .faq-container .faq-box .hover p a {
              color: #616256 !important; }
              .faq .faq-container .faq-box .hover p a:hover {
                color: #616256 !important; } }
      @media (min-width: 767px) {
        .faq .faq-container .faq-box .hover {
          width: 330px; } }
      @media (min-width: 992px) {
        .faq .faq-container .faq-box .hover {
          width: 290px; } }
      @media (min-width: 1200px) {
        .faq .faq-container .faq-box .hover {
          width: 255px; } }
    .faq .faq-container .faq-box:hover .hover {
      display: block; }
    .faq .faq-container .faq-box .outer {
      display: table;
      position: absolute;
      height: 100%;
      width: 100%;
      background: #e1ddd2; }
      .faq .faq-container .faq-box .outer .middle {
        display: table-cell;
        vertical-align: middle; }
        .faq .faq-container .faq-box .outer .middle .inner {
          margin-left: auto;
          margin-right: auto;
          padding: 0 20px; }
          .faq .faq-container .faq-box .outer .middle .inner p {
            color: #616256;
            margin: 0; }
            .faq .faq-container .faq-box .outer .middle .inner p.large {
              margin-bottom: 15px; }
            .faq .faq-container .faq-box .outer .middle .inner p a {
              color: white;
              text-decoration: underline; }
              .faq .faq-container .faq-box .outer .middle .inner p a:hover {
                color: white;
                text-decoration: none; }
      @media (max-width: 766px) {
        .faq .faq-container .faq-box .outer {
          position: relative; } }
      @media (min-width: 767px) {
        .faq .faq-container .faq-box .outer {
          width: 330px; } }
      @media (min-width: 992px) {
        .faq .faq-container .faq-box .outer {
          width: 290px; } }
      @media (min-width: 1200px) {
        .faq .faq-container .faq-box .outer {
          width: 255px; } }

.boarding .fees {
  margin-top: 30px;
  margin-bottom: 20px; }
  .boarding .fees .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(247, 245, 240, 0.4); }
  .boarding .fees p.small {
    margin: 0; }
  .boarding .fees p.large {
    color: #87b262; }
  .boarding .fees span {
    font-weight: 700; }
  .boarding .fees table {
    background: #e1ddd2; }

.contact #main-content a {
  text-decoration: underline; }
  .contact #main-content a:hover {
    text-decoration: none; }

@media (min-width: 767px) {
  .contact .intro-text {
    padding-bottom: 50px; } }

.contact .contact-form {
  background: #f7f5f0;
  padding: 30px; }
  @media (min-width: 767px) {
    .contact .contact-form { } }
  .contact .contact-form .btn {
    text-transform: none;
    color: #fff;
    background-color: #87b262 !important;
    border-color: #87b262 !important; }
    .contact .contact-form .btn:hover {
      background-color: #749954 !important;
      border-color: #749954 !important; }
  .contact .contact-form .form-control {
    background: white;
    border: #e1ddd2 1px solid; }
  .contact .contact-form label {
    margin: 0; }
    .contact .contact-form label p {
      margin-bottom: 10px; }

.contact .contact-page {
  background: #e1ddd2 !important; }
  @media (min-width: 767px) {
    .contact .contact-page .address-box .details-content {
      height: 400px; } }

#contact-details {
  background: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0 70px 0;
  text-align: center; }
  #contact-details h1 {
    text-transform: none;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 40px; }
  #contact-details .box {
    padding: 30px;
    margin-bottom: 30px; }
    #contact-details .box p {
      margin: 0; }
      #contact-details .box p.large {
        margin: 0 0 20px; }
  #contact-details .hours span {
    font-weight: 700; }
  #contact-details .consultation span {
    font-weight: 700; }
  @media (min-width: 992px) {
    #contact-details .consultation {
      text-align: left; } }
  #contact-details a {
    text-decoration: underline !important;
    color: inherit; }
  @media (min-width: 992px) {
    #contact-details .hours {
      min-height: 390px; }
    #contact-details .consultation {
      min-height: 390px; } }
  #contact-details .lime {
    background: #87b262; }
    #contact-details .lime a {
      color: #87b262; }
  #contact-details .brown {
    background: #ac855e; }
    #contact-details .brown a {
      color: #ac855e; }
  #contact-details .tan {
    color: #616256;
    background: #e1ddd2; }

footer {
  padding: 30px 0;
  background: #616256; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(76, 77, 68, 0.2); }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(76, 77, 68, 0.2); }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  webkit-tap-highlight-color: rgba(76, 77, 68, 0.2); }
