body {
  overflow-x: hidden; }

#conJump {
  position: absolute;
  opacity: 0; }

section {
  margin-bottom: 50px;
  position: relative; }

.container {
  max-width: 1400px; }

.row {
  margin-right: 0;
  margin-left: 0; }

#mainNav {
  margin-bottom: 0;
  position: relative;
  z-index: 50; }

.jumbotron {
  position: relative;
  margin-top: 0 !important;
  border-radius: 0;
  padding: 25% 0 0 0;
  background-attachment: fixed !important; }
  .jumbotron .col-12 {
    position: relative;
    z-index: 1; }
  .jumbotron h1 {
    font-size: 2.5em;
    text-decoration: underline;
    font-variant-caps: small-caps;
    margin-top: 100px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .jumbotron h1 {
        font-size: 3em;
        margin-top: 0; } }
  .jumbotron h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    top: -3px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .jumbotron h4 {
        font-size: 1.5em;
        margin-bottom: 20px; } }
  .jumbotron h1, .jumbotron h4 {
    color: #fff;
    text-shadow: 1px 1px 1px black; }

#jumboBar {
  padding-top: 15%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 30%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "High Tower Text", serif;
  font-weight: 600;
  color: #008a7e; }

p {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  color: black; }

a {
  color: #008a7e;
  font-weight: bold; }

a:hover, a:active, a:focus {
  color: #003d38;
  text-decoration: none; }

p a {
  text-transform: capitalize; }

p a, nav a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.tileImgL {
  width: 100%; }

