/*!
Theme Name: Property Management Theme
Author: Urbity
Description: Template for Roost's Property Management website
Version: 0.0.1
*/
html,
body,
input {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: inherit;
}

h1 {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

h3 {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 32px;
}

h4.bigger {
  font-size: 18px;
  line-height: 24px;
}

h4.alt {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

h5 {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
h5.alt {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #222222;
  background-color: #efefef;
}

a {
  text-decoration: none;
  color: #0042ff;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.5;
}
p.alt {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
/* p.has-drop-cap:not(focus):first-letter {
    padding: 0 20px;
    margin: .05em .4em 0 0 !important;
    line-height: 80px !important;
    font-size: 60px !important;
    color: #54b5cc;
    background-color: #def0f5;
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
    display: inline-flex; } */
p.has-drop-cap:not(focus):first-letter {
  padding: 0 20px;
  margin: 0.05em 0.4em 0 0 !important;
  line-height: 80px !important;
  font-size: 80px !important;
  font-weight: bold !important;
  color: #00263e;
  font-weight: bold;
  background-color: transparent;
  border: 5px solid #c96828;
  display: inline-flex;
}

.button {
  padding: 0 1.5rem;
  height: 48px;
  background-color: #222222;
  color: white !important;
  border-radius: 4px;
  border: none;
  display: inline-flex;
  align-items: center;
}
.button:hover {
  background-color: rgba(34, 34, 34, 0.8);
}

.page {
  margin: auto;
  max-width: 1600px;
  width: 100%;
  background-color: white;
}

.wp-block-cover__inner-container {
  padding: 0 1rem;
  margin: 0 auto !important;
  max-width: 1040px !important;
  width: 100%;
  box-sizing: border-box;
}

.overflow-auto .wp-block-group__inner-container {
  overflow: auto;
}

.no-margin .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}

.bpad {
  padding: 2rem 0;
}

.no-pad {
  padding: 0;
}
.no-pad .wp-block-media-text__content {
  padding: 0;
}

.shift-pad-bottom {
  padding-top: 0rem !important;
  padding-bottom: 6rem !important;
}

.content-container {
  padding: 0 1rem;
  margin: 0 auto !important;
  max-width: 1040px !important;
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 1rem;
}
.content-container.wide {
  max-width: 1300px !important;
}
.content-container.offset {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.full-section-container {
  margin: 0;
  height: auto;
}

.menu-header-menu-container {
  display: flex;
  flex-direction: row-reverse;
}

header {
  width: 100%;
  height: 114px;
  background-color: white;
  display: flex;
  align-items: center;
}
header .container {
  margin: auto;
  padding: 0 1rem;
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
header .container a,
header .container a:active {
  color: #222222;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
header .container a:hover,
header .container a:active:hover {
  color: #222222;
  text-decoration: none;
}
header .container .custom-logo-link {
  display: flex;
  flex-direction: row-reverse;
}
header .container .mobile-button {
  display: none;
}
header .container .navigation {
  display: flex;
  flex: 1;
}
header .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header .container .menu .menu-item {
  margin: 0 1.25rem;
  height: 114px;
  display: flex;
  align-items: center;
  position: relative;
}
header .container .menu .menu-item a,
header .container .menu .menu-item a:active {
  padding: 1rem 0;
  font-size: 14px;
  font-weight: 400;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
header .container .menu .menu-item a:hover,
header .container .menu .menu-item a:active:hover {
  border-bottom: 2px solid #54b5cc;
}
header .container .menu .menu-item.menu-item-has-children:after {
  padding-left: 0.5rem;
  content: "\F107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 15px;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
header .container .menu .menu-item.menu-item-has-children:hover .sub-menu {
  display: grid;
}
header
  .container
  .menu
  .menu-item.menu-item-has-children.list-menu-item
  .sub-menu {
  width: 244px;
  grid-template-columns: 1fr;
}
header
  .container
  .menu
  .menu-item.menu-item-has-children.list-menu-item
  .sub-menu
  .menu-item {
  padding-top: 0.5rem;
}
header
  .container
  .menu
  .menu-item.menu-item-has-children.list-menu-item
  .sub-menu
  .menu-item
  a {
  padding: 0.25rem 0;
}
header .container .menu .sub-menu {
  top: 80%;
  left: 0;
  width: 540px;
  background-color: white;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  flex-direction: column;
  position: absolute;
  display: none;
  grid-template-columns: 1fr 1fr;
  z-index: 99;
}
header .container .menu .sub-menu .menu-item {
  margin: 0;
  padding: 1rem 1rem;
  height: min-content;
  box-sizing: border-box;
}
header .container .menu .sub-menu .menu-item:nth-child(n + 3) {
  padding-top: 0;
}
header .container .menu .sub-menu .menu-item a {
  margin: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  border: none;
}
header .container .menu .sub-menu .menu-item a:hover {
  border: none;
}
header .container .menu .sub-menu .menu-item .description {
  margin-top: 0.5rem;
  font-size: 12px;
  font-weight: 400;
}
header .container .menu .sub-menu .menu-item.icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  height: 48px;
  border-radius: 24px;
  flex: 0 0 48px;
}
header .container .menu .sub-menu .menu-item.icon.property:before {
  content: "\F4D9";
  background-color: #ddf0f5;
  color: #5da0b2;
}
header .container .menu .sub-menu .menu-item.icon.clipboard:before {
  content: "\F46D";
  background-color: #d6ebd3;
  color: #5eb45c;
}
header .container .menu .sub-menu .menu-item.icon.read-book:before {
  content: "\F5DA";
  background-color: #f7f3d9;
  color: #d7c241;
}
header .container .menu .sub-menu .menu-item.icon.pie-chart:before {
  content: "\F200";
  background-color: #f6dfd0;
  color: #d97c40;
}
header .container .contact-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .container .contact-menu a {
  margin-left: 2rem;
  font-size: 14px;
}
header .container .contact-menu a.button {
  font-weight: 500;
}

.hero .headline {
  font-size: 60px;
  line-height: 1.2;
}

.hero .pad-y {
  padding: 2rem 0;
}

.hero .breakout-image {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.hero .breakout-image .wrapper {
  width: 70% !important;
  height: 500px;
}

.social-icons {
  font-size: 16px;
}
.social-icons a.facebook {
  color: #273de6;
}
.social-icons a.twitter {
  color: #04b0b6;
}
.social-icons a.youtube {
  color: #d13e3e;
}

.footer {
  padding: 6rem 0;
  width: 100%;
  box-sizing: border-box;
}
.footer .container {
  padding: 0 1rem;
  margin: 0 auto !important;
  max-width: 1040px !important;
  width: 100%;
  box-sizing: border-box;
  max-width: 1300px !important;
  background-color: white;
  display: flex;
}
.footer .container .info {
  width: 400px;
  color: #666666;
  flex: 0;
}
.footer .container .info .logo {
  width: 92px;
  height: 82px;
}
.footer .container .info .footnote {
  margin: 2rem 0 1rem 0;
  width: 298px;
  font-size: 16px;
  line-height: 24px;
}
.footer .container .info .copyright {
  margin: 1rem 0 3rem 0;
  font-size: 16px;
}
.footer .container .info .copyright .social-icons {
  margin-left: 0.5rem;
}
.footer .container .info .subtext {
  font-size: 14px;
  color: #919191;
}
.footer .container .info .subtext p {
  margin: 0 0 0.5rem;
}
.footer .container .sitemap {
  margin-left: auto;
}
.footer .container .sitemap .menu {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, min-content);
  column-gap: 4rem;
  list-style: none;
}
.footer .container .sitemap .menu .menu-item {
  margin-bottom: 1rem;
}
.footer .container .sitemap .menu .menu-item > a {
  font-size: 15px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
}
.footer .container .sitemap .menu .menu-item.menu-item-has-children {
  margin-bottom: 2rem;
}
.footer .container .sitemap .menu .menu-item.menu-item-has-children > a {
  font-weight: 500;
  text-decoration: none;
}
.footer .container .sitemap .menu .menu-item.menu-item-has-children .sub-menu {
  margin-top: 1rem;
  width: max-content;
  padding-left: 0;
  list-style: none;
}

.property-quote {
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding: 3rem;
  width: 440px;
  color: #222222;
  background-color: #d6e9ef;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  float: right;
  position: relative;
}
.property-quote .header {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-top: -100px;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
}
/* .property-quote .header > img {
      margin-left: -20px; }
    .property-quote .header > span {
      margin-left: -10px; } */
.property-quote .header > img {
  margin-left: 20px;
  max-width: 165px;
  width: 120%;
}
.property-quote .header > span {
  margin-left: 0px;
}
.property-quote .split {
  margin-top: 1rem;
  display: flex;
}
.property-quote .properties {
  margin-top: 1rem;
  flex: 1;
  border: none;
}
.property-quote .properties.parsley-error {
  border-bottom: 1px solid #ff4136;
}
.property-quote .submit {
  height: 40px;
  background-color: #d15e14;
  color: white;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  flex: 0 0 140px;
  cursor: pointer;
}
.property-quote .submit:hover {
  background-color: #d15d14de;
}
/* property-quote:before */
.property-quote .header:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  /* left: - 30px */
  right: 170px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
  content: "\F56D";
  background-color: #54b5cc;
  color: white;
}

.property-quote-subtext {
  color: #666666;
}
.property-quote-subtext:after {
  content: "";
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  width: 14px;
  height: 12px;
  background-image: url("./assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  display: inline-block;
}
.property-quote-subtext .text {
  font-size: 15px;
}

.breakout-image {
  padding: 3rem 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.breakout-image .wrapper {
  height: 500px;
  width: 100%;
  background-color: silver;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  position: relative;
}
.breakout-image .wrapper .callout-image {
  overflow: hidden;
}
.breakout-image .wrapper .content {
  top: 5%;
  left: 30%;
  padding: 0 1rem;
  width: 80%;
  background-color: white;
  color: #666;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.breakout-image .wrapper .content:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
  content: "\F10D";
  bottom: -20px;
  right: 20px;
  background-color: #ddf0f5;
  color: #5da0b2;
}
.breakout-image.left .content {
  left: -30%;
}
.breakout-image.bottom .content {
  top: 90%;
}
.breakout-image.top-icon .content:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
  content: "\F10D";
  top: -20px;
  left: 20px;
  background-color: #f7f3d9;
  color: #d7c241;
}

.breakout-space-top {
  padding-top: 8rem;
}

.border {
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
}

.popout-box.no-break .ugb-container__wrapper {
  padding: 0 3rem !important;
  padding-bottom: 2rem !important;
  margin-bottom: 3rem !important;
}

.popout-box.see-through .ugb-container__wrapper {
  background-color: rgba(0, 0, 0, 0.8);
}

.popout-box .ugb-container__wrapper {
  margin-bottom: 3rem !important;
  padding: 0 !important;
  box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.1) !important;
  z-index: 4;
}
.popout-box .ugb-container__wrapper .wp-block-columns {
  margin: 0 !important;
  height: 100%;
}
.popout-box
  .ugb-container__wrapper
  .wp-block-columns
  .wp-block-column:first-child
  .wp-block-group {
  padding-right: 0;
}
.popout-box .ugb-container__wrapper .container {
  padding: 2.5rem;
  height: 100%;
  box-sizing: border-box;
}
.popout-box .ugb-container__wrapper .container-small {
  padding: 1rem;
  height: 100%;
  box-sizing: border-box;
}

.quiz {
  display: flex;
  flex-direction: column;
  color: #00263e;
  counter-reset: questions;
}
.quiz .question {
  counter-increment: questions;
  margin-bottom: 2rem;
  width: 100%;
  min-height: 54px;
  border: 4px solid #c96828;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.quiz .question span {
  padding: 0.5rem;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.quiz .question:before {
  content: counter(questions);
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 40px;
  border-right: 4px solid #c96828;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
}
.quiz .question.reveal.right {
  border-color: #24ae19;
}
.quiz .question.reveal.right:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F00C";
  font-size: 40px;
  color: #24ae19;
  border-color: #24ae19;
}
.quiz .question.reveal.right span {
  visibility: hidden;
}
.quiz .question.reveal.right span:after {
  content: "You got us, we made this one up!";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  position: absolute;
  z-index: 4;
}
.quiz .question.reveal.wrong {
  border-color: #cb2121;
}
.quiz .question.reveal.wrong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F00D";
  font-size: 40px;
  color: #cb2121;
  border-color: #cb2121;
}
.quiz .question.reveal.wrong span {
  visibility: hidden;
}
.quiz .question.reveal.wrong span:after {
  content: "We actually heard this one before.";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  position: absolute;
  z-index: 4;
}

.video-holder {
  margin: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.video-holder iframe {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}

.dual-column {
  display: flex;
  align-items: flex-start;
}
.dual-column .sidebar {
  padding-bottom: 2rem;
  margin-right: 6rem;
  flex: 0 0 360px;
  background-color: #eef7fa;
  display: flex;
  flex-direction: column;
  position: relative;
}
.dual-column .sidebar .breakout {
  right: 2rem;
  margin-top: 3rem;
  padding: 2rem 1rem;
  padding-top: 3rem;
  background-color: white;
  text-align: center;
  box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.1) !important;
  position: relative;
}
.dual-column .sidebar .breakout h5 {
  margin-top: 0;
}
.dual-column .sidebar .breakout p {
  color: #666666;
}
.dual-column .sidebar .breakout:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
  content: "\F015";
  top: -30px;
  left: 20px;
  background-color: #f7f3d9;
  color: #d7c241;
}
.dual-column .sidebar .title {
  padding: 1rem 2rem;
}
.dual-column .sidebar .table-contents {
  padding: 0 2rem;
  max-height: 400px;
  flex: 1 1;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #90a4ae #eef7fa;
}
.dual-column .sidebar .table-contents::-webkit-scrollbar {
  width: 11px;
}
.dual-column .sidebar .table-contents::-webkit-scrollbar-track {
  background: #eef7fa;
}
.dual-column .sidebar .table-contents::-webkit-scrollbar-thumb {
  background-color: #90a4ae;
  border-radius: 6px;
  border: 3px solid #eef7fa;
}
.dual-column .sidebar .table-contents .posts {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dual-column .sidebar .table-contents .posts .dropdown {
  margin-top: 1.5rem;
}
.dual-column .sidebar .table-contents .posts .dropdown .dropdown-title {
  font-weight: 500;
  color: #00263c;
  cursor: pointer;
}
.dual-column .sidebar .table-contents .posts .dropdown .dropdown-title:hover {
  text-decoration: underline;
  color: #00263c;
}
.dual-column .sidebar .table-contents .posts .dropdown .dropdown-title:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F105";
  margin-left: 6px;
  font-size: 16px;
  display: inline-flex;
  box-sizing: border-box;
}
.dual-column .sidebar .table-contents .posts .dropdown .dropdown-body {
  padding-top: 0.5rem;
  line-height: 1.5;
  display: none;
}
.dual-column .sidebar .table-contents .posts .dropdown.open .dropdown-title {
  color: #d3652e;
}
.dual-column
  .sidebar
  .table-contents
  .posts
  .dropdown.open
  .dropdown-title:after {
  content: "\F106";
}
.dual-column .sidebar .table-contents .posts .dropdown.open .dropdown-body {
  display: block;
}
.dual-column .sidebar:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(0deg, #eef7fa 0%, rgba(238, 247, 250, 0) 100%);
  position: absolute;
  pointer-events: none;
}
.dual-column .content {
  font-size: 18px;
  flex: 1;
}
.dual-column .content iframe {
  width: 100%;
}
.dual-column .content .wp-block-embed-youtube {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
.dual-column .content .title {
  margin-bottom: 3rem;
  font-size: 52px;
}
.dual-column .content .next-post a {
  width: fit-content;
  padding: 0 20px;
  height: 60px;
  background-color: #d15e14;
  border-radius: 3px;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dual-column .content .next-post a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F30B";
  margin-left: 0.5rem;
  font-size: 16px;
  color: white;
}
.dual-column .content .next-post a:hover {
  background-color: #c25715;
}
.dual-column .content .footmark {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem 2.5rem;
  width: 100%;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 1.55;
  box-sizing: border-box;
}

.ugb-container.ugb-container--v2
  > .ugb-inner-block
  > .ugb-block-content
  > .ugb-container__wrapper {
  overflow: visible;
}

.quote-thank-you {
  margin: 0 auto;
  padding: 3rem 6rem;
  width: 100%;
  max-width: 630px;
  background-color: white;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  display: hidden;
}
.quote-thank-you h5 {
  font-size: 18px;
}
.quote-thank-you p {
  font-size: 18px;
  color: #666666;
}
.quote-thank-you:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
  content: "\F00C";
  background-color: #ddf5de;
  color: #8dca8e;
}
.parsley-required {
  display: none;
  color: red;
}
#rent-form .success,
button.submit .success {
  color: green;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  font-size: 0.833vw;
  width: 80%;
  margin: 0 auto;
}
.rent-form-error {
  display: none;
  color: red;
}
.firstname .rent-form-error {
  display: none;
  color: red;
}
.lastname .rent-form-error {
  display: none;
  color: red;
}
.phone .rent-form-error {
  display: none;
  color: red;
}
.email .rent-form-error {
  display: none;
  color: red;
}
.address .rent-form-error {
  display: none;
  color: red;
}
.property_type .rent-form-error {
  display: none;
  color: red;
}
.footage .rent-form-error {
  display: none;
  color: red;
}
.quote-form,
#rent-form {
  margin: 0 auto;
  max-width: 630px;
}
.quote-form .input-container {
  margin-bottom: 3rem;
  padding: 3rem 6rem;
  background-color: white;
  position: relative;
}
#rent-form .input-container {
  margin-bottom: 3rem;
  padding: 3rem;
  background-color: white;
  position: relative;
}
#rent-form .input-container {
  padding-bottom: 80px;
}
.quote-form .input-container .slider-counter,
#rent-form .input-container .slider-counter {
  margin-top: 1rem;
  left: 0;
  width: 48px;
  position: relative;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: bold;
}
.quote-form .input-container .property-slider,
#rent-form .input-container .property-slider {
  margin: 2rem 0;
}
.quote-form .input-container > h5,
#rent-form .input-container > h5 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
}
.quote-form .input-container.main:before,
#rent-form .input-container.main:before {
  content: "\F015";
  background-color: #ddf0f5;
  color: #5da0b2;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
}
.quote-form .input-container.info:before,
#rent-form .input-container.info:before {
  content: "\F4FF";
  background-color: #f6dfd0;
  color: #d15e14;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
}
.quote-form .input-container:last-child,
#rent-form .input-container:last-child {
  margin-bottom: 6rem;
}
.quote-form .input-container p,
#rent-form .input-container p {
  font-size: 18px;
  color: #666666;
}
/*.quote-form .input-container .slider-counter,
#rent-form .input-container .slider-counter {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: bold;
}*/
.quote-form .input-container .property-form,
#rent-form .input-container .property-form {
  margin-bottom: 4rem;
}
.quote-form .input-container .property-form .pin,
#rent-form .input-container .property-form .pin {
  background-color: #f7f3d9;
  color: #d7c241;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
}
.quote-form .input-container .property-form .address .input,
#rent-form .input-container .property-form .address .input {
  position: relative;
}
.quote-form .input-container .property-form .address .input input,
#rent-form .input-container .property-form .address .input input {
  padding-left: 2.5rem;
}
.quote-form .input-container .property-form .address .input:after,
#rent-form .input-container .property-form .address .input:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F002";
  padding: 1rem;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  font-size: 16px;
  color: #c6c6c6;
  display: block;
  position: absolute;
}
#rent-form #harta[active="1"] {
  width: 100%;
  height: 450px;
}
#rent-form #harta[active="0"] {
  display: none;
}
.quote-form .input-container .submit,
#rent-form .input-container .submit {
  padding: 0 2rem;
  height: 50px;
  background-color: #d15e14;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 0.5px;
  flex: 0 0 140px;
  cursor: pointer;
}
#rent-form .input-container .submit {
  margin-bottom: 20px;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.quote-form .input-container .submit:hover,
#rent-form .input-container .submit:hover {
  background-color: #d15d14de;
}

#rent-form .input-field input:focus {
  background-color: #efefef;
  border: 1px solid #000;
}

.thank-you {
  margin-top: 2rem;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #222222;
}

.pdf-form {
  margin-top: 2rem;
  width: 100%;
}
.pdf-form .dropdown-list .header {
  padding: 1rem 0;
  width: 100%;
  border-top: 1px solid #c6c6c6;
  font-weight: 700;
  color: #00263c;
  display: flex;
  align-items: center;
}
.pdf-form .dropdown-list .header .icon {
  margin-right: 1rem;
  color: #5da0b2;
}
.pdf-form .dropdown-list .header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F107";
  margin-left: auto;
  color: #666666;
  font-size: 14px;
}
.pdf-form .dropdown-list .header:hover {
  background-color: rgba(192, 192, 192, 0.1);
}
.pdf-form .dropdown-list .body {
  padding: 0.5rem 2rem;
  display: none;
}
.pdf-form .dropdown-list.open .header:after {
  content: "\F106";
}
.pdf-form .dropdown-list.open .body {
  display: block;
}
.pdf-form form {
  margin-top: 2rem;
}
.pdf-form form .input-split {
  display: flex;
  align-items: center;
}
.pdf-form form .input-split .submit {
  margin-right: 1rem;
  height: 48px;
  background-color: #d15e14;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 0.5px;
  flex: 0 0 140px;
  cursor: pointer;
}
.pdf-form form .input-split .submit:hover {
  background-color: #d15d14de;
}
.pdf-form form .input-split a {
  flex: 1;
}

