@charset "UTF-8";
.anime {
  position: relative;
  opacity: 0;
}

.LtoR, .RtoL, .TtoB, .BtoT {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.fadeIn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.LtoR {
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  -moz-transform: translate(-200px, 0px);
  -o-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

.RtoL {
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  -moz-transform: translate(200px, 0px);
  -o-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

.TtoB {
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

.BtoT {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  -moz-transform: translate(0px, 200px);
  -o-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

.LtoR.visible, .RtoL.visible, .TtoB.visible, .BtoT.visible {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.fadeIn.visible {
  opacity: 1;
}

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

section {
  position: relative;
  overflow: hidden;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: rgb(61, 91, 129);
  width: 100%;
}

h2 span, h3 span {
  color: rgb(155, 192, 217);
  font-weight: 400;
}

h2 span {
  font-size: 1.5rem;
}

h3 span {
  font-size: 1.4rem;
}

p, ul {
  font-size: 1.1em;
  font-family: "Roboto", sans-serif;
  color: rgb(41, 50, 65);
}

a {
  color: rgb(238, 107, 77);
  font-weight: bold;
}

a:hover, a:active, a:focus {
  color: rgb(61, 91, 129);
  text-decoration: none;
}

p {
  width: 100%;
}
p a {
  text-transform: capitalize;
}

p a, nav a {
  -webkit-backface-visibility: hidden;
  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;
}

.moreBttn {
  display: inline-block;
  background: rgb(238, 107, 77);
  color: #fff;
  padding: 6px 15px;
  border-radius: 8px;
}

.moreBttn:hover, .moreBttn:active, .moreBttn:focus {
  background: rgb(223, 255, 255);
  color: rgb(41, 50, 65);
}

.falseBttn {
  display: table;
  color: #fff;
  background: rgb(61, 91, 129);
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgb(136, 136, 136);
  -webkit-backface-visibility: hidden;
  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;
}

.falseBttn:hover, .falseBttn:active, .falseBttn:focus {
  background: rgb(238, 107, 77);
  box-shadow: 3px 3px 6px rgb(136, 136, 136);
}

.vertAlign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.bg-paper {
  background: url("https://hmpseniorsolutions.com/images/communities/paper-texture.jpg");
}

.bgPara {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.pushR, .pushL {
  width: 100%;
  max-width: 625px;
}

.pushR {
  float: right;
}

.pushL {
  float: left;
}

.fluid-img {
  width: 100%;
}

.noCont {
  padding: 2rem 5% 0 5%;
}

.modalElement {
  padding: 15px;
  cursor: pointer;
  position: relative;
  -webkit-backface-visibility: hidden;
  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;
}
.modalElement .bracket {
  position: absolute;
  background: rgb(155, 192, 217);
  -webkit-backface-visibility: hidden;
  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;
}
.modalElement .bracketT, .modalElement .bracketB {
  width: 0px;
  height: 8px;
}
.modalElement .bracketR, .modalElement .bracketL {
  width: 8px;
  height: 0px;
}
.modalElement .bracketT, .modalElement .bracketR {
  top: 15px;
  right: 15px;
  border-top-right-radius: 4px;
}
.modalElement .bracketT {
  border-top-left-radius: 4px;
}
.modalElement .bracketR {
  border-bottom-right-radius: 4px;
}
.modalElement .bracketB, .modalElement .bracketL {
  bottom: 15px;
  left: 15px;
  border-bottom-left-radius: 4px;
}
.modalElement .bracketB {
  border-top-right-radius: 4px;
}
.modalElement .bracketL {
  border-top-left-radius: 4px;
}
.modalElement .fluid-img {
  margin: 0 auto;
  box-shadow: 3px 3px 8px rgba(136, 136, 136, 0.5);
  -webkit-backface-visibility: hidden;
  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;
}

.modalElement:hover, .modalElement:focus, .modalElement:active {
  padding: 0;
}
.modalElement:hover .bracketT, .modalElement:hover .bracketR, .modalElement:focus .bracketT, .modalElement:focus .bracketR, .modalElement:active .bracketT, .modalElement:active .bracketR {
  top: -4px;
  right: -4px;
}
.modalElement:hover .bracketB, .modalElement:hover .bracketL, .modalElement:focus .bracketB, .modalElement:focus .bracketL, .modalElement:active .bracketB, .modalElement:active .bracketL {
  bottom: 4px;
  left: -4px;
}
.modalElement:hover .bracketT, .modalElement:hover .bracketB, .modalElement:focus .bracketT, .modalElement:focus .bracketB, .modalElement:active .bracketT, .modalElement:active .bracketB {
  width: 50%;
}
.modalElement:hover .bracketR, .modalElement:hover .bracketL, .modalElement:focus .bracketR, .modalElement:focus .bracketL, .modalElement:active .bracketR, .modalElement:active .bracketL {
  height: 50%;
}
.modalElement:hover .fluid-img, .modalElement:focus .fluid-img, .modalElement:active .fluid-img {
  box-shadow: 6px 6px 12px rgba(136, 136, 136, 0.75);
}

.modal .modal-dialog {
  max-width: 800px;
  margin-top: 8rem;
}
.modal .modal-dialog .modal-content button:focus, .modal .modal-dialog .modal-content button:focus-visible {
  border: none;
  outline: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
}
.modal .modal-dialog.noHeader .modal-content button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
.modal .modal-dialog.noHeader .modal-content .modal-header {
  padding: 0;
}
.modal .modal-dialog.noHeader .modal-content .modal-body {
  padding: 0.25rem;
}

#topBar {
  background: rgb(41, 50, 65);
  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: rgb(223, 255, 255);
}
#topBar ul .address {
  margin-right: 20px;
}

#mainNav {
  margin-bottom: 0;
  position: relative;
  z-index: 35;
}
#mainNav .navbar {
  background: transparent;
  padding: 0;
  position: fixed;
  width: 100%;
  -webkit-backface-visibility: hidden;
  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;
}
#mainNav .navbar .row {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
#mainNav .navbar .navbar-brand {
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
  margin-left: 5%;
}
@media (min-width: 992px) {
  #mainNav .navbar .navbar-brand {
    margin-left: 0;
  }
}
#mainNav .navbar .navbar-brand div {
  position: relative;
  top: 5px;
}
#mainNav .navbar .navbar-brand div i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("https://hmpseniorsolutions.com/images/communities/logo-hover.png") no-repeat;
  background-size: cover;
  margin-right: 8px;
}
#mainNav .navbar .navbar-brand div p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 1.5rem;
  position: relative;
  top: -10px;
  -webkit-backface-visibility: hidden;
  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: 768px) {
  #mainNav .navbar .navbar-brand div p {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  #mainNav .navbar .navbar-brand div p {
    font-size: 1.2rem;
  }
}
#mainNav .navbar .navbar-brand div p span {
  position: relative;
  top: 5px;
}
#mainNav .navbar .navbar-brand:hover div i, #mainNav .navbar .navbar-brand:active div i, #mainNav .navbar .navbar-brand:focus div i {
  background-position: 0 100%;
}
#mainNav .navbar .navbar-brand:hover div p, #mainNav .navbar .navbar-brand:active div p, #mainNav .navbar .navbar-brand:focus div p {
  color: rgb(238, 107, 77);
}
#mainNav .navbar .navbar-toggler {
  position: relative;
  border-color: #fff;
  max-height: 50px;
  top: 10px;
  margin-right: 5%;
}
#mainNav .navbar .navbar-toggler .navbar-toggler-icon {
  padding-top: 14%;
  background-image: none;
}
#mainNav .navbar .navbar-toggler .navbar-toggler-icon div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  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;
}
#mainNav .navbar .navbar-toggler .navbar-toggler-icon div:first-child {
  margin-bottom: 60%;
}
#mainNav .navbar .navbar-toggler .navbar-toggler-icon div:nth-child(2) {
  position: absolute;
  width: 55%;
  left: 12px;
  top: 49%;
}
#mainNav .navbar .navbar-toggler:hover, #mainNav .navbar .navbar-toggler:active, #mainNav .navbar .navbar-toggler:focus {
  outline: none !important;
}
#mainNav .navbar .open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
#mainNav .navbar .open div:nth-child(2) {
  opacity: 0;
}
#mainNav .navbar .open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -40%;
}
#mainNav .navbar #navbarSupportedContent {
  width: 100%;
  padding: 20px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 35;
}
@media (min-width: 768px) {
  #mainNav .navbar #navbarSupportedContent {
    width: 60%;
    right: 5%;
    border-bottom-left-radius: 5%;
  }
}
@media (min-width: 992px) {
  #mainNav .navbar #navbarSupportedContent {
    width: auto;
    text-align: right;
    position: static;
    background: transparent;
    padding: 0;
    right: 5%;
  }
}
#mainNav .navbar #navbarSupportedContent .navbar-nav {
  text-align: center;
  height: inherit;
}
@media (min-width: 992px) {
  #mainNav .navbar #navbarSupportedContent .navbar-nav {
    text-align: left;
  }
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-item {
  position: relative;
  color: rgb(61, 91, 129);
  font-weight: bold;
  padding: 5px 20px 30px 20px;
  border-bottom: 1px solid lightgray;
}
@media (min-width: 992px) {
  #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-item {
    color: #fff;
    padding: 5px 10px;
    border-bottom: none;
  }
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link:active, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link:focus,
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-item:hover, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-item:active, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-item:focus {
  color: rgb(238, 107, 77);
  background-color: transparent;
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .active.nav-link, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .active .dropdown-item,
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-item.active, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-item:active {
  color: rgb(238, 107, 77);
  background-color: transparent;
  opacity: 0.5;
  cursor: default;
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link {
  cursor: default;
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu {
  background: transparent;
  text-align: center;
  padding: 0.75rem 1rem;
  border: none !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  -webkit-backface-visibility: hidden;
  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) {
  #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu {
    text-align: left;
    background: rgba(41, 50, 65, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu .dropdown-item {
  margin-bottom: 0.5rem;
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .nav-link::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  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;
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .openDrop.nav-link::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle:hover.nav-link::after, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle:active.nav-link::after, #mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle:focus.nav-link::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item .openDrop .dropdown-menu {
  display: block;
}
#mainNav .navbar #navbarSupportedContent .navbar-nav .nav-item:last-of-type .nav-link:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #mainNav .navbar #navbarSupportedContent .navbar-nav .openDrop .dropdown-menu {
    display: initial;
  }
  #mainNav .navbar #navbarSupportedContent .navbar-nav .dropdown-toggle:hover .dropdown-menu, #mainNav .navbar #navbarSupportedContent .navbar-nav .dropdown-toggle:active .dropdown-menu, #mainNav .navbar #navbarSupportedContent .navbar-nav .dropdown-toggle:focus .dropdown-menu {
    display: block;
    top: 100%;
  }
}
#mainNav .navbar.altNav {
  background: #fff;
  box-shadow: 0px 2px 20px rgb(136, 136, 136);
}
#mainNav .navbar.altNav .navbar-brand div p {
  color: rgb(61, 91, 129);
}
#mainNav .navbar.altNav .navbar-brand:hover div p, #mainNav .navbar.altNav .navbar-brand:active div p, #mainNav .navbar.altNav .navbar-brand:focus div p {
  color: rgb(238, 107, 77);
}
#mainNav .navbar.altNav .navbar-toggler {
  border-color: rgb(61, 91, 129);
}
#mainNav .navbar.altNav .navbar-toggler .navbar-toggler-icon div {
  background-color: rgb(61, 91, 129);
}
#mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .nav-link {
  color: rgb(61, 91, 129);
}
#mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .nav-link:active, #mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .nav-link:focus {
  color: rgb(238, 107, 77);
}
#mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu {
  background: #fff;
}
#mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu .dropdown-item {
  color: rgb(61, 91, 129);
}
#mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu .dropdown-item:hover, #mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu .dropdown-item:active, #mainNav .navbar.altNav #navbarSupportedContent .navbar-nav .nav-item .dropdown-toggle.nav-link .dropdown-menu .dropdown-item:focus {
  color: rgb(238, 107, 77);
}

