﻿.page-container {
  min-height: 100vh;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.site-header {
  padding-top: 24px;
  position: relative;
  margin-bottom: 1px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(128, 128, 128, 0.5);
}
.site-header .logo {
  margin-top: 8px;
}
.site-header .logo img {
  width: 100%;
}
.site-header .logo > a {
  display: inline-block;
}
@media (max-width: 991px) {
  .site-header .logo {
    margin: 0 0 10px;
  }
}
.global-nav {
  text-align: right;
}
.site-footer {
  color: #fff;
  font-size: 13px;
  padding-bottom: 20px;
  margin-top: 10px;
  background-image: url(/media/1017/footer-bg_06.jpg);
  padding-top: 20px;
  flex-grow: 1;
}
.site-footer a {
  color: #fff;
  font-weight: 700;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-copyright {
  font-family: "PT Sans", "Lato", sans-serif;
  font-size: 12px;
}
.site-footer .footer-copyright:hover,
.site-footer .footer-copyright:focus {
  text-decoration: underline;
  color: #d9eef6;
}
.site-footer-image-header {
  max-height: 118px;
  width: 100%;
}
.site-footer .footer-disclaimer {
  background-color: #00688f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  padding: 25px 0;
  margin-bottom: 15px;
}
.site-footer .footer-disclaimer h1 {
  font-size: 22px;
  color: #96201f;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.site-footer .footer-design a {
  text-decoration: none;
}
.site-footer .equal-housing {
  float: right;
  width: 150px;
  text-align: center;
  margin-top: 15px;
  font-family: "Montserrat", "Lato", sans-serif;
}
.site-footer .equal-housing-logo img {
  float: right;
  width: 40px;
  margin-top: 18px;
}
.disclaimer {
  font-size: 11px;
  color: #636363;
  line-height: 1.2em;
}
/*# sourceMappingURL=page.css.map */