@charset "UTF-8";
/* Landlord Experience Pages */
/* Marketing - Common styles */
/* Landing - Common styles */
/* DO NOT EDIT THIS FILE. */
/* IS IS COPIED FROM OMEGA_LAYOUT DUE TO STUPID ASSUMPTIONS BY THE DART SASS PEOPLE... */
/* General */
/* Menu */
/* Topbar */
/* GreenButton */
/* YellowButton */
/* RedButton */
/* greyButton */
/* BlackButton */
/* BlueButton */
/* AquaButton */
/* NavyButton */
/* DO NOT EDIT THIS FILE. */
/* IS IS COPIED FROM OMEGA_LAYOUT DUE TO STUPID ASSUMPTIONS BY THE DART SASS PEOPLE... */
/* General */
/* Menu */
/* Topbar */
/* GreenButton */
/* YellowButton */
/* RedButton */
/* greyButton */
/* BlackButton */
/* BlueButton */
/* AquaButton */
/* NavyButton */
html {
  font-family: "Arial", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html .exception-body, html .landing-body, html .login-body, html .main-body, html .ui-widget {
  font-family: "Arial", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html, body {
  overscroll-behavior-y: none;
}

@media (max-width: 640px) {
  .wrapper .main {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .wrapper .main .ui-accordion .ui-accordion-content {
    padding: 0.5em;
  }
  .wrapper .main .ui-panel .ui-panel-content {
    padding: 0.5em;
  }
}
.landing-wrapper .landing-header {
  background-color: white;
}
.landing-wrapper .landing-header .landing-header-content ul li a {
  color: #6E6E6E;
}
.landing-wrapper .landing-header .landing-header-content {
  padding-top: 20px;
}
.landing-wrapper .landing-header .landing-header-content #menu {
  margin-top: 10px;
}
.landing-wrapper .landing-header .landing-header-content #SMRphone {
  padding-left: 20px;
  color: #6E6E6E;
  font-weight: bold;
}
.landing-wrapper .landing-header .landing-header-content .stackedButtons {
  position: relative;
}
.landing-wrapper .landing-header .landing-header-content .stackedButtons:not(.overlay-menu *) {
  top: -20px;
}
.landing-wrapper .landing-header .landing-header-content .notDropdown {
  font-size: 16px;
  font-weight: bold;
}
.landing-wrapper .landing-header .landing-header-content .notDropdownSignupButton {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #2998D6;
  border: 1px solid #1f89ce;
}
.landing-wrapper .landing-header .landing-header-content .notDropdownSignupButton:hover {
  color: white;
  border-color: #156090;
  background-color: #0388E5;
}
.landing-wrapper .landing-header .landing-header-content .notDropdownSigninButton {
  display: block;
  margin-top: 0.25em;
  font-size: 16px;
  font-weight: bold;
  color: #2998D6;
  background-color: white;
  border: 1px solid #1f89ce;
}
.landing-wrapper .landing-header .landing-header-content .notDropdownSigninButton:hover {
  color: white;
  border-color: #156090;
  background-color: #0388E5;
}
.landing-wrapper .landing-header #menu-button {
  color: #2998D6;
}

/****************************
          SECTIONS
 ****************************/
.section {
  padding: 100px 0 1em 0;
  /* Page titles */
  /* Section titles */
}
.section .section-content {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.section h1 {
  text-align: center;
}
.section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0.5em;
}

