﻿/*--------------------------------------------------------
 * NOTE: We use LESS syntax in this project for our CSS.
 * "LESS extends CSS with: variables, mixins, operations,
 * and nested rules."
 * -http://lesscss.org/
 *--------------------------------------------------------*/
/* MIXINS   
----------------------------------------------------------*/
/*--------------------------------------------------------
 * NOTE: We use LESS syntax in this project for our CSS.
 * "LESS extends CSS with: variables, mixins, operations,
 * and nested rules."
 * -http://lesscss.org/
 *--------------------------------------------------------*/
/* COLORS   
----------------------------------------------------------*/
/* WIDTHS   
----------------------------------------------------------*/
.public #main-content #main-container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: none;
}
.public #main-content #main-container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.public #main-content #main-container .row .body-content {
  padding: 0px;
}
.public .section {
  padding: 50px;
  text-align: center;
}
.public .section h1,
.public .section h2,
.public .section h3 {
  font-family: 'Open Sans', sans-serif;
}
.public .section h1 {
  font-size: 50px;
}
.public .section h2 {
  font-size: 48px;
  margin-top: 0px;
}
.public .section h3 {
  font-size: 40px;
  color: #004ccc;
  margin-top: 0px;
  margin-bottom: 20px;
}
.public .section p,
.public .section ul,
.public .section li {
  font-size: 20px;
  color: #747f7b;
}
.public .section form {
  text-align: left;
  max-width: 700px;
  margin: 40px auto 40px auto;
}
.public .section form .btn {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 10px;
}
.public .section form.narrow {
  max-width: 350px;
}
.public .section .left-align {
  text-align: left;
}
.public .section-gray {
  background-color: #fbfbfb;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.public .slogan {
  width: 100%;
  height: 500px;
  display: table;
  padding: 0px;
  background: rgba(50, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(50, 0, 0, 0.5) 0%, rgba(50, 0, 0, 0.5) 100%), url('/images/public/slogans/53-genesee-st.jpg');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 0, 0, 0.5)), color-stop(100%, rgba(50, 0, 0, 0.5))), url('/images/public/slogans/53-genesee-st.jpg');
  background: -webkit-linear-gradient(top, rgba(50, 0, 0, 0.5) 0%, rgba(50, 0, 0, 0.5) 100%), url('/images/public/slogans/53-genesee-st.jpg');
  background: -o-linear-gradient(top, rgba(50, 0, 0, 0.5) 0%, rgba(50, 0, 0, 0.5) 100%), url('/images/public/slogans/53-genesee-st.jpg');
  background: -ms-linear-gradient(top, rgba(50, 0, 0, 0.5) 0%, rgba(50, 0, 0, 0.5) 100%), url('/images/public/slogans/53-genesee-st.jpg');
  background: linear-gradient(rgba(50, 0, 0, 0.5), rgba(50, 0, 0, 0.5)), url('/images/public/slogans/53-genesee-st.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.public .slogan .inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.public .slogan .inner h1,
.public .slogan .inner h2,
.public .slogan .inner h3,
.public .slogan .inner h4,
.public .slogan .inner p {
  color: #fff;
  text-shadow: 0 1px 3px #000;
}
.public .slogan .inner p {
  font-size: 24px;
}
.public .slogan .badges {
  position: absolute;
  top: 1%;
  right: 0;
}
.public .slogan .badges .badge {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  line-height: 90%;
  text-align: center;
  position: relative;
  right: 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  white-space: normal;
}
.public .slogan .badges .badge-promo {
  color: white;
  background-color: palevioletred;
  padding-top: 16px;
  font-size: 32px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  right: 80px;
}
.public .slogan .badges .badge-charity {
  color: black;
  background-color: white;
  padding-top: 8px;
  font-size: 16px;
}
.public .slogan .badges .badge + .badge {
  margin-top: -20px;
}
.public #roles {
  padding-top: 0;
  height: 30rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 3rem;
  box-sizing: border-box;
  display: block;
}
.public #roles .role {
  position: absolute;
  width: 30%;
  z-index: 2;
  margin-bottom: 2rem;
}
.public #roles .role p {
  font-size: 16px;
}
.public #roles .role-active h5 {
  font-weight: bolder;
  text-decoration: underline;
}
.public #roles #tenant-role {
  top: 9rem;
  left: 0;
  width: 25%;
  text-align: right;
}
.public #roles #landlord-role {
  top: 0;
  left: 16%;
  text-align: right;
}
.public #roles #property-manager-role {
  top: 0;
  right: 16%;
  text-align: left;
}
.public #roles #vendor-role {
  top: 9rem;
  right: 0;
  width: 25%;
  text-align: left;
}
.public #roles #role-features {
  position: absolute;
  z-index: 1;
  top: 8.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.public #roles #role-features .card {
  width: 427px;
}
.public #roles #role-features .role-feature {
  display: none;
  text-align: left;
}
.public #roles #role-features .role-feature li {
  font-size: 16px;
}
.public #roles #role-features .role-feature .read-more {
  text-align: right;
}
.public #roles #role-features .role-feature-active {
  display: block;
}
.public .feature :hover {
  color: #000;
}
.public .feature i {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.public .feature h4 {
  color: #717171;
}
.public .screenshot .carousel-control-prev {
  filter: invert(100%);
  margin-left: -20px;
}
.public .screenshot .carousel-control-next {
  filter: invert(100%);
  margin-right: -20px;
}
.public .screenshot .carousel-control-prev-phone {
  margin-left: -40px;
}
.public .screenshot .carousel-control-next-phone {
  margin-right: -40px;
}
.public .screenshot .carousel-control-prev-tablet {
  margin-left: -50px;
}
.public .screenshot .carousel-control-next-tablet {
  margin-right: -50px;
}
.public .screenshot .carousel-indicators {
  margin-bottom: -20px;
}
.public .screenshot .carousel-indicators li {
  background-color: #717171;
}
.public img.app-store-ratings {
  width: 100%;
}
.public img.app-store-rating {
  width: 150px;
}
.public .facebook-post {
  text-align: left;
}
.public .facebook-post img.post {
  width: 200px;
}
.public .facebook-post img.public {
  width: 20px;
  display: inline-block;
  margin-top: 14px;
  margin-left: -8px;
}
@media (max-width: 992px) {
  .public #roles {
    position: static;
    height: auto;
  }
  .public #roles .role {
    position: static;
    width: auto !important;
    text-align: center !important;
  }
  .public #roles #role-features {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .public #roles #role-features .card {
    width: auto;
  }
}