.property-slider {
  margin: 4rem 0 2rem 0;
  width: 100%;
  height: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: #e2e2e2;
  border-radius: 3px;
}
.property-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 48px;
  height: 26px;
  background-color: #00263c;
  background-image: url("./assets/images/slider.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
}

.grid-cards .ugb-columns__item {
  row-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.grid-cards .ugb-columns__item .grid-card {
  padding: 2rem 1rem;
  height: 100%;
  box-sizing: border-box;
}
.grid-cards .ugb-columns__item .ugb-column__content-wrapper {
  height: 100%;
}

.grid-cards.end .ugb-columns__item {
  margin-top: 1.5rem !important;
}

input,
select {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
input::placeholder,
select::placeholder {
  color: #222222;
}

input[type="text"],
input[type="phone"],
input[type="email"],
select {
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}
input[type="text"].parsley-error,
input[type="phone"].parsley-error,
input[type="email"].parsley-error,
select.parsley-error {
  border-color: #ff4136;
}

.input-field {
  margin: 1.5rem 0;
}
.input-field .label {
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 500;
}
.input-field .parsley-errors-list {
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #ff4136;
}
.input-field .select-wrapper {
  position: relative;
}
.input-field .select-wrapper:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F107";
  padding: 1rem;
  top: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.input-field input.half {
  width: 50%;
}
.input-field span.p {
  font-weight: 400;
}
.input-field .incrementor {
  height: 28px;
  display: flex;
}
.input-field .incrementor .before,
.input-field .incrementor .after {
  font-size: 16px;
  width: 28px;
  height: 28px;
  color: #666666;
  background-color: #e2e2e2;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.input-field .incrementor .before:hover,
.input-field .incrementor .after:hover {
  color: #e2e2e2;
  background-color: #666666;
}
.input-field .incrementor .counter {
  width: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
}

.columns .columns-pad {
  padding: 0 2rem;
}

.story-display {
  margin-left: 4rem;
}
.story-display .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story-display .story-content {
  position: relative;
}
.story-display .story-content .title {
  margin-right: auto;
  font-size: 48px;
}
.story-display .story-content:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  position: absolute;
}
.story-display .wp-block-button a {
  font-size: 15px !important;
}
.story-display .wp-block-button a:hover {
  opacity: 0.9;
}

.story-contact-form input {
  padding: 0.7rem;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1) !important;
}

.story-contact-form .submit {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #d15e14;
  float: right;
}
.story-contact-form .submit i {
  margin-right: 1em;
}

.faq-grid {
  padding-bottom: 2.5rem;
}
.faq-grid .ugb-columns__item {
  row-gap: 4rem !important;
}
.faq-grid h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.faq-grid p {
  margin-top: 0.75rem;
  line-height: 24px;
}
.faq-grid .wp-block-ugb-column:nth-child(-n + 3) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c6c6c6;
}
.faq-grid .chat-box {
  margin: 0 2rem;
  padding: 2rem 2rem;
  padding-top: 4rem;
  box-shadow: 0px 10px 20px 3px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
}
.faq-grid .chat-box:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
  content: "\F4FF";
  top: -30px;
  background-color: #f6dfd0;
  color: #d15e14;
}