/****************************
          FOOTER
****************************/
.landing-footer .landing-footer-content {
  color: #a4a4a4;
  font-weight: bold;
}
.landing-footer .landing-footer-content a:-webkit-any-link {
  color: #a4a4a4;
  font-weight: bold;
}
.landing-footer .landing-footer-content .SMRContact {
  padding-right: 1em;
}
.landing-footer .landing-footer-content .footer-top #bugs {
  text-align: center;
}
.landing-footer .landing-footer-content .footer-top #bugs #bbb {
  padding-top: 25px;
}
.landing-footer .landing-footer-content .footer-top #SMRLink {
  color: #a4a4a4;
  font-weight: bold;
}
.landing-footer .landing-footer-content .footer-top .bugBox #linkedIn {
  padding-left: 25px;
  padding-bottom: 10px;
}
.landing-footer .landing-footer-content .footer-top .bugBox #sourceForge {
  padding-left: 20px;
  width: 100px;
}
.landing-footer .landing-footer-content .footer-top .footerLinks {
  color: #a4a4a4;
  font-weight: bold;
}
.landing-footer .landing-footer-content .footer-top .footerLinks .linkBlock {
  display: block;
  margin-bottom: 1em;
}
.landing-footer .landing-footer-content .footer-top .footerLinks .footerComment {
  text-align: center;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  font-size: 18px;
}

/*=============================================================================================
               MOBILE Phone (Portrait)
  ============================================================================================*/
@media (max-width: 64em) {
  /****************************
          SECTIONS
   ****************************/
  .section .section-content {
    width: 100%;
  }
  .section .section-content .mobile-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section .section-content #SMRLink {
    color: #a4a4a4;
    font-weight: bold;
  }

  .landing-footer .landing-footer-content .footer-top #linkedIn {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 2em;
  }
  .landing-footer .landing-footer-content .footer-top #linkedIn .policyLinks {
    color: #a4a4a4;
    font-weight: bold;
  }
}
@media (max-height: 450px) {
  .overlay-menu .dropdown-content {
    height: 100px;
  }
}
/*=============================================================================================
  Dropdown Menu
  SEE: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_js_dropdown
  ============================================================================================*/
.dropdown .dropdown-button {
  background-color: white;
  color: #6E6E6E;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  position: relative;
  top: -8px;
}
.dropdown .dropdown-button:hover, .dropdown .dropdown-button:focus {
  background-color: grey;
  color: white;
}
.dropdown .dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: black;
  font-size: 18px;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown .dropdown a:hover {
  background-color: #ddd;
}
.dropdown .show {
  display: block;
}

/*=============================================================================================
  PHONES - Pop-up dialogs when the screen is less than 500x500 should fill the screen.
  ============================================================================================*/
/*=============================================================================================
  TABLETS/DESKTOP - Pop-up dialogs when the screen is greater than 500x500 should be centered.
  ============================================================================================*/
/****************************
          COMMON
 ****************************/
/* Check mark list-item prefix with correctly aligned wrapped text.
 * See: https://stackoverflow.com/questions/8140875/prevent-wrapping-of-content-around-before-selector-content
 * See: https://jsfiddle.net/bwwsV/1/ 
 */
.landing-wrapper {
  /****************************
           OVERLAY MENU
     ****************************/
}
.landing-wrapper .landing-header .landing-header-content ul.overlay-menu {
  background-color: white;
}
.landing-wrapper .landing-header {
  background-color: white;
}
.landing-wrapper .landing-header .landing-header-content ul li a {
  color: #6E6E6E;
}
.landing-wrapper .landing-header #menu-button {
  color: #2998D6;
}

.check-dot {
  padding-left: 0em;
}
.check-dot li {
  list-style-type: none;
  padding-left: 1.2em;
  position: relative;
  padding-bottom: 0.25em;
}
.check-dot li:before {
  font-family: "FontAwesome";
  content: "";
  color: #00b300;
  position: absolute;
  left: 0em;
}

.underline {
  text-decoration: underline;
}

.nextPage {
  text-align: right;
}

/* CSS trick from: https://stackoverflow.com/questions/9994493/scale-image-to-fit-a-bounding-box/10016640#10016640 */
.scaledImageBox {
  text-align: center;
  vertical-align: middle;
  height: 250px;
}
.scaledImageBox > div {
  height: 100%;
}
.scaledImageBox > div > img {
  max-width: 10%;
  max-height: 10%;
  transform: scale(10);
  position: relative;
  /* margin-top: 50%; */
  transform-origin: top;
}

