@charset "UTF-8";
/* CSS Document */

body {
  background: #ffffff;
  font-family: "Helvetica Light", Helvetica, Arial, "sans-serif";
  font-weight: 100;
  color: #000000;
  letter-spacing: 0.05em;
  padding: 0px;
  margin: 0px;
  background-color: #eeefef;
  font-size: 12px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 1em;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.4em;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0.4em;
}

p {
  margin-bottom: 10px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 1.3em;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
  text-decoration: none !important;
}

/* HEADER */

header {
  position: fixed;
  top: 0px;
  width: 100%;
  margin: 0 auto 20px auto;
  height: 64px;
  left: 0px;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: thin solid rgba(223, 223, 223, 0.9);
}

header .content {
  max-width: 980px;
  height: 64px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

header .header_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

nav {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  transform: translate(0%, -50%);
}

nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

nav ul li {
  display: block;
  float: left;
  padding: 3px 15px;
}

nav ul li a {
  transition: all 0.25s ease;
}

nav ul li a:hover {
  color: #48aecb;
}

.hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.login_signup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 240px;
  display: inline-flex;
}

.but_border_login a {
  height: 36px !important;
  padding-left: 30px;
  padding-right: 30px;
  border: solid rgba(39, 136, 151, 1) 2px;
  cursor: pointer !important;
  border-radius: 20px;
  background-color: white;
  text-align: center;
  color: #278897;
  display: inline-block;
}

.but_border_login a:hover {
  background-color: #2b689c;
  color: white;
  border: solid rgba(61, 155, 233, 1) 2px;
}

.but_border_login span {
  vertical-align: middle;
  line-height: 40px;
  font-size: 11px;
}

.but_fill_signup a {
  height: 36px !important;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  border: solid rgba(43, 104, 156, 1) 2px;
  cursor: pointer !important;
  border-radius: 20px;
  background-color: #234f89;
  text-align: center;
  color: white;
}

.but_fill_signup a:hover {
  background-color: white;
  color: #2b689c;
  border: solid rgba(61, 155, 233, 1) 2px;
}

.but_fill_signup span {
  vertical-align: middle;
  line-height: 40px;
  font-size: 11px;
}

.login_signup .but_fill_signup a {
  margin-left: 20px;
}

#mobileMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

#mobileMenu ul {
  -webkit-margin-before: 0em !important;
  -webkit-margin-after: 0em !important;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important;
}

#mobileMenu ul li {
  display: block;
  background-color: #1d6e8f;
  color: #fff;
  padding: 12px 0;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #47a6bb;
}

.toggleMobile {
  display: none;
}

section {
  padding-top: 70px;
  padding-bottom: 35px;
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.landlord_text {
  color: #000000;
}

.tenant_text {
  color: #000000;
}

/* FOOTER */

footer {
  position: relative;
  clear: both;
  width: auto;
  height: auto;
  background: #208594;
  padding-top: 40px;
  border-top: thin solid rgba(223, 223, 223, 0.9);
  padding-bottom: 20px;
}

footer h3 {
  text-transform: uppercase;
  color: white;
  font-family: "Existence-Light";
  font-size: 20px;
}

#footer_container {
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact_method p {
  width: 100%;
  color: white;
  font-size: 16px;
}

#contact_us {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#social_media_container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#social_media_container img {
  margin-left: 10px;
  margin-right: 10px;
}

#links_container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
  text-align: center;
}

#links_container_tc {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}

#links_container a,
#links_container_tc a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 10px;
  margin-right: 10px;
}

#links_container .footer_link {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

#company_name {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-header {
  text-align: left;
  vertical-align: bottom;
}

.tg .tg-header-first-col {
  width: 20%;
}

.tg .tg-header-last-col {
  width: 10%;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
}

.policy-table td, 
.policy-table th {
  border: 1px solid black; /* Border color set to black */
  text-align: left;
  vertical-align: top; /* Ensures text stays at the top */
  padding: 8px;
}

.policy-table ul {
  padding-left: 20px;
  margin: 0px;
}

/* .alphabetic-list: Alphabetic numbering ol*/
.alphabetic-list ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
.alphabetic-list li {
  display: block;
  margin-bottom: .5em;
  margin-left: 2em;
}
.alphabetic-list li::before {
  display: inline-block;
  content: "("counter(item, lower-alpha) ") ";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
}

.black {
  color: black;
}

.logo {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

a {
  color: #50b1e2;
}

@media (max-width: 915px) {
  header {
    height: 100px;
  }

  header nav {
    top: 80px;
  }

  .header_logo {
    margin-left: 20px;
  }

  .login_signup {
    margin-right: 20px;
  }
}

@media (max-width: 520px) {
  .login_signup {
    display: none;
  }

  header {
    height: 64px;
  }

  #mobileMenu {
    display: block;
    z-index: 99;
  }
  .toggleMobile {
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 36px;
    cursor: pointer;
    z-index: 999;
  }
  .toggleMobile span.menu1,
  .toggleMobile span.menu2,
  .toggleMobile span.menu3 {
    display: block;
    position: absolute;
    width: 40px;
    height: 8px;
    left: 0;
    background: #5ccac5;
    -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.1, 0.95);
    transition: all 0.35s cubic-bezier(0.75, 0.25, 0.1, 0.95);
  }
  .toggleMobile span.menu1 {
    top: 0;
  }
  .toggleMobile span.menu2 {
    top: 14px;
  }
  .toggleMobile span.menu3 {
    top: 28px;
  }
  .toggleMobile.active span.menu1 {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.1, 0.95);
    transition: all 0.5s cubic-bezier(0.75, 0.25, 0.1, 0.95);
  }
  .toggleMobile.active span.menu2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.1, 0.95);
    transition: all 0.5s cubic-bezier(0.75, 0.25, 0.1, 0.95);
  }
  .toggleMobile.active span.menu3 {
    opacity: 0;
    -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.1, 0.95);
    transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.1, 0.95);
  }
  header nav {
    display: none;
  }
  header h1 {
    font-size: 40px;
  }
  header p {
    margin-left: 60px;
    font-size: 14px;
  }
}