#bannerCarousel {
  position: relative;
  overflow: hidden;
}
#bannerCarousel .carousel-inner, #bannerCarousel .carousel-item {
  height: inherit;
}
#bannerCarousel .carousel-item {
  background: #000;
}
#bannerCarousel .carousel-item img {
  opacity: 0.5;
  height: 100%;
}
#bannerCarousel .carousel-item .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
#bannerCarousel .carousel-item .carousel-caption img {
  opacity: 1;
  max-width: 250px;
}
#bannerCarousel .carousel-item .carousel-caption h1, #bannerCarousel .carousel-item .carousel-caption p {
  color: #fff;
}
#bannerCarousel .carousel-item .carousel-caption h1 {
  font-weight: 600;
}
#bannerCarousel .carousel-item .carousel-caption p {
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
}

.jumbotron {
  position: relative;
  padding: 0;
  border-radius: 0;
  width: 100%;
  max-height: 500px;
  background: #000;
  margin-bottom: 0;
  overflow: hidden;
}
.jumbotron img {
  opacity: 0.5;
  width: 100%;
  position: relative;
}
.jumbotron .jumboTxt {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.jumbotron .jumboTxt h1, .jumbotron .jumboTxt p {
  color: #fff;
}
.jumbotron .jumboTxt h1 {
  margin-bottom: 10px;
}
.jumbotron .jumboTxt p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.lgCards p.vertAlign {
  font-size: 1.2rem;
  font-weight: 500;
}
.lgCards .cardFrame {
  margin-bottom: 3rem;
}
.lgCards .cardFrame .card {
  height: 100%;
  padding: 2rem;
  box-shadow: 1px 1px 6px rgb(136, 136, 136);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  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;
}
.lgCards .cardFrame .card .cardImg {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
}
.lgCards .cardFrame .card .cardImg img {
  height: auto;
  width: 100%;
}
.lgCards .cardFrame .card .card-body {
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
}
.lgCards .cardFrame .card .card-body h5 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(155, 192, 217);
}
.lgCards .cardFrame .card .card-body p {
  font-weight: 500;
  margin-bottom: 40px;
}
.lgCards .cardFrame .card .card-body .falseBttn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  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;
}
.lgCards .cardFrame .card .card-body div {
  background: rgb(61, 91, 129);
  height: 6px;
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  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;
}
.lgCards .cardFrame .card:hover, .lgCards .cardFrame .card:active, .lgCards .cardFrame .card:focus {
  box-shadow: 3px 3px 15px rgb(136, 136, 136);
}
.lgCards .cardFrame .card:hover .card-body h5, .lgCards .cardFrame .card:active .card-body h5, .lgCards .cardFrame .card:focus .card-body h5 {
  color: rgb(238, 107, 77);
}
.lgCards .cardFrame .card:hover .card-body .falseBttn, .lgCards .cardFrame .card:active .card-body .falseBttn, .lgCards .cardFrame .card:focus .card-body .falseBttn {
  background: rgb(238, 107, 77);
  box-shadow: 3px 3px 6px rgb(136, 136, 136);
}
.lgCards .cardFrame .card:hover .card-body div, .lgCards .cardFrame .card:active .card-body div, .lgCards .cardFrame .card:focus .card-body div {
  right: 0;
  left: 0;
  opacity: 1;
}

