/* CSS Document */
/* COLORS */
/* MEDIA QUERY */
/* CSS Document */
body a {
  text-decoration: underline;
  color: #a80808;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

body a:hover {
  text-decoration: none;
  color: #a80808;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #101010;
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
}

body img {
  width: auto;
  max-width: 100%;
}

body .container-fluid {
  max-width: 1600px;
}

body .page-illustration {
  position: fixed;
  bottom: 0.5vh;
  right: 2vw;
  z-index: -1;
  display: none;
  opacity: 0.6;
}

@media (min-width: 576px) {
  body .page-illustration {
    display: block;
  }
}

body .page-illustration.login {
  right: 10vw;
  opacity: 1;
}

body .body-content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

body .body-content__panel {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

body .heading {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 0.8em 0;
  line-height: 1.2em;
  color: #101010;
}

body .heading-2 {
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 0.8em 0;
  line-height: 1.2em;
  color: #101010;
}

body .content-row {
  margin-bottom: 32px;
}

body .content-block {
  padding: 16px;
}

body .content-block--right {
  padding-left: 64px;
}

/* CSS Document */
.header__ribbon {
  background-color: #4c4c4c;
  color: #ffffff;
  padding: 10px 0;
}

.header__quicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__quicklinks li {
  list-style: none;
  display: inline-block;
  margin-right: 16px;
}

.header__quicklinks li:last-of-type {
  margin-right: 0;
}

.header__quicklinks li a {
  color: #ffffff;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.header__quicklinks li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.header__quicklinks li a.social-link {
  font-size: 1.125rem;
}

@media (max-width: 578px) {
  .header__quicklinks li a {
    font-size: 0.75rem;
  }
}

.header__main {
  padding: 16px 0;
}

.header__logo {
  max-width: 10rem;
}

/* CSS Document */
.hero__video {
  position: relative;
  overflow: hidden;
}

.hero__video .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero__content {
  padding: 20vh 0;
  color: #ffffff;
  position: relative;
}

.hero__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(16, 16, 16, 0.8);
}

@media (max-width: 578px) {
  .hero__content {
    padding: 10vh 0;
  }
}

.hero__heading {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
}

/* CSS Document */
.main-content {
  padding: 2rem 0;
}

.main-content .heading2 {
  font-size: 1.625rem;
  margin: 0;
  padding: 0 0 0.8em 0;
  line-height: 1.2em;
}

.main-content .feature-paragraph {
  font-size: 1.25rem;
}

.main-content .btn-icon {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  background-color: #a80808;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.main-content .btn-icon:hover {
  background-color: #4c4c4c;
}

.main-content .btn-icon .icon {
  display: inline-block;
  margin-right: 16px;
}

.main-content .link-container {
  padding-top: 4rem;
}

/* CSS Document */
.listings {
  padding-top: 2rem;
}

.listings .col-xs-12 {
  margin-bottom: 30px;
}

.listings__cell {
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-bottom: #a80808 solid 4px;
}

.listings__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 2rem;
  background-color: #ffffff;
  border: #e0e0e0 solid 1px;
  min-height: 11.25rem;
}

@media (max-width: 578px) {
  .listings__image {
    padding: 2rem 1rem;
    min-height: 0;
  }
}

.listings__content {
  padding: 1rem;
}

.contact {
  padding: 0 0.9375rem 4rem 0.9375rem;
}

.contact .row:first-of-type {
  border-top: none;
  padding-top: 0;
}

.contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__image {
  padding-right: 10px;
}

.contact__image img {
  width: auto;
  max-width: 3rem;
}

.contact__details {
  display: inline-block;
  font-size: 1.125rem;
}

.contact__details a {
  font-weight: bold;
  text-decoration: none;
}

.contact__details a:hover {
  text-decoration: underline;
}

/* CSS Document */
.footer {
  background-color: #4c4c4c;
  color: #ffffff;
  padding: 20px 0;
}

.footer__logo {
  max-width: 4rem;
}

.footer__title {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding: 0 0 6px 0;
  border-bottom: #ffffff solid 1px;
}

.footer__legal {
  padding-top: 20px;
  font-size: 0.875rem;
}

.footer .notes {
  font-size: 12px;
  color: #ccc;
}

.footer .notes a {
  color: #ccc;
  text-decoration: underline;
}

/* CSS Document */
.pmsChart {
  padding: 1rem 0.9375rem 4rem 0.9375rem;
}

.pmsChart__header {
  background-color: #101010;
  color: #ffffff;
}

.pmsChart__header > div {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media (max-width: 578px) {
  .pmsChart__header {
    display: none;
  }
}

.pmsChart__record {
  border-bottom: #e0e0e0 solid 1px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.pmsChart__record:nth-child(odd) {
  background-color: #e0e0e0;
}

.pmsChart__record > div {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.pmsChart__record > div:first-of-type {
  font-weight: 600;
}

@media (max-width: 578px) {
  .pmsChart__record > div {
    text-align: left !important;
  }
}

.pmsChart__record > div > span {
  padding-right: 20px;
}

.pmsChart__record img.icon {
  width: 14px;
}

@media (max-width: 578px) {
  .pmsChart__record img.icon {
    margin-top: -2px;
  }
}

.pmsChart__record:last-of-type {
  border-bottom: none;
}

.pmsChart__notes {
  display: block;
  font-size: 0.625rem;
  padding: 0.5rem 0;
  color: #a80808;
}
/*# sourceMappingURL=site.css.map */