@charset "UTF-8";
/*  Bootstrap breakpoints
Breakpoint	Class infix	Dimensions
Extra small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px
*/
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 30.8px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font28 {
  font-size: 28px;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: normal;
}

img.logo {
  width: 350px;
}

.hero {
  background-color: #0f426b;
  color: #FFF;
  align-items: flex-start;
  margin-top: 70px;
}
.hero .title {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 500;
  display: block;
  line-height: 3.3rem;
  margin-bottom: 10px;
}
.hero .title.noCaps {
  text-transform: none;
}
.hero .subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  max-width: 625px;
}

.right-col {
  padding-left: 30px;
}

.container-custom {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1620px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.related-content {
  padding-top: 5px;
}
.related-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.related-content ul {
  padding-left: 0;
}
.related-content li {
  list-style: none;
  margin-bottom: 1rem;
}
.related-content li a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
.related-content li a:hover {
  text-decoration: underline;
}

.email-signup {
  background-color: #0f426b;
  color: #FFF;
  padding: 2rem 1.3rem;
  margin-top: 3rem;
}
.email-signup h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.email-signup p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.email-signup .form-group {
  margin-bottom: 1rem;
}
.email-signup .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #FFF;
  background-color: transparent;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0;
  height: 2rem;
}
.email-signup .form-control:focus {
  box-shadow: none;
  border-color: #FFF;
}

.broughtToYou {
  background-color: #0f426b;
  color: #FFF;
  padding: 2rem 1.3rem;
  margin-top: 3rem;
  text-align: center;
}
.broughtToYou:hover {
  cursor: pointer;
}
.broughtToYou h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.broughtToYou p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.broughtToYou img {
  width: 100%;
  margin: 10px 0;
  height: auto;
}

article {
  padding-left: 30px;
}
article h1 {
  font-size: 2.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
article h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 50px;
}
article h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 600;
}
article h4, article h5 {
  margin: 20px 0;
}
article h4 .header-icon, article h5 .header-icon {
  width: 75px;
  height: 75px;
  border: 1px solid #eee;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
}
article h4 + img.article-icon, article h5 + img.article-icon {
  width: 200px;
}
article .img-para {
  display: grid;
}
article .img {
  grid-area: img;
}
article .para {
  grid-area: para;
}
article .ip-title {
  grid-area: iptitle;
}
article .title-gap {
  grid-area: titlegap;
}
article .icon-para {
  display: grid;
}
article .icon {
  grid-area: icon;
}
article .ic-title {
  grid-area: ictitle;
}
article .full-width-img img {
  max-width: 100%;
  margin: 10px 0;
}
article p {
  line-height: 1.75;
  font-size: 1.1rem;
}
article li {
  font-size: 1.1rem;
}

.blockquote {
  padding: 60px 80px 40px;
  position: relative;
  margin-bottom: 30px;
}

.blockquote p {
  font-family: "Utopia-italic", serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}

.blockquote:before {
  position: absolute;
  font-family: "FontAwesome", serif;
  top: 0;
  content: "\f10d";
  font-size: 200px;
  color: rgba(0, 0, 0, 0.1);
}

.blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #bf0024;
  height: 3px;
  width: 200px;
}

.blockquote > p::after {
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #bf0024;
  height: 3px;
  width: 200px;
}

.blockquote2 {
  display: grid;
}

.bq2-left {
  grid-area: bq2-left;
}

.bq2-right {
  grid-area: bq2-right;
}

.blockquote.no-quote {
  padding: 60px 80px 40px;
  position: relative;
  margin-bottom: 30px;
}
.blockquote.no-quote p {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6rem;
}
.blockquote.no-quote:before {
  content: "";
  font-size: 0;
  top: 20px;
  left: 43%;
  margin-left: -100px;
  position: absolute;
  border-top: 3px solid #bf0024;
  height: 3px;
  width: 300px;
}
.blockquote.no-quote::after {
  content: "";
  bottom: 10px;
  left: 43%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #bf0024;
  height: 3px;
  width: 300px;
}
.blockquote.no-quote > p::after {
  content: "";
  bottom: 10px;
  left: 43%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #bf0024;
  height: 3px;
  width: 300px;
}