.playBttn {
  position: relative;
  display: inline-block;
  background: #003d38;
  color: white;
  padding: 10px 40px 10px 15px;
  border: 1px solid #003d38;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #888888;
  margin: 15px auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .playBttn i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/play-arrows.png) no-repeat;
    background-size: 100% 200%;
    position: absolute;
    top: 13px;
    right: 7px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.playBttn:hover, .playBttn:active, .playBttn:focus {
  background: white;
  color: #003d38;
  box-shadow: 1px 1px 5px #888888; }

.playBttn:hover i, .playBttn:active i, .playBttn:focus i {
  background-position-y: 100%; }

.lgHide {
  display: block;
  width: 110%;
  margin-left: -5%; }
  @media (min-width: 768px) {
    .lgHide {
      display: none; } }

.bgImg {
  background-size: cover !important;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  display: none; }
  @media (min-width: 768px) {
    .bgImg {
      display: block; } }

.bgImgR {
  right: 0;
  left: 50%; }

.bgImgL {
  right: 50%;
  left: 0; }

hr {
  border-top: 1px solid #008a7e; }

.navbar {
  background: white !important;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 35;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .navbar .row {
    width: 100%;
    position: relative; }
  .navbar .navbar-brand {
    color: #003d38;
    font-weight: bold;
    font-size: 1.2em; }
  .navbar .navbar-brand:hover,
  .navbar .navbar-brand:active,
  .navbar .navbar-brand:focus,
  .navbar .navbar-brand.active {
    color: #008a7e !important; }
    .navbar .navbar-brand:hover img,
    .navbar .navbar-brand:active img,
    .navbar .navbar-brand:focus img,
    .navbar .navbar-brand.active img {
      filter: saturate(7); }
  .navbar .navbar-brand.active {
    cursor: default; }
  .navbar .navbar-brand img {
    max-width: 50px;
    width: 100%;
    margin-right: 10px; }
  .navbar .navbar-brand div {
    position: relative;
    display: inline;
    top: -5px; }
  .navbar #cyp {
    text-decoration: underline; }
  .navbar #ftm {
    font-size: 0.7em;
    font-style: italic;
    position: absolute;
    left: 25%;
    top: 80%; }
  .navbar .navbar-toggler {
    position: relative;
    border-color: #003d38;
    max-height: 50px;
    top: 5px;
    margin-right: 5%; }
  .navbar .navbar-toggler:hover,
  .navbar .navbar-toggler:active,
  .navbar .navbar-toggler:focus {
    outline: none !important; }
  .navbar .navbar-toggler-icon {
    padding-top: 14%;
    background-image: none; }
  .navbar .navbar-toggler-icon div {
    width: 100%;
    height: 2px;
    background-color: #008a7e;
    position: relative;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .navbar .navbar-toggler-icon div:first-child {
    margin-bottom: 60%; }
  .navbar .navbar-toggler-icon div:nth-child(2) {
    position: absolute;
    width: 55%;
    left: 12px;
    top: 49%; }
  .navbar .open div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; }
  .navbar .open div:nth-child(2) {
    opacity: 0; }
  .navbar .open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -40%; }
  .navbar #navbarSupportedContent {
    padding: 20px;
    background: white;
    position: absolute;
    top: 60px;
    right: 5%;
    z-index: 35; }
    @media (min-width: 992px) {
      .navbar #navbarSupportedContent {
        padding: 0 20px 20px 20px;
        position: static;
        background: transparent;
        padding: 0; } }
  .navbar .navbar-nav {
    text-align: right;
    height: inherit; }
    @media (min-width: 992px) {
      .navbar .navbar-nav {
        text-align: left; } }
  .navbar .navbar-nav .nav-link, .navbar .dropdown-item {
    position: relative;
    color: #008a7e;
    font-weight: bold;
    padding: 5px 20px 15px 20px; }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-link, .navbar .dropdown-item {
        padding: 5px 10px; } }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link:active,
  .navbar .navbar-nav .nav-link:focus,
  .navbar .dropdown-item:hover,
  .navbar .dropdown-item:active,
  .navbar .dropdown-item:focus {
    color: #003d38;
    background-color: transparent; }
  .navbar .navbar-nav .active.nav-link,
  .navbar .navbar-nav .active .dropdown-item,
  .navbar .dropdown-item.active,
  .navbar .dropdown-item:active {
    color: #003d38;
    background-color: transparent;
    opacity: 0.5;
    cursor: default;
    text-decoration: underline; }
  .navbar .navbar-nav .dropdown-toggle.nav-link {
    padding: 5px 20px 15px 30px;
    cursor: default; }
    @media (min-width: 992px) {
      .navbar .navbar-nav .dropdown-toggle.nav-link {
        padding: 5px 20px 5px 10px; } }
  .navbar .nav-link::after {
    position: absolute;
    left: 5px;
    top: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (min-width: 992px) {
      .navbar .nav-link::after {
        top: 17px;
        right: 5px;
        left: auto; } }
  .navbar .openDrop.nav-link::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  .navbar .dropdown-toggle:hover.nav-link::after,
  .navbar .dropdown-toggle:active.nav-link::after,
  .navbar .dropdown-toggle:focus.nav-link::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  .navbar .openDrop .dropdown-menu {
    display: block;
    border: none; }
    @media (min-width: 992px) {
      .navbar .openDrop .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15); } }
  @media (min-width: 992px) {
    .navbar .openDrop .dropdown-menu {
      display: initial; }
    .navbar .dropdown-toggle:hover .dropdown-menu,
    .navbar .dropdown-toggle:active .dropdown-menu,
    .navbar .dropdown-toggle:focus .dropdown-menu {
      display: block;
      top: 95%; } }