@media only screen and (max-width: 900px) {
  header .container .navigation {
    display: none;
  }
  .dual-column {
    flex-direction: column;
  }
  .dual-column .sidebar {
    margin: 0;
    width: 100%;
  }
  .dual-column .sidebar .breakout {
    right: 0;
  }
  .dual-column .content {
    width: 100%;
  }
  .footer {
    padding: 3rem 0 2rem 0;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container .info {
    width: 100%;
  }
  .footer .container .sitemap {
    margin-top: 3rem;
    margin-left: 0;
  }
  .footer .container .sitemap .menu {
    grid-template-columns: repeat(2, 1fr);
  }
  .popout-box .ugb-container__wrapper .container {
    padding: 1rem !important;
  }
  .quote-form .input-container:last-child {
    margin-bottom: 1rem !important;
  }
}

/* CUSTOM CSS
Andrei - 04.08.2020
Brandweb
*/

.extra-line-height .description {
  line-height: 20px;
}

.split > input[type="submit"] {
  padding: 0 1.5rem;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: 48px;
}

.dropdown-list > .body {
  line-height: 22px;
}

.thank-you-green {
  color: #005601 !important;
}

.error-text {
  display: none;
  padding-top: 5px;
  color: #ff4136;
}

.part-1-left-image .wrapper {
  max-height: 220px;
}

.part-2-right-image .wrapper {
  max-height: 220px;
}

.part-3-image-right .wrapper {
  max-height: 220px;
}

.quote-thank-you {
  display: none;
}

.quote-form input:not([type="range"]):not([type="submit"]):hover {
  background: #f0f0f0;
}

.quote-form input:not([type="range"]):not([type="submit"]):focus {
  background: #f0f0f0;
  border: 1px solid black;
}

.property-slider {
  cursor: pointer;
}

.question {
  cursor: pointer;
}

.part-heading {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.custom-link-container {
  margin-top: 30px;
}

.custom-link-button {
  height: 50px;
  font-size: 14px;
  text-align: center;
  align-items: center;
  color: white;
  background: #d15e14;
  text-decoration: none !important;
  border-radius: 4px;
  letter-spacing: 0.5px;
  flex: 0 0 140px;
  padding: 15px 30px 15px 30px;
}

.wp-block-ugb-columns.faq-grid.faq-grid-special {
  margin-top: -100px !important;
}

.only-mobile {
  display: none;
}

@media only screen and (max-width: 1366px) {
  .footer {
    padding: 6rem 4rem;
  }
}

.custom-region-group {
  margin-top: -230px;
}

.choose-your-state-tile {
  max-width: 90%;
  margin: 0 auto;
  border-radius: 5px;
}
.ugb-header.choose-your-state-tile .ugb-header__item {
  padding-bottom: 100px;
}

.choose-your-state-tile .ugb-cta__title a {
  font-size: 60px;
  color: white;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}

.choose-your-state-tile .ugb-cta__description a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

/* Custom regions page customisation */

.regions-main-container .regions-title {
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-family: "Oswald", sans-serif;
  max-width: 1040px;
  margin: 0 auto;
}

.regions-main-container .regions-subtitle {
  margin-block-start: 0px;
  margin-block-end: 0px;
  max-width: 1040px;
  margin: 0 auto;
}

/* Custom agents page customisation */

.agent-content-container {
  max-width: 1040px !important;
  min-height: 437px;
}

.dual-column.agent-content-container .title {
  margin-bottom: 0px;
  margin-top: 0px;
}

.meet-agent {
  margin: 0 auto;
  margin-block-end: 0px;
  margin-top: 75px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  max-width: 1040px;
}

.dual-column .content .agent-page-title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 89px;
  margin: 0 auto;
  margin-block-end: 0px;
  margin-block-start: 0px;
  margin-bottom: 5rem;
  max-width: 1040px;
}

.agent-page-source {
  display: flex;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.agent-page-source br {
  display: none;
}

.agent-page-source p,
.agent-page-source a {
  margin: 0px;
  font-size: 16px;
  color: #4d4b49;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}

.agent-page-source p:hover,
.agent-page-source a:hover {
  text-decoration: underline;
}

.agent-page-source p:last-child,
.agent-page-source a:last-child {
  cursor: unset;
}

.agent-page-source img {
  max-height: 12px;
  margin-left: 15px;
  margin-right: 15px;
}

.header-color {
  background: #faefe7;
  width: 100%;
}

.header-content {
  position: relative;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.agent-contact-group {
  max-width: 80%;
}

.contact-agent-line img {
  margin-right: 10px;
  margin-bottom: -3px;
}

.contact-agent-line br {
  display: none;
}

.contact-agent-line img:not(:first-child) {
  margin-left: 20px;
}

.agent-image-group {
  margin-top: -300px;
  margin-bottom: -100px;
}

.agent-image-group .empty-pointer-events {
  pointer-events: none;
}

.agent-image-group .wp-block-image {
  width: 400px;
  height: 400px;
}

.agent-image-group .wp-block-image img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.agent-story a {
  font-size: 18px;
}

.questions-container {
  border: 1px solid #e3e9ef;
  background: white;
  padding: 30px;
}
.questions-container p:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.custom-region-tiles-group {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: -100px;
}

.custom-state-new-tile {
  border: 1px solid #ededed;
  border-radius: 4px;
  cursor: pointer;
}

.custom-state-new-tile:hover {
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  color: inherit;
  text-decoration: none;
}

.custom-state-new-tile .wp-block-image {
  margin: 0px;
}

.custom-state-new-tile .wp-block-image img {
  object-fit: cover;
  object-position: center;
  height: 326px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.custom-state-tile-text {
  padding: 24px 32px;
}

.custom-state-tile-title,
.custom-state-tile-title a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  margin: 0px;
  text-decoration: none;
  color: #222222;
}

.custom-state-tile-description,
.custom-state-tile-description a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  color: #222222;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.custom-agent-tile-title,
.custom-agent-tile-title a {
  font-size: 32px;
  line-height: 47px;
  margin-top: -13px;
}

.bottom-tiles-state {
  max-width: 1040px;
  margin: 0 auto;
}

/* .bottom-tiles-state img {
    width: auto;
    height: 82px;
    min-width: 82px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  } */

.bottom-tiles-state-item {
  border-radius: 4px;
  border: 1px solid #ededed;
  padding: 32px 48px;
}

.bottom-tiles-state-item figure.wp-block-image {
  margin: 0px;
}

.custom-state-button a {
  padding: 12px 24px;
  background-color: #d15e14;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.743761px;
  color: #ffffff;
  text-decoration: none;
}

.custom-state-button a:hover {
  background-color: #ff6900;
}

.agent-image-and-contact {
  position: relative;
}

.hover-contact-agent {
  position: absolute;
  background: white;
  padding: 24px 32px;
  border-radius: 10px;
  top: 320px;
  right: -100px;
  max-width: 394px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.hover-contact-agent::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px;
  position: absolute;
  content: "\F086";
  top: -20px;
  left: 20px;
  background-color: #f7f3d9;
  color: #d7c241;
}

.contact-data {
  line-height: 45px;
  margin: 0px;
}

.contact-data a {
  color: #222222;
  text-decoration: none;
  font-weight: unset;
  font-size: 18px;
}

.contact-data img {
  margin-right: 15px;
  margin-bottom: -4px;
}

.agent-profile-image-and-contact {
  position: relative;
  height: 0px;
}

.agent-profile-image-and-contact .wp-block-image {
  display: block;
  text-align: right;
  position: absolute;
  top: -10px;
  right: -50px;
}

.agent-profile-image-and-contact .wp-block-image img {
  width: 408px;
  height: 450px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.custom-state-new-region-tile {
  background: white;
  max-width: 325px;
}

.custom-region-tiles-group-state {
  margin-top: -70px;
}

main .custom-region-tiles-group-state:not(:first-child) {
  margin-top: 20px;
}

.custom-region-tiles-group-state-agents {
  margin-top: 50px;
}

main .custom-region-tiles-group-state-agents:not(:first-child) {
  margin-top: 20px;
}

.custom-state-region-agent .wp-block-image img {
  object-fit: cover;
  width: 100%;
  object-position: center;
  height: 350px;
}

.content-container-extra {
  margin: 0 auto !important;
  width: 90%;
  box-sizing: border-box;
  padding: 2rem 0rem;
}

.list-of-agents {
  margin-top: 85px;
}

.office-contact {
  margin: 0 auto;
  margin-top: -1.5rem;
  max-width: 1040px;
}

.office-contact img {
  margin-bottom: -4px;
  margin-right: 10px;
}

.office-contact img:last-child {
  margin-left: 20px;
}

.header-color-states {
  min-height: 360px;
  margin-bottom: -360px;
}

.header-color-agents {
  min-height: 340px;
  margin-bottom: -340px;
}

.list-of-agents-title {
  margin: 0 auto;
  margin-block-start: 0px;
  margin-block-end: 0px;
  max-width: 1040px;
}

.dual-column .content .agent-individual-page-title {
  margin-bottom: 1rem;
}

.view-listings-btn {
  padding: 12px 24px;
  background-color: #d15e14;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.743761px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  outline: none;
  margin-top: 15px;
  text-decoration: none;
}

.view-listings-btn:hover {
  background-color: #ff6900;
  text-decoration: none;
}

.questions-container {
  background-color: #f7f7f7;
}

.questions-container p:nth-child(2) {
  font-size: 18px;
}

.bottom-tile-state-image img {
  background: #e7e7e7;
  padding: 8px;
  border-radius: 50px;
}

.agent-title-and-tagline {
  max-width: 60%;
}

.agent-title-and-tagline > div > i {
  margin-right: 10px;
  margin-bottom: -2px;
}

.agent-info .agent-title-and-tagline {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #222222;
  margin-top: 10px;
  margin-bottom: -10px;
}

.agent-info .agent-title-and-tagline i {
  color: #7a7a7a;
  font-size: 18px;
}

/* .agent-custom-title {
  margin-bottom: 10px;
}

.agent-custom-tagline {
  margin-top: 10px;
} */

.agent-custom-regions-served {
  margin-top: 10px;
}

.agent-no-tagline-title .agent-profile-image-and-contact .wp-block-image {
  bottom: -262px;
}

.agent-no-tagline-tile .agent-profile-image-and-contact .hover-contact-agent {
  top: 150px;
}

main.main-listings .questions-container-background {
  display: none;
}

@media only screen and (max-width: 1387px) {
  .agent-profile-image-and-contact .wp-block-image img {
    width: 358px;
    height: 420px;
  }

  .hover-contact-agent {
    right: -3%;
  }
}

@media only screen and (max-width: 1366px) {
  .agent-image-group .wp-block-image {
    width: 350px;
    height: 350px;
  }

  .agent-image-group .wp-block-image img {
    width: 350px;
    height: 350px;
  }

  .custom-state-new-tile .wp-block-image img {
    height: 324px;
  }

  .bottom-tiles-state img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .bottom-tiles-state-item {
    padding: 24px 30px;
  }

  .hover-contact-agent {
    right: -1%;
  }
}

/* Custom locations */

.custom-locations-header {
  background: #eef7fa;
  padding: 80px 285px 110px 285px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header-location-text {
  text-align: left;
  max-width: 485px;
}
.header-location-text .location-title {
  font-size: 46px; /* 60px */
  line-height: 62px; /* 72px */
  font-family: "Oswald", sans-serif;
  margin-top: 70px;
}
.header-location-text .location-description {
  font-size: 24px;
  line-height: 34px;
  margin-top: 35px;
}
.header-location-text .location-header-action {
  height: 50px;
  border-radius: 5px;
  padding: 0 70px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  margin-top: 60px;
  background-color: #d15e14;
  display: flex;
  align-items: center;
  width: fit-content;
  user-select: none;
  cursor: pointer;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}

.header-location-image {
  position: relative;
  max-height: 500px;
  min-height: 500px;
  min-width: 400px;
}
.header-location-image > img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.header-location-image .image-caption {
  box-sizing: border-box;
  position: absolute;
  top: 65px;
  left: -80px;
  background-color: white;
  padding: 30px 45px 25px 45px;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  max-width: 330px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}
.header-location-image .image-caption > p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #00263c;
  margin-top: 0px;
  margin-bottom: 15px;
}
.header-location-image .image-caption .caption-icon {
  position: absolute;
  padding: 23px;
  top: -37px;
  left: 28px;
  background-color: #f7f3d9;
  border-radius: 50px;
}

.landlord-advantage-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding: 80px 187px 60px 200px;
}
.landlord-advantage-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landlord-advantage-text .advantage-title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 72px;
}
.landlord-advantage-text .advantage-text,
.landlord-advantage-header .advantage-text a {
  font-size: 18px;
  line-height: 27px;
  max-width: 400px;
}
.landlord-advantage-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landlord-advantage-image {
  margin-left: 50px;
}
.advantage-column-2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.advantage-column-2 .advantage-column {
  box-sizing: border-box;
}
.advantage-column-2 .video-column-container {
  position: relative;
  margin-top: 45px;
}
.advantage-column.video-column {
  max-width: 500px;
  padding-top: 60px;
  padding-left: 70px;
  padding-bottom: 70px;
  padding-right: 100px;
  background-color: #f7f7f7;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 70px;
}
.advantage-column.video-column .arrow-left {
  position: absolute;
  top: calc(40% - 15px);
  left: 20px;
  width: 30px;
  height: 30px;
  color: black;
  font-weight: 900;
  font-size: 30px;
  z-index: 1;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.2s ease-in opacity;
}
.advantage-column.video-column .arrow-left:hover {
  opacity: 1;
}
.advantage-column.video-column.scroll-start .arrow-left {
  opacity: 0;
  pointer-events: none;
}
/* Arrow right */
.advantage-column.video-column .arrow-right {
  position: absolute;
  top: calc(40% - 15px);
  right: 20px;
  width: 30px;
  height: 30px;
  color: black;
  font-weight: 900;
  font-size: 30px;
  z-index: 1;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.2s ease-in opacity;
}
.advantage-column.video-column .arrow-right:hover {
  opacity: 1;
}
.advantage-column.video-column.scroll-end .arrow-right {
  opacity: 0;
  pointer-events: none;
}
/* Hide scrollbars */
.advantage-column.video-column::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.video-column-container .video-halo {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(247, 247, 247, 0.7) 14%,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 74%,
    rgba(247, 247, 247, 0.7) 0%
  );
}
.advantage-column.video-column .element-video {
  margin-right: 30px;
  width: 290px;
  max-width: 290px;
  scroll-snap-align: start;
}
.advantage-column.video-column .element-video:last-child {
  padding-right: 140px;
}
.element-video .video-nr {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #00263c;
  margin-bottom: 15px;
  white-space: normal;
}
.element-video .video-preview {
  position: relative;
  height: 185px;
  width: 290px;
  margin-bottom: 40px;
}
.element-video .video-preview.video-preview-iframe {
  float: none;
  clear: both;
  width: 290px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
}
.element-video .video-preview.video-preview-iframe iframe,
.element-video .video-preview.video-preview-iframe object,
.element-video .video-preview.video-preview-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.element-video .video-preview video {
  height: 185px;
  width: 100%;
  object-fit: cover;
}
.element-video .video-preview .video-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.element-video .video-preview .video-controls .video-play,
.element-video .video-preview .video-controls .video-pause {
  transition: all 0.3s ease;
  cursor: pointer;
}
.element-video .video-preview .video-controls:hover > .video-play,
.element-video .video-preview .video-controls:hover > .video-pause {
  opacity: 1;
  pointer-events: all;
}
.element-video .video-preview .video-controls .video-play {
  pointer-events: none;
  border-radius: 50px;
  opacity: 1;
}
.element-video .video-preview .video-controls .video-pause {
  pointer-events: none;
  border-radius: 50px;
  opacity: 0;
  display: none;
}
.element-video .video-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  white-space: normal;
  font-weight: 600;
}
.element-video .video-description {
  font-size: 18px;
  line-height: 24px;
  white-space: normal;
}
.advantage-column.newsletter-wrapper {
  position: relative;
  max-width: 470px;
  padding: 45px 70px 70px 70px;
  border-radius: 10px;
  background-color: #d6e9ef;
}
.newsletter-wrapper .newsletter-floating-icon {
  position: absolute;
  top: 75px;
  left: -35px;
  padding: 23px 21px 22px 21px;
  background: #54b5cc;
  border-radius: 50px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}
.newsletter-wrapper .newsletter-floating-icon > img {
  margin-bottom: -4px;
}
.newsletter-form-header .nl_title {
  color: #00263c;
  font-size: 28px;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
}
.newsletter-form-header .nl_desc {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
}
.newsletter-form .group {
  width: 100%;
  margin-top: 25px;
}
.newsletter-form .group:first-child {
  margin-top: 50px;
}
.newsletter-form .group label {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
}
.newsletter-form .group input {
  border: none;
  height: 50px;
  margin-top: 10px;
  border-radius: 3px;
  background-color: white;
  padding: 5px;
  font-size: 20px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}
.newsletter-form .group .error {
  display: none;
  color: darkred;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: -19px;
}
.newsletter-form .newsletter-control {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.newsletter-control button,
.newsletter-free-quote button {
  height: 50px;
  border-radius: 5px;
  padding: 0 70px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  margin-top: 40px;
  background-color: #d15e14;
  display: flex;
  align-items: center;
  width: fit-content;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
}
.newsletter-free-quote a {
  color: transparent;
}

.highlight-agent-wrapper {
  position: relative;
  background-image: url("./../../uploads/2021/01/agent-section-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 508px;
  overflow: hidden;
}
.highlight-agent-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.2;
}
.highlight-agent {
  position: relative;
  max-height: 510px;
  max-width: 350px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.highlight-agent .agent-image {
  height: 100%;
}
.highlight-agent .agent-image img {
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 100%;
}
.highlight-agent .agent-caption {
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: -56px;
  background: white;
  width: fit-content;
  padding: 25px 38px;
  box-sizing: border-box;
  max-width: 285px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}
.agent-caption .title {
  font-family: "Oswald", sans-serif;
  color: #00263c;
  font-size: 18px;
  line-height: auto;
}
.agent-caption .description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
}
.agent-caption .caption-icon {
  position: absolute;
  top: -30px;
  left: 25px;
  background: #f1e1d7;
  padding: 19px 18px 16px 18px;
  border-radius: 50px;
}
.agent-caption .caption-icon > img {
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
}
.highlight-text {
  margin-left: 90px;
  max-width: 450px;
  margin-top: 50px;
  z-index: 1;
}
.highlight-text .title {
  font-family: "Oswald", sans-serif;
  color: #00263c;
  font-size: 42px;
  font-weight: bold;
  line-height: 63px;
}
.highlight-text .description {
  margin-top: 20px;
  font-size: 21px;
  line-height: 31px;
}
.highlight-text .highlight-contact {
  width: fit-content;
  margin-top: 40px;
  padding: 35px;
  background: white;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}
.highlight-contact .email {
  font-size: 16px;
  line-height: 21px;
}
.highlight-contact .email > a {
  color: #222222;
}
.highlight-contact .phone-number {
  margin-top: 20px;
  font-size: 16px;
  line-height: 21px;
}
.highlight-contact .phone-number > a {
  color: #222222;
}
.highlight-contact .email > img,
.highlight-contact .phone-number > img {
  margin-bottom: -3px;
  margin-right: 15px;
}

.faq-section {
  padding: 55px 190px 80px 200px;
}
.faq-section .title {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 63px;
}
.faq-section .description {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.faq-section .questions-wrapper,
.faq-section .questions-wrapper-mobile {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.faq-section .questions-wrapper .column,
.faq-section .questions-wrapper-mobile .column {
  width: 31%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.faq-section .questions-wrapper .column .box,
.faq-section .questions-wrapper-mobile .column .box {
  display: block;
  width: 100%;
  text-align: justify;
}

.faq-section .questions-wrapper .column .box:not(:last-child),
.faq-section .questions-wrapper-mobile .column .box:not(:last-child) {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.faq-section .questions-wrapper .column .box .question-title,
.faq-section .questions-wrapper-mobile .column .box .question-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.faq-section .questions-wrapper .column .box .question-answer,
.faq-section .questions-wrapper-mobile .column .box .question-answer {
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
}
.faq-section .questions-wrapper .column .end-questions,
.faq-section .questions-wrapper-mobile .column .end-questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  width: fit-content;
  padding: 70px 50px 30px 50px;
  text-align: center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.faq-section .questions-wrapper .column .end-questions .icon,
.faq-section .questions-wrapper-mobile .column .end-questions .icon {
  background: #f6dfd0;
  border-radius: 50px;
  padding: 23px 20px 23px 21px;
  margin-top: -105px;
}
.faq-section .questions-wrapper .column .end-questions .icon > img,
.faq-section .questions-wrapper-mobile .column .end-questions .icon > img {
  display: block;
  width: 24px;
  height: 19px;
}
.faq-section .questions-wrapper .column .end-questions .title,
.faq-section .questions-wrapper-mobile .column .end-questions .title {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 20px;
}
.faq-section .questions-wrapper .column .end-questions .description,
.faq-section .questions-wrapper-mobile .column .end-questions .description {
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
}
.faq-section .questions-wrapper .column .end-questions .description a,
.faq-section .questions-wrapper-mobile .column .end-questions .description a {
  color: #666666;
  font-weight: 400;
}

.header-location-image {
  max-width: 400px;
  position: relative;
}

.main-agent-page .flexmls_connect__page_content {
  display: none;
}

.main-listings .flexmls_connect__page_content {
  margin-top: 100px;
}

.main-listings .custom-agent-header-color {
  min-height: 315px;
  margin-bottom: -315px;
}

.main-listings .custom-agent-header-color.agent-title-available,
.main-listings .custom-agent-header-color.agent-tagline-available {
  min-height: 315px;
  margin-bottom: -315px;
}

.main-listings .agent-profile-image-and-contact,
.main-listings .agent-story,
.main-listings .questions-container-background {
  display: none;
}

.custom-listings-search {
  display: block;
  width: 100%;
  height: 700px;
}

.thank-you-container {
  background: #eef7fa;
  padding-top: 60px;
  padding-bottom: 120px;
  text-align: center;
}
.thank-you-container h2 {
  font-size: 45px;
  line-height: 55px;
}
.thank-you-container .description {
  font-size: 22px;
  line-height: 30px;
}

@media only screen and (max-width: 1024px) {
  .questions-container {
    padding: 15px;
  }

  .agent-image-group .wp-block-image {
    width: 300px;
    height: 300px;
  }

  .agent-image-group .wp-block-image img {
    width: 300px;
    height: 300px;
  }

  .meet-agent {
    margin-top: 60px;
  }
  .agent-contact-group {
    margin-bottom: 40px;
  }

  .agent-contact-group p {
    font-size: 14px;
  }

  .custom-state-new-tile .wp-block-image img {
    height: 267px;
  }

  .bottom-tiles-state img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .bottom-tiles-state-item {
    padding: 20px 26px;
  }

  .custom-state-tile-text {
    padding: 18px 24px;
  }

  .custom-state-tile-title,
  .custom-state-tile-title a {
    font-size: 32px;
    line-height: 47px;
    margin: 0px;
  }

  .custom-state-tile-description,
  .custom-state-tile-description a {
    margin: 0px;
    font-size: 14px;
    line-height: 23px;
  }

  .agent-profile-image-and-contact {
    height: auto;
    margin-top: 50px;
  }

  .agent-profile-image-and-contact .wp-block-image {
    display: block;
    text-align: left;
    position: initial;
    bottom: 0px;
  }

  .hover-contact-agent {
    position: relative;
    top: 40px;
    right: 0px;
  }

  #menu-footer {
    grid-template-columns: repeat(2, min-content);
  }

  .header-color-agents {
    min-height: 345px;
    margin-bottom: -345px;
  }

  .agent-profile-image-and-contact > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .agent-page-source {
    margin: 0;
  }

  .agent-profile-image-and-contact figure {
    margin: 0;
  }

  .agent-profile-image-and-contact > div > .hover-contact-agent {
    order: 1;
  }
  .agent-profile-image-and-contact > div > figure {
    order: 2;
  }
  .agent-profile-image-and-contact > div > div:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    width: 100%;
    top: 20px;
    max-height: 420px;
    height: 372px;
    width: auto;
  }

  .agent-story {
    max-width: 100%;
  }

  .agent-story .wp-block-spacer {
    height: 40px !important;
  }

  .custom-agent-header-color {
    min-height: 270px; /* 270px */
    margin-bottom: -320px; /* -270px */
  }

  .custom-agent-header-color.agent-title-available.agent-tagline-available {
    min-height: 390px; /* 340px */
    margin-bottom: -390px; /* -340px */
  }

  .custom-agent-header-color.agent-title-available,
  .custom-agent-header-color.agent-tagline-available {
    min-height: 360px; /* 310px */
    margin-bottom: -360px; /* -310px */
  }

  .custom-agent-tile-title,
  .custom-agent-tile-title a {
    margin-top: -10px;
    font-size: 24px;
    line-height: 36px;
  }

  .header-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .agent-profile-image-and-contact {
    order: 3;
  }
}
@media only screen and (max-width: 900px) {
  .only-desktop {
    display: none;
  }

  .only-mobile {
    display: inline-block;
  }

  .wp-block-group.questions-main-container .wp-block-column {
    flex-basis: calc(50% - 48px);
    margin-bottom: 20px;
  }

  .agent-image-group {
    margin: 0px;
  }

  .ugb-columns.agent-image-group .ugb-block-content .ugb-columns__item {
    display: block;
  }

  .agent-image-group .ugb-block-content .ugb-columns__item .wp-block-image {
    margin: 0 auto;
  }

  .agent-story {
    max-width: 100%;
  }

  .custom-region-tiles-group .custom-state-new-tile {
    flex-basis: calc(50% - 18px);
    margin-bottom: 30px;
  }

  .bottom-tiles-state-item {
    display: block;
  }

  .bottom-tiles-state-item .wp-block-column:last-child {
    margin-left: 0px;
  }

  .office-contact {
    line-height: 40px;
  }

  .office-contact img:last-child {
    margin-left: 0px;
  }

  .header-color-agents {
    min-height: 400px;
    margin-bottom: -400px;
  }

  .dual-column .content .agent-individual-page-title {
    margin-bottom: 0px;
  }

  .hover-contact-agent {
    height: auto !important;
    width: auto;
    max-width: 100%;
  }

  .agent-title-and-tagline {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #rent-form .input-container.info:before {
    left: 20px;
    top: -30px;
  }
  .agent-story {
    max-width: 100%;
    padding: 10px;
  }

  .agent-contact-group {
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .agent-contact-group .ugb-columns {
    width: 33%;
  }

  .agent-contact-group .ugb-columns .wp-block-image {
    margin-bottom: -50px;
  }

  .agent-image-group {
    margin: 0px;
  }

  .contact-agent-line {
    line-height: 40px;
  }

  .contact-agent-line br {
    display: block;
  }

  .contact-agent-line img:not(:first-child) {
    margin-left: 0px;
  }

  .agent-image-group .wp-block-image {
    width: 350px;
    height: 350px;
    margin: 0 auto;
  }

  .agent-image-group .wp-block-image img {
    width: 350px;
    height: 350px;
  }

  .questions-main-container {
    margin-left: -2%;
    margin-right: -2%;
    padding: 10px 3%;
  }

  .wp-block-group.questions-main-container .wp-block-column {
    flex-basis: calc(50% - 48px);
    margin-bottom: 20px;
  }

  .agent-page-source {
    display: block;
  }

  .agent-page-source a {
    margin-bottom: 10px;
  }

  .agent-page-source br {
    display: block;
  }

  .custom-state-tile-text {
    padding: 32px 24px;
  }

  .custom-state-tile-title {
    font-size: 32px;
    line-height: 47px;
  }

  .custom-state-tile-description {
    font-size: 14px;
    line-height: 23px;
  }

  .agent-profile-image-and-contact .wp-block-image img {
    width: 100%;
    height: 360px;
  }

  .agent-page-title {
    line-height: 66px;
  }

  .agent-profile-image-and-contact > div {
    display: block;
    grid-template-rows: none;
    grid-template-columns: none;
  }

  .agent-profile-image-and-contact > div > div:first-child {
    grid-area: none;
  }
  .agent-profile-image-and-contact > div > div:nth-child(2) {
    grid-area: none;
  }
  .agent-profile-image-and-contact > div > div:nth-child(3) {
    grid-area: none;
    margin-left: 0px;
  }

  .custom-agent-header-color {
    min-height: 850px; /* 850px */
    margin-bottom: -850px; /* -850px */
  }

  .custom-agent-header-color.agent-title-available.agent-tagline-available {
    min-height: 950px; /* 900px */
    margin-bottom: -950px; /* -900px */
  }

  .custom-agent-header-color.agent-title-available,
  .custom-agent-header-color.agent-tagline-available {
    min-height: 920px; /* 870px */
    margin-bottom: -920px; /* -870px */
  }

  .agent-profile-image-and-contact .wp-block-image {
    margin: 10px 0px;
  }

  .custom-agent-tile-title,
  .custom-agent-tile-title a {
    margin-top: -15px;
    font-size: 24px;
    line-height: 36px;
  }

  .mobile-to-move .agent-widget-to-move {
    padding: 20px;
  }

  footer .section-inner .sticky-footer {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .wp-block-column.questions-container {
    margin-bottom: 20px;
  }

  .questions-main-container .wp-block-columns {
    margin-bottom: 20px;
  }

  .questions-main-container .wp-block-columns .wp-block-column:nth-child(4) {
    margin-bottom: 0px;
  }

  .regions-main-container p {
    max-width: 90%;
  }

  .regions-subtitle {
    font-size: 18px !important;
    line-height: 21px;
  }

  .regions-title {
    font-size: 36px !important;
    line-height: 53px;
  }

  .custom-state-new-tile .wp-block-image img {
    width: 100%;
    height: 327px;
  }

  .custom-region-tiles-group {
    margin-top: -230px;
  }

  .states-spacer-tiles {
    height: 0px !important;
  }

  .regions-title-spacer {
    height: 300px !important;
  }

  .bottom-tiles-state-item {
    padding: 26px 26px;
  }

  .meet-agent {
    font-size: 18px !important;
    line-height: 21px;
  }

  .agent-page-title {
    font-size: 36px !important;
    line-height: 53px !important;
  }

  .custom-region-tiles-group-state {
    margin-top: -25px;
  }

  .header-color-states {
    min-height: 420px;
    margin-bottom: -420px;
  }

  main .custom-region-tiles-group-state:not(:first-child) {
    margin-top: 0px;
  }

  .list-of-agents-title {
    font-size: 36px !important;
    line-height: 53px;
  }

  .header-color-agents {
    min-height: 380px;
    margin-bottom: -380px;
  }

  .custom-region-tiles-group-state-agents {
    margin-top: 30px;
  }

  .custom-agent-header-color {
    min-height: 850px; /* 800px */
    margin-bottom: -850px; /* -800px */
  }

  .custom-agent-header-color.agent-title-available.agent-tagline-available {
    min-height: 890px; /* 840px */
    margin-bottom: -890px; /* -840px */
  }

  .custom-agent-header-color.agent-title-available,
  .custom-agent-header-color.agent-tagline-available {
    min-height: 870px; /* 820px */
    margin-bottom: -870px; /* -820px */
  }

  .hover-contact-agent {
    top: 0;
    margin-top: 40px;
  }

  .hover-contact-agent > div > p:first-child {
    font-size: 20px;
    line-height: 30px;
    margin-block-start: 0px;
  }

  .hover-contact-agent::after {
    font-size: 25px;
    width: 65px;
    height: 65px;
    top: -20px;
    left: 40px;
  }
}

.faq-section .questions-wrapper-mobile {
  display: none;
}

.agent-contact-inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 80%;
}
.agent-contact-inline > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 20px;
}
.agent-contact-inline > div:last-child {
  margin-right: 0px;
}
.agent-contact-inline img {
  height: 18px;
  width: auto;
  display: block;
  margin-right: 10px;
}
.agent-contact-inline img:not(:first-child) {
  margin-left: 20px;
}
.agent-contact-inline a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #222222;
}

.header-left-image {
  max-width: 1300px !important;
}

.header-left-image .agent-page-source {
  margin: unset;
}

.agent-profile-image {
  max-width: 128px;
  max-height: 128px;
  margin-right: 20px;
  height: 128px;
  width: auto;
}

.agent-profile-image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  border-radius: 20px;
  object-fit: cover;
}

.agent-profile-group {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.agent-info .agent-individual-page-title {
  margin-block-start: 0px;
}

.agent-widget-search {
  max-width: 350px;
  position: absolute;
  right: -60px;
  top: 60px;
}
.agent-widget-search input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: auto;
}

.agent-widget-search form,
.agent-widget-search .flexmls_connect__search {
  background: white;
}

.flexmls_label_input_group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.flexmls_label_input_group label {
  width: auto;
  display: inline-block;
  user-select: none;
}

.flexmls_label_input_group input[type="checkbox"] {
  display: block;
  width: auto;
}

.agent-widget-search .flexmls_connect__search_new_label {
  margin-bottom: 20px;
}

.agent-content-new .agent-story {
  max-width: 80%;
}

.flexmls_connect__page_content {
  margin: auto;
  padding: 0 1rem;
  max-width: 1300px;
  box-sizing: border-box;
}
/* Custom locations section responsive code */

@media only screen and (max-width: 1600px) {
  .custom-locations-header {
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom-locations-header .header-location-text {
    margin-right: 145px;
  }

  .landlord-advantage-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .landlord-advantage-wrapper .advantage-column-2 {
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .landlord-advantage-wrapper .advantage-column-2 .video-column-container {
    margin-right: 300px;
  }

  .faq-section {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1210px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1400px) {
  .landlord-advantage-wrapper .advantage-column-2 .video-column-container {
    margin-right: 230px;
  }
}

@media only screen and (max-width: 1300px) {
  .faq-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-section .questions-wrapper {
    justify-content: center;
  }
  .faq-section .questions-wrapper .column:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .landlord-advantage-wrapper .advantage-column-2 .video-column-container {
    margin-right: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-locations-header {
    flex-direction: column;
    align-items: center;
  }
  .custom-locations-header .header-location-text {
    margin-top: 0px;
    margin-right: 0px;
  }
  .custom-locations-header .header-location-image {
    margin-top: 30px;
  }

  .landlord-advantage-wrapper .advantage-column-2 {
    flex-direction: column;
    align-items: center;
  }
  .landlord-advantage-wrapper .advantage-column-2 .video-column-container {
    margin-right: 0px;
  }
  .landlord-advantage-wrapper .advantage-column-2 .newsletter-wrapper {
    margin-top: 30px;
  }

  .highlight-agent-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .highlight-agent-wrapper .highlight-text {
    margin: 0px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .faq-section .questions-wrapper {
    display: none;
  }
  .faq-section .questions-wrapper-mobile {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .faq-section .questions-wrapper-mobile .column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .faq-section .questions-wrapper-mobile .column .box {
    width: 48%;
  }
  .faq-section .questions-wrapper-mobile .column .box:nth-child(5) {
    border-bottom: none;
  }
  .faq-section .questions-wrapper-mobile .column .mobile-end-questions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .header-location-text .location-title {
    margin-top: 30px;
  }

  .advantage-column-2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .header-location-text .location-title {
    font-size: 43px;
    line-height: 60px;
  }
  .header-location-text .location-description {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }

  .header-location-text .location-header-action {
    height: 45px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
  }
  .header-location-image {
    max-height: 450px;
    min-height: 450px;
  }
  .header-location-image > img {
    max-height: 450px;
    max-width: 400px;
  }
  .header-location-image .image-caption {
    left: -65px;
    font-size: 16px;
    line-height: 20px;
  }
  .advantage-column.video-column {
    max-width: 450px;
  }
  .video-column-container .video-halo {
    background: linear-gradient(
      90deg,
      rgba(247, 247, 247, 0.7) 14%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%,
      rgba(247, 247, 247, 0.7) 0%
    );
  }
  .advantage-column.newsletter-wrapper {
    max-width: 450px;
  }
  .newsletter-form .nl_desc {
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
  }
  .highlight-text .title {
    font-size: 37px;
    line-height: 55px;
  }
  .highlight-text .description {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .highlight-agent-wrapper {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .faq-section .questions-wrapper-mobile .column .box {
    width: 100%;
  }
  .faq-section .questions-wrapper-mobile .column .box:nth-child(5) {
    border-bottom: 2px solid #e4e4e4;
  }
  .faq-section .questions-wrapper-mobile .column .mobile-end-questions {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .custom-locations-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-location-image .image-caption {
    left: -30px;
    padding: 25px 20px 20px 20px;
  }
  .header-location-image .image-caption .caption-icon {
    padding: 15px;
    padding-left: 12px;
    padding-right: 12px;
    top: -27px;
    left: 10px;
  }
  .header-location-image .image-caption .caption-icon > img {
    width: 80%;
    height: auto;
  }
  .landlord-advantage-wrapper {
    padding: 40px 1rem 40px 1rem;
  }
  .advantage-column-2 .video-column-container {
    width: 100%;
  }
  .advantage-column.video-column {
    margin-right: 0px;
    max-width: unset;
  }
  .video-column-container .video-halo {
    background: linear-gradient(
      90deg,
      rgba(247, 247, 247, 0.7) 14%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 78%,
      rgba(247, 247, 247, 0.7) 0%
    );
  }

  .agent-contact-inline img {
    width: 18px;
    height: auto;
  }
}

@media only screen and (max-width: 475px) {
  .header-location-image .image-caption {
    left: -15px;
  }
}

@media only screen and (max-width: 450px) {
  .header-location-image .image-caption {
    left: -5px;
  }
}

@media only screen and (max-width: 430px) {
  .header-location-text .location-title {
    font-size: 34px;
    line-height: 50px;
  }
  .header-location-text .location-description {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
  }
  .header-location-text .location-header-action {
    margin-top: 30px;
  }

  .header-location-image {
    text-align: center;
    max-height: 430px;
    min-height: 430px;
    min-width: unset;
    max-width: 100%;
  }
  .header-location-image > img {
    max-height: 430px;
    max-width: 100%;
  }
  .advantage-column.video-column {
    padding: 50px 70px 50px 40px;
    scroll-padding-left: 40px;
  }
  .video-column-container .video-halo {
    background: linear-gradient(
      90deg,
      rgba(247, 247, 247, 0.7) 10%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 86%,
      rgba(247, 247, 247, 0.7) 0%
    );
  }
  .newsletter-wrapper .newsletter-floating-icon {
    left: -10px;
  }
  .newsletter-control button {
    width: 100%;
    justify-content: center;
  }
  .highlight-agent .agent-caption {
    left: -10px;
  }
  .highlight-agent-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .highlight-agent-wrapper .highlight-text {
    max-width: auto;
  }

  .highlight-agent {
    max-width: unset;
  }
  .highlight-agent .agent-image {
    width: 100%;
  }
  .highlight-agent .agent-image > img {
    display: block;
    width: 100%;
    height: fit-content;
    object-fit: cover;
  }
}

/* Agents new layout responsive */

@media only screen and (max-width: 1500px) {
  .agent-widget-search {
    right: -45px;
  }
}

@media only screen and (max-width: 1400px) {
  .agent-widget-search {
    right: -20px;
  }
}

@media only screen and (max-width: 1340px) {
  .agent-widget-search {
    max-width: 320px;
    right: 20px;
  }

  .agent-content-new .agent-story {
    max-width: 70%;
  }
}

@media only screen and (max-width: 1170px) {
  .agent-widget-search {
    width: 310px;
    right: 0px;
  }

  .agent-story {
    max-width: 60%;
  }

  .agent-contact-inline {
    max-width: 60%;
    flex-wrap: wrap;
    order: 4;
  }

  .agent-contact-inline > div {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .agent-content-new .agent-story {
    max-width: 65%;
  }
}

@media only screen and (max-width: 900px) {
  .agent-widget-search {
    position: relative;
    top: 0;
    right: 0;
    order: 5;
    max-width: 60%;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
  }

  .agent-story {
    max-width: 100%;
  }

  .agent-contact-inline {
    max-width: 100%;
  }

  .agent-content-new .agent-story {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .header-left-image .agent-profile-image {
    width: auto;
    max-height: 143px;
  }
  .header-left-image .agent-profile-image img {
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .header-left-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .agent-profile-group {
    flex-direction: column;
  }

  .header-left-image .agent-profile-image {
    max-width: 100%;
    max-height: 300px;
    margin-right: 0px;
  }
  .agent-widget-search {
    max-width: 100%;
  }
}

/* Frontpage template */

/* Structural styling */

.homepage-template .container {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 100px 0px;
}

.container.bg-skyblue,
section.bg-skyblue {
  background-color: #eef7fa;
}

.container .col-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
}

.grid-roost-elements {
  display: grid;
  grid-template-areas:
    "top-left top-right"
    "btm-left btm-right";
}

.grid-roost-elements .grid-item:nth-child(1) {
  grid-area: "top-left";
}
.grid-roost-elements .grid-item:nth-child(2) {
  grid-area: "top-right";
}
.grid-roost-elements .grid-item:nth-child(3) {
  grid-area: "btm-left";
}
.grid-roost-elements .grid-item:nth-child(4) {
  grid-area: "btm-right";
}

.container.full-width {
  padding: 100px 0px 0px 0px;
  text-align: center;
}

.roost-homepage-video {
  cursor: pointer;
  width: 100%;
  max-width: 1300px;
}

.roost-homepage-video-wrapper {
  margin-top: 100px;
  position: relative;
  padding: 0 1rem;
}

.roost-homepage-video-wrapper::before {
  content: url(./assets/images/play.png);
  width: 28px;
  height: 32px;
  position: absolute;
  left: calc(50% - 39px);
  top: calc(50% - 39px);
  pointer-events: none;
  filter: brightness(0) invert(0.7);
  border: 5px solid black;
  border-radius: 50%;
  padding: 18px 18px 18px 22px;
}

.roost-homepage-video-wrapper.active::before {
  content: none;
}

.roost-homepage-video-wrapper.active > video {
  cursor: auto;
}

.container.full-width h1 {
  font-size: 60px;
  line-height: 60px;
  color: #222222;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
}

.container-blog-posts h1 {
  text-align: center;
}

.blog-posts {
  margin-top: 65px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  grid-gap: 52px;
}

.container-limited {
  padding: 0 1rem;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 1300px;
}

.grid-tiles {
  display: grid;
  gap: 24px 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

/* Visual styling */

.hp-section-1 .col {
  width: 50%;
}

.hp-section-1 .col:first-child > * {
  padding: 0px 89px 0px 92px;
}

.hp-section-1 h1 {
  font-size: 60px;
  line-height: 72px;
}

.hp-section-1 h4 {
  font-size: 24px;
  font-weight: 400;
}

.hp-section-1 .selector {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hp-section-1 .selector select {
  width: 343px;
  border: none;
}

.agent-selector-container {
  max-width: 500px;
  margin: 0 auto;
}

.agent-selector-container .selector {
  margin-top: 30px;
  display: flex;
}

.agent-selector-container .selector .select-wrapper {
  flex-grow: 1;
  margin-right: 20px;
}

.hp-section-1 .select-wrapper,
.agent-selector-container .select-wrapper {
  position: relative;
}

.hp-section-1 .select-wrapper i.arrow-down,
.agent-selector-container .select-wrapper i.arrow-down {
  position: absolute;
  right: 19px;
  top: calc(50% - 6px);
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  pointer-events: none;
}

.hp-section-1 .select-wrapper.active i.arrow-down,
.agent-selector-container .select-wrapper.active i.arrow-down {
  transform: rotate(-45deg) scaleY(-1);
  top: calc(50% - 3px);
}

.action-button {
  height: 48px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
  background-color: #d15e14;
  padding: 0 35px;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}

a.action-button:hover {
  text-decoration: none;
}

.hp-section-1 .selector .find-homes {
  margin-left: 20px;
}

.hp-section-2 .col {
  width: 50%;
}

.col-2 img {
  width: 100%;
}

.hp-section-2 .col:first-child img {
  width: 100%;
}

.hp-section-2 .col:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.hp-section-2 .col:nth-child(2) > * {
  padding: 0px 92px 0px 90px;
}

.hp-section-2 h1 {
  font-size: 60px;
  line-height: 72px;
  margin-top: 0px;
  margin-block-start: 0px;
  margin-bottom: 43px;
}

.grid-roost-elements {
  gap: 45px;
}

.grid-roost-elements .grid-item .title {
  font-size: 32px;
  font-weight: 700;
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-family: "Oswald", sans-serif;
  margin-top: -11px;
  margin-bottom: 11px;
}

.grid-roost-elements .grid-item .description {
  font-size: 18px;
  line-height: normal;
  color: #666666;
}

.grid-roost-elements .grid-item .action {
  font-size: 18px;
  line-height: 36px;
  color: #222222;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
}

.grid-roost-elements .grid-item span.action {
  cursor: auto;
}

.grid-roost-elements .grid-item .action i.arrow-right {
  border: solid black;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 7px;
  margin-top: 1px;
}

.grid-roost-elements .grid-item .action i.arrow-down {
  border: solid black;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 7px;
  margin-top: -5px;
}

.search-listings {
  margin: 0 auto;
  margin-top: 33px;
}

.hp-section-3 .col:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.hp-section-3 .col {
  width: 50%;
}

.hp-section-3 .col:nth-child(1) > * {
  padding: 0 90px 0px 92px;
}

.hp-section-3 h1 {
  font-size: 60px;
  line-height: 72px;
  margin-top: 0px;
  margin-block-start: 0px;
  margin-bottom: 43px;
}

.container-blog-posts h1 {
  margin-top: 0px;
  font-size: 60px;
  line-height: 72px;
  color: #222222;
  font-weight: 700;
}

.blog-posts .blog-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-item .blog-image {
  width: 100%;
  position: relative;
}

.blog-item img {
  width: 100%;
  height: auto;
  max-height: 155px;
  display: block;
  border-radius: 3px;
  object-fit: cover;
}

.blog-item .blog-image .blog-image-placeholder {
  min-height: 155px;
  object-fit: contain;
  background-color: white;
}

.blog-item .blog-category {
  position: absolute;
  height: 30px;
  padding: 0px 14px;
  border-radius: 15px;
  background-color: #00344d;
  margin-left: 10px;
  margin-top: -15px;
  margin-bottom: -15px;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: white;
}

.blog-item .blog-title {
  font-size: 32px;
  line-height: 38px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-top: 33px;
}

.blog-item .blog-caption {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #666666;
  margin-top: 14px;
}

.blog-item .blog-read-more {
  width: fit-content;
  margin: 0 auto;
  margin-top: 24px;
}

.hp-section-4 .col:nth-child(2) {
  padding: 0px 0px 0px 110px;
  display: flex;
  flex-direction: column;
}

.hp-section-4 .col:nth-child(2) h1 {
  margin-top: 0px;
  font-size: 60px;
  line-height: 72px;
  color: #222222;
  font-weight: 700;
}

.hp-section-4 .col:nth-child(2) h4 {
  font-size: 18px;
  line-height: 36px;
  color: #222222;
  font-weight: 400;
  margin: 0;
  margin-top: 22px;
}

.hp-section-4 .col:nth-child(2) .contact-us {
  width: fit-content;
  margin: 0 auto;
  margin-top: 38px;
}

.container .col-2 .col .tile-item img {
  border-radius: 3px;
  width: auto;
  max-width: 159px;
  display: block;
  height: 115px;
  object-fit: cover;
}

.tile-item a:hover {
  text-decoration: none;
}

.tile-item .tile-caption {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  margin-top: 11px;
}

.container .col img {
  border-radius: 3px;
  display: block;
}

/* Responsive */
@media only screen and (max-width: 1510px) {
  .hp-section-1 .selector select {
    width: 273px;
  }

  .hp-section-1 h4 {
    font-size: 22px;
  }

  .grid-roost-elements .grid-item .title {
    font-size: 30px;
  }

  .blog-item .blog-title {
    font-size: 30px;
  }

  .hp-section-1 .col:first-child > *,
  .hp-section-2 .col:nth-child(2) > *,
  .hp-section-3 .col:first-child > * {
    padding: 0px 72px 0px 72px;
  }
}

@media only screen and (max-width: 1440px) {
  .container .col-2 .col {
    box-sizing: border-box;
    width: 50%;
  }

  .container .col-2 .col img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .hp-section-1 .col:first-child > *,
  .hp-section-2 .col:nth-child(2) > *,
  .hp-section-3 .col:first-child > * {
    padding: 0px 60px 0px 60px;
  }
}

@media only screen and (max-width: 1366px) {
  .grid-roost-elements .grid-item .title {
    font-size: 26px;
  }

  .grid-roost-elements .grid-item .description {
    font-size: 16px;
  }

  .grid-roost-elements {
    gap: 30px;
  }

  .blog-item .blog-title {
    font-size: 26px;
    margin-top: 26px;
  }

  .blog-item .blog-caption {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }

  .blog-posts {
    grid-gap: 42px;
  }

  .action-button {
    height: 42px;
  }

  .container .col-2 .col .tile-item img {
    max-width: 100%;
    width: 100%;
  }

  .tile-item .tile-caption {
    min-height: 60px;
    max-height: 60px;
  }

  .hp-section-1 .col:first-child > *,
  .hp-section-2 .col:nth-child(2) > *,
  .hp-section-3 .col:first-child > * {
    padding: 0px 55px 0px 55px;
  }
}

@media only screen and (max-width: 1280px) {
  .hp-section-1 h1 {
    font-size: 52px;
    line-height: 66px;
  }

  .hp-section-1 h4 {
    font-size: 20px;
  }

  .hp-section-1 .selector select {
    width: auto;
    padding-right: 40px;
  }

  .hp-section-2 h1 {
    font-size: 52px;
    line-height: 66px;
  }

  .container.full-width h1 {
    font-size: 52px;
    line-height: 66px;
  }

  .container.full-width {
    padding-top: 70px;
  }

  .roost-homepage-video {
    min-height: unset;
  }

  .roost-homepage-video-wrapper {
    margin-top: 70px;
  }

  .hp-section-3 h1 {
    font-size: 52px;
    line-height: 66px;
  }

  .homepage-template .container {
    padding: 70px 0px;
  }

  .container-blog-posts h1 {
    font-size: 52px;
    line-height: 66px;
  }

  .blog-posts {
    grid-gap: 32px;
  }

  .container-limited {
    padding: 0 3rem;
  }

  .hp-section-4 .col:nth-child(2) {
    padding-left: 60px;
  }

  .hp-section-4 .col:nth-child(2) .contact-us {
    margin-top: 24px;
  }

  .action-button {
    padding: 0 30px;
  }

  .hp-section-1 .col:first-child > *,
  .hp-section-2 .col:nth-child(2) > *,
  .hp-section-3 .col:first-child > * {
    padding: 0px 50px 0px 50px;
  }
}

@media only screen and (max-width: 1140px) {
  .action-button.find-homes {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-section-1 h1,
  .hp-section-2 h1,
  .container.full-width h1,
  .hp-section-3 h1,
  .container-blog-posts h1,
  .hp-section-4 .col:nth-child(2) h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .hp-section-1 h4 {
    font-size: 18px;
  }

  .action-button {
    white-space: nowrap;
    padding: 0 20px;
  }

  .grid-roost-elements .grid-item .title {
    font-size: 20px;
  }

  .roost-homepage-video {
    min-height: 525px;
  }

  .hp-section-1 .col:first-child > *,
  .hp-section-2 .col:nth-child(2) > *,
  .hp-section-3 .col:first-child > * {
    padding: 0px 45px 0px 45px;
  }
}

@media only screen and (max-width: 900px) {
  .homepage-template .container {
    padding: 50px 1rem;
  }

  .container .col-2.hp-section-1 {
    flex-direction: column-reverse;
  }

  .container .col-2.hp-section-1 .col {
    width: 100%;
  }

  .container .col-2 .col img {
    width: 100%;
  }

  .hp-section-1 .col:first-child {
    padding: 0;
  }

  .hp-section-1 .selector {
    width: 100%;
  }

  .hp-section-1 .select-wrapper {
    width: 60%;
  }

  .hp-section-1 .selector select {
    width: 100%;
  }

  .container .col-2.hp-section-2 {
    flex-direction: column;
  }

  .container .col-2.hp-section-2 .col {
    width: 100%;
  }

  .hp-section-2 .col:nth-child(2) {
    padding: 0;
    padding-top: 30px;
  }

  .roost-homepage-video {
    min-height: auto;
  }

  .roost-homepage-video-wrapper {
    margin-top: 50px;
  }

  .container .col-2.hp-section-3 {
    flex-direction: column-reverse;
  }

  .container .col-2.hp-section-3 .col {
    width: 100%;
  }

  .blog-posts {
    margin-top: 50px;
    grid-auto-columns: unset;
    grid-auto-flow: unset;
    grid-template-columns: 1fr 1fr;
  }

  .container-limited {
    padding: 0;
  }

  .container .col-2.hp-section-4 {
    flex-direction: column;
  }

  .container .col-2.hp-section-4 .col {
    width: 100%;
  }

  .hp-section-4 .col:nth-child(2) {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .hp-section-1 h1,
  .hp-section-2 h1,
  .container.full-width h1,
  .hp-section-3 h1,
  .container-blog-posts h1,
  .hp-section-4 .col:nth-child(2) h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .blog-posts {
    grid-template-columns: 1fr;
  }
}

/* --- Mortgage calculator page styling --- */

.mortgage-calculator .page-title {
  font-size: 60px;
  line-height: 72px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mortgage-calculator .page-title .subtitle {
  font-size: 24px;
  line-height: 36px;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  max-width: 735px;
  margin: 0 auto;
  margin-top: 20px;
}

.mortgage-calculator .calculator-container {
  padding: 0px 224px 150px 224px;
}

.calculator-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #d6e9ef;
  padding: 40px 55px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.calculator-header .clc-header-value {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  font-family: "Oswald";
  margin-block-start: 0;
  margin-block-end: 0;
}

.calculator-header .clc-header-title {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto";
  margin-block-start: 0;
  margin-block-end: 0;
}

.calculator-header .header-financed .clc-header-value {
  color: #abccd6;
}

.calculator-header .header-payment .clc-header-value {
  color: #d15e14;
}

.calculator-header .header-payment {
  padding-left: 60px;
  border-left: 1px solid #abccd6;
}

.calculator-error {
  display: none;
  margin: 0 auto;
  color: #d15e14;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
}

.calculator-error.error-active {
  display: block;
}

.calculator-body {
  border-radius: 3px;
  background: #eef7fa;
  margin-top: 30px;
  padding: 55px 60px 60px 60px;
}

.calculator-groups {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.calculator-groups .input-label {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto";
}

.calculator-groups .calculator-input {
  font-size: 15px;
  line-height: 36px;
  height: 46px;
  padding: 0 20px;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto";
  border: 1px solid white;
  border-radius: 3px;
  filter: drop-shadow(8.66px 5px 10px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  box-sizing: border-box;
  margin-top: 15px;
}

.calculator-groups .calculator-input::placeholder {
  color: #666666;
}

.calculator-groups .calculator-input.clc-input-error {
  border: 1px solid #d15e14;
}

.calculator-groups .calculator-input::-webkit-outer-spin-button,
.calculator-groups .calculator-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator-submit {
  text-align: center;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
}

.calculator-submit .clc-calculate {
  height: 48px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  filter: drop-shadow(8.66px 5px 10px rgba(0, 0, 0, 0.1));
  background-color: #d15e14;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
  grid-column-start: 2;
  grid-column-end: 2;
}

.calculator-info {
  margin-top: 60px;
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  text-align: center;
}

.calculator-amortization-table {
  margin-top: 30px;
  background: #d6e9ef;
  display: none;
}

.calculator-amortization-table,
#amortization-table {
  width: 100%;
}

#amortization-table {
  border-collapse: collapse;
}

#amortization-table td {
  border: none;
}

#amortization-table thead tr td {
  font-weight: bold;
  text-align: center;
  width: 25%;
}

#amortization-table thead tr:last-child td {
  height: 35px;
  background: rgba(0, 0, 0, 0.1);
}

#amortization-table tbody tr td {
  width: 25%;
  text-align: center;
  padding: 5px 0px;
}

#amortization-table tbody tr:nth-child(odd) {
  background: white;
}

#amortization-table tbody tr:nth-child(even) {
  background: #eef7fa;
}

#amortization-table .nav-left,
#amortization-table .nav-right {
  width: 100%;
  height: 48px;
  border: none;
  color: black;
  font-family: "Oswald";
  background: white;
  cursor: pointer;
}

#amortization-table .nav-left:hover,
#amortization-table .nav-right:hover {
  background: #eef7fa;
}

#amortization-table .nav-left:disabled,
#amortization-table .nav-right:disabled {
  cursor: auto;
  color: #7a7a7a;
  background: rgba(247, 247, 247, 0.7);
}

.select-alt-container {
  position: relative;
}

.select-alt {
  background: white;
  height: 48px;
  display: grid;
  align-content: center;
  cursor: pointer;
}

.select-alt > option {
  position: relative;
}

.select-alt > option:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F107";
  margin-left: auto;
  color: #666666;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  pointer-events: none;
}

.select-alt.select-active > option:after {
  content: "\F106";
}

.select-alt-options {
  display: none;
  background: white;
  position: absolute;
  left: -0.5px;
  top: 48px;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 0.5px solid #d6e9ef;
}

.select-alt.select-active + .select-alt-options {
  display: block;
}

.select-alt-options option {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.select-alt-options.offset-options option {
  padding-left: 16px;
}

.select-alt-options option.selected {
  background: #eef7fa;
}

.select-alt-options option:hover {
  background: #eef7fa;
}

/* --- Mortgage calculator page styling --- Responsive --- */

@media only screen and (max-width: 1500px) {
  .mortgage-calculator .calculator-container {
    padding: 0px 154px 150px 154px;
  }
}

@media only screen and (max-width: 1366px) {
  .mortgage-calculator .calculator-container {
    padding: 0px 100px 150px 100px;
  }

  .mortgage-calculator .page-title {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .calculator-info {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1100px) {
  .mortgage-calculator .page-title {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mortgage-calculator .calculator-container {
    padding: 0px 70px 110px 70px;
  }

  .calculator-header {
    padding: 40px;
  }

  .calculator-body {
    padding: 45px 40px 40px 40px;
  }

  .calculator-submit {
    margin-top: 40px;
  }

  .calculator-info {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .calculator-groups {
    grid-template-columns: 1fr 1fr;
  }

  .calculator-submit {
    display: flex;
    justify-content: center;
  }

  .calculator-submit .clc-calculate {
    width: 50%;
    min-width: fit-content;
  }

  .calculator-info {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .mortgage-calculator .page-title {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .calculator-header {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .calculator-header .header-payment {
    border: none;
    padding-left: 0px;
    border-top: 1px solid #abccd6;
    padding-top: 30px;
  }

  .calculator-groups {
    grid-template-columns: 1fr;
  }

  .calculator-submit .clc-calculate {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .mortgage-calculator .calculator-container {
    padding: 0px 50px 70px 50px;
  }
}

@media only screen and (max-width: 450px) {
  .mortgage-calculator .calculator-container {
    padding: 0px 20px 50px 20px;
  }

  .calculator-body {
    padding: 35px 30px 30px 30px;
  }

  .calculator-header {
    padding: 30px;
  }

  .calculator-groups {
    gap: 20px;
  }
}

/* Territoris - Lenders - Styling */

.custom-territories-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  row-gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: -100px;
}

.custom-territories-group.grid-child {
  margin-top: 0px;
}

/* Partner with ROOST - Styling */

.d-flex {
  display: flex;
}

.group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
}

.group-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
  row-gap: 40px;
}

.main-partner-with-roost section .container {
  max-width: 1040px;
  margin: 0 auto;
}

.main-partner-with-roost .first-section {
  background: #eef7fa;
  padding: 100px 0px;
}

.main-partner-with-roost h1 {
  font-size: 52px;
  line-height: 63px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}

.main-partner-with-roost h2 {
  font-size: 28px;
  line-height: 33px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  margin-block-start: 0;
  margin-block-end: 0;
}

.main-partner-with-roost p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto";
  margin-block-start: 0;
  margin-block-end: 0;
}

.first-section .partner-form-wrapper {
  border-radius: 3px;
  background-color: #d6e9ef;
  padding: 52px;
  padding-bottom: 57px;
  min-width: 480px;
  box-sizing: border-box;
}

.first-section .partner-form-wrapper img {
  margin-top: -110px;
  filter: drop-shadow(15.556px 15.556px 22px rgba(0, 0, 0, 0.15));
  height: 100%;
}

.first-section .partner-form-wrapper .d-flex {
  margin-bottom: 23px;
}

.partner-form,
.career-form {
  margin-top: 28px;
}

.partner-form input,
.career-form input {
  height: 40px;
  border: 1px solid white;
  border-radius: 3px;
  filter: drop-shadow(8.66px 5px 10px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 0 18px;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto";
}

.partner-form input.error,
.career-form input.error {
  border: 1px solid #d15e14;
}

.partner-form input:not(:last-of-type),
.career-form input:not(:last-of-type) {
  margin-bottom: 13px;
}

.partner-form .error-message,
.career-form .error-message {
  color: #d15e14;
  display: none;
  margin-bottom: -30px;
  margin-top: 6px;
}

.partner-form .success-message,
.career-form .success-message {
  display: none;
}

.partner-form.success > *,
.career-form.success > * {
  display: none;
}

.partner-form.success > .success-message,
.career-form.success > .success-message {
  display: block;
  color: #222222;
}

.partner-form .button-group,
.career-form .button-group {
  margin-top: 35px;
}

.partner-form .button-group .quote-subtext,
.career-form .button-group .quote-subtext {
  font-size: 15px;
  color: #666666;
  padding-right: 10%;
}

.partner-form .button-group .quote-subtext::after,
.career-form .button-group .quote-subtext::after {
  content: "";
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  width: 14px;
  height: 12px;
  background-image: url(./assets/images/arrow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: inline-block;
}

.main-careers-with-roost .career-form .action-button {
  white-space: nowrap;
}

.first-section .talent-col {
  margin-left: 86px;
}

.first-section .talent-col h1 {
  text-align: left;
  margin-bottom: 21px;
  margin-top: 64px;
}

.first-section .talent-col p {
  color: #222222;
  font-size: 17px;
}

.main-partner-with-roost .second-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.main-partner-with-roost .second-section .container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.second-section p {
  max-width: 810px;
  text-align: center;
  margin-top: 51px;
}

.second-section img {
  width: 100%;
  height: auto;
}

.third-section {
  padding: 85px 0px;
  background: #eef7fa;
}

.third-section .group-grid .group {
  text-align: center;
  height: 202px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.third-section .group-grid .group.group-small {
  height: 160px;
}

.third-section .group-grid .group .action-button {
  margin: 0 auto;
  width: fit-content;
}

.third-section h4 {
  font-size: 28px;
  line-height: 33px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 20px;
}

.fourth-section {
  margin-top: 85px;
  margin-bottom: 85px;
}

.fourth-section .container > p {
  margin: 60px auto;
  text-align: center;
}

.tile-book {
  width: 370px;
  border-radius: 3px;
  background-color: #d6e9ef;
  padding: 2.5rem;
  padding-bottom: 57px;
  box-sizing: border-box;
  height: 100%;
}

.tile-book .action-button {
  margin-top: 37px;
}

.tile-book img {
  width: 100%;
  height: auto;
}

.tile-pdf-col {
  margin-left: 86px;
}

.tile-pdf .col-text h4 {
  font-size: 28px;
  line-height: 33px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.tile-pdf > div:first-child {
  margin-bottom: 40px;
}

.tile-pef .col-text {
  margin-top: 30px;
}

.tile-pdf .col-text ~ .col {
  margin-left: 36px;
}

.tile-pdf .col-text p {
  margin-top: 11px;
}

.tile-pdf .header {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  font-family: "Roboto";
  padding: 1rem 5px;
  padding-right: 15px;
  cursor: pointer;
  display: flex;
}

.tile-pdf .dropdown-list {
  border-bottom: 1px solid #d6e9ef;
}

.tile-pdf .header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F107";
  margin-left: auto;
  color: #666666;
  font-size: 14px;
}

.tile-pdf .dropdown-list.open .header:after {
  content: "\F106";
}

.tile-pdf .header:hover {
  background-color: rgba(192, 192, 192, 0.1);
}

.tile-pdf .body {
  padding: 0.5rem 5px;
  padding-bottom: 20px;
  display: none;
}

.tile-pdf .dropdown-list.open .body {
  display: block;
}

.partner-pdf-form,
.career-pdf-form {
  margin-top: 45px;
  flex-wrap: wrap;
}

.partner-pdf-form input,
.career-pdf-form input {
  margin-right: 15px;
  height: 40px;
  border: 1px solid #eef7fa;
  border-radius: 3px;
  filter: drop-shadow(8.66px 5px 10px rgba(0, 0, 0, 0.1));
  background-color: #eef7fa;
  font-size: 14px;
  line-height: 31px;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto";
  flex: 1;
}

.partner-pdf-form input.error,
.career-pdf-form input.error {
  border: 1px solid #d15e14;
}

.partner-pdf-form .error-message,
.partner-pdf-form .success-message,
.career-pdf-form .error-message,
.career-pdf-form .success-message {
  display: none;
  width: 100%;
  text-align: center;
}

.partner-pdf-form .error-message,
.career-pdf-form .error-message {
  color: #d15e14;
  margin-top: 6px;
  margin-bottom: -30px;
}

.partner-pdf-form.success > *,
.career-pdf-form.success > * {
  display: none;
}

.partner-pdf-form.success > .success-message,
.career-pdf-form.success > .success-message {
  display: block;
}

.partner-pdf-form .action-button,
.career-pdf-form .action-button {
  height: 42px;
  white-space: nowrap;
  height: 42px;
}

.fifth-section {
  margin-top: 85px;
  margin-bottom: 125px;
}

.fifth-section h1 {
  height: 52px;
  line-height: 52px;
  margin-bottom: 64px;
}

.fifth-section .container > p {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
}

.question-group p {
  margin-top: 11px;
}

.main-partner-with-roost .tile-book .action-button {
  height: 42px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 37px;
}

/* Partner with ROOST - Responsive Styling */

@media only screen and (max-width: 1040px) {
  .main-partner-with-roost section .container {
    padding: 0 30px;
  }

  .main-partner-with-roost .first-section {
    padding: 80px 0px;
  }

  .first-section .talent-col {
    margin-left: 60px;
  }

  .main-partner-with-roost .second-section {
    margin-top: 80px;
  }

  .second-section p {
    margin-top: 40px;
  }

  .third-section {
    padding: 60px 0px;
  }

  .fourth-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .fourth-section .container > p {
    margin: 40px auto;
  }

  .tile-pdf-col {
    margin-left: 60px;
  }

  .fifth-section {
    margin-top: 60px;
    margin-bottom: 95px;
  }

  .fifth-section h1 {
    margin-bottom: 40px;
  }

  .fifth-section .container > p {
    margin-bottom: 40px;
  }

  .group-faq-grid {
    column-gap: 45px;
    row-gap: 35px;
  }
}

@media only screen and (max-width: 900px) {
  .main-partner-with-roost h1 {
    font-size: 45px;
    line-height: 52px;
  }

  .first-section .partner-form-wrapper {
    min-width: 420px;
    padding: 45px;
    padding-bottom: 50px;
  }

  .first-section .partner-form-wrapper img {
    margin-top: -70px;
    margin-left: 10px;
  }

  .partner-form .button-group,
  .career-form .button-group {
    margin-top: 30px;
  }

  .first-section .talent-col h1 {
    margin-top: 54px;
  }

  .second-section p {
    margin-top: 30px;
  }

  .third-section h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .third-section .group-grid .group .action-button {
    margin-top: 30px;
  }

  .group-grid {
    column-gap: 40px;
  }

  .tile-book {
    padding: 45px;
    padding-bottom: 50px;
    width: 340px;
  }

  .tile-book .action-button {
    margin-top: 27px;
  }

  .tile-pdf .col-text h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .tile-pdf .col-text {
    margin-left: 35px;
    margin-top: 20px;
  }

  .tile-pdf > div:first-child {
    margin-bottom: 30px;
  }

  .tile-pdf .body {
    padding-bottom: 15px;
  }

  .partner-pdf-form,
  .career-pdf-form {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .main-partner-with-roost .first-section {
    padding: 50px 0px;
  }

  .first-section .container > .d-flex {
    flex-direction: column-reverse;
  }

  .first-section .talent-col {
    margin-left: 0px;
    margin-bottom: 60px;
  }

  .first-section .talent-col h1 {
    margin-top: 0px;
  }

  .first-section .partner-form-wrapper img {
    margin-top: -105px;
  }

  .first-section .partner-form-wrapper {
    padding: 40px;
    padding-bottom: 45px;
  }

  .main-partner-with-roost h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .main-partner-with-roost .second-section {
    margin-top: 50px;
    margin-bottom: 45px;
  }

  .third-section {
    padding: 50px 0px;
  }

  .group-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .third-section .group-grid .group .action-button {
    margin-top: 20px;
  }

  .third-section h4 {
    margin-bottom: 10px;
  }

  .fourth-section {
    margin: 50px 0px;
  }

  .fourth-section .container > .d-flex {
    flex-direction: column;
  }

  .tile-book {
    width: 100%;
    padding: 40px;
    padding-bottom: 45px;
  }

  .tile-pdf-col {
    margin-left: 0px;
    margin-top: 30px;
  }

  .fifth-section {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .fifth-section h1 {
    height: auto;
    margin-bottom: 30px;
  }

  .group-faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 500px) {
  .first-section .talent-col {
    margin-bottom: 75px;
  }

  .group-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Collaborate with ROOST - Styling */

.main-careers-with-roost .roost-homepage-video-wrapper {
  margin-top: 0px;
}

.main-careers-with-roost .fourth-section {
  margin: 0;
  padding-top: 85px;
  padding-bottom: 125px;
}

.main-careers-with-roost .video-section {
  padding-bottom: 100px;
}

.main-careers-with-roost .video-section h1 {
  padding-bottom: 75px;
}

.main-careers-with-roost .group-grid {
  grid-template-columns: 1fr 1fr;
}

.main-careers-with-roost .second-section .action-button {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1040px) {
  .main-careers-with-roost .fourth-section {
    padding-top: 60px;
    padding-bottom: 95px;
  }

  .main-careers-with-roost .video-section {
    padding-bottom: 100px;
  }

  .main-careers-with-roost .video-section h1 {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 900px) {
  .main-careers-with-roost .fourth-section {
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .main-careers-with-roost .video-section {
    padding-bottom: 60px;
  }

  .main-careers-with-roost .video-section h1 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .main-careers-with-roost .fourth-section {
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 65px;
  }

  .main-careers-with-roost .video-section {
    padding-bottom: 100px;
  }

  .main-careers-with-roost .video-section h1 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .main-careers-with-roost .video-section {
    padding-bottom: 100px;
  }
}

/* About ROOST Page Styling */

.page-header {
  text-align: center;
}

.page-header h1 {
  font-size: 52px;
  line-height: 63px;
  color: #222222;
  font-weight: 700;
}

.page-header p {
  max-width: 804px;
  text-align: center;
  margin: auto;
  margin-top: 22px;
  font-size: 21px;
  line-height: 28px;
}

.about-roost .roost-homepage-video-wrapper {
  margin-top: 0px;
}

.about-roost .container.full-width {
  padding: 88px 0px 0px 0px;
}

.about-roost .video-section h1 {
  margin-bottom: 30px;
}

.about-roost-chris-mcallister {
  background: #eef7fa;
  margin-top: 50px;
}

.about-roost-chris-mcallister .action-button {
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
}

.collapsible-sections {
  margin: auto;
  display: grid;
  place-content: normal;
  grid-auto-flow: row;
  row-gap: 42px;
  padding: 87px 0px;
}

.collapsible-section {
  width: 100%;
  /*  max-width: 804px; */
  background: #d5e9ef;
  border-radius: 3px;
  margin: 0 auto;
}

.collapsible-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 80px;
  width: 100%;
  box-sizing: border-box;
}

.collapsible-section .section-header h2 {
  margin: 0;
}

.collapsible-section .section-header .action-button {
  white-space: nowrap;
}

.collapsible-section .section-body {
  padding: 70px 80px;
  padding-top: 0px;
  display: none;
  margin: 0px;
  font-size: 21px;
  line-height: 28px;
}

.collapsible-section .section-body p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.collapsible-section .section-body br {
  display: block;
  content: "";
  margin-bottom: 20px;
}

.collapsible-section .section-body .grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}

.collapsible-section .image-with-text img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

/* Responsive */

@media only screen and (max-width: 1366px) {
  .collapsible-section .section-header {
    padding: 60px 70px;
  }

  .collapsible-section .section-body {
    padding: 60px 70px;
    padding-top: 0px;
  }

  .collapsible-section .section-body .grid-section {
    column-gap: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .collapsible-section .section-header {
    padding: 55px 65px;
  }

  .collapsible-section .section-body {
    padding: 55px 65px;
    padding-top: 0px;
  }

  .collapsible-section .section-body .grid-section {
    column-gap: 65px;
  }

  .collapsible-sections {
    padding: 60px 20px;
    grid-template-columns: 1fr;
  }

  .collapsible-section {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .collapsible-section .section-header {
    padding: 45px 55px;
  }

  .collapsible-section .section-body {
    padding: 55px 55px;
    padding-top: 0px;
  }

  .collapsible-section .section-body .grid-section {
    column-gap: 55px;
  }

  .collapsible-sections {
    padding: 50px 40px;
  }

  .about-roost .container.full-width {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 900px) {
  .collapsible-section .section-header {
    padding: 35px 45px;
  }

  .collapsible-section .section-body {
    padding: 35px 45px;
    padding-top: 0px;
  }

  .collapsible-section .section-body .grid-section {
    column-gap: 35px;
  }

  .about-roost .container.full-width {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 900px) {
  .collapsible-section .section-header {
    padding: 35px 45px;
  }

  .collapsible-section .section-body {
    padding: 35px 45px;
    padding-top: 0px;
  }

  .collapsible-section .section-body .grid-section {
    column-gap: 35px;
  }

  .about-roost .container.full-width {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .collapsible-sections {
    padding: 50px 25px;
  }

  .collapsible-section .section-header {
    padding: 25px 40px;
  }

  .collapsible-section .section-body {
    padding: 25px 40px;
    padding-top: 0px;
  }

  .collapsible-section .section-body .grid-section {
    column-gap: 40px;
  }

  .about-roost .container.full-width {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .collapsible-section .section-body .grid-section {
    display: block;
  }

  .collapsible-section .image-with-text img {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 450px) {
  .about-roost .container.full-width {
    padding-top: 40px;
  }

  .about-roost .page-header {
    padding: 0px 20px;
  }

  .collapsible-section .section-header h2 {
    font-size: 18px;
  }

  .collapsible-section .image-with-text img {
    margin: 30px 0px;
  }
}

.hp-section-1 select.city-homepage-select,
.agent-homepage-select {
  border: 1px solid #c6c6c6;
}

/* Custom icons for locations */
header .container .menu .sub-menu .menu-item.icon.tenant-portal:before {
  font-family: "Font Awesome 6 Free";
  content: "\e1b0";
  background-color: #f7f3d9;
  color: #d6c242;
}

header .container .menu .sub-menu .menu-item.icon.maintenance-request:before {
  content: "\f7d9";
  background-color: #f7f3d9;
  color: #d6c242;
}

header .container .menu .sub-menu .menu-item.icon.owner-portal:before {
  content: "\f084";
  background-color: #f3e0ff;
  color: #9900ff;
}

header .container .menu .sub-menu .menu-item.icon.space-coast:before {
  content: "\f197";
  background-color: #d6ebd3;
  color: #5eb45c;
}

header .container .menu .sub-menu .menu-item.icon.fort-myers:before {
  content: "\f5ca";
  background-color: #d6ebd3;
  color: #5eb45c;
}

header .container .menu .sub-menu .menu-item.icon.springfield:before {
  content: "\f015";
  background-color: #ddf0f5;
  color: #5da0b2;
}

header .container .menu .sub-menu .menu-item.icon.dayton:before {
  content: "\f072";
  background-color: #ddf0f5;
  color: #5da0b2;
}

header .container .menu .sub-menu .menu-item.icon.columbus:before {
  content: "\f19c";
  background-color: #ddf0f5;
  color: #5da0b2;
}

header .container .menu .sub-menu .menu-item.icon.urbana:before {
  content: "\f722";
  background-color: #ddf0f5;
  color: #5da0b2;
}

header .container .menu .sub-menu .menu-item.icon.nashville:before {
  content: "\f7a6";
  background-color: #f6dfd0;
  color: #d97c40;
}
header .container .menu .sub-menu .menu-item.icon.map-marked:before {
  content: "\f5a0";
  background-color: #ffecf2;
  color: #ffa4be;
}

.no-desc span.description {
  display: none;
}

.resp-iframe {
  width: 100%;
  height: 100%;
  min-height: max(600px, 100vh);
  border: 0;
}

.resp-iframe-wrapper {
  padding: 4rem 1rem;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

.mls-title-wrapper {
  background: #faefe7;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.mls-title-container {
  margin: auto;
  padding: 0 1rem;
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.mls-title-container h1 {
  margin-block-start: 0px;
}

/* Blog page */

.blog-header {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 180px;
  background: rgba(0, 51, 82, 1);
}

.blog-header .content {
  max-width: 1040px;
  margin: 0 auto;
  color: white;
}

.blog-header h3 {
  font-size: 25px;
  margin: 0;
}

.blog-header h1 {
  font-size: 55px;
  margin: 0;
}

.blog-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: -100px;
  position: relative;
}

.blog-items-grid .blog-item {
  display: block;
  border: 1px solid #ededed;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  background: white;
}

.blog-items-grid .blog-item.blog-item-main {
  padding: 24px 32px;
}

.blog-items-grid .blog-item .blog-item-content {
  padding: 24px 32px;
}

.blog-items-grid .blog-item:hover {
  box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 20%);
  text-decoration: none;
}

.blog-item h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  margin: 0px;
  text-decoration: none;
  color: #222222;
}

.blog-item p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  color: #222222;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.blog-pagination {
  margin-top: 50px;
  width: 100%;
}

.blog-pagination .pagination-wrapper {
  width: 100%;
  max-width: 1040px;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  margin: 0 auto;
}

.blog-pagination .pagination-wrapper a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px;
  color: rgba(0, 0, 0, 0.8);
}

.blog-pagination .pagination-wrapper a:hover {
  color: rgba(0, 51, 82, 1);
}

.blog-pagination .pagination-wrapper a.active {
  color: rgba(0, 51, 82, 1);
  font-weight: 700;
  text-decoration: underline;
}

.blog-pagination .pagination-wrapper a.disabled {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.blog-header.blog-child {
  padding-top: 60px;
  padding-bottom: 120px;
}

.blog-no-posts {
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  margin-top: 40px;
}

.mls-main-container .regions-subtitle {
  margin-block-start: 0px;
  margin-block-end: 0px;
  max-width: 1040px;
  margin: 0 auto;
  font-size: 25px;
}

.mls-main-container .regions-title {
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-family: "Oswald", sans-serif;
  max-width: 1040px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 55px;
}

.simple-text-template {
  box-sizing: border-box;
  margin: auto;
  padding: 0 96px;
  max-width: 100%;
  margin-bottom: 50px;
}

.regions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  row-gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 90px;
}

.agent-regions-grid {
  margin-top: 0px;
}

.regions-grid .region-compound {
  display: flex;
  flex-direction: column;
  border: 1px solid #ededed;
  border-radius: 4px;
  cursor: pointer;
  background: white;
}

.regions-grid div.region-compound {
  cursor: auto;
}

.regions-grid .region-compound:hover {
  text-decoration: none;
  color: inherit;
  box-shadow: 0px 0px 30px -10px rgb(0 0 0 / 20%);
}

.region-compound .region-featured-image {
  width: 100%;
  min-height: 327px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  object-fit: cover;
}

.region-compound .region-compound-content {
  padding: 24px 32px;
}

.region-compound .region-title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  margin: 0px;
  text-decoration: none;
  color: #222222;
}

.region-compound a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

.region-compound .region-excerpt {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  color: #222222;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.region-location-page-header {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #faefe7;
  text-align: center;
}

.region-location-page-header .region-location-header-inner {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 95px;
}

.region-location-white-header {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
  max-width: 1040px;
}

.region-location-page-header .regions-subtitle,
.region-location-white-header .regions-subtitle {
  font-size: 25px;
}

.region-location-page-header .regions-title,
.region-location-white-header .regions-title {
  font-size: 55px;
  font-family: "Oswald", sans-serif;
}
.region-location-page-header .regions-title,
.region-location-page-header .regions-subtitle {
  text-align: left;
}

.main-partner-with-roost .end-section-text {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 22px;
}

.first-section .partner-form-wrapper .book-cover {
  max-width: 137px;
  margin-top: -75px;
}

/* Contact page Styling */

.contact-page-wrapper {
  padding-top: 100px;
}

.contact-page-wrapper h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 60px;
  line-height: 72px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
}

.contact-locations-grid {
  max-width: 1162px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 73px;
  margin-bottom: 90px;
}

.contact-locations-grid .contact-location {
  border-radius: 3px;
  background: #eef7fa;
  display: flex;
  flex-direction: column;
}

.contact-location .heading-image {
  width: 100%;
  display: block;
  max-height: 216px;
  object-fit: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.contact-location .tooltip {
  position: absolute;
  top: -24px;
  left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 48px;
  background: white;
  display: grid;
  place-content: center;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  color: black;
  font-weight: 700;
}

.contact-location .content {
  position: relative;
  padding: 40px;
  padding-top: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.contact-location .content .contact-location-title {
  font-size: 32px;
  line-height: 38px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
}

.contact-location .content .contact-address {
  font-size: 18px;
  line-height: 25px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  margin-top: 8px;
  margin-bottom: 35px;
}

.contact-location .phone-number,
.contact-location .get-directions {
  height: 48px;
  display: grid;
  place-content: center;
  border-radius: 5px;
  background-color: #d6e9ef;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #000000;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
  margin-bottom: 9px;
  width: 100%;
}

.contact-location .content .action-button {
  width: 100%;
  padding: 0;
  display: grid;
  place-content: center;
}

.contact-location .content .buttons {
  width: 100%;
}

.listings-title-wrapper {
  box-sizing: border-box;
  margin: auto;
  padding: 0 1rem;
  max-width: 1300px;
}

@media only screen and (max-width: 1000px) {
  .contact-locations-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 85vw;
  }
}

@media only screen and (max-width: 768px) {
  .contact-locations-grid {
    grid-template-columns: 1fr;
    max-width: 95vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

main.about-roost {
  padding-bottom: 100px;
}

.about-roost .page-header .action-button {
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}

.agent-header {
  background: #faefe7;
  width: 100%;
}

.agent-header-content {
  position: relative;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  max-width: 1040px;
}

.agent-header-content.header-legacy .agent-page-source {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 620px;
  flex-wrap: wrap;
  margin: 0;
}

.agent-header-content.header-legacy .page-content {
  max-width: 620px;
}

.profile-image-container {
  position: absolute;
  right: -20px;
  top: 0;
}

.profile-image-container > img {
  width: 408px;
  height: 450px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.qna-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
}

.questions-container-wrapper {
  padding-bottom: 100px;
  padding-top: 20px;
  background-color: #f5f5f5;
}

.questions-container .question-index {
  color: #d15e14;
  font-size: 36px;
  font-weight: bold;
}

.questions-container {
  background: white;
  width: calc(100% - 60px);
}

.questions-container .question {
  font-size: 18px;
  margin: 1em 0;
  font-weight: bold;
  color: #222222;
}

.questions-container .answer {
  font-size: 15px;
  margin: 1em 0;
  color: #222222;
}

.questions-container-wrapper .section-title {
  font-size: 36px;
  margin: 1em 0px;
  font-weight: bold;
  text-align: center;
}

.qna-grid-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.qna-grid-column .questions-container:not(:first-child) {
  margin-top: 30px;
}

.questions-placeholder {
  width: 100%;
  background-color: #f5f5f5;
  padding: 40px 0px;
}

.questions-placeholder img {
  display: block;
  margin: 0 auto;
}

.agent-content-container .content-placeholder-image {
  opacity: 0.05;
  width: 100%;
}

.location-heading-logo {
  display: grid;
  place-content: center;
  height: 200px;
  overflow: hidden;
}

.location-heading-logo img {
  display: block;
  width: 100%;
}

.agent-content-container .page-content {
  max-width: 710px;
}

.agent-content-container.content-legacy .page-content {
  max-width: 600px;
}

.career-with-roost-resources {
  width: 800px;
  margin: 0 auto;
  box-shadow: 0px 10px 40px 5px rgb(0 0 0 / 10%) !important;
}

.career-with-roost-resources .tile-pdf-col {
  margin-left: 0px;
  padding: 2.5rem;
}

.career-with-roost-resources .tile-book img {
  max-width: 200px;
  margin: 0 auto;
}

.choose-your-state-agent-tiles {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 110px;
  margin-top: -40px;
}

.choose-your-state-agent-tiles .agent-bottom-tile {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #ededed;
  border-radius: 4px;
  background: white;
  padding: 32px 48px;
}

.agent-bottom-tile .tile-featured-image {
  width: 23%;
}

.agent-bottom-tile .tile-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.agent-bottom-tile .tile-content {
  margin-left: 32px;
  width: 77%;
}

.agent-bottom-tile .tile-content h4 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.agent-bottom-tile .tile-content p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.agent-bottom-tile .tile-content .action-button {
  width: fit-content;
}

.regions-grid.locations-agents-grid {
  margin-top: 60px;
}

div.region-compound.agent-location {
  cursor: pointer;
}

.wp-embed-aspect-16-9 > .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.wp-embed-aspect-16-9 > .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rg-valuation-root iframe {
  min-height: 500px;
  display: block;
  overflow-y: auto;
}

.partner-with-roost-book {
  max-width: 80px;
  margin-right: 30px;
}

.page-rentals .mls-title-wrapper {
  margin-bottom: 0px;
}
.page-rentals .resp-iframe-container {
  background: #eef7fa;
}

/*--- Publish book ---*/

.c-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-publish-book {
  box-sizing: border-box;
}

.page-publish-book .header .hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.page-publish-book .headline h1 {
  text-align: center;
}
.page-publish-book .headline .c-flex .container {
  width: 48%;
}

.page-publish-book .headline .action-button {
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
}

.page-publish-book .headline h1 {
  margin-bottom: 30px;
}

.page-publish-book .headline .headline-copy-img {
  display: block;
  width: 100%;
  height: auto;
}

.page-publish-book .form-headline {
  padding: 100px 0px;
  margin: 0;
  background: #eef7fa;
}

.page-publish-book .form-headline > .c-flex {
  max-width: 1040px;
  margin: 0 auto;
}

.page-publish-book .form-headline .c-flex .container {
  width: 48%;
}

.page-publish-book .form-headline .action-button {
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
}

.page-publish-book .form-headline .left-text .action-button {
  margin-top: 20px;
}

.page-publish-book .form-headline h1 {
  margin-bottom: 30px;
  text-align: left;
}

.page-publish-book .copy .c-flex .container {
  width: 48%;
}

.page-publish-book .end-content {
  margin: 0;
  padding: 50px 0px;
  background: #eef7fa;
}

.page-publish-book .end-content > .c-flex {
  max-width: 1040px;
  margin: 0 auto;
}

.page-publish-book .end-content .c-flex .container {
  width: 30%;
}

.page-publish-book .end-content h4 {
  text-align: center;
}

.page-publish-book .end-content .action-button {
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

.page-publish-book .quadrant {
  max-width: 1040px;
  margin: 50px auto;
  margin-bottom: 0px;
}

.page-publish-book .quadrant p {
  max-width: 810px;
  margin: 0 auto;
  text-align: left;
  margin-top: 51px;
}

.page-publish-book .quadrant-description {
  padding-bottom: 50px;
}

.page-publish-book .quadrant-description p {
  line-height: normal !important;
  margin: 0 auto !important;
  margin-top: 10px !important;
}

.page-publish-book .quadrant .extra-content-form p {
  margin-top: 10px;
}

.page-publish-book .quadrant .extra-content-form p:empty {
  display: none;
}

.page-publish-book .quadrant .action-button {
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

.page-publish-book h1 {
  font-size: 52px;
  line-height: 63px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}

.page-publish-book h2 {
  font-size: 28px;
  line-height: 33px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  margin-block-start: 0;
  margin-block-end: 0;
}

.page-publish-book p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto";
  margin-block-start: 0;
  margin-block-end: 0;
}

.page-publish-book section {
  margin: 50px 0px;
}

.page-publish-book .header {
  margin-top: 0px;
}

.publish-book-form-wrapper {
  border-radius: 3px;
  background-color: #d6e9ef;
  padding: 52px;
  padding-bottom: 57px;
  min-width: 480px;
  box-sizing: border-box;
}

.publish-book-form-wrapper > .c-flex {
  margin-bottom: 23px;
}

.publish-book-form-wrapper > p {
  margin-bottom: 28px;
}

.publish-book-form-wrapper .book-img {
  width: 150px;
  margin-top: -90px;
}

.publish-book-form input {
  height: 40px;
  border: 1px solid white;
  border-radius: 3px;
  filter: drop-shadow(8.66px 5px 10px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 0 18px;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 13px;
}

.publish-book-form .c-flex {
  margin-top: 22px;
}

.publish-book-form .quote-subtext {
  width: 190px;
  padding-right: 15px;
  position: relative;
}

.publish-book-form .quote-subtext::after {
  content: "";
  padding-top: 0px;
  padding-left: 0.5rem;
  width: 14px;
  height: 12px;
  background-image: url(./assets/images/arrow.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 0px;
}

.publish-book-form .error-message {
  color: #d15e14;
  margin-bottom: -12px;
  margin-top: -12px;
}

.page-publish-book .copy > .c-flex {
  align-items: flex-start;
}

.page-publish-book .headline-mobile {
  display: none;
}

.page-publish-book .form-headline h4 {
  text-align: center;
}

.page-publish-book .toggle-form-copy {
  margin: 0 auto;
  margin-top: 20px;
}

.page-publish-book .end-content .container {
  text-align: center;
}

.page-publish-book .end-content .container a {
  margin-top: 20px;
}

.page-publish-book .end-content h4 {
  min-height: 60px;
  font-size: 28px;
  line-height: 33px;
  color: #222222;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 20px;
}

.page-publish-book .end-content p {
  color: #222222;
  font-size: 18px;
  min-height: 48px;
}

.page-publish-book .quadrant img {
  display: block;
  width: 100%;
  height: auto;
}

.page-publisher-book .end-content > .c-flex {
  align-items: flex-start;
}

.equal-housing img {
  max-width: 160px;
  height: auto;
  margin-top: 30px;
}

/* Responsive */

@media only screen and (max-width: 1000px) {
  .page-publish-book .headline .c-flex .container,
  .page-publish-book .form-headline .c-flex .container,
  .page-publish-book .copy .c-flex .container {
    width: 48%;
  }

  .publish-book-form-wrapper {
    min-width: unset;
  }
}

@media only screen and (max-width: 768px) {
  .page-publish-book .c-flex {
    flex-direction: column;
  }

  .page-publish-book .headline .c-flex .container,
  .page-publish-book .form-headline .c-flex .container,
  .page-publish-book .copy .c-flex .container {
    width: 100%;
  }

  .page-publish-book .end-content .c-flex .container {
    width: 100%;
  }

  .publish-book-form-wrapper .c-flex {
    flex-direction: row;
  }

  .page-publish-book .form-headline h1 {
    margin-top: 30px;
  }

  .page-publish-book .headline .toggle-copy {
    margin-bottom: 30px;
  }

  .page-publish-book .headline-no-mobile {
    display: none;
  }

  .page-publish-book .headline-mobile {
    display: block;
  }
}

/*--- End Publish book ---*/

/* Responsive */

.mobile-menu {
  display: none;
}

.qna-mobile {
  display: none;
}

.img-fix-live img {
  height: 100%;
  width: auto;
}

.img-fix-live-2 img {
  height: 100%;
  width: auto;
  max-width: 150px;
}

@media only screen and (max-width: 768px) {
  /* Header and mobile menu */
  .header .container {
    justify-content: space-between;
  }

  header .container {
    justify-content: space-between;
  }

  header .container .mobile-button {
    display: block;
  }

  .mobile-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 100;
    background: #00334d;
    color: white;
    transition: ease-in 0.3s left;
  }

  .mobile-menu.active {
    display: block;
    left: 0;
    overflow-y: auto;
  }

  .mobile-menu .mobile-button-close {
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
  }

  .mobile-menu #menu-header {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu #menu-header > li.menu-item {
    min-height: 64px;
    height: auto;
    display: block;
  }

  .mobile-menu #menu-header > li.menu-item > a {
    color: white;
  }

  .mobile-menu #menu-header > li.menu-item > .sub-menu {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-menu
    #menu-header
    > li.menu-item.menu-item-has-children:hover
    .sub-menu {
    display: none;
  }

  .mobile-menu #menu-header > li.menu-item.menu-item-has-children.open::after {
    content: none;
  }

  .mobile-menu
    #menu-header
    > li.menu-item.menu-item-has-children.open
    > a::after {
    padding-left: 0.7rem;
    content: "\F107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    transform: scaleY(-1);
  }

  .mobile-menu
    #menu-header
    > li.menu-item.menu-item-has-children
    > .sub-menu.active {
    display: grid;
  }

  /* Footer */

  .footer .container {
    padding: 0;
  }

  .footer .container .info {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "footnote footnote"
      "logo copyright"
      "logo copyright"
      "licensing licensing"
      "equal-housing equal-housing";
  }

  .footer .container .info .logo {
    display: block;
    grid-area: logo;
    background-size: contain;
    width: 100%;
    height: auto;
  }
  .footer .container .info .footnote {
    grid-area: footnote;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .container .info .copyright {
    grid-area: copyright;
    margin: auto 0;
    margin-left: 20px;
  }
  .footer .container .info .subtext {
    grid-area: licensing;
    margin: 0 auto;
    margin-top: 20px;
  }

  .footer .container .info .equal-housing {
    grid-area: equal-housing;
    margin: 0 auto;
    margin-top: 20px;
  }

  /* Homepage */

  .hp-section-1 .selector {
    padding: 0 !important;
  }

  .hp-section-1 .selector .select-wrapper {
    width: 100%;
  }

  .hp-section-1 .selector .action-button {
    width: fit-content;
    height: 48px;
  }

  .hp-section-1 .col:first-child > *,
  .hp-section-2 .col:nth-child(2) > *,
  .hp-section-3 .col:first-child > * {
    padding: 0 10px;
  }

  .container .col-2.hp-section-3 .col:first-child {
    padding-top: 30px;
  }

  .grid-roost-elements {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .container .col-2.hp-section-4 {
    flex-direction: column-reverse;
  }

  .container .col-2.hp-section-4 .col:last-child {
    margin-bottom: 30px;
  }

  .hero .headline {
    font-size: 45px;
  }

  .prop-management-hero > .wp-block-cover__inner-container {
    width: 100%;
  }

  .pdf-submit.property-quote {
    padding: 15px;
    width: 100%;
  }
  .property-quote .header {
    margin-top: -75px;
    font-size: 24px;
    line-height: 32px;
  }

  .property-quote .header:before {
    right: 120px;
  }

  .consult-banner {
    background: white !important;
  }

  .resources-prop-management {
    background: #f7f7f7;
  }

  .reverse-mobile {
    display: flex;
  }

  #resources .action-button,
  #resources .input-split input.submit {
    margin: 0 auto;
    height: 42px;
  }

  .breakout-space-top {
    padding-top: 0px;
  }

  .breakout-image.left .content {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .story-display {
    margin-left: 0px;
  }

  .question-end .ugb-columns__item > div:first-child,
  .question-end .ugb-columns__item > div:nth-child(2) {
    display: none;
  }

  .dual-column .content .next-post a {
    height: 42px;
    margin: 0 auto;
  }

  /* Story management page */

  .part-1-left-image .wrapper {
    margin-bottom: 160px;
  }

  .part-1-left-image .wrapper .content {
    padding: 1rem;
    width: auto;
    left: 0;
  }

  .part-1-left-image .wrapper .content br {
    display: none;
  }

  .part-2-right-image .wrapper {
    margin-bottom: 190px;
  }

  .part-2-right-image .wrapper .content {
    padding: 1rem;
    width: auto;
    left: 0;
  }

  .part-2-right-image .wrapper .content br {
    display: none;
  }

  .part-3-image-right .wrapper {
    margin-bottom: 130px;
  }

  .part-3-image-right .wrapper .content {
    padding: 1rem;
    width: auto;
    left: 0;
  }

  .part-3-image-right .wrapper .content br {
    display: none;
  }

  .part-4-left-image .wrapper {
    margin-bottom: 160px;
  }

  .part-4-left-image .wrapper .content {
    padding: 1rem;
    width: auto;
    left: 0;
  }

  .part-4-left-image .wrapper .content br {
    display: none;
  }

  .quiz .question.reveal.wrong span:after,
  .quiz .question.reveal.right span:after {
    padding: 0.5rem;
    width: auto;
    height: calc(100% - 1rem);
  }

  /* Choose agent / location */

  .region-location-page-header {
    padding: 40px 1rem 180px 1rem;
  }

  .regions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 1rem;
    margin-bottom: 40px;
  }

  .choose-your-state-agent-tiles {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 1rem;
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .choose-your-state-agent-tiles .agent-bottom-tile {
    padding: 20px 28px;
  }

  .choose-your-state-agent-tiles .agent-bottom-tile .tile-featured-image {
    display: none;
  }

  .choose-your-state-agent-tiles .agent-bottom-tile .tile-content {
    width: 100%;
    margin-left: unset;
    text-align: center;
  }

  .choose-your-state-agent-tiles .action-button {
    margin: 0 auto;
  }

  /* Agent individual page */

  .header-color {
    display: none;
  }

  .content-container-extra {
    background-color: #faefe7;
    padding: 2rem 1rem;
    width: 100%;
  }

  .agent-profile-image-and-contact {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .agent-profile-image-and-contact .profile-image-container {
    position: relative;
    right: 0px;
  }

  .profile-image-container > img {
    width: 100%;
    height: 400px;
  }

  .hover-contact-agent {
    margin-top: 30px;
    padding: 20px 24px;
  }

  .contact-data {
    line-height: 35px;
  }

  .contact-data a {
    font-size: 16px;
  }

  .qna-grid {
    display: none;
  }

  .qna-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    padding: 0 1rem;
  }

  .questions-container-wrapper .section-title {
    padding: 0 1rem;
    font-size: 26px;
  }

  .qna-mobile .questions-container {
    width: auto;
  }

  .agent-header-content:not(.header-legacy) {
    display: flex;
    flex-direction: column;
  }

  .agent-header-content:not(.header-legacy) .agent-page-source {
    order: 1;
  }
  .agent-header-content:not(.header-legacy) .agent-profile-group {
    order: 2;
  }
  .agent-header-content:not(.header-legacy) .agent-widget-search {
    order: 3;
  }

  /* About ROOST */

  main.about-roost {
    display: flex;
    flex-direction: column;
  }

  main.about-roost .page-header {
    order: 2;
  }
  main.about-roost .video-section {
    order: 1;
  }

  /* Blog Page */

  .blog-header .content {
    padding: 0 1rem;
  }

  .blog-items-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 1rem;
  }

  .blog-pagination .pagination-wrapper a {
    margin: 0 20px;
  }

  /* Careers page */

  .first-section .partner-form-wrapper {
    width: auto;
    min-width: unset;
    padding: 15px;
  }

  .first-section .partner-form-wrapper .book-cover {
    margin-top: -45px;
  }

  .main-partner-with-roost section .container {
    padding: 0 1rem;
  }

  .main-partner-with-roost .third-section .group-grid {
    grid-template-columns: 1fr;
  }

  .third-section .group-grid .group.group-small {
    height: auto;
  }

  .career-with-roost-resources {
    width: auto;
  }

  .tile-pdf .col-text {
    margin-left: 0px;
  }

  /* Franchise page */

  .main-partner-with-roost:not(.main-careers-with-roost)
    .first-section
    .partner-form-wrapper
    img {
    max-width: 100px;
    margin-top: -55px;
  }

  .third-section .group-grid .group {
    height: auto;
  }

  .main-partner-with-roost .end-section-text {
    padding: 0 1rem;
    padding-bottom: 40px;
  }

  /* Get a quote page */

  .quote-form .input-container {
    padding: 2rem;
    margin-bottom: 60px;
  }

  .quote-form .input-container.main {
    padding-top: 3rem;
  }

  .quote-form .input-container.main:before,
  .quote-form .input-container.info:before {
    left: 20px;
    top: -30px;
  }

  .quote-form .input-container .property-form .pin {
    display: none;
  }

  .quote-form .input-container.properties:before {
    content: "\f276";
    background-color: #f7f3d9;
    color: #d7c241;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    top: -30px;
    width: 60px;
    height: 60px;
    box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 10%) !important;
    border-radius: 30px;
    position: absolute;
  }

  .quote-form .input-container .property-form {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 2;
    grid-template-rows: auto;
    grid-template-areas:
      "address address"
      "type type"
      "bedrooms bathrooms"
      "footage footage";
  }

  .quote-form .input-container.properties .input-field {
    margin: 1rem 0;
  }

  .quote-form .input-container.properties .input-field.address {
    grid-area: address;
  }
  .quote-form .input-container.properties .input-field.type {
    grid-area: type;
  }
  .quote-form .input-container.properties .input-field.bedrooms {
    grid-area: bedrooms;
  }
  .quote-form .input-container.properties .input-field.bathrooms {
    grid-area: bathrooms;
  }
  .quote-form .input-container.properties .input-field.footage {
    grid-area: footage;
    width: 100%;
  }

  .quote-form .input-container.properties .input-field.footage input {
    width: 100%;
  }

  .quote-form .input-container.properties .input-field .incrementor {
    justify-content: center;
  }

  /* Mortgage calculator page */

  main.mortgage-calculator .calculator-container {
    display: flex;
    flex-direction: column;
  }

  .calculator-container .calculator-header {
    order: 3;
  }
  .calculator-container .calculator-error {
    order: 1;
  }
  .calculator-container .calculator-body {
    order: 2;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .calculator-container .calculator-info {
    order: 4;
  }
  .calculator-container .calculator-amortization-table {
    order: 5;
  }

  .mortgage-calculator .page-title {
    padding: 50px 1rem;
    font-size: 45px;
    line-height: 57px;
  }

  .mortgage-calculator .page-title .subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .agent-profile-image {
    height: 100%;
    width: 100%;
    margin-right: 0px;
    max-width: unset;
    max-height: unset;
  }

  .agent-profile-image img {
    width: 100%;
    max-height: 300px;
  }
}

@media only screen and (max-width: 450px) {
  .quote-form .input-container {
    padding: 1.5rem;
  }

  .quote-form .input-field .label {
    font-size: 14px;
  }

  .img-fix-live-2 img {
    height: 150px;
    width: auto;
    max-width: unset;
  }

  .shift-pad-bottom {
    padding-bottom: 0px !important;
  }

  .property-quote {
    margin-top: 2.5rem;
  }

  .property-quote .header {
    margin-top: -40px;
  }

  .property-quote .header > img {
    margin-right: -20px;
  }

  .property-quote .header:before {
    right: 100px;
  }
}

/*Regional Career Page*/
#regional-career #tm-element {
  font-size: 30px;
  position: absolute;
  top: 14px;
}
.regional-career .hero-section .col img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  object-position: top;
}
.individual-location-page.regional-career .hero-section .col img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.individual-location-page .hero-section .col {
  height: 800px;
  width: 100%;
}
.individual-location-page .hero-section .col img {
  height: 100%;
}
/* .individual-location-page .hero-section .col img{
  height: 800px;
} */
.regional-career .hero-section {
  position: relative;
  /* margin-bottom: 30px; */
}
.regional-career .hero-text {
  position: absolute;
  bottom: 280px;
  left: 102px;
}
.regional-career.individual-location-page .hero-text {
  position: absolute;
  bottom: 326px;
  left: 102px;
}
.regional-career .hero-text .first-row {
  font-size: 65px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Oswald";
}
.regional-career .hero-text .second-row {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto";
}
#roost-locations .find-out-now,
#roost-locations .roost-locations {
  justify-content: center;
  align-content: center;
  width: fit-content;
}
#roost-locations p {
  line-height: 75px;
  color: #000000;
  font-weight: 700;
  font-family: "Oswald";
  text-align: center;
  margin: 0px;
  font-size: 42px;
  padding: 0px 95px;
  line-height: 50px;
}
#roost-locations .btn {
  margin-top: 30px;
}
#roost-locations .first-col,
#roost-locations .second-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#roost-locations .col-2 {
  width: 1175px;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 30px;
}
.ptb-100 {
  padding: 30px 0px;
}
.roost-elements .action {
  font-size: 18px;
  line-height: 36px;
  color: #222222;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
}
.roost-elements .action i.arrow-right {
  border: solid black;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 7px;
  margin-top: 1px;
}
.rc-section-2 .col,
.rc-section-3 .col,
.rc-section-4 .col,
.rc-section-5 .col,
.rc-section-6 .col,
.rc-section-7 .col,
.rc-section-8 .col,
.rc-section-9 .col,
.rc-section-10 .col {
  width: 50%;
}
.rc-section-2 .col:nth-child(1),
.rc-section-3 .col:nth-child(2),
.rc-section-4 .col:nth-child(1),
.rc-section-5 .col:nth-child(2),
.rc-section-6 .col:nth-child(2),
.rc-section-7 .col:nth-child(2),
.rc-section-8 .col:nth-child(1),
.rc-section-9 .col:nth-child(2),
.rc-section-10 .col:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.rc-section-2 .title,
.rc-section-3 .title,
.rc-section-4 .title,
.rc-section-5 .title,
.rc-section-6 .title,
.rc-section-7 .title,
.rc-section-8 .title,
.rc-section-9 .title,
.rc-section-10 .title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 11px;
  width: 94%;
}
.rc-section-2 .description,
.rc-section-3 .description,
.rc-section-4 .description,
.rc-section-5 .description,
.rc-section-6 .description,
.rc-section-7 .description,
.rc-section-8 .description,
.rc-section-9 .description,
.rc-section-10 .description {
  font-size: 18px;
  line-height: normal;
  width: 80%;
  margin-bottom: 7px;
}
.rc-section-2 .roost-elements,
.rc-section-3 .roost-elements,
.rc-section-4 .roost-elements,
.rc-section-5 .roost-elements,
.rc-section-6 .roost-elements,
.rc-section-7 .roost-elements,
.rc-section-8 .roost-elements,
.rc-section-9 .roost-elements,
.rc-section-10 .roost-elements {
  padding: 0 90px 0px 92px;
  width: 80%;
}
.regional-career .faqs-container {
  padding-left: 92px;
  padding-right: 92px;
  display: none;
}
.regional-career .faqs-container .section-title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 11px;
  margin-top: 0px;
}
.regional-career .faqs-container .section-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto";
  margin-block-start: 0;
  margin-block-end: 0;
}
.regional-career .faqs-container .faqs-grid {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faqs-container .faq-grid-column .question {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.faqs-container .faq-grid-column .answer {
  font-size: 15px;
  margin: 1em 0 0 0;
  color: #222222;
  margin-bottom: 20px;
}
.faqs-container .faq-grid-column {
  display: flex;
  flex-direction: column;
  width: 24%;
}
.faqs-container .border {
  margin: 35px 0px;
}
.modal-content,
.modal-email-us-content {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-body {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 36%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #eef7fa;
  border: 2px solid #000000;
  position: relative;
}
.modal-is-open {
  display: flex;
}
.modal-content.modal-is-open .modal-body-title {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}
.modal-content.modal-is-open .modal-body-col-left div {
  font-size: 18px;
  line-height: normal;
  width: 100%;
  margin-bottom: 13px;
}
.modal-content.modal-is-open .modal-body-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal-content.modal-is-open .modal-body-col-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-content.modal-is-open .modal-body-col-left {
  width: 56%;
}
.modal-content.modal-is-open .modal-body-col-right {
  width: 37%;
  /* height: 570px; */
}
.modal-content.modal-is-open .modal-header,
.modal-email-us-content.modal-is-open .modal-header {
  position: absolute;
  right: 15px;
  top: 9px;
}
.modal-content.modal-is-open .modal-header img,
.modal-email-us-content.modal-is-open .modal-header img {
  cursor: pointer;
}
.modal-content.modal-is-open.roost .modal-body-col-right img {
  object-fit: unset;
  object-position: unset;
}
.action-button.schedule-call {
  width: 181px;
  justify-content: center;
}

#roost-locations {
  display: none;
}

#our-locations .grid {
  padding: 0 92px;
}
#our-locations .grid .grid-el {
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  /* grid-gap: 92px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 73px;
}
#our-locations .grid .grid-el a img,
#our-locations .grid .grid-el a,
#our-locations .grid .grid-el a .image {
  width: 100%;
  height: 100%;
}
#our-locations .grid .grid-el a .image img {
  border-radius: 0px;
  height: 300px;
  filter: brightness(80%);
}
#our-locations .grid .grid-el a {
  position: relative;
  width: 300px;
}
#our-locations .grid-el .location-name {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 72px;
  margin: 0px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
#our-locations .title {
  font-size: 42px;
  line-height: 50px;
  margin: 0 0 30px 0;
  padding: 0 92px;
}
.regional-career,
.why-roost {
  overflow-x: hidden;
}
#our-locations .title {
  text-align: center;
}
.individual-location-page .rc-section-4 .roost-elements {
  width: 58%;
}
#regional-career #dark-section {
  background-color: #02334e;
}
#regional-career #dark-section .col .roost-elements .title,
#regional-career #dark-section .col .roost-elements .description {
  color: #fff;
}
#regional-career
  #dark-section
  .rc-dark-section
  .col:first-child
  .roost-elements
  .title {
  width: 52%;
  margin: 0 auto;
  margin-bottom: 11px;
}
#regional-career #dark-section .col .roost-elements .title {
  font-size: 38px;
  line-height: 50px;
  width: 94%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 11px;
}
#regional-career #dark-section .col .roost-elements .description {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 25px;
  text-align: center;
}
#regional-career #dark-section .col .roost-elements .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#regional-career #dark-section .col .roost-elements .buttons .action {
  height: 48px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
  background-color: #d15e14;
  padding: 0 35px;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 130px;
  justify-content: center;
}
#regional-career #dark-section .col {
  width: 50%;
  padding: 20px 0px;
}
#regional-career #dark-section .col .roost-elements {
  padding: 0 90px 0px 92px;
}
#regional-career #dark-section .col.border-right {
  border-right: 1px solid #fff;
}
/*AUTOMATICALLY POPUP*/
#automatically-popup .modal-body-columns {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 30px;
}
#automatically-popup .modal-body-col-left,
#automatically-popup .modal-body-col-right {
  width: 50%;
}
#automatically-popup .modal-header #close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}
#automatically-popup .modal-body-col-left img {
  transform: scale(0.5);
  margin-left: -100px;
}
#automatically-popup .modal-body-col-right .modal-body-title {
  width: 80%;
  line-height: 40px;
}
#automatically-popup .modal-body-col-right .modal-body-subtitle {
  font-size: 18px;
  line-height: normal;
  margin-top: 10px;
  margin-right: 100px;
}
#automatically-popup .modal-body {
  padding: 0px;
}
#automatically-popup .modal-footer {
  width: 100%;
  height: 130px;
  background-color: #aeaeae;
  border-radius: 0px 0px 25px 25px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#automatically-popup .modal-footer .action {
  height: 48px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
  background-color: #d15e14;
  padding: 0 35px;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#automatically-popup.mod-content {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  align-content: center;
  justify-content: center;
  align-items: center;
}
#automatically-popup .modal-body-col-right {
  margin-top: -45px;
}
#automatically-popup .modal-body-col-left {
  margin-right: 20px;
}
/*SUBSCRIBE POPUP*/
.modal-subscribe {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-subscribe .modal-body {
  top: -6%;
  height: 300px;
}
.modal-subscribe .modal-body h1.title {
  margin-bottom: 30px;
}
.show-modal {
  display: flex;
}
.modal-subscribe.show-modal .modal-header {
  position: absolute;
  right: 15px;
  top: 9px;
}
.modal-subscribe.show-modal .modal-header img {
  cursor: pointer;
}
#subscribe-modal .modal-inputs .input-groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
}
#subscribe-modal input[type="text"] {
  border: 1px solid #000;
  border-radius: 4px;
  width: 300px;
}
#subscribe-modal .modal-inputs .input-groups .input-group {
  width: 100%;
}
.modal-subscribe .modal-inputs {
  margin-top: 15px;
}
#subscribe-modal .form-message-error {
  text-align: center;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  font-size: 0.833vw;
  /* margin-top: -10px; */
}
#subscribe-modal .success {
  color: green;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  font-size: 0.833vw;
  margin-top: -10px;
}
#subscribe-modal .button-group.submit {
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  margin-top: 56px;
}
.modal-subscribe input[type="text"]::placeholder {
  color: #c6c6c6;
}
/*Regional Career Page*/

/* INDIVIDUAL CAREERS PAGE */
.rc-section-8.banner-image,
.rc-section-8.banner-image img {
  width: 100%;
}
.partner-form.success > .success-message {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-align: center;
}
.individual-location-page .download {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.individual-location-page .form-contact input {
  height: 40px;
  border: 1px solid white;
  border-radius: 3px;
  filter: drop-shadow(8.66px 5px 10px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 0 18px;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto";
}
.free-roost-career-contact .title {
  margin-top: 0px;
  text-align: center;
  padding-bottom: 30px;
}
.individual-location-page .free-roost-career-contact .form-contact {
  padding: 0 100px;
}
.individual-location-page .free-roost-career-contact .input-groups {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 55%;
  margin-bottom: 1.041667vw !important;
  margin: 0 auto;
}
.individual-location-page .free-roost-career-contact .input-group {
  width: calc(50% - 0.520833vw);
}
.individual-location-page .free-roost-career-contact .submit-form-contact {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.individual-location-page .free-roost-career-contact {
  margin-top: -5px;
}
.individual-location-page .col:not(.hero-section .col) {
  width: calc(50% - 15px);
}
.center {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.individual-location-page .rc-section-5 .left-col {
  position: relative;
}
.individual-location-page .rc-section-5 .left-col .leader-details {
  position: absolute;
  bottom: 122px;
  right: -30px;
  width: 30%;
}
/* .individual-location-page .hero-text{
  width: 35%;
} */
.individual-location-page .description {
  width: 100%;
}
.individual-location-page .rc-section-5 .description {
  width: 78%;
}
.individual-location-page .download-section input,
.individual-location-page .free-roost-career-contact input {
  height: 50px;
  border: 1px solid #000000;
}
.individual-location-page .download-section input {
  width: 95%;
}
.individual-location-page .download-section {
  width: 69%;
}
.individual-location-page .rc-section-6 .roost-elements .title {
  width: 80%;
  margin-bottom: 25px;
}
.individual-location-page .rc-section-7 .roost-elements .title {
  width: 84%;
  margin-bottom: 25px;
}
#map,
.roost-location .roost-loc-image {
  height: 470px;
  width: 100%;
}
.individual-location-page .col:not(.hero-section .col) {
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.individual-location-page
  .col
  img:not(.hero-section .col img, .rc-section-7 .col img) {
  height: 100%;
  object-fit: cover;
}
.individual-location-page #gogoagent-section {
  display: none;
}
.individual-location-page .rc-section-6 .padding-65 {
  padding-left: 55px;
}
.individual-location-page .rc-section-7 .padding-60 {
  padding-left: 70px;
}
.individual-location-page .rc-section-4 .description {
  width: 88%;
}
.individual-location-page .rc-section-7 .col img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.individual-location-page
  .market-leader
  .modal-content.modal-is-open
  .modal-body-columns {
  height: 560px;
  overflow-y: scroll;
}
.individual-location-page
  .market-leader
  .modal-content.modal-is-open
  .modal-body {
  width: 50%;
}
.individual-location-page .rc-section-7 .mobile-btn {
  display: none;
}
/* INDIVIDUAL CAREERS PAGE */

/* THE QUICK START GAME PLAN */
.game-plan-template .hero-img img:not(.logo img) {
  width: 100%;
  height: 670px;
  object-fit: cover;
  object-position: top;
  position: relative;
}
.game-plan-template .hero-img .logo {
  /* position: absolute;
  top: calc(50% - 130px);
  left: 23%;
  transform: scale(0.7); */

  position: absolute;
  top: calc(50% - 75px);
  /* left: 4%; */
  right: 25%;
  transform: scale(0.7);
}
.game-plan-template .gp-section-2 h4 {
  font-size: 24px;
  font-weight: 400;
  padding: 0 92px;
  text-align: center;
}
.game-plan-template .gp-section-3 h4 {
  font-size: 24px;
  color: #d15e14;
  padding: 0 92px;
  text-align: center;
}
.game-plan-template .bg-skyblue {
  background-color: #eef7fa;
}
.game-plan-template .gp-section-4 li.package {
  font-size: 18px;
  line-height: normal;
}
.game-plan-template .gp-section-4 {
  padding: 30px 92px;
}
.game-plan-template .gp-section-4 .title {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}
.game-plan-template .gp-section-4 .list {
  columns: 2;
}
.game-plan-template .gp-section-4 .list-of-packages {
  margin-top: 0px;
}
.game-plan-template .gp-section-5 .input-groups {
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-plan-template .gp-section-5 .d-flex {
  justify-content: center;
  align-items: center;
}
.game-plan-template .gp-section-5 .input-group {
  width: 20%;
  margin-bottom: 10px;
  margin-right: 18px;
  margin-left: 35px;
}
.game-plan-template .gp-section-5 .title {
  margin-bottom: 30px;
}
.game-plan-template .gp-section-5 .submit {
  margin-top: 45px;
  margin-bottom: 20px;
}
.game-plan-template .gp-section-5 .action-button {
  width: 181px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.game-plan-template .gp-section-5 input[type="text"] {
  border: 1px solid #000;
}
.game-plan-template .gp-section-5 input[type="text"]::placeholder {
  color: #c6c6c6;
}
.game-plan-template .form-message-error,
#reb-email-us .form-message-error {
  text-align: center;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  font-size: 0.833vw;
}
.game-plan-template .success,
#reb-email-us .success {
  color: green;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  font-size: 0.833vw;
}
.game-plan-template input.error-field,
#reb-email-us input.error-field,
#reb-email-us textarea.error-field {
  border-color: red !important;
}
.game-plan-template input.success-field,
#reb-email-us input.success-field {
  /* border-color: green !important; */
  border-color: black !important;
}

#partner-with-roost {
  overflow-x: hidden;
}

.real-estate-brands .reb-section-7 .row {
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  padding: 0 90px;
  width: 58%;
}

@media screen and (min-width: 901px) and (max-width: 1199px) {
  .real-estate-brands .hero-text .subtitle {
    width: 86% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1315px) {
  .real-estate-brands .hero-text .subtitle {
    width: 71% !important;
    font-size: 30px !important;
  }
  .real-estate-brands .hero-text .main-title {
    font-size: 80px !important;
  }
}

/* @media screen and (min-width:1200px) and (max-width:1399px){
  .real-estate-brands .hero-text .subtitle{
    width: 83% !important;
  }
} */

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .real-estate-brands .hero-text .subtitle {
    width: 70% !important;
    font-size: 33px !important;
  }
  .real-estate-brands .hero-text .main-title {
    font-size: 90px !important;
  }
}

@media screen and (max-width: 1595px) {
  #regional-career
    #dark-section
    .rc-dark-section
    .col:first-child
    .roost-elements
    .title {
    width: 80%;
  }
}

@media screen and (max-width: 1425px) {
  #regional-career #dark-section .col .roost-elements .title {
    width: 100%;
  }
}

@media screen and (max-width: 1360px) {
  #regional-career #dark-section .col .roost-elements .title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1030px) {
  .game-plan-template .hero-img .logo {
    position: absolute;
    top: calc(50% - 156px);
    /* left: 4%; */
    right: 6%;
    transform: scale(0.6);
  }
}
@media screen and (min-width: 1031px) and (max-width: 1279px) {
  .game-plan-template .hero-img .logo {
    position: absolute;
    top: calc(50% - 126px);
    /* left: 4%; */
    right: 12%;
    transform: scale(0.6);
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .game-plan-template .hero-img .logo {
    position: absolute;
    top: calc(50% - 42px);
    /* left: 4%; */
    right: 25%;
    transform: scale(0.9);
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .game-plan-template .hero-img .logo {
    position: absolute;
    top: calc(50% - 113px);
    right: 33%;
    transform: scale(1);
    /* bottom: 219px; */
  }
}
@media screen and (max-width: 1280px) {
  .game-plan-template .hero-img .logo {
    top: calc(50% - 86px);
    right: 17%;
  }
  .real-estate-brands .col .roost-elements .description {
    width: 81% !important;
  }
}
@media screen and (max-width: 1920px) {
  .real-estate-brands
    .col
    .roost-elements
    .description:not(
      .real-estate-brands .reb-section-5 .col .roost-elements .description
    ) {
    width: 84% !important;
  }
  .real-estate-brands .reb-section-6 .links {
    width: 78% !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .game-plan-template .hero-img .logo {
    position: absolute;
    top: calc(50% - 64px);
    /* left: 4%; */
    right: 23%;
    transform: scale(0.8);
  }
}

/* THE QUICK START GAME PLAN */

@media screen and (min-width: 899px) and (max-width: 1579px) {
  /* .hero-section .col img{
    height: 600px;
  }
  .regional-career .hero-text{
    top: 192px;
  } */
  .individual-location-page .rc-section-7 .roost-elements .title,
  .individual-location-page .rc-section-6 .roost-elements .title {
    width: 100%;
  }
}
@media screen and (min-width: 899px) and (max-width: 1919px) {
  /* .modal-body{
    width: 69%;
  } */
  .modal-body {
    width: 53%;
  }
  #reb-email-us .modal-body {
    width: 40%;
    padding: 20px 40px;
  }
  #subscribe-modal .modal-body {
    width: 36%;
  }
  #subscribe-modal input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #roost-locations .col-2 {
    width: 100%;
  }
}
@media screen and (min-width: 1154px) and (max-width: 1282px) {
  .individual-location-page .rc-section-4 .roost-elements,
  .individual-location-page .rc-section-4 .title {
    width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1389px) {
  .individual-location-page .rc-section-2 .title,
  .individual-location-page .rc-section-3 .title,
  .individual-location-page .rc-section-4 .title,
  .individual-location-page .rc-section-5 .title,
  .individual-location-page .rc-section-6 .title,
  .individual-location-page .rc-section-7 .title,
  .individual-location-page .rc-section-8 .title,
  .individual-location-page .rc-section-9 .title,
  .individual-location-page .rc-section-10 .title {
    font-size: 39px;
  }
  .individual-location-page .rc-section-7 .roost-elements {
    padding: 0 0px 0px 92px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1155px) {
  .real-estate-brands .hero-text .main-title {
    font-size: 65px !important;
  }
  .real-estate-brands .hero-text .subtitle {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 768px) {
  .real-estate-brands .hero-section .hero-text {
    top: calc(50% - 86px) !important;
    left: unset !important;
    padding: 0 10px;
    text-align: center;
  }
  .real-estate-brands .hero-text .subtitle {
    width: 100% !important;
  }
  .hero-text .action .arrow-right {
    margin-bottom: 0px !important;
    padding: 4px !important;
    border-width: 0 2.5px 2.5px 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .real-estate-brands .reb-section-6 .links {
    flex-direction: column;
  }
  .real-estate-brands .reb-section-4 {
    padding: 0 0px !important;
  }
  .real-estate-brands .hero-section .hero-text {
    top: calc(50% - 77px) !important;
  }
  #regional-career #tm-element {
    font-size: unset;
    position: unset;
    top: unset;
  }
  .game-plan-template .hero-img .logo {
    top: 23%;
    left: 0px;
    transform: scale(0.3);
    width: 70px;
  }
  .game-plan-template .hero-img img:not(.logo img) {
    height: 355px;
  }
  .game-plan-template .gp-section-5 .input-group {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .game-plan-template .gp-section-5 .input-groups {
    flex-direction: column;
  }
  .game-plan-template .gp-section-4 {
    padding: 30px 1rem;
  }
  .game-plan-template .gp-section-4 .list {
    columns: 1;
  }
  .game-plan-template .gp-section-2 h4,
  .game-plan-template .gp-section-3 h4,
  .game-plan-template .gp-section-5 .sign-me-up-form-wrapper {
    padding: 0px 1rem 0 1rem;
  }
  .individual-location-page .rc-section-7 .desktop-btn {
    display: none;
  }
  .individual-location-page .rc-section-7 .mobile-btn {
    display: flex;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .individual-location-page .rc-section-7 .roost-elements {
    margin-bottom: 11px;
    padding: 0 0px 0px 0px;
  }
  #regional-career .rc-section-2 .title,
  #regional-career .rc-section-3 .title,
  #regional-career .rc-section-4 .title,
  #regional-career .rc-section-5 .title,
  #regional-career .rc-section-6 .title,
  #regional-career .rc-section-7 .title,
  #regional-career .rc-section-8 .title,
  #regional-career .rc-section-9 .title,
  #regional-career .rc-section-10 .title,
  #regional-career .rc-section-2 .roost-elements,
  #regional-career .rc-section-3 .roost-elements,
  #regional-career .rc-section-4 .roost-elements,
  #regional-career .rc-section-5 .roost-elements,
  #regional-career .rc-section-6 .roost-elements,
  #regional-career .rc-section-7 .roost-elements,
  #regional-career .rc-section-8 .roost-elements,
  #regional-career .rc-section-9 .roost-elements,
  #regional-career .rc-section-10 .roost-elements,
  #regional-career .rc-section-2 .description,
  #regional-career .rc-section-3 .description,
  #regional-career .rc-section-4 .description,
  #regional-career .rc-section-5 .description,
  #regional-career .rc-section-6 .description,
  #regional-career .rc-section-7 .description,
  #regional-career .rc-section-8 .description,
  #regional-career .rc-section-9 .description,
  #regional-career .rc-section-10 .description {
    width: 100%;
  }
  .individual-location-page
    .market-leader
    .modal-content.modal-is-open
    .modal-body {
    width: calc(100% - 88px);
  }
  .regional-career .hero-section .col img,
  .real-estate-brands .hero-section .col img {
    height: 355px !important;
  }
  .individual-location-page .rc-section-4 .roost-elements {
    width: 100%;
  }
  .individual-location-page.regional-career .container .col-2.rc-section-4 {
    flex-direction: column;
  }
  /* .roost-location .roost-loc-image img{
    height: 350px;
  } */
  .individual-location-page .rc-section-6 .padding-65,
  .individual-location-page .rc-section-7 .padding-60 {
    padding-left: 0px;
  }
  .individual-location-page .action-button.schedule-call {
    margin: 0 auto;
  }
  .individual-location-page .col:not(.hero-section .col) {
    height: 100%;
  }
  .individual-location-page .hero-text {
    left: -2% !important;
    width: 100%;
  }
  .individual-location-page .roost-elements,
  .individual-location-page .title {
    width: 100%;
  }
  .individual-location-page .download-section {
    padding: 0 0px 40px 0px !important;
  }
  .individual-location-page .rc-section-5 .left-col .leader-details {
    bottom: 57px;
    right: -22px;
    display: none;
  }
  .individual-location-page .free-roost-career-contact .input-groups {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .individual-location-page .free-roost-career-contact .input-group {
    width: 100%;
  }
  .individual-location-page .free-roost-career-contact .form-contact {
    padding: 0 20px;
  }
  .individual-location-page .form-contact input {
    margin-bottom: 10px;
  }
  .individual-location-page .submit-form-contact .action-button {
    margin-bottom: 20px;
  }
  .modal-content.modal-is-open .modal-body-columns {
    flex-direction: column-reverse;
  }
  .modal-content.modal-is-open .modal-body-col-right,
  .modal-content.modal-is-open .modal-body-col-left {
    width: 100%;
  }
  .modal-content.modal-is-open .modal-body-col-right {
    height: 400px;
    margin-bottom: 15px;
    display: none;
  }
  .modal-content.modal-is-open .modal-body-col-right img {
    object-fit: cover;
    object-position: top;
  }
  .modal-body {
    /* margin-top: 30px; */
    /* margin-top: 45px;  */
    /* height: calc(100% - 130px); */
    /* height: 560px; */
    max-height: 560px;
    height: fit-content;
    width: calc(100% - 88px);
  }
  .modal-body .modal-row {
    height: calc(100% - 100px);
    overflow-y: auto;
  }
  .regional-career .container .col-2 {
    padding: 50px 1rem;
  }
  .regional-career .container .col-2.rc-section-2,
  .regional-career .container .col-2.rc-section-4,
  .regional-career .container .col-2.rc-section-6,
  .regional-career .container .col-2.rc-section-8,
  .regional-career .container .col-2.rc-section-10 {
    flex-direction: column-reverse;
    padding: 50px 1rem 0 1rem;
  }
  .regional-career .container .col-2.rc-section-3,
  .regional-career .container .col-2.rc-section-5,
  .regional-career .container .col-2.rc-section-7,
  .regional-career .container .col-2.rc-section-9 {
    flex-direction: column;
    padding: 50px 1rem 0 1rem;
  }
  .regional-career .container .col-2 .col {
    width: 100%;
  }
  .ptb-100 {
    padding: 0px 0px;
  }
  .rc-section-2 .roost-elements,
  .rc-section-3 .roost-elements,
  .rc-section-4 .roost-elements,
  .rc-section-5 .roost-elements,
  .rc-section-6 .roost-elements,
  .rc-section-7 .roost-elements,
  .rc-section-8 .roost-elements,
  .rc-section-9 .roost-elements,
  .rc-section-10 .roost-elements {
    padding: 0 10px 40px 10px;
  }
  .rc-section-2 .title,
  .rc-section-3 .title,
  .rc-section-4 .title,
  .rc-section-5 .title,
  .rc-section-6 .title,
  .rc-section-7 .title,
  .rc-section-8 .title,
  .rc-section-9 .title,
  .rc-section-10 .title {
    font-size: 33px;
    line-height: 40px;
  }
  #roost-locations .col-2 {
    flex-direction: column;
    padding: 0px 0px;
  }
  #roost-locations p {
    padding: 0 10px 40px 10px;
  }
  #roost-locations .btn {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .regional-career .hero-text {
    top: 36%;
    left: 8px;
    text-align: center;
    padding: 0 10px;
  }
  .regional-career .hero-text .first-row,
  .real-estate-brands .hero-text .main-title {
    font-size: 35px !important;
  }
  .regional-career .hero-text .second-row,
  .real-estate-brands .hero-text .subtitle,
  .real-estate-brands .hero-text .link {
    font-size: 17px !important;
  }
  .hero-section .col img {
    height: 393px;
  }
  .regional-career .faqs-container .faqs-grid {
    flex-direction: column;
  }
  .faqs-container .faq-grid-column {
    width: 100%;
  }
  .regional-career .faqs-container {
    padding: 50px 1rem;
  }
  .faqs-container .border {
    display: none;
  }
  #our-locations .grid .grid-el {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 30px;
  }
  #our-locations .grid,
  #our-locations .title {
    padding: 0px 1rem 0 1rem;
  }
  #our-locations .title {
    font-size: 33px;
    line-height: 40px;
    padding-top: 30px;
  }
  #our-locations .grid .grid-el a {
    width: 100%;
  }
  #map {
    height: 350px;
  }
  .rc-section-3 .roost-loc-image {
    margin-top: 15px;
  }
  .rc-section-3 .roost-loc-image > img {
    height: 350px !important;
  }
  .individual-location-page .rc-section-6 .roost-elements .title,
  .individual-location-page .rc-section-7 .roost-elements .title {
    width: 100%;
  }
  .roost-location .roost-loc-image {
    height: auto;
  }
  .regional-career .container .col-2.rc-section-3 {
    padding: 50px 1rem 50px 1rem;
  }
  .individual-location-page .free-roost-career-contact .input-groups {
    width: 100%;
  }
  .container .col-2 {
    padding: 50px 1rem 0 1rem !important;
  }
  .container .col-2.reb-section-2,
  .container .col-2.reb-section-5 {
    flex-direction: column-reverse;
  }
  .container .col-2.reb-section-3,
  .container .col-2.reb-section-6 {
    flex-direction: column;
  }
  .real-estate-brands .container .col-2 .col .roost-elements {
    padding: 0 10px 40px 10px !important;
    width: 100% !important;
  }
  .real-estate-brands .container .col-2 .col {
    width: 100% !important;
  }
  .real-estate-brands .col .roost-elements .title {
    font-size: 33px !important;
    line-height: 40px !important;
    width: 100% !important;
  }
  .real-estate-brands .col .roost-elements .description {
    line-height: normal !important;
    width: 100% !important;
  }
  .real-estate-brands
    .col
    .roost-elements
    .description:not(
      .real-estate-brands .reb-section-5 .col .roost-elements .description
    ) {
    width: 100% !important;
  }
  .real-estate-brands .reb-section-6 .links {
    width: 100% !important;
  }
  .real-estate-brands .reb-section-4 .row .quote {
    width: calc(100% - 60px) !important;
    padding: 40px 0px !important;
    font-size: 19px !important;
    line-height: normal !important;
  }
  .real-estate-brands .reb-section-4 .row .founder-name {
    padding-right: 22px !important;
    font-size: 16px !important;
    line-height: normal !important;
  }
  .real-estate-brands .reb-section-7 .row {
    width: 100% !important;
    margin-bottom: 40px !important;
    padding: 0 0 !important;
    font-size: 16px !important;
    text-align: center;
  }
  #reb-email-us .modal-inputs .input-groups {
    flex-direction: column !important;
  }
  #reb-email-us .modal-inputs .input-groups .input-group {
    width: 100% !important;
  }
  #reb-email-us textarea {
    width: calc(100% - 32px) !important;
  }
  #regional-career #dark-section .col.border-right {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #regional-career #dark-section .col .roost-elements {
    padding: 0 0 0 0;
  }
  #regional-career
    #dark-section
    .rc-dark-section
    .col:first-child
    .roost-elements
    .title,
  #regional-career #dark-section .col {
    width: 100%;
  }
  #regional-career #dark-section .col {
    padding: 0px 0px 30px 0px;
  }
  #regional-career #dark-section .rc-dark-section .col:last-child {
    padding: 25px 0px 50px 0px;
  }
  .regional-career #dark-section.container .col-2.rc-dark-section {
    flex-direction: column;
  }
  /*AUTOMATICALLY POPUP*/
  #automatically-popup .modal-body .modal-row {
    overflow-y: hidden;
  }
  #automatically-popup .modal-body-columns {
    flex-direction: column;
    height: 100%;
  }
  #automatically-popup .modal-body-col-left img {
    margin-left: -30px;
    position: absolute;
    top: -205px;
    transform: scale(0.3);
  }
  #automatically-popup .modal-body-col-left {
    height: 230px;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
  }
  #automatically-popup .modal-body-col-right .modal-body-title {
    width: 100%;
    text-align: center;
  }
  #automatically-popup .modal-body-col-right .modal-body-subtitle {
    margin-right: 0px;
    text-align: center;
  }
  #automatically-popup .modal-body-col-left,
  #automatically-popup .modal-body-col-right {
    width: calc(100% - 40px);
    padding: 0 20px 30px 20px;
  }
  #automatically-popup .modal-footer {
    height: 90px;
  }
  /*SUBSCRIBE POPUP*/
  #subscribe-modal .modal-inputs .input-groups {
    flex-direction: column;
  }
  #subscribe-modal input[type="text"],
  .modal-subscribe .modal-inputs {
    width: 100%;
  }
  /*DARK SECTION*/
}
@media screen and (max-width: 414px) {
  .game-plan-template .hero-img .logo {
    top: 34%;
  }
}
@media screen and (max-width: 412px) {
  .game-plan-template .hero-img .logo {
    top: 34%;
  }
}
@media screen and (max-width: 393px) {
  .game-plan-template .hero-img .logo {
    top: 34%;
  }
}
@media screen and (max-width: 390px) {
  .game-plan-template .hero-img .logo {
    top: 34%;
  }
}
@media screen and (max-width: 375px) {
  .game-plan-template .hero-img .logo {
    top: 34%;
    transform: scale(0.25);
  }
}
/*Regional Career Page*/