/* Zoom in on an image during hover */
.hoverZoom img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hoverZoom img:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* Link styled like omega p:button. */
.linkButton {
  color: white;
  background: #0388e5;
  border: 1px solid #1f89ce;
  padding: 0.5em 1em;
  margin: 1em;
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}

.linkButton:hover {
  border-color: #156090;
}

/****************************
          SECTIONS
 ****************************/
.section {
  padding: 100px 0 1em 0;
  /* Page titles */
  /* Section titles */
}
.section .section-content {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.section h1 {
  text-align: center;
}
.section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0.5em;
}

/****************************
	          FOOTER
****************************/
.landing-wrapper .landing-footer {
  background-color: #3E3E3E;
}
.landing-wrapper .landing-footer .landing-footer-content {
  background-color: #3E3E3E;
  color: #a4a4a4;
}
.landing-wrapper .landing-footer .landing-footer-content ul {
  width: 120px;
}

/*=============================================================================================
               MOBILE
  ============================================================================================*/
@media (max-width: 64em) {
  /****************************
        COMMON
   ****************************/
  .scaledImageBox {
    height: auto;
  }
  .scaledImageBox > div {
    height: 100%;
  }
  .scaledImageBox > div > img {
    max-width: 50%;
    max-height: inherit;
    transform: inherit;
    position: inherit;
    margin-top: inherit;
  }

  /****************************
          SECTIONS
   ****************************/
  .section .section-content {
    width: 100%;
  }
  .section .section-content .mobile-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  /****************************
            FOOTER
  ****************************/
  .landing-wrapper .landing-footer {
    background-color: #3E3E3E;
  }
  .landing-wrapper .landing-footer .landing-footer-content {
    background-color: #3E3E3E;
    color: #a4a4a4;
  }
  .landing-wrapper .landing-footer .landing-footer-content ul {
    width: 120px;
  }
}
.landing-wrapper {
  /****************************
          TOP GRAPHIC
   ****************************/
  /****************************
  Landlord Software Dashboard
  ****************************/
  /****************************
      CLIENT TYPE SELECTION
   ****************************/
}
.landing-wrapper #smr-graphic {
  /* Different padding so no space between header and graphic. */
  padding: 80px 0 0 0;
  width: 100%;
  height: 350px;
  background-image: url("/javax.faces.resource/gfx/Rental-Property-Management-Software-Homes2.webp.xhtml?ln=smr&v=20250608-2200");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.landing-wrapper #smr-graphic .section-content {
  text-align: center;
}
.landing-wrapper #smr-graphic #title {
  margin-top: 35px;
  font-size: 36px;
  font-family: "Arial", "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 0.5em;
  color: #3F3F3F;
}
.landing-wrapper #smr-graphic .buttons .linkButton {
  width: 172px;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  background-color: #2998D6;
}
.landing-wrapper #smr-graphic .buttons .linkButton:hover {
  border-color: #156090;
  background-color: #0388E5;
}
.landing-wrapper #smr-graphic .buttons #FreeTrialButton {
  font-weight: normal;
}
.landing-wrapper #smr-graphic .buttons DemoButton {
  font-weight: normal;
}
.landing-wrapper #smr-landlord-software-dashboard {
  padding-top: 2em;
}
.landing-wrapper #smr-landlord-software-dashboard h1 {
  font-weight: bold;
  font-size: 2rem;
}
.landing-wrapper #smr-landlord-software-dashboard h2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
}
.landing-wrapper #smr-landlord-software-dashboard h3 {
  font-weight: normal;
  font-size: 18px;
}
.landing-wrapper #smr-landlord-software-dashboard .multiUnitDescBox {
  margin-left: 9em;
  margin-right: 9em;
}
.landing-wrapper #smr-landlord-software-dashboard ul {
  font-size: 18px;
  line-height: 252%;
  padding-left: 6em;
}
.landing-wrapper #smr-landlord-software-dashboard ul li {
  padding-left: 0.5em;
  position: relative;
  padding-bottom: 1em;
}
.landing-wrapper #smr-landlord-software-dashboard .buttonDesciptions {
  font-size: 18px;
}
.landing-wrapper #smr-landlord-software-dashboard .buttonDesciptions li {
  padding-left: 0.5em;
  position: relative;
  padding-bottom: 13em;
}
.landing-wrapper #smr-landlord-software-dashboard #WatchDemoButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 172px;
  color: white;
  font-weight: normal;
}
.landing-wrapper #smr-landlord-software-dashboard #h2subTitle {
  font-size: 18px;
}
.landing-wrapper #smr-landlord-software-dashboard #landlordDesk {
  padding-top: 0.5em;
}
.landing-wrapper #smr-landlord-software-dashboard #dashboardDescription {
  padding-left: 3em;
}
.landing-wrapper #smr-landlord-software-dashboard .description {
  margin-bottom: 1em;
}
.landing-wrapper #smr-landlord-software-dashboard .emptyBox {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 2em;
  padding-bottom: 2em;
}
.landing-wrapper #smr-landlord-software-dashboard .check-dot {
  padding-left: 0em;
}
.landing-wrapper #smr-landlord-software-dashboard .check-dot li {
  list-style-type: none;
  padding-left: 1.2em;
  position: relative;
  padding-bottom: 0.5em;
}
.landing-wrapper #smr-landlord-software-dashboard .check-dot li:before {
  font-family: "FontAwesome";
  content: "";
  color: #00b300;
  position: absolute;
  left: 0em;
}
.landing-wrapper #smr-landlord-software-dashboard .normalCheck-dot {
  padding-left: 1.2em;
}
.landing-wrapper #smr-landlord-software-dashboard .normalCheck-dot li {
  list-style-type: none;
  padding-left: 1.2em;
  position: relative;
  padding-bottom: 0.25em;
}
.landing-wrapper #smr-landlord-software-dashboard .normalCheck-dot li:before {
  content: "-";
  color: #00b300;
  position: absolute;
  left: 0em;
}
.landing-wrapper #smr-landlord-software-dashboard .check-dot-indent {
  padding-left: 0em;
  padding-top: 0em;
}
.landing-wrapper #smr-landlord-software-dashboard .check-dot-indent li {
  list-style-type: none;
  padding-left: 2em;
  position: relative;
  padding-bottom: 0.1em;
  font-size: 90%;
}
.landing-wrapper #smr-landlord-software-dashboard .check-dot-indent li:before {
  font-family: "FontAwesome";
  content: "";
  color: #00b300;
  position: absolute;
  left: 1em;
}
.landing-wrapper #smr-landlord-software-dashboard .homePage {
  text-align: right;
}
.landing-wrapper #smr-landlord-software-dashboard .boldLarger {
  font-weight: bold;
  font-size: 1.25;
}
.landing-wrapper #smr-select {
  padding: 0px;
}
.landing-wrapper #smr-select .section-content {
  width: 100%;
}
.landing-wrapper #smr-select .section-content .pictureSection {
  background-image: url("/javax.faces.resource/gfx/Collect-Rent-Online-Landlord-Software.webp.xhtml?ln=smr&v=20250608-2200");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-wrapper #smr-select .section-content .backgroundSection1 {
  background: #10a874;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-style: bold;
  color: white;
  padding-bottom: 1.5em;
}
.landing-wrapper #smr-select .section-content .backgroundSection2 {
  background: #10a874;
  font-size: 18px;
  line-height: 31px;
  text-align: left;
  text-style: bold;
  color: white;
  padding-top: 1em;
}
.landing-wrapper #smr-select .section-content .backgroundSection2 .linkButton {
  padding: 0.5em 0.5em;
  margin-left: 0em;
  margin-right: 0em;
  font-size: 12px;
  display: inline-block;
  width: 12em;
  background-color: white;
  line-height: 22px;
  color: #10a874;
}
.landing-wrapper #smr-select .section-content .backgroundSection3 {
  background: #10a874;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  text-style: normal;
  color: white;
  padding-bottom: 2em;
}
.landing-wrapper #smr-select .section-content .SMRLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
.landing-wrapper #smr-select .section-content .linkButton {
  padding: 0.5em 0.5em;
  font-size: 1.5rem;
  display: inline-block;
  width: 12em;
  background-color: green;
  border: green;
  line-height: 1.5;
}
.landing-wrapper #smr-select .section-content #tenant-link {
  font-size: 14px;
  color: white;
}

