body {
  overflow-x: hidden; }
  body #conJump {
    position: absolute;
    opacity: 0; }

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

#mainNav + section {
  margin-bottom: 0; }

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

.jumbotron {
  background-size: cover;
  background-position: center top;
  position: relative;
  padding: 30% 0 0 0;
  border-radius: 0;
  margin-top: 0 !important; }
  .jumbotron .col-12 {
    position: relative;
    z-index: 1; }
    .jumbotron .col-12 h1, .jumbotron .col-12 h4 {
      color: white;
      text-shadow: 1px 1px 1px black; }
    .jumbotron .col-12 h1 {
      font-size: 2rem;
      font-variant-caps: small-caps;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .jumbotron .col-12 h1 {
          font-size: 2.5rem; } }
      @media (min-width: 992px) {
        .jumbotron .col-12 h1 {
          font-size: 3em;
          margin-top: 0;
          margin-bottom: 0; } }
    .jumbotron .col-12 h4 {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 400;
      position: relative;
      top: -3px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .jumbotron .col-12 h4 {
          font-size: 1.3em; } }
      @media (min-width: 992px) {
        .jumbotron .col-12 h4 {
          font-size: 1.5em;
          margin-bottom: 20px; } }
  .jumbotron #jumboBar {
    padding-top: 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 50%);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

#content {
  margin-bottom: 20px; }
  #content h4 {
    margin-bottom: 20px; }

.container {
  max-width: 1400px; }
  .container .row {
    margin-right: 0;
    margin-left: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  color: #021443; }

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

a {
  color: #b46419;
  font-weight: bold; }

a:hover, a:active, a:focus {
  color: #b5a66b;
  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; }

button {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  background: #021443;
  padding: 5px 15px;
  border-radius: 8px;
  box-shadow: 4px 4px 5px #aaa; }

button:hover, button:active, button:focus {
  background: #b5a66b; }

.conBttn {
  display: block;
  text-align: center;
  margin: 30px 0 10px 0; }

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

.tileImgL {
  width: 100%; }

.lgHide {
  display: block;
  width: 120%;
  margin-left: -10%; }
  @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 #b5a66b; }

#conInfo h3 {
  font-size: 2.25em;
  margin-top: 50px; }

#conInfo address, #conInfo p {
  font-size: 1.1em; }

#conInfo address {
  margin: 20px 0 0 0;
  font-weight: 600; }

#conInfo p span {
  display: inline-block;
  margin-top: 5px;
  font-weight: 600; }

#conInfo abbr {
  font-weight: 400;
  text-decoration: none;
  text-indent: 100px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/contact-icons.png") no-repeat;
  background-size: 200% 200%;
  overflow: hidden;
  position: relative;
  top: 5px; }

#conInfo p a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: 0;
  -ms-transition: 0;
  -moz-transition: 0;
  transition: 0; }

#conInfo p a[href^="tel"] {
  margin-right: 25px; }
  #conInfo p a[href^="tel"] abbr {
    background-position: 100% 0;
    top: 7px; }

#conInfo p a:hover abbr {
  background-position-y: 100%; }

#conInfo ul {
  list-style-type: none; }

#topBar {
  background: black;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 36; }
  #topBar ul {
    font-size: 0.9rem;
    padding-left: 0;
    margin: 0; }
    #topBar ul li {
      list-style-type: none;
      display: inline-block; }
      #topBar ul li a {
        color: #fff; }
      #topBar ul li a:hover, #topBar ul li a:active, #topBar ul li a:focus {
        color: #dfffff; }
    #topBar ul .address {
      margin-right: 20px; }