#home {
  /* #home01 {
    margin: 80px 0 0 0;
    padding-bottom: 0;
    @include md {
      padding-bottom: $paddingSize;
    }
  }
  #home01 .bgImgR {
    background: url('../images/older-man-enjoying-music.jpg') no-repeat;
    background-position: center;
  }
  #home02 {
    margin-bottom: 0;
  }
  #home02 .bgImgL {
    background: url('../images/couple-looking-at-boats.jpg') no-repeat;
    background-position: 20% center;
    @include lg {
      background-position: left center;
    }
  }
  #home02 .addPad {
    padding: 30px 15px 0px 30px;
    @include md {
      padding: 100px 15px 100px 30px;
    }
  } */ }
  #home .jumbotron {
    background: url("../images/knollwood-exterior-entrance.jpg") no-repeat;
    background-size: cover;
    background-position: center -100px; }
  #home #bestAward {
    margin: 20px auto; }
  #home .homeTile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 4px 4px 8px #888888;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      #home .homeTile {
        margin-bottom: 0; } }
    #home .homeTile h3, #home .homeTile h4 {
      background-color: rgba(0, 61, 56, 0.8);
      color: white;
      margin: 0;
      position: absolute;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    #home .homeTile h3 {
      left: 0;
      right: 0;
      bottom: 0;
      padding: 20px 0;
      font-size: 1.5rem; }
      @media (min-width: 992px) {
        #home .homeTile h3 {
          font-size: 1.75em; } }
    #home .homeTile h4 {
      font-size: 1.5em;
      padding-top: 40%;
      background-color: rgba(0, 61, 56, 0.6);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: none; }
      @media (min-width: 992px) {
        #home .homeTile h4 {
          font-size: 1.7em; } }
  #home .homeTile:hover, #home .homeTile:active, #home .homeTile:focus {
    box-shadow: 8px 8px 8px #888888; }
    #home .homeTile:hover h3, #home .homeTile:active h3, #home .homeTile:focus h3 {
      display: none; }
    #home .homeTile:hover h4, #home .homeTile:active h4, #home .homeTile:focus h4 {
      display: block; }
  #home section:last-of-type {
    margin-bottom: 0; }
  #home iframe {
    position: relative;
    top: 5px; }
  #home #conInfo h3 {
    font-size: 2.5em;
    margin-top: 50px; }
  #home #conInfo hr {
    width: 60%;
    margin-left: 0; }
  #home #conInfo address, #home #conInfo p {
    font-size: 1.1em; }
  #home #conInfo address {
    margin: 20px 0 0 0;
    font-weight: 600; }
  #home #conInfo abbr {
    font-weight: 400; }
  #home #conInfo p span {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600; }
  #home #conInfo abbr {
    position: relative;
    top: 5px;
    text-decoration: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/contact-icons.png") no-repeat;
    background-size: 200% 200%;
    overflow: hidden;
    text-indent: 100px; }
  #home #conInfo a[href^="tel"] {
    margin-right: 25px; }
  #home #conInfo p a:first-of-type abbr {
    background-position: 100% 0;
    top: 7px; }
  #home #conInfo p a:hover abbr {
    background-position-y: 100%; }
  #home .hideCol {
    display: none; }
    @media (min-width: 576px) {
      #home .hideCol {
        display: block; } }
    @media (min-width: 768px) {
      #home .hideCol {
        display: none; } }

#map {
  width: 100%;
  min-height: 450px;
  box-shadow: 1px 1px 1px #888888; }

#assisted .jumbotron {
  background: url("../images/knollwood-chapel.jpg") no-repeat;
  background-size: contain;
  background-position: center -200px; }

#assisted #living, #assisted #memory, #assisted #respite {
  margin-bottom: 0; }

#assisted .addPadL, #assisted .addPadR {
  padding: 40px 0 0 0; }
  @media (min-width: 768px) {
    #assisted .addPadL, #assisted .addPadR {
      padding: 50px 0; } }

@media (min-width: 768px) {
  #assisted .addPadL {
    padding-left: 30px; } }

@media (min-width: 768px) {
  #assisted .addPadR {
    padding-right: 30px; } }

#assisted .bgImg {
  background-position: center !important; }

#assisted #living .bgImgL {
  background: url("../images/cypress-point-new-residents.jpg") no-repeat; }

#assisted #memory .bgImgR {
  background: url("../images/men-playing-chess-in-park.jpg") no-repeat; }