/*=============================================================================================
               MOBILE Phone Portrait
  ============================================================================================*/
@media (max-width: 640px) {
  .landing-wrapper {
    /****************************
            TOP GRAPHIC
     ****************************/
    /****************************
        CLIENT TYPE SELECTION
     ****************************/
  }
  .landing-wrapper #smr-landlord-software-dashboard h1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .landing-wrapper #smr-landlord-software-dashboard h2 {
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
  }
  .landing-wrapper #smr-landlord-software-dashboard .multiUnitDescBox {
    margin-left: 1em;
    margin-right: 1em;
  }
  .landing-wrapper #smr-landlord-software-dashboard ul {
    font-size: 16px;
    line-height: 252%;
    padding-left: 1em;
  }
  .landing-wrapper #smr-landlord-software-dashboard ul li {
    padding-left: 0.5em;
    position: relative;
    padding-bottom: 1em;
  }
  .landing-wrapper #smr-landlord-software-dashboard #dashboardDescription {
    padding-left: 0em;
  }
  .landing-wrapper #smr-graphic {
    height: 350px;
    background-image: url("/javax.faces.resource/gfx/Rental-Property-Management-Software-Homes2-sm.webp.xhtml?ln=smr&v=20250608-2200");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .landing-wrapper #smr-graphic #Landlord-Software-Big-Small {
    display: none;
  }
  .landing-wrapper #smr-graphic .section-content {
    text-align: center;
  }
  .landing-wrapper #smr-graphic #title {
    margin-top: 75px;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .landing-wrapper #smr-graphic #subtitle1 {
    font-size: 16px;
    margin-bottom: 0em;
    line-height: 29px;
  }
  .landing-wrapper #smr-graphic #subtitle2 {
    font-size: 18px;
    margin-bottom: 0.7em;
    line-height: 33px;
    padding-left: 2em;
    padding-right: 2em;
  }
  .landing-wrapper #smr-graphic .buttons .linkButton {
    width: 172px;
    font-size: 12px;
    line-height: 22px;
    background-color: #2998D6;
  }
  .landing-wrapper #smr-graphic .buttons .linkButton:hover {
    border-color: #156090;
    background-color: #0388E5;
  }
  .landing-wrapper #smr-graphic .buttons #SigninButton {
    display: inline-block;
  }
  .landing-wrapper #smr-select {
    padding: 0px;
  }
  .landing-wrapper #smr-select .section-content {
    width: 100%;
  }
  .landing-wrapper #smr-select .section-content .pictureSection {
    background-image: url("/javax.faces.resource/gfx/Collect-Rent-Online-Landlord-Software.webp.xhtml?ln=smr&v=20250608-2200");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 233px;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection1 {
    display: none;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection2 {
    background: #10a874;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-style: normal;
    padding-top: 1em;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection2 .linkButton {
    padding: 0.5em 0.5em;
    margin-left: 0em;
    font-size: 12px;
    display: inline-block;
    width: 12em;
    background-color: white;
    line-height: 22px;
    color: #10a874;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection3 {
    background: #10a874;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-style: normal;
  }
  .landing-wrapper #smr-select .section-content .SMRLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
  }
  .landing-wrapper #smr-select .section-content .linkButton {
    padding: 0.5em 0.5em;
    font-size: 1.5rem;
    display: inline-block;
    width: 12em;
    background-color: green;
    border: green;
    line-height: 1.5;
  }
  .landing-wrapper #smr-select .section-content #tenant-link {
    font-size: 14px;
    color: white;
  }
}
/*=============================================================================================
               MOBILE Phone Landscape to ipad portrait
  ============================================================================================*/