.smallCards {
  background-image: url("https://hmpseniorsolutions.com/images/communities/paper-texture.jpg");
  padding: 4rem 0;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
}
.smallCards .cardFrame {
  padding-bottom: 2rem;
}
.smallCards .cardFrame .card {
  height: 100%;
  padding: 50px 15px 15px 15px;
  border: none;
  box-shadow: 1px 1px 6px rgb(136, 136, 136);
  -webkit-backface-visibility: hidden;
  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;
}
.smallCards .cardFrame .card i, .smallCards .cardFrame .card div {
  -webkit-backface-visibility: hidden;
  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;
}
.smallCards .cardFrame .card i {
  font-size: 45px;
  color: rgb(155, 192, 217);
  margin-bottom: 15px;
  position: relative;
  top: 0;
}
.smallCards .cardFrame .card p {
  font-size: 1rem;
  font-weight: 500;
}
.smallCards .cardFrame .card div {
  background: rgb(61, 91, 129);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0px;
}
.smallCards .cardFrame .card:hover, .smallCards .cardFrame .card:active, .smallCards .cardFrame .card:focus {
  box-shadow: 3px 3px 15px rgb(136, 136, 136);
}
.smallCards .cardFrame .card:hover i, .smallCards .cardFrame .card:active i, .smallCards .cardFrame .card:focus i {
  color: rgb(61, 91, 129);
  top: -15px;
}
.smallCards .cardFrame .card:hover h4, .smallCards .cardFrame .card:active h4, .smallCards .cardFrame .card:focus h4 {
  color: rgb(238, 107, 77);
}
.smallCards .cardFrame .card:hover div, .smallCards .cardFrame .card:active div, .smallCards .cardFrame .card:focus div {
  height: 6px;
}