.navbar {
  background: white !important;
  padding: 0;
  border-bottom: 1px solid #021443;
  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;
    padding: 0;
    margin: 0; }
  .navbar .navbar-brand {
    position: relative;
    color: #b5a66b;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 5%; }
    @media (min-width: 992px) {
      .navbar .navbar-brand {
        margin-left: 0; } }
    .navbar .navbar-brand div {
      position: relative;
      display: inline; }
      .navbar .navbar-brand div i, .navbar .navbar-brand div p {
        display: inline-block; }
      .navbar .navbar-brand div i {
        display: block;
        width: 50px;
        height: 50px;
        background: url(https://hmpseniorsolutions.com/images/facilities/facility-logo-nav-brand.png) no-repeat;
        background-size: 100%;
        float: left; }
      .navbar .navbar-brand div p {
        color: #b5a66b;
        margin: 5px 0 0 5px; }
        .navbar .navbar-brand div p #ftm {
          font-size: 0.85em;
          font-style: italic;
          position: absolute;
          left: 25px;
          top: 80%; }
  .navbar .navbar-brand:hover i, .navbar .navbar-brand:active i, .navbar .navbar-brand:focus i {
    background-position: 0 100%; }
  .navbar .navbar-brand:hover p, .navbar .navbar-brand:active p, .navbar .navbar-brand:focus p {
    color: #021443 !important; }
  .navbar .navbar-toggler {
    position: relative;
    border-color: #021443;
    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: #b5a66b;
      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 .navbar-nav .dropdown-item {
      position: relative;
      color: #b5a66b;
      font-weight: bold;
      padding: 5px 20px 15px 20px; }
      @media (min-width: 992px) {
        .navbar .navbar-nav .nav-link, .navbar .navbar-nav .dropdown-item {
          padding: 5px 10px; } }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .dropdown-item:hover, .navbar .navbar-nav .dropdown-item:active, .navbar .navbar-nav .dropdown-item:focus {
      color: #021443;
      background-color: transparent; }
    .navbar .navbar-nav .active.nav-link, .navbar .navbar-nav .active .dropdown-item,
    .navbar .navbar-nav .dropdown-item.active, .navbar .navbar-nav .dropdown-item:active {
      color: #021443;
      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 .navbar-nav .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 .navbar-nav .nav-link::after {
          top: 17px;
          right: 5px;
          left: auto; } }
    .navbar .navbar-nav .openDrop.nav-link::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
    .navbar .navbar-nav .dropdown-toggle:hover.nav-link::after, .navbar .navbar-nav .dropdown-toggle:active.nav-link::after, .navbar .navbar-nav .dropdown-toggle:focus.nav-link::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
    .navbar .navbar-nav .openDrop .dropdown-menu {
      display: block;
      border: none; }
      @media (min-width: 992px) {
        .navbar .navbar-nav .openDrop .dropdown-menu {
          border: 1px solid rgba(0, 0, 0, 0.15); } }
    @media (min-width: 992px) {
      .navbar .navbar-nav .openDrop .dropdown-menu {
        display: initial; }
      .navbar .navbar-nav .dropdown-toggle:hover .dropdown-menu, .navbar .navbar-nav .dropdown-toggle:active .dropdown-menu, .navbar .navbar-nav .dropdown-toggle:focus .dropdown-menu {
        display: block;
        top: 95%; } }

#home #content h2 {
  margin-bottom: 20px; }

#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 {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    font-size: 1.5rem; }
  #home .homeTile h4 {
    font-size: 1.3em;
    padding-top: 40%;
    background-color: rgba(2, 20, 67, 0.6);
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: 0;
    -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; }
  #home .homeTile h3, #home .homeTile h4 {
    background-color: rgba(2, 20, 67, 0.8);
    color: white;
    margin: 0;
    position: absolute;
    overflow: hidden;
    -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: 992px) {
      #home .homeTile h3, #home .homeTile h4 {
        font-size: 1.75em; } }

#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;
    top: 0;
    opacity: 1; }

#home #home01 {
  margin: 80px 0 0 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    #home #home01 {
      padding-bottom: 30px; } }
  #home #home01 .bgImgR {
    background: url("../images/patient-physical-therapist-exercising.jpg") no-repeat;
    background-position: right center; }