@media (min-width: 640px) and (max-width: 1025px) {
  .landing-wrapper {
    /****************************
            TOP GRAPHIC
     ****************************/
    /****************************
        CLIENT TYPE SELECTION
     ****************************/
  }
  .landing-wrapper #smr-landlord-software-dashboard h1 {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .landing-wrapper #smr-landlord-software-dashboard h2 {
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-size: 27px;
    line-height: 31px;
  }
  .landing-wrapper #smr-landlord-software-dashboard .multiUnitDescBox {
    margin-left: 1em;
    margin-right: 1em;
  }
  .landing-wrapper #smr-landlord-software-dashboard ul {
    font-size: 16px;
    line-height: 252%;
    padding-left: 1em;
  }
  .landing-wrapper #smr-landlord-software-dashboard ul li {
    padding-left: 0.5em;
    position: relative;
    padding-bottom: 1em;
  }
  .landing-wrapper #smr-landlord-software-dashboard #dashboardDescription {
    padding-left: 0em;
  }
  .landing-wrapper #smr-graphic {
    height: 350px;
    background-image: url("/javax.faces.resource/gfx/Rental-Property-Management-Software-Homes2-md.webp.xhtml?ln=smr&v=20250608-2200");
  }
  .landing-wrapper #smr-graphic .section-content {
    text-align: center;
  }
  .landing-wrapper #smr-graphic #title {
    margin-top: 50px;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 0.5em;
  }
  .landing-wrapper #smr-graphic #subtitle1 {
    font-size: 16px;
    margin-bottom: 0em;
    line-height: 29px;
  }
  .landing-wrapper #smr-graphic #subtitle2 {
    font-size: 16px;
    margin-bottom: 0.7em;
    line-height: 26px;
  }
  .landing-wrapper #smr-graphic .buttons .linkButton {
    width: 172px;
    font-size: 12px;
    line-height: 22px;
    background-color: #2998D6;
  }
  .landing-wrapper #smr-graphic .buttons .linkButton:hover {
    border-color: #156090;
    background-color: #0388E5;
  }
  .landing-wrapper #smr-graphic .buttons #SigninButton {
    display: inline-block;
  }
  .landing-wrapper #smr-select {
    padding: 0px;
  }
  .landing-wrapper #smr-select .section-content {
    width: 100%;
  }
  .landing-wrapper #smr-select .section-content .pictureSection {
    background-image: url("/javax.faces.resource/gfx/Collect-Rent-Online-Landlord-Software.webp.xhtml?ln=smr&v=20250608-2200");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 233px;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection1 {
    display: none;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection2 {
    background: #10a874;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-style: normal;
    padding-top: 1em;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection2 .linkButton {
    padding: 0.5em 0.5em;
    margin-left: 0em;
    font-size: 12px;
    display: inline-block;
    width: 12em;
    background-color: white;
    line-height: 22px;
    color: #10a874;
  }
  .landing-wrapper #smr-select .section-content .backgroundSection3 {
    background: #10a874;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-style: normal;
  }
  .landing-wrapper #smr-select .section-content .SMRLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
  }
  .landing-wrapper #smr-select .section-content .linkButton {
    padding: 0.5em 0.5em;
    font-size: 1.5rem;
    display: inline-block;
    width: 12em;
    background-color: green;
    border: green;
    line-height: 1.5;
  }
  .landing-wrapper #smr-select .section-content #tenant-link {
    font-size: 14px;
    color: white;
  }
}