.iconTiles .tile i, .iconTiles .tile hr {
  -webkit-backface-visibility: hidden;
  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;
}
.iconTiles .tile i {
  font-size: 45px;
  color: rgb(155, 192, 217);
  margin-bottom: 1rem;
}
.iconTiles .tile h5 {
  font-weight: 600;
}
.iconTiles .tile hr {
  background: rgb(155, 192, 217);
  margin: 0.25rem 0;
  width: 0;
}
.iconTiles .tile:hover i, .iconTiles .tile:active i, .iconTiles .tile:focus i {
  color: rgb(61, 91, 129);
}
.iconTiles .tile:hover hr, .iconTiles .tile:active hr, .iconTiles .tile:focus hr {
  width: 90%;
}

#commGallery .modal-dialog {
  max-width: 810px;
}
#commGallery .modal-dialog .modal-content {
  padding: 10px;
}
#commGallery .modal-dialog .modal-content .close span {
  color: white;
  font-size: 2.5rem;
  text-shadow: 1px 1px 1px black;
}

#home #content {
  padding: 50px 0 2rem 0;
}
#home #content p {
  max-width: 1200px;
  margin: 0 auto 1rem auto;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
#home #content p:last-child {
  margin-top: 1.5rem;
}
#home #content {
  background-image: url("https://hmpseniorsolutions.com/images/communities/paper-texture.jpg");
}
#home #testimonial {
  position: relative;
  background-image: url("https://hmpseniorsolutions.com/images/communities/bg-para-01.jpg");
}
#home #testimonial .bgCover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
#home #testimonial .row {
  padding: 2rem 0;
}
#home #testimonial .row h3 {
  margin-bottom: 0;
}
#home #testimonial .row h3, #home #testimonial .row h5 {
  margin-left: 5%;
}
@media (min-width: 576px) {
  #home #testimonial .row h3, #home #testimonial .row h5 {
    margin-left: 15%;
  }
}
@media (min-width: 768px) {
  #home #testimonial .row h3, #home #testimonial .row h5 {
    margin-left: 5%;
  }
}
@media (min-width: 1200px) {
  #home #testimonial .row h3, #home #testimonial .row h5 {
    margin-left: 15%;
  }
}
#home #testimonial .row h3, #home #testimonial .row p {
  color: #fff;
}
#home #testimonial .row h5 {
  color: rgb(223, 255, 255);
  margin-bottom: 2rem;
}
#home #testimonial .row p {
  font-size: 1.4rem;
  font-weight: 600;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}