#assisted #respite .bgImgL {
  background: url("../images/cypress-point-one-bedroom.jpg") no-repeat; }

#photo .jumbotron {
  background: url("../images/knollwood-exterior-entrance-02.jpg") no-repeat;
  background-size: contain;
  background-position: center -200px; }

#photo #photoGallery {
  overflow: hidden; }
  #photo #photoGallery .carousel-inner {
    max-height: 700px; }
  #photo #photoGallery .carousel-indicators li {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #8a2d00; }
  #photo #photoGallery .carousel-control-prev-icon, #photo #photoGallery .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-size: 200% 100%; }
  #photo #photoGallery .carousel-control-prev-icon, #photo #photoGallery .carousel-control-next-icon {
    background-image: url("../images/carousel-prev-next.png"); }
  #photo #photoGallery .carousel-control-prev-icon {
    background-position: 0 0; }
  #photo #photoGallery .carousel-control-next-icon {
    background-position: 100% 0; }

#services .jumbotron {
  background: url("../images/knollwood-crafts-area.jpg") no-repeat;
  background-size: contain;
  background-position: center -200px; }

#services img {
  width: 100%; }

#services .addPad {
  padding: 30px; }

#services #content {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #services #content {
      margin-bottom: 50px; } }

#services #amenities ul {
  margin-left: 30px;
  font-weight: 600;
  line-height: 30px; }

#services #spiritual .row {
  display: block; }

#contact .jumbotron {
  background: url("../images/knollwood-exterior-entrance-03.jpg") no-repeat;
  background-size: contain;
  background-position: center -200px; }
  #contact .jumbotron ul li {
    font-size: 1.4rem;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0 10px; }
    #contact .jumbotron ul li i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: -100px; }
    #contact .jumbotron ul li .hideTxt {
      position: absolute;
      opacity: 0; }
    #contact .jumbotron ul li a {
      color: white;
      position: relative;
      z-index: 10; }
  #contact .jumbotron ul li:hover, #contact .jumbotron ul li:active, #contact .jumbotron ul li:focus {
    color: #008a7e; }
    #contact .jumbotron ul li:hover a, #contact .jumbotron ul li:active a, #contact .jumbotron ul li:focus a {
      color: #008a7e; }

#contact #contactFrame {
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #contact #contactFrame {
      text-align: left;
      margin-bottom: 50px; } }

#contact #emailForm {
  display: inline-block;
  position: relative;
  margin-left: 4%; }
  @media (min-width: 768px) {
    #contact #emailForm {
      display: block; } }
  #contact #emailForm #reqMess {
    font-size: 0.8em;
    color: red;
    font-style: italic;
    margin-bottom: 2px; }
  #contact #emailForm label {
    position: absolute;
    left: -5000%; }
  #contact #emailForm input, #contact #emailForm textarea {
    display: block;
    width: 100%;
    max-width: 350px;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 15px; }
  #contact #emailForm #emailConf {
    position: absolute;
    left: 5000%;
    display: none; }
  #contact #emailForm .reqMess::placeholder {
    color: #f00; }
  #contact #emailForm .reqMess:-ms-input-placeholder {
    color: #f00; }
  #contact #emailForm .reqMess::-ms-input-placeholder {
    color: #f00; }
  #contact #emailForm #send {
    max-width: 100px;
    margin: 0 auto 40px auto;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 768px) {
      #contact #emailForm #send {
        margin-left: 5%; } }
  #contact #emailForm #send:hover, #contact #emailForm #send:active, #contact #emailForm #send:focus {
    background-color: #003d38;
    color: white; }

#contact #map {
  width: 110%;
  position: relative;
  left: -5%;
  top: 5px; }

footer, footer p, footer a {
  color: white;
  font-size: 0.9em; }