#home #home02 {
  margin-bottom: 0; }
  #home #home02 .bgImgL {
    background: url("../images/people-exercising.jpg") no-repeat;
    background-position: left center; }
  #home #home02 .addPad {
    padding: 30px 15px 0px 30px; }
    @media (min-width: 768px) {
      #home #home02 .addPad {
        padding: 40px 15px 40px 30px; } }
    #home #home02 .addPad ul {
      list-style-type: circle; }

#home section:last-of-type {
  margin-bottom: 0; }

#home iframe {
  position: relative;
  top: 5px; }

#home .hideCol {
  display: none; }
  @media (min-width: 576px) {
    #home .hideCol {
      display: block; } }
  @media (min-width: 768px) {
    #home .hideCol {
      display: none; } }

#reports table {
  margin: 0 auto;
  width: 100%;
  max-width: 800px; }
  #reports table tr:nth-child(odd) {
    border-top: 1px solid rgba(2, 20, 67, 0.1);
    border-bottom: 1px solid rgba(2, 20, 67, 0.1); }
  #reports table tr:first-of-type {
    border-top: none;
    border-bottom: 1px solid #021443; }
  #reports table th {
    font-size: 1.25rem;
    width: 33%;
    padding: 10px 0; }
  #reports table td {
    font-size: 1.15rem;
    padding: 15px 0; }

#about .bgImgL {
  background: url("../images/women-laughing.jpg") no-repeat;
  background-position: center; }

#about .addPad {
  padding: 30px; }

#about #bestLife h3 {
  text-align: center;
  background: #021443;
  color: white;
  padding: 25px 0;
  margin-bottom: 0; }

#about #bestLife img {
  display: block;
  margin: 0 auto 30px auto; }

#about #bestLife ul {
  list-style-type: circle; }
  #about #bestLife ul li {
    margin-bottom: 10px; }

#about #bestLife .col-sm-6:nth-of-type(3) ul {
  margin-bottom: 40px; }

#photo #photoGallery {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto; }
  #photo #photoGallery .carousel-indicators li {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #b46419; }
  #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; }

#contact .jumbotron ul li {
  color: white;
  text-shadow: 1px 1px black; }
  #contact .jumbotron ul li i {
    font-size: 2rem;
    position: relative;
    top: 10px;
    right: 5px; }
  #contact .jumbotron ul li .hideTxt {
    position: absolute;
    opacity: 0; }
  #contact .jumbotron ul li a {
    font-size: 1.5rem;
    color: white;
    position: relative;
    z-index: 5; }

#contact .jumbotron ul li:hover, #contact .jumbotron ul li:active, #contact .jumbotron ul li:focus {
  text-decoration: underline; }

#contact #emailForm {
  padding-left: 20px; }
  #contact #emailForm #reqMess {
    color: rgba(255, 0, 0, 0.5);
    font-size: 14px;
    font-style: italic;
    margin: 0px; }
  #contact #emailForm label, #contact #emailForm input, #contact #emailForm select {
    display: block; }
  #contact #emailForm label, #contact #emailForm input, #contact #emailForm select, #contact #emailForm textarea {
    width: 100%;
    max-width: 400px; }
  #contact #emailForm label {
    color: #021443;
    font-style: italic;
    margin-bottom: 0; }
  #contact #emailForm input, #contact #emailForm select {
    margin-bottom: 10px; }
  #contact #emailForm input, #contact #emailForm select, #contact #emailForm textarea {
    border-radius: 6px;
    border: 1px solid #021443;
    padding: 2px 10px; }
  #contact #emailForm #confLable, #contact #emailForm #emailConf {
    position: absolute;
    left: -5000%; }
  #contact #emailForm textarea {
    display: block;
    margin-bottom: 20px; }
  #contact #emailForm ::placeholder {
    color: #b5a66b;
    opacity: 1; }
  #contact #emailForm :-ms-input-placeholder {
    color: #b5a66b; }
  #contact #emailForm ::-ms-input-placeholder {
    color: #b5a66b; }
  #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;
    color: #021443;
    font-weight: bold;
    border: 1px solid #021443;
    margin-bottom: 45px; }
  #contact #emailForm #send:hover, #contact #emailForm #send:active, #contact #emailForm #send:focus {
    color: white;
    border: 1px solid white;
    background: #021443; }