#home .photos {
  border-bottom: 1px solid rgb(61, 91, 129);
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

#memory .jumbotron {
  margin-bottom: 0;
}
#memory #content {
  padding-top: 2rem;
}
#memory .shiftL {
  background-image: linear-gradient(to left, rgb(155, 192, 217), rgb(61, 91, 129));
  padding: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  #memory .shiftL {
    right: 6rem;
  }
}
#memory .shiftL h2 {
  color: rgb(223, 255, 255);
}
#memory .shiftL hr {
  background: rgba(255, 255, 255, 0.5);
}
#memory .shiftL p {
  color: #fff;
}
@media (min-width: 768px) {
  #memory .movingP.LtoR {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  #memory .movingP.RtoL {
    padding-right: 3rem;
  }
}
#memory .iconTiles {
  padding: 5rem 0 3rem 0;
  border-top: 1px solid rgb(155, 192, 217);
  border-bottom: 1px solid rgb(155, 192, 217);
}
#memory .iconTiles .moreBttn {
  margin-top: 2rem;
}
#memory .lgCards .cardFrame .card .card-body {
  padding-bottom: 0.25rem;
}
#memory .lgCards .cardFrame .card .card-body h5 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0;
  border-bottom: none;
}
#memory .lgCards .cardFrame .card:hover img, #memory .lgCards .cardFrame .card:active img, #memory .lgCards .cardFrame .card:focus img {
  opacity: 0.75;
}