/*Real Estate Brands LTD*/
.real-estate-brands .reb-section-6 a.action-button {
  width: 130px;
  justify-content: center;
}
.real-estate-brands .reb-section-6 .links {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.real-estate-brands .reb-section-4 .row {
  width: calc(100% - 180px);
}
.real-estate-brands .reb-section-4 .row .quote {
  font-size: 31px !important;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}
.real-estate-brands .reb-section-4 .row .quote .founder-name {
  text-align: right;
  padding-right: 20px;
  font-weight: 600;
}
#reb-email-us .modal-inputs {
  width: 100%;
}
.real-estate-brands .hero-section {
  position: relative;
}
.real-estate-brands .hero-section .hero-text {
  position: absolute;
  /* top: calc(50% - 122px); */
  top: calc(50% - 145px);
  left: 102px;
}
.real-estate-brands .hero-section .col img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  object-position: top;
}
.real-estate-brands .hero-text .main-title {
  /* font-size: 65px; */
  font-size: 95px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Oswald";
}
.real-estate-brands .hero-text .subtitle {
  /* font-size: 30px; */
  font-size: 35px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto";
  /* width: 39%; */
  width: 62%;
}
.real-estate-brands .hero-text .link {
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto";
  text-decoration: none;
  margin-top: 20px;
}
.real-estate-brands .hero-text .link a {
  color: #55b5cc;
}
.hero-text .action .arrow-right {
  border: solid #55b5cc;
  border-width: 0 4.5px 4.5px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 7px;
  margin-bottom: 2px;
}
.real-estate-brands .container .col-2 .col {
  width: 50%;
}
.real-estate-brands
  .container
  .col-2
  .col
  .roost-elements:not(
    .real-estate-brands .container .col-2.reb-section-5 .col .roost-elements
  ) {
  padding: 0 90px 0px 92px;
  width: 80%;
  /* width: 631px; */
}
.real-estate-brands .container .col-2 .col .roost-elements {
  padding: 0 90px 0px 92px;
  width: 80%;
  /* width: 631px; */
}
.real-estate-brands .col .roost-elements .title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 11px;
  width: 94%;
}
.real-estate-brands .col .roost-elements .description {
  font-size: 18px;
  line-height: normal;
}
/*Start Why ROOST Lucky Town*/
.why-roost .hero-section {
  position: relative;
}
.why-roost .hero-text {
  position: absolute;
  top: calc(50% - 145px);
  left: 102px;
}
.why-roost .hero-text .main-title {
  font-size: 65px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Oswald";
  width: 56%;
  line-height: 65px;
  margin-bottom: 15px;
}
.why-roost .hero-text .subtitle {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto";
  width: 55%;
}
.why-roost .hero-section .col img {
  width: 100%;
  height: 670px !important;
  object-fit: cover;
  object-position: top;
}
.bg-darkblue {
  background-color: #02334e;
}
.why-roost .container .col-2 .col {
  width: 50%;
}
.why-roost .container .col-2 .col .roost-elements {
  padding: 0 90px 0px 92px;
  width: 80%;
}
.why-roost .col .roost-elements .title {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 11px;
  width: 94%;
}
.why-roost .col .roost-elements .description {
  font-size: 18px;
  line-height: normal;
  width: 94%;
  margin-bottom: 7px;
}
.why-roost .col img {
  /* height: 480px !important; */
  height: 100% !important;
  object-fit: fill;
}
.why-roost .why-section-4 .row {
  font-size: 31px !important;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}