#contact .position-relative {
  overflow: hidden; }
  #contact .position-relative #map {
    width: 100%;
    min-height: 450px;
    max-height: 600px; }

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

footer {
  background: black;
  padding: 30px 0 20px 0; }
  footer .icons i, footer .icons p {
    display: inline-block; }
  footer .icons a {
    position: relative;
    top: -2px;
    display: block;
    margin: 0 0 10px 0; }
    @media (min-width: 992px) {
      footer .icons a {
        vertical-align: top; } }
    footer .icons a i {
      height: 25px;
      width: 25px;
      background: url("https://hmpseniorsolutions.com/images/communities/footer-icons.png") no-repeat;
      background-size: 400% 200%;
      background-position: 0px 0px; }
      @media (min-width: 576px) {
        footer .icons a i {
          position: absolute;
          top: -5px;
          left: 0; } }
    footer .icons a p {
      margin: 0 5px 0 0;
      vertical-align: super; }
      @media (min-width: 576px) {
        footer .icons a p {
          padding-left: 30px;
          margin: 0 8px 0 0; } }
  footer .icons a:last-of-type {
    margin-bottom: 0; }
  footer .icons a:first-of-type:hover i, footer .icons a:first-of-type:active i, footer .icons a:first-of-type:focus i {
    background-position: 0px -25px; }
  footer .icons a:nth-of-type(2) i {
    background-position: -25px 0px; }
  footer .icons a:nth-of-type(2):hover i, footer .icons a:nth-of-type(2):active i, footer .icons a:nth-of-type(2):focus i {
    background-position: -25px -25px; }
  footer .icons a:nth-of-type(3) i {
    background-position: -50px 0px; }
  footer .icons a:nth-of-type(3):hover i, footer .icons a:nth-of-type(3):active i, footer .icons a:nth-of-type(3):focus i {
    background-position: -50px -25px; }
  footer p, footer a {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.75rem; }
  footer a:hover, footer a:active, footer a:focus,
  footer a:hover p, footer a:active p, footer a:focus p {
    color: #dfffff; }
  footer .text-left, footer .text-center, footer .text-right {
    vertical-align: text-bottom; }
    @media (max-width: 576px) {
      footer .text-left, footer .text-center, footer .text-right {
        text-align: center !important; } }
  footer #copyright {
    margin-bottom: 10px; }
  footer #hmpSS {
    margin-bottom: 10px; }
    footer #hmpSS a {
      position: relative;
      padding-left: 25px; }
      footer #hmpSS a i {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url("https://hmpseniorsolutions.com/images/communities/HMP-Senior-Solutions-Logo.png") no-repeat;
        background-size: 100% 200%;
        background-position: 0px 0%;
        position: absolute;
        top: -12px;
        left: 0; }
    footer #hmpSS a:hover i, footer #hmpSS a:active i, footer #hmpSS a:focus i {
      background-position: 0px 100%; }
  footer #hmpMetrics {
    position: relative; }
    @media (max-width: 645px) {
      footer #hmpMetrics {
        top: 5px; } }
    footer #hmpMetrics span {
      position: relative;
      display: inline-block;
      padding: 0 11px; }
    footer #hmpMetrics i {
      display: inline-block;
      width: 25px;
      height: 25px;
      background: url("https://hmpseniorsolutions.com/images/communities/footer-icons.png") no-repeat;
      background-size: 400% 200%;
      background-position: 100% 0px;
      position: absolute;
      top: -19px;
      left: -4px; }
  @media (max-width: 645px) {
    footer #hmpMetrics::before {
      content: '\a';
      white-space: pre; } }
  footer #hmpMetrics:hover, footer #hmpMetrics:active, footer #hmpMetrics:focus {
    text-decoration: none; }
  footer #hmpMetrics:hover i, footer #hmpMetrics:active i, footer #hmpMetrics:focus i {
    background-position: 100% 100%; }
  footer .text-right p {
    display: inline-block;
    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%; }