#amenities #amendBgPara {
  background-image: url("../images/staff-member-resident-02.jpg");
  padding: 5rem 0 3rem 0;
  margin-bottom: 1rem;
}
#amenities #amendBgPara i {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 1.5rem;
}
#amenities #amendBgPara .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#amenities #amendBgPara h3 {
  color: rgb(155, 192, 217);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#amenities #amendBgPara ul {
  padding: 0 2rem;
}
#amenities #amendBgPara ul li {
  list-style-type: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  padding: 1rem 5px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  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;
}
#amenities #amendBgPara ul li:hover, #amenities #amendBgPara ul li:active, #amenities #amendBgPara ul li:focus {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#amenities #amendBgPara p {
  color: #fff;
  font-size: 1.5rem;
}
#amenities #optBgPara {
  background-image: url("https://hmpseniorsolutions.com/images/communities/bg-para-01.jpg");
  padding: 5rem 0 3rem 0;
  margin-bottom: 0;
}
#amenities #optBgPara .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}
#amenities #optBgPara i {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 1.5rem;
}
#amenities #optBgPara h3 {
  color: rgb(155, 192, 217);
  margin-bottom: 1.5rem;
}
#amenities #optBgPara p {
  margin-bottom: 1rem;
}
#amenities #optBgPara .moreBttn {
  font-size: 1.25rem;
}
#amenities #optBgPara a:hover i, #amenities #optBgPara a:active i, #amenities #optBgPara a:focus i {
  color: rgb(155, 192, 217);
}
#amenities #optBgPara a:hover h3, #amenities #optBgPara a:active h3, #amenities #optBgPara a:focus h3 {
  color: #fff;
}
#amenities #optBgPara a:hover .moreBttn, #amenities #optBgPara a:active .moreBttn, #amenities #optBgPara a:focus .moreBttn {
  background: rgb(155, 192, 217);
}

#floor-plans .copy p {
  max-width: 1000px;
  margin: 0 auto 15px auto;
}
#floor-plans .tileFrame {
  display: block;
  color: rgb(41, 50, 65);
  font-weight: normal;
  margin-bottom: 4rem;
}
#floor-plans .tileFrame .imgTile, #floor-plans .tileFrame .infoTile {
  box-shadow: 2px 2px 10px rgba(136, 136, 136, 0.5);
}
#floor-plans .tileFrame .imgTile {
  position: relative;
  padding: 0.5rem;
  background: url("https://hmpseniorsolutions.com/images/communities/paper-texture.jpg");
  overflow: hidden;
}
#floor-plans .tileFrame .imgTile img, #floor-plans .tileFrame .imgTile .dwnPdf, #floor-plans .tileFrame .imgTile .dwnPdf p {
  -webkit-backface-visibility: hidden;
  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;
}
#floor-plans .tileFrame .imgTile .dwnPdf, #floor-plans .tileFrame .imgTile .dwnPdf p {
  opacity: 0;
}
#floor-plans .tileFrame .imgTile .dwnPdf {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}
#floor-plans .tileFrame .imgTile .dwnPdf p {
  display: none;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#floor-plans .tileFrame .infoTile {
  position: relative;
  background: #FFF;
  padding: 2rem;
}
#floor-plans .tileFrame .infoTile h3 {
  letter-spacing: 0.35rem;
}
#floor-plans .tileFrame .infoTile table {
  width: 100%;
  margin-bottom: 0.75rem;
}
#floor-plans .tileFrame .infoTile table tr {
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
#floor-plans .tileFrame .infoTile table tr td {
  padding: 0.5rem 0;
}
#floor-plans .tileFrame .infoTile table tr td:last-of-type {
  text-align: right;
  font-weight: 600;
}
#floor-plans .tileFrame .infoTile table tr:last-of-type {
  border-bottom: none;
}
#floor-plans .tileFrame .infoTile p {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
#floor-plans .tileFrame .infoTile p.text-center {
  color: rgb(238, 107, 77);
}
@media (min-width: 992px) {
  #floor-plans .tileFrame .infoTile p.text-center {
    display: none;
  }
}
#floor-plans .tileFrame .infoTile .bottBar {
  background: rgb(238, 107, 77);
  height: 10px;
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  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;
}
#floor-plans .tileFrame .infoTile .noVacancy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#floor-plans .tileFrame .infoTile .noVacancy p {
  text-align: center;
  text-align: center;
  position: absolute;
  top: 50%;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  color: red;
  transform: rotate(20deg) translateY(-50%);
}
#floor-plans .tileFrame:hover .imgTile img, #floor-plans .tileFrame:active .imgTile img, #floor-plans .tileFrame:focus .imgTile img {
  filter: invert(10%);
}
#floor-plans .tileFrame:hover .imgTile .dwnPdf, #floor-plans .tileFrame:hover .imgTile .dwnPdf p, #floor-plans .tileFrame:active .imgTile .dwnPdf, #floor-plans .tileFrame:active .imgTile .dwnPdf p, #floor-plans .tileFrame:focus .imgTile .dwnPdf, #floor-plans .tileFrame:focus .imgTile .dwnPdf p {
  opacity: 1;
}
#floor-plans .tileFrame:hover .imgTile .dwnPdf, #floor-plans .tileFrame:active .imgTile .dwnPdf, #floor-plans .tileFrame:focus .imgTile .dwnPdf {
  left: 0;
}
#floor-plans .tileFrame:hover .imgTile .dwnPdf p, #floor-plans .tileFrame:active .imgTile .dwnPdf p, #floor-plans .tileFrame:focus .imgTile .dwnPdf p {
  display: block;
}
#floor-plans .tileFrame:hover .infoTile h3, #floor-plans .tileFrame:hover .infoTile h4, #floor-plans .tileFrame:active .infoTile h3, #floor-plans .tileFrame:active .infoTile h4, #floor-plans .tileFrame:focus .infoTile h3, #floor-plans .tileFrame:focus .infoTile h4 {
  color: rgb(238, 107, 77);
}
#floor-plans .tileFrame:hover .infoTile table tr td:last-child, #floor-plans .tileFrame:active .infoTile table tr td:last-child, #floor-plans .tileFrame:focus .infoTile table tr td:last-child {
  color: rgb(238, 107, 77);
}
#floor-plans .tileFrame:hover .infoTile .bottBar, #floor-plans .tileFrame:active .infoTile .bottBar, #floor-plans .tileFrame:focus .infoTile .bottBar {
  right: 0;
  left: 0;
  opacity: 1;
}
#floor-plans .moreBttn {
  font-size: 1.5rem;
}