footer {
  background: #003d38;
  padding: 20px; }
  footer .footIcon {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 15px;
    background: url("../images/footer-icons.png") no-repeat;
    background-size: 400% 200%;
    border-radius: 3px; }
    @media (min-width: 576px) {
      footer .footIcon {
        margin-right: 5px; } }
    @media (min-width: 768px) {
      footer .footIcon {
        margin-right: 15px; } }
  footer .footIcon:nth-of-type(2) {
    background-position: 0 0; }
  footer .footIcon:nth-of-type(3) {
    background-position: -25px 0; }
  footer .footIcon:nth-of-type(4) {
    background-position: -50px 0; }
  footer .footIcon:nth-of-type(5) {
    background-position: -75px 0; }
  footer :nth-of-type(2):hover,
  footer :nth-of-type(2):active,
  footer :nth-of-type(2):focus {
    background-position: 0 100%; }
  footer :nth-of-type(3):hover,
  footer :nth-of-type(3):active,
  footer :nth-of-type(3):focus {
    background-position: -25px 100%; }
  footer :nth-of-type(4):hover,
  footer :nth-of-type(4):active,
  footer :nth-of-type(4):focus {
    background-position: -50px 100%; }
  footer :nth-of-type(5):hover,
  footer :nth-of-type(5):active,
  footer :nth-of-type(5):focus {
    background-position: -75px 100%; }
  footer .fab {
    font-size: 25px; }
  footer a {
    font-weight: bold; }
  footer a:hover, footer a:focus, footer a:active {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline; }
  footer .text-left a {
    color: #999; }
  footer .text-left a:hover, footer .text-left a:focus, footer .text-left a:active {
    color: #fff; }
  @media (max-width: 576px) {
    footer .text-left, footer .text-center, footer .text-right {
      text-align: center !important; } }
  @media (max-width: 576px) {
    footer .text-left .fab {
      margin-right: 15px;
      position: relative;
      top: -3px; } }
  @media (max-width: 576px) {
    footer .text-left .footIcon {
      display: inline-block;
      float: none; } }
  footer .text-right {
    color: #999; }
  footer #hmpMetrics {
    color: #999; }
    footer #hmpMetrics span {
      position: relative;
      display: inline-block;
      padding: 0 5px; }
    footer #hmpMetrics i {
      display: inline-block;
      width: 15px;
      height: 20px;
      background: url("../images/footer-icons.png") no-repeat;
      background-size: 400% 200%;
      background-position: 100% 0px;
      position: absolute;
      bottom: -1px;
      left: -3px; }
  footer #hmpMetrics:hover,
  footer #hmpMetrics:active,
  footer #hmpMetrics:focus {
    color: #fff;
    text-decoration: none; }
  footer #hmpMetrics:hover i,
  footer #hmpMetrics:active i,
  footer #hmpMetrics:focus i {
    background-position: 100% -20px; }

.modal-content {
  background-color: transparent;
  border: none; }
  .modal-content .modal-header {
    border-bottom: none;
    position: relative; }
  .modal-content .modal-header h5 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 2em; }
  .modal-content .modal-header .close {
    background-color: white;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: 0;
    color: brown;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border: 1px solid black;
    position: relative;
    z-index: 50;
    top: 30px;
    right: -17px; }
  .modal-content .modal-header .close span {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0; }
  .modal-content .modal-header, .modal-content .modal-body {
    padding: 0; }
  .modal-content .modal-body img {
    width: 100%; }

.modal-content {
  background-color: transparent;
  border: none; }
  .modal-content .modal-header {
    border-bottom: none;
    position: relative; }
  .modal-content .modal-header h5 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 2em; }
  .modal-content .modal-header .close {
    background-color: white;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin: 0;
    color: brown;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border: 1px solid black;
    position: relative;
    z-index: 50;
    top: 30px;
    right: -17px; }
  .modal-content .modal-header .close span {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0; }
  .modal-content .modal-header, .modal-content .modal-body {
    padding: 0; }
  .modal-content .modal-body img {
    width: 100%; }
