.anime {
  position: relative;
  opacity: 0;
}

.LtoR, .RtoL, .TtoB, .BtoT {
  -webkit-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;
  -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;
}
body #conJump {
  position: absolute;
  opacity: 0;
}

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

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

#mainNav, .jumbotron {
  position: relative;
}

#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 h2, .jumbotron .col-12 h3, .jumbotron .col-12 h4 {
  color: white;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.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: rgb(2, 20, 67);
}

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

a {
  color: rgb(180, 100, 25);
  font-weight: bold;
}

a:hover, a:active, a:focus {
  color: rgb(181, 166, 107);
  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: rgb(2, 20, 67);
  padding: 5px 15px;
  border-radius: 8px;
  box-shadow: 4px 4px 5px #aaa;
}

button:hover, button:active, button:focus {
  background: rgb(181, 166, 107);
}

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

.fluid-img {
  width: 100%;
}

#map {
  width: 100%;
  min-height: 450px;
  box-shadow: 1px 1px 1px rgb(136, 136, 136);
}

.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 rgb(181, 166, 107);
}

#testify h3 {
  margin-bottom: 25px;
}
#testify p {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#testify p span {
  font-style: italic;
  font-size: 0.85rem;
}

.homeTile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 4px 4px 8px rgb(136, 136, 136);
  max-width: 500px;
  margin: 0 auto 35px 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;
}
@media (min-width: 768px) {
  .homeTile {
    margin-bottom: 0;
  }
}
.homeTile h3, .homeTile h4 {
  background-color: rgba(2, 20, 67, 0.8);
  color: white;
  font-size: 1.75rem;
  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;
}
.homeTile h3 {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  opacity: 1;
}
.homeTile h4 {
  padding-top: 40%;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.homeTile:hover, .homeTile:active, .homeTile:focus {
  box-shadow: 8px 8px 8px rgb(136, 136, 136);
}
.homeTile:hover h3, .homeTile:active h3, .homeTile:focus h3 {
  opacity: 0;
}
.homeTile:hover h4, .homeTile:active h4, .homeTile:focus h4 {
  top: 0;
  opacity: 1;
}

.navbar {
  background: rgb(255, 255, 255) !important;
  padding: 0;
  border-bottom: 1px solid rgb(2, 20, 67);
  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;
  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;
  top: 2px;
  margin-left: 8px;
}
.navbar .navbar-brand div p, .navbar .navbar-brand div i {
  display: inline-block;
}
.navbar .navbar-brand div i {
  width: 50px;
  height: 50px;
  background: url(../images/victorian-icon.png) no-repeat;
  background-size: 100%;
  float: left;
}
.navbar .navbar-brand div p {
  font-size: 1.35rem;
  color: rgb(181, 166, 107);
  text-align: center;
  line-height: 1.2rem;
  margin-bottom: 0;
  position: relative;
  top: 5px;
}
.navbar .navbar-brand div p span {
  font-size: 0.9rem;
}
.navbar .navbar-brand:hover div i, .navbar .navbar-brand:active div i, .navbar .navbar-brand:focus div i {
  filter: grayscale(75%);
}
.navbar .navbar-brand:hover div p, .navbar .navbar-brand:active div p, .navbar .navbar-brand:focus div p {
  color: rgb(2, 20, 67);
}
.navbar .navbar-toggler {
  position: relative;
  border-color: rgb(2, 20, 67);
  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: rgb(181, 166, 107);
  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: rgb(255, 255, 255);
  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: rgb(181, 166, 107);
  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: rgb(2, 20, 67);
  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: rgb(2, 20, 67);
  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 #tileFrame .hideCol {
  display: none;
}
@media (min-width: 576px) {
  #home #tileFrame .hideCol {
    display: block;
  }
}
@media (min-width: 768px) {
  #home #tileFrame .hideCol {
    display: none;
  }
}
#home #home01 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #home #home01 {
    padding-bottom: 30px;
  }
}
#home #home01 .bgImgR {
  background: url("../images/riding-bikes.jpg") no-repeat;
  background-position: center;
}
#home #home02 {
  margin-bottom: 0;
}
#home #home02 .col-12 {
  position: relative;
  padding-bottom: 42.25%;
}
#home #home02 .col-12 iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1050px;
  height: 100%;
}
#home .divBar {
  background: rgb(181, 166, 107);
  padding: 30px 0;
  overflow: hidden;
}
#home .divBar h5 {
  color: #fff;
}
#home .divBar h5 a {
  display: inline-block;
  background: rgb(2, 20, 67);
  color: #fff;
  font-size: 0.95rem;
  padding: 8px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
#home .divBar h5 a:hover, #home .divBar h5 a:focus, #home .divBar h5 a:active {
  background: rgb(180, 100, 25);
}
#home #testify hr {
  margin-top: 50px;
}
#home #conInfo {
  margin-bottom: 0;
}
#home #conInfo .pillars .conBttn {
  text-align: left;
  margin: 15px 0 40px 0;
  display: inline-block;
}
#home #conInfo .pillars p {
  margin-bottom: 15px;
}
#home #conInfo .pillars ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
#home #conInfo .pillars ul li .conBttn {
  margin: 0 0 20px 0;
}
#home #conInfo .pillars ul li .conBttn button {
  font-size: 1rem;
}
#home #conInfo .pillars ul li h5 {
  font-style: italic;
  font-size: 1.2rem;
}
#home #conInfo .pillars ul li:last-child {
  margin: 25px 0 50px 0;
}
#home #conInfo .text-center {
  margin-bottom: 20px;
}
#home #conInfo .text-center p, #home #conInfo .text-center #map {
  position: -webkit-sticky;
  position: sticky;
}
#home #conInfo .text-center p {
  line-height: 22px;
  margin: 5px 0 12px 0;
  top: 50px;
}
#home #conInfo .text-center p em {
  font-weight: 600;
}
#home #conInfo .text-center #map {
  top: 200px;
  margin-bottom: 30px;
}