#contact #content {
  padding: 2rem 0 1rem 0;
}
#contact #content .show {
  display: block;
}
#contact #content .hide {
  display: none;
}
#contact #content #formFrame {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 2rem auto;
}
#contact #content #formFrame #emailForm {
  position: relative;
  overflow: hidden;
}
#contact #content #formFrame #emailForm #reqMess {
  color: red;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
#contact #content #formFrame #emailForm label {
  position: absolute;
  left: -10000%;
}
#contact #content #formFrame #emailForm input, #contact #content #formFrame #emailForm select, #contact #content #formFrame #emailForm textarea {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-color: rgba(136, 136, 136, 0.5);
  border-style: inset;
  margin-bottom: 1rem;
}
#contact #content #formFrame #emailForm #send:hover, #contact #content #formFrame #emailForm #send:active, #contact #content #formFrame #emailForm #send:focus {
  background: rgb(238, 107, 77);
  color: #fff;
}
#contact #mapFrame {
  padding: 0;
}
#contact #mapFrame #map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 0;
}

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

footer {
  background: rgb(41, 50, 65);
  padding: 30px 0 20px 0;
}
footer .col-12 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  footer .col-12 {
    padding-bottom: 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: rgb(223, 255, 255);
}
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;
}
footer .address p {
  text-align: left;
  line-height: 25px;
}
@media (min-width: 768px) {
  footer .address p {
    text-align: center;
  }
}
footer .cred img {
  max-width: 90px;
}

#page01 .jumbotron {
  margin-bottom: 0;
}
#page01 #content {
  padding-top: 2rem;
}
#page01 .shiftL {
  background-image: linear-gradient(to left, rgb(155, 192, 217), rgb(61, 91, 129));
  padding: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  #page01 .shiftL {
    right: 6rem;
  }
}
#page01 .shiftL h2 {
  color: rgb(223, 255, 255);
}
#page01 .shiftL hr {
  background: rgba(255, 255, 255, 0.5);
}
#page01 .shiftL p {
  color: #fff;
}
@media (min-width: 768px) {
  #page01 .movingP.LtoR {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  #page01 .movingP.RtoL {
    padding-right: 3rem;
  }
}