.learn-more-box {
  font-size: 1.5rem;
  position: relative;
  padding: 20px 0 20px 60px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.learn-more-box::before {
  font-family: "FontAwesome";
  content: "\f19d";
  font-size: 40px;
  top: 10px;
  color: #0f426b;
  position: absolute;
  left: 0;
}

.emphsized-block {
  border: 1px solid rgba(148, 187, 233, 0.6);
  border-radius: 2px;
  padding: 5px;
  font-size: 1.2rem;
  margin: 40px 0;
  font-family: Georgia, serif;
  font-style: italic;
}

.eb-container {
  display: grid;
  border: 1px solid rgba(148, 187, 233, 0.4);
  border-radius: 2px;
  padding: 35px;
  background: rgba(168, 221, 255, 0.2);
}

.eb-left {
  grid-area: eb-left;
}
.eb-left img {
  width: 90%;
  height: auto;
}

.eb-right {
  grid-area: eb-right;
  text-align: right;
}
.eb-right img {
  width: 90%;
  height: auto;
}

.eb-container {
  grid-template-columns: 65% 35%;
  grid-template-areas: "eb-left eb-right";
}

.sub-nav-wrapper {
  display: none;
}

.main-content {
  margin-bottom: 150px;
}

.breadcrumb-wrapper {
  padding: 30px 0 10px 0;
}

.breadcrumbs a {
  text-transform: capitalize;
  text-decoration: none;
}

.hub-container {
  display: grid;
}

.hub-list-1 {
  grid-area: hl1;
}

.hub-list-2 {
  grid-area: hl2;
}

.hub-list-3 {
  grid-area: hl3;
}

.hub-list-1, .hub-list-2, .hub-list-3 {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px;
}
.hub-list-1 span, .hub-list-2 span, .hub-list-3 span {
  font-weight: 600;
  display: block;
  margin: 15px 0;
}

.hub-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.hub-list li {
  margin: 4px 0;
  padding: 4px 0;
  line-height: 30px;
}
.hub-list li::before {
  color: #34C88A;
  content: "|";
  font-weight: 600;
}
.hub-list li a {
  color: #0f426b;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 3px 0 3px 12px;
  text-decoration: none;
  border-bottom: 1px solid #0f426b;
  transition: background-size 0.2s ease-in-out;
}
.hub-list li a:hover {
  background-color: rgba(168, 221, 255, 0.2);
}

.main-header .navbar-nav li.nav-item a.btn-outline-primary {
  min-width: 96px;
}

.lc-ul li {
  padding: 5px 0;
  font-size: 1.1rem;
}

.img-para-block-wrapper {
  display: grid;
  margin-bottom: 30px;
}

.img-block {
  grid-area: img-block;
  padding-top: 10px;
}

.para-block {
  grid-area: para-block;
}

ul li {
  margin-bottom: 20px;
}

picture.img-full-width-short img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

/**** START ARTICLE TOC ****/
.nav-gutter {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
}

.article-content {
  padding: 0;
}
.article-content .article-section .section-heading {
  scroll-margin: 60px;
}
.article-content .article-section:first-of-type .section-heading {
  margin-top: 0;
}

.nav-header {
  display: block;
  z-index: 100;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.nav li {
  margin: 0;
}
.nav li a {
  color: #999;
  display: block;
  font-weight: 400;
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.nav li a.active {
  background: #eaf3f7;
  color: #157eb2;
  font-weight: 600;
}
.nav li a:hover {
  background: white;
}

.nav-toc ul {
  list-style: none;
}

.menu-collapse {
  display: block;
  transition: max-height 0.2s ease-in-out;
  background: white;
}

.section-heading {
  scroll-margin-top: 150px;
}

.back-to-top {
  text-decoration: none;
  color: #999;
  display: block;
  margin-top: 20px;
  position: relative;
}
.back-to-top:after {
  content: " ";
  background-image: url("../images/arrow-up.svg");
  width: 16px;
  height: 16px;
  background-size: cover;
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 93px;
}

/**** END ARTICLE TOC ****/
.compareTable {
  width: 100%;
}
.compareTable thead tr {
  font-weight: bold;
  background-color: #efefef;
}
.compareTable thead tr td {
  padding: 15px;
}
.compareTable tbody tr td {
  padding: 15px;
}
.compareTable tbody tr.rentec {
  background-color: #D6E8F2;
}
.compareTable tbody tr.appfolio {
  background-color: #B3D4E7;
}
.compareTable tbody tr.buildium {
  background-color: #8EBDD9;
}
.compareTable tbody tr.doorloop {
  background-color: #67A6C9;
}
.compareTable tbody tr.rentvine {
  background-color: #54A3CC;
}

@media screen and (min-width: 200px) {
  .left-col {
    display: none;
  }
  .header-menu {
    padding: 10px;
  }
  .header-menu nav {
    padding: 0;
  }
  .header-menu .logo-link {
    display: block;
    width: 200px;
  }
  .header-menu .logo-link img {
    width: 100%;
  }
  .header-logo {
    width: 180px;
    height: auto;
  }
  .hero {
    height: auto;
    padding: 20px 5px;
    margin-top: 117px;
    display: none;
  }
  .eb-right {
    text-align: center;
  }
  .eb-right img {
    width: 200px;
  }
  .eb-container {
    grid-template-columns: 100%;
    grid-template-areas: "eb-left" "eb-right";
  }
  .eb-container .eb-right {
    padding-top: 30px;
  }
  .img-para {
    grid-template-columns: 100%;
    grid-template-areas: "titlegap" "img" "iptitle" "para";
    margin-bottom: 40px;
  }
  .img {
    text-align: center;
  }
  .img img {
    width: 150px;
  }
  .para {
    padding-left: 15px;
  }
  .ip-title {
    padding-left: 10px;
  }
  .blockquote2 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: "bq2-left" "bq2-right";
    margin-bottom: 40px;
    background: rgba(118, 171, 205, 0.3);
    padding: 30px;
    border-left: 5px solid #0f426b;
  }
  .bq2-right {
    font-size: 1.4rem;
    font-family: Georgia, serif;
    text-align: center;
    font-weight: 600;
  }
  .bq2-left {
    text-align: center;
    font-size: 2rem;
  }
  .icon-para {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-areas: "icon ictitle" "para para";
    margin-bottom: 20px;
  }
  .icon-para .para {
    padding-left: 0;
  }
  .icon i {
    font-size: 3rem;
    color: #157EB2;
  }
  .icon svg {
    width: 24px;
    height: 24px;
    margin-top: 20px;
  }
  .icon svg path {
    fill: #157EB2;
  }
  .ic-title {
    padding-left: 10px;
  }
  img.in-para {
    width: 100%;
    height: auto;
  }
  img.in-para.in-para-sm {
    width: 50%;
    height: auto;
  }
  img.in-para .in-para-xs {
    width: 30%;
    height: auto;
  }
  .hub-container {
    grid-template-columns: 1fr;
    grid-template-areas: "hl1" "hl2" "hl3";
    grid-row-gap: 20px;
  }
  .breadcrumb-wrapper {
    margin-top: 65px;
  }
  .breadcrumb-wrapper .container {
    max-width: 100%;
    margin-left: 0;
  }
  .img-para-block-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "img-block" "para-block";
    grid-row-gap: 20px;
  }
  .img-para-block-wrapper img {
    width: 95%;
    height: auto;
  }
  picture.in-para.in-para-sm, picture.in-para.in-para-xs, picture.in-para.in-para-sxs {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  picture.in-para[class*=in-para-] img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  picture.in-para.f-right {
    float: none;
    margin-left: 0;
  }
  picture.in-para.f-left {
    float: none;
    margin-right: 0;
  }
  .title-sub-image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 316px) {
  .hero {
    margin-top: 75px;
  }
}
@media screen and (min-width: 576px) {
  .header-logo {
    width: 260px;
    height: auto;
  }
  header.main-header .container {
    max-width: 100%;
  }
  .header-menu .logo-link {
    width: 300px;
  }
  .header-menu .logo-link img {
    width: 100%;
  }
  .hero {
    height: auto;
    padding: 30px 5px;
    margin-top: 72px;
    display: block;
  }
  .eb-right {
    text-align: right;
  }
  .eb-right img {
    width: 90%;
  }
  .eb-container {
    grid-template-columns: 65% 35%;
    grid-template-areas: "eb-left eb-right";
  }
  .eb-container .eb-right {
    padding-top: 0;
  }
  .img-para {
    grid-template-columns: 20% 80%;
    grid-template-areas: "titlegap iptitle" "img para";
    margin-bottom: 40px;
  }
  .img {
    padding-top: 10%;
  }
  .img img {
    width: 100%;
  }
  .para {
    padding-left: 15px;
  }
  .ip-title {
    padding-left: 10px;
  }
  .blockquote2 {
    grid-template-columns: 15% 85%;
    grid-template-areas: "bq2-left bq2-right";
  }
  .bq2-right {
    font-size: 1.4rem;
    text-align: left;
  }
  .bq2-left {
    text-align: left;
    font-size: 2rem;
  }
  .icon-para {
    display: grid;
    grid-template-columns: 30px 50px 1fr;
    grid-template-areas: "titlegap icon ictitle" "titlegap para para";
    margin-bottom: 20px;
  }
  .icon-para .para {
    padding-left: 0;
  }
  .icon i {
    font-size: 3rem;
  }
  .icon svg {
    width: 30px;
    height: 30px;
  }
  .ic-title {
    padding-left: 0;
  }
  .breadcrumb-wrapper {
    margin-top: 0;
  }
}
.lcol-header {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .hero {
    min-height: 250px;
    padding: 0;
  }
  .hero .container {
    min-height: 250px;
    padding: 75px 0;
  }
  .hero h1 {
    font-size: 3rem;
  }
  img.in-para {
    width: 50%;
    height: auto;
  }
  img.in-para.in-para-sm {
    width: 40%;
  }
  img.in-para.in-para-xs {
    width: 32%;
  }
  img.in-para.in-para-xxs {
    width: 20%;
  }
  picture.in-para {
    height: auto;
  }
  picture.in-para.in-para-sm {
    width: 40%;
  }
  picture.in-para.in-para-xs {
    width: 32%;
  }
  picture.in-para.in-para-xxs {
    width: 20%;
  }
  picture.in-para.f-right {
    float: right;
    margin-left: 20px;
  }
  picture.in-para.f-left {
    float: left;
    margin-right: 20px;
  }
  .hub-container {
    grid-template-columns: 33% 33% 33%;
    grid-template-areas: "hl1 hl2 hl3";
    grid-column-gap: 40px;
    margin-bottom: 40px;
  }
  .breadcrumb-wrapper .container {
    max-width: 720px;
    margin-left: 30px;
  }
  .img-para-block-wrapper {
    grid-template-columns: 20% 80%;
    grid-template-areas: "img-block para-block";
  }
  .title-sub-image {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb-wrapper .container {
    max-width: 960px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .left-col {
    display: block;
  }
  .left-col-sticky-wrapper.sticky-top {
    position: sticky;
    top: 150px;
  }
  .header-menu nav {
    padding: 0;
  }
  .full-width-img img {
    max-width: 100%;
    margin: 20px 0;
  }
  .blockquote2 {
    margin-top: 40px;
    grid-template-columns: 10% 90%;
  }
  .bq2-right {
    font-size: 1.6rem;
  }
  header.main-header .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb-wrapper .container {
    max-width: 1140px;
    margin-left: auto;
  }
  header.main-header .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .hero .container {
    max-width: 1320px;
  }
  .breadcrumb-wrapper .container {
    max-width: 1320px;
    margin-left: auto;
  }
  header.main-header .container {
    max-width: 1320px;
  }
}

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