.why-roost .why-section-7 .row {
  font-size: 31px !important;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}
.why-roost .why-section-10 .row {
  font-size: 31px !important;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
}
.why-roost .why-section-13 .row {
  font-size: 31px !important;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  text-align: center;
  width: 45%;
  margin: 0 auto;
  padding: 0 90px;
}
.why-roost .why-section-14 .col .roost-elements .description p {
  font-size: 18px;
  line-height: normal;
}
.why-roost .why-section-16 .row {
  /* font-size: 18px;
  line-height: normal;
  width: 100%;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  padding: 0 90px; */
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  padding: 0 90px;
  width: 58%;
}
.why-roost .why-section-15 .links {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 77%;
  margin-top: 30px;
  gap: 10px;
}
.why-roost .why-section-15 a.action {
  height: 48px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
  background-color: #d15e14;
  padding: 0 35px;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 130px;
  justify-content: center;
}
.why-roost .container .col-2 .col.mr10 {
  margin-right: 10px;
  width: calc(50% - 10px);
}
.why-roost .container .col-2 .col.ml10 {
  margin-left: 10px;
  width: calc(50% - 10px);
}
/* .why-roost .why-section-6 img{
  height: 340px !important;
  width: 100% !important;
  object-fit: cover;
} */
.why-roost .why-section-8 .title {
  width: 60% !important;
}
.why-roost .why-section-6 .title {
  width: 500px !important;
}
/* .why-roost .why-section-6 .description{
  width: 450px !important;
} */
.why-roost .why-section-6 img {
  height: 384px !important;
}
.why-roost .why-section-12 img {
  transform: scale(0.98);
}
/* .why-roost .why-section-12 .description{
  width: 444px !important;
} */
.why-roost .why-section-14 .title {
  width: 538px !important;
}
/* .why-roost .why-section-14 .description{
  width: 500px !important;
} */
.why-roost .why-section-15 .col .roost-elements .description {
  width: 80%;
}
@media screen and (min-width: 901px) and (max-width: 1199px) {
  .why-roost .why-section-7 .row {
    width: 100% !important;
  }
  .why-roost .why-section-10 .row {
    width: 100% !important;
  }
  .why-roost .why-section-13 .row {
    width: 100% !important;
  }
  .why-roost .why-section-6 .title,
  .why-roost .why-section-6 .col .roost-elements .description,
  .why-roost .why-section-12 .description,
  .why-roost .why-section-14 .title,
  .why-roost .why-section-14 .col .roost-elements .description {
    width: 100% !important;
  }
}
/* @media screen and (min-width:1200px) and (max-width:1304px){
  .why-roost .why-section-7 .row{
    width: 46% !important;
  }
  .why-roost .why-section-10 .row{
    width: 48% !important;
  }
  .why-roost .why-section-13 .row{
    width: 55% !important;
  }
} */
@media screen and (min-width: 901px) and (max-width: 1121px) {
  .why-roost .why-section-13 .row {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 1095px) {
  .why-roost .hero-text .main-title {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) and (max-width: 958px) {
  .why-roost .why-section-4 .row {
    width: 100% !important;
  }
}
@media screen and (min-width: 1096px) and (max-width: 1149px) {
  .why-roost .hero-text .main-title {
    width: 83% !important;
  }
}
@media screen and (min-width: 1149px) and (max-width: 1259px) {
  .why-roost .hero-text .main-title {
    width: 79% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1378px) {
  .why-roost .why-section-8 .title {
    width: 70% !important;
  }
}
@media screen and (min-width: 1379px) and (max-width: 1493px) {
  .why-roost .why-section-8 .title {
    width: 65% !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1386px) {
  .why-roost .hero-text .main-title {
    width: 70% !important;
  }
  .why-roost .hero-text .subtitle {
    width: 63% !important ;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1429px) {
  .why-roost .hero-text .main-title {
    width: 64% !important;
  }
}
@media screen and (min-width: 1430px) and (max-width: 1569px) {
  .why-roost .hero-text .main-title {
    width: 63% !important;
  }
  .why-roost .hero-text .subtitle {
    width: 56%;
  }
}
@media only screen and (max-width: 1400px) {
  .why-roost .hero-text .main-title {
    width: 64%;
  }
  .why-roost .hero-text .subtitle {
    font-size: 30px;
    width: 60%;
  }
  .why-roost .why-section-3 .col .roost-elements .description {
    width: 75%;
  }
  .why-roost .why-section-14 .col .roost-elements .description {
    width: 89%;
  }
  .why-roost .why-section-6 .col .roost-elements .description,
  .why-roost .why-section-8 .col .roost-elements .description {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  .why-roost .hero-text .main-title {
    width: 71%;
  }
  .why-roost .hero-text .subtitle {
    width: 69%;
  }
  .why-roost .why-section-8 .col .roost-elements .description {
    width: 79%;
  }
  .why-roost .why-section-6 .col .roost-elements .description {
    width: 88%;
  }
  .why-roost .why-section-3 .col .roost-elements .description {
    width: 81%;
  }
}
@media only screen and (max-width: 900px) {
  .real-estate-brands .reb-section-4 .row {
    width: 100%;
  }
  .real-estate-brands .reb-section-4 .row .quote {
    font-size: 19px !important;
  }
  .why-roost .why-section-6 .description,
  .why-roost .why-section-12 .description,
  .why-roost .why-section-14 .description,
  .why-roost .why-section-15 .col .roost-elements .description {
    width: 100% !important;
  }
  .container .col-2 {
    flex-direction: column;
    padding: 50px 1rem 0 1rem !important;
  }
  .container .col-2.why-section-2,
  .container .col-2.why-section-5,
  .container .col-2.why-section-8,
  .container .col-2.why-section-11,
  .container .col-2.why-section-14 {
    flex-direction: column-reverse;
  }
  .why-roost .container .col-2 .col {
    width: 100%;
  }
  .why-roost .container .col-2 .col .roost-elements {
    padding: 0 10px 40px 0px !important;
    width: 100% !important;
  }
  .why-roost .col .roost-elements .title {
    font-size: 33px !important;
    line-height: 40px !important;
    width: 100% !important;
  }
  .why-roost .container .col-2 .col.mr10,
  .why-roost .container .col-2 .col.ml10 {
    width: 100%;
  }
  .why-roost .why-section-4 .row,
  .why-roost .why-section-7 .row,
  .why-roost .why-section-10 .row,
  .why-roost .why-section-13 .row,
  .why-roost .why-section-16 .row {
    padding: 0 0;
    width: 100%;
  }
  .why-roost .container .col-2.why-section-4,
  .why-roost .container .col-2.why-section-7,
  .why-roost .container .col-2.why-section-10,
  .why-roost .container .col-2.why-section-13,
  .why-roost .container .col-2.why-section-16 {
    padding: 50px 1rem 50px 1rem !important;
  }
  .why-roost .col .roost-elements .description,
  .why-roost .why-section-6 .col .roost-elements .description,
  .why-roost .why-section-8 .col .roost-elements .description,
  .why-roost .why-section-15 .links,
  .why-roost .why-section-14 .col .roost-elements .description,
  .why-roost .why-section-3 .col .roost-elements .description {
    width: 100%;
  }
  .why-roost .container .col-2 .col img {
    height: auto !important;
  }
  .why-roost .hero-text {
    top: calc(50% - 77px) !important;
    left: unset !important;
    padding: 0 10px;
  }
  .why-roost .hero-text .main-title {
    width: 100%;
    font-size: 26px !important;
    line-height: 30px;
    text-align: center;
  }
  .why-roost .hero-text .subtitle {
    font-size: 17px !important;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .why-roost .hero-section .col img {
    height: 355px !important;
  }
  .why-roost .why-section-7 .row,
  .why-roost .why-section-4 .row,
  .why-roost .why-section-10 .row,
  .why-roost .why-section-13 .row {
    font-size: 19px !important;
    line-height: normal !important;
  }
}
/*End Why ROOST Lucky Town*/