#community .bgImgL {
  background: url("../images/man-kissing-womans-cheeck.jpg") no-repeat;
  background-position: center;
}
#community .addPad {
  padding: 30px;
}
#community #bestLife h3 {
  text-align: center;
  background: rgb(181, 166, 107);
  color: white;
  padding: 25px 0;
  margin-bottom: 50px;
}
#community #bestLife img {
  width: 100%;
}
#community #bestLife .text-center {
  margin-top: 25px;
}
#community #bestLife .text-center h4 button {
  font-size: 1.65rem;
}

#options #livingOptions {
  margin-bottom: 30px;
}
#options #livingOptions .row {
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(2, 20, 67);
}
#options #floorPlans a {
  display: block;
  position: relative;
  overflow: hidden;
}
#options #floorPlans a img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#options #floorPlans a .planOverlay {
  background-color: rgba(2, 20, 67, 0.75);
  text-align: center;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  -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;
}
#options #floorPlans a .planOverlay h4, #options #floorPlans a .planOverlay h5 {
  color: #fff;
}
#options #floorPlans a .planOverlay h4 {
  margin-bottom: 5px;
}
#options #floorPlans a .planOverlay h5 {
  font-size: 1rem;
  font-style: italic;
}
#options #floorPlans a .planOverlay h5 i {
  margin-left: 10px;
}
#options #floorPlans a:hover img, #options #floorPlans a:active img, #options #floorPlans a:focus img {
  filter: grayscale(100%);
}
#options #floorPlans a:hover .planOverlay, #options #floorPlans a:active .planOverlay, #options #floorPlans a:focus .planOverlay {
  top: 50%;
  transform: translateY(-50%);
}

#retirement #qa h4, #assisted #qa h4, #activities #qa h4, #blog #qa h4 {
  margin-top: 40px;
}
#retirement .eventTile .imgFluid, #assisted .eventTile .imgFluid, #activities .eventTile .imgFluid, #blog .eventTile .imgFluid {
  max-width: 500px;
  border: 1px solid rgb(2, 20, 67);
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.imgFluid {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto 25px auto;
}

@media (max-width: 768px) {
  #photo #gallery div.text-center {
    text-align: left !important;
    margin-bottom: 20px;
  }
}
#photo #photoGallery {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
#photo #photoGallery .carousel-indicators li {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: rgb(180, 100, 25);
}
#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;
}

#blogs #blog-header .row {
  justify-content: center;
  margin-top: 25px;
}
#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(180, 100, 25);
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  border: none;
  box-shadow: 4px 4px 8px rgb(136, 136, 136);
  -webkit-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(181, 166, 107);
  color: rgb(0, 0, 0);
  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;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
#blogs #blog-container .blog-frame .show-blog.blog-body {
  height: auto;
  padding-bottom: 15px;
}

#contact h4 {
  margin-bottom: 0;
}
#contact h4 + a {
  display: block;
  margin-bottom: 30px;
}
#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: rgb(2, 20, 67);
  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 rgb(2, 20, 67);
  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: rgb(181, 166, 107);
  opacity: 1;
}
#contact #emailForm :-ms-input-placeholder {
  color: rgb(181, 166, 107);
}
#contact #emailForm ::-ms-input-placeholder {
  color: rgb(181, 166, 107);
}
#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: rgb(2, 20, 67);
  font-weight: bold;
  border: 1px solid rgb(2, 20, 67);
  margin-bottom: 45px;
}
#contact #emailForm #send:hover, #contact #emailForm #send:active, #contact #emailForm #send:focus {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  background: rgb(2, 20, 67);
}
#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: rgb(2, 20, 67);
  padding: 40px 0 30px 0;
}
@media (min-width: 576px) {
  footer {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1245px) {
  footer {
    padding: 40px 0 30px 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 {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1245px) {
  footer .icons a {
    margin: 0;
  }
}
footer .icons a i {
  height: 25px;
  width: 25px;
  background: url("https://hmpseniorsolutions.com/images/facilities/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 0 0 5px;
  vertical-align: super;
}
@media (min-width: 576px) {
  footer .icons a p {
    padding-left: 30px;
    margin: 0 8px 0 0;
  }
}
footer .icons a:hover p, footer .icons a:active p, footer .icons a:focus p {
  color: #fff;
}
@media (min-width: 992px) {
  footer .icons a:nth-of-type(2)::after {
    content: "\a";
    white-space: pre;
  }
}
@media (min-width: 1245px) {
  footer .icons a:nth-of-type(2)::after {
    content: none;
    white-space: normal;
  }
}
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: #999 !important;
  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: #fff !important;
}
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 #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/facilities/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%;
}

.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%;
}

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