#page03 .iconTiles .tile i, #page03 .iconTiles .tile hr {
  -webkit-backface-visibility: hidden;
  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;
}
#page03 .iconTiles .tile i {
  font-size: 45px;
  color: rgb(155, 192, 217);
  margin-bottom: 1rem;
}
#page03 .iconTiles .tile hr {
  background: rgb(155, 192, 217);
  margin: 0.25rem 0;
  width: 0;
}
#page03 .iconTiles .tile:hover i, #page03 .iconTiles .tile:active i, #page03 .iconTiles .tile:focus i {
  color: rgb(61, 91, 129);
}
#page03 .iconTiles .tile:hover hr, #page03 .iconTiles .tile:active hr, #page03 .iconTiles .tile:focus hr {
  width: 90%;
}
#page03 .bgPara {
  background-image: url("https://hmpseniorsolutions.com/images/communities/bg-para-01.jpg");
  padding: 8rem 0;
  margin-bottom: 6rem;
}
#page03 .bgPara .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#page03 .bgPara i {
  font-size: 50px;
  color: #fff;
  margin-bottom: 15px;
}
#page03 .bgPara h3 {
  color: rgb(155, 192, 217);
}
#page03 .bgPara h5 {
  color: #fff;
}
#page03 .bgPara ul {
  padding: 0 2rem;
}
#page03 .bgPara ul li {
  list-style-type: none;
  color: #fff;
}
#page03 .bgPara .col-12 div:hover i, #page03 .bgPara .col-12 div:active i, #page03 .bgPara .col-12 div:focus i {
  color: rgb(238, 107, 77);
}
#page03 .bgPara .col-12 div:hover h3, #page03 .bgPara .col-12 div:active h3, #page03 .bgPara .col-12 div:focus h3 {
  color: rgb(223, 255, 255);
}
#page03 .bgPara .col-12 div:hover h5, #page03 .bgPara .col-12 div:active h5, #page03 .bgPara .col-12 div:focus h5 {
  color: rgb(155, 192, 217);
}
#page03 .photos .modalElement {
  margin-bottom: 1rem;
}
#page03 .shrink {
  max-width: 500px;
  margin: 0 auto;
}

#page04 .copy p {
  max-width: 1000px;
  margin: 0 auto 15px auto;
}
#page04 .imgTile, #page04 .infoTile {
  box-shadow: 2px 2px 10px rgba(136, 136, 136, 0.5);
}
#page04 .infoTile {
  background: #FFF;
  padding: 3rem;
}
#page04 .infoTile h3 {
  margin-bottom: 2rem;
  letter-spacing: 0.35rem;
}
#page04 .infoTile table {
  width: 100%;
}
#page04 .infoTile table tr {
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
#page04 .infoTile table tr td {
  padding: 1.5rem 0;
}
#page04 .infoTile table tr td:last-of-type {
  text-align: right;
  font-weight: 600;
}
#page04 .infoTile table tr:last-of-type {
  border-bottom: none;
}
#page04 .infoTile h4 {
  margin-bottom: 1rem;
}
#page04 .infoTile p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
#page04 .imgTile {
  background: url("https://hmpseniorsolutions.com/images/communities/paper-texture.jpg");
}
@media (max-width: 768px) {
  #page04 .imgTile {
    padding-right: 0;
    padding-left: 0;
  }
}

#blogs #blog-container .blog-frame {
  margin-bottom: 3rem;
}
#blogs #blog-container .blog-frame .blog-title {
  margin-bottom: 0;
}
#blogs #blog-container .blog-frame .blog-date {
  font-style: italic;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}
#blogs #blog-container .blog-frame .blog-bttn {
  display: inline-block;
  background: rgb(238, 107, 77);
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  border: none;
  box-shadow: 4px 4px 8px rgb(136, 136, 136);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  transition: all 800ms ease;
}
#blogs #blog-container .blog-frame .blog-bttn:hover, #blogs #blog-container .blog-frame .blog-bttn:active, #blogs #blog-container .blog-frame .blog-bttn:focus {
  background: rgb(155, 192, 217);
  color: rgb(41, 50, 65);
  box-shadow: 2px 2px 8px rgba(136, 136, 136, 0.5);
}
#blogs #blog-container .blog-frame .blog-body {
  height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
#blogs #blog-container .blog-frame .blog-body .check-list {
  list-style: none;
}
#blogs #blog-container .blog-frame .blog-body .check-list li:before {
  content: "✓  ";
  color: rgb(61, 91, 129);
}
#blogs #blog-container .blog-frame .blog-body .icon-list .icon {
  position: relative;
  padding-left: 28px;
  margin-top: 8px;
}
#blogs #blog-container .blog-frame .blog-body .icon-list .icon i {
  font-size: 1.1rem;
  color: rgb(61, 91, 129);
  position: absolute;
  top: 4px;
  left: 0;
}
#blogs #blog-container .blog-frame .blog-body .icon-list .icon:last-of-type {
  margin-bottom: 18px;
}
#blogs #blog-container .blog-frame .show-blog.blog-body {
  height: auto;
  padding-bottom: 15px;
}

/*# sourceMappingURL=styles.css.map */
