/*
Theme Name: rmWebPro
Text Domain: rmwebpro
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 1.1.5
License: Proprietary, non-distributed
*/
.faq-section {
  width: 78%;
  margin: 2em auto;
}

.faq-wrapper {
  width: 100%;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #1b2c46;
  padding: 10px 0;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 22px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 10px 0;
  color: #1b2c46;
  font-size: 18px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer a {
  text-decoration: underline;
  color: inherit;
}

.address-info p {
  margin: 0;
}

.home .oj-contact-block-container {
  padding: 1em 5% 0px;
}

.contact-gray {
  background-color: #cccccc;
  color: #000000;
}

.contact-branding {
  background-color: #1b2c46;
  color: #000000;
}

.contact-branding2 {
  background-color: #1b2c46;
  color: #ffffff;
}

.contact-black {
  background-color: #000000;
  color: #ffffff;
}

.oj-contact-block {
  display: flex;
  flex-direction: row-reverse;
  gap: 2em;
  width: 85%;
  margin: auto;
  padding: 2em;
}

.oj-form-wrap, .oj-contact-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact-address, .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-address h2 {
  margin-bottom: 35px;
}

.google-map2 {
  height: 400px;
}

.contact-address .google-map2 {
  align-self: stretch;
  height: 700px;
}

.contact-address .google-map2 iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.our-location {
  width: 80%;
  margin: 2em auto 0px;
}

.contact-info-block {
  width: 100%;
  margin: 0;
}

.contact-info-block a:hover {
  text-decoration: underline;
}

.address-info, .contact-page-info {
  width: 100%;
  margin: 0px;
  text-align: left;
}

.address-info h3, .contact-page-info h3 {
  margin: 0;
}

@media (max-width: 768px) {
  .oj-contact-block {
    flex-direction: column;
  }
  .oj-form-wrap, .oj-contact-col {
    width: 100%;
  }
}

.application-form-wrapper {
  width: 90%;
  margin: auto;
  background-color: white;
  padding: 2em;
}

.online-application .form-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em 2em;
  margin-bottom: 1.5em;
}

.online-application .form-section h2,
.online-application .form-section h3 {
  grid-column: 1 / -1;
  margin: 0;
}

.online-application .form-section h2 {
  margin: 0.5em 0 0.5em;
  border-top: 1px solid;
  padding-top: 0.5em;
}

.online-application .form-section h2:first-child {
  margin-top: 0;
  border-top: none;
}

.online-application label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
}

.online-application input[type="text"],
.online-application textarea,
.online-application select {
  display: block;
  margin-top: 0.5em;
  width: 100%;
  height: 2.5em;
}

.online-application .error {
  background: red;
  border-bottom: 1px solid #BF9A9A;
  height: auto;
  padding: 0;
  margin: 0;
  min-width: 0;
  min-height: 0;
}

.online-application .form-section--certification {
  grid-template-columns: 1fr;
  gap: 0;
}

input#CaptchaChallenge {
  width: 33%;
}

@media (max-width: 600px) {
  .online-application .form-section {
    grid-template-columns: 1fr;
  }
  input#CaptchaChallenge {
    width: 100%;
  }
}

input[type="submit"] {
  height: 3.5em;
  background-color: #1b2c46;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
}

body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

html {
  background: #fff;
}

body {
  box-sizing: border-box;
  background-color: #e6e1c5;
}

body * {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

img.image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image {
  width: 100%;
  height: 400px;
}

.card-circle-image-wrap .image {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50%;
}

.arc-item-image .image {
  height: 450px;
}

.logo img {
  height: 115px;
  width: auto;
}

p {
  line-height: 1.33;
}

h1,
h2,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 4em !important;
  text-transform: uppercase;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
  font-weight: 400;
}

h4 {
  font-size: 1.75em;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  transition: all .4s;
}

a.small-link {
  font-size: 1em;
}

a.logo {
  border-bottom: 0;
}

.site-width {
  width: 90%;
  margin: 0 auto;
}

.section-padding {
  margin: 0 auto 2em;
}

.home .section-padding {
  margin: 0 auto;
  padding: 2em;
}

.addt-padding {
  padding: 4em;
}

.image-accent-color-content h1, .image-accent-color-content h2, .image-accent-color-content h3, .image-accent-color-content h4,
.fwimage-overlay-content h1,
.fwimage-overlay-content h2,
.fwimage-overlay-content h3,
.fwimage-overlay-content h4,
.three-column-item-content h1,
.three-column-item-content h2,
.three-column-item-content h3,
.three-column-item-content h4,
.two-column-accent h1,
.two-column-accent h2,
.two-column-accent h3,
.two-column-accent h4 {
  margin: .25em 0;
}

.image-accent-color-content,
.three-column-item-content,
.two-column-accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fwimage-overlay-content a {
  color: #1b2c46;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.fwimage-overlay-content a:hover {
  text-decoration: underline;
}

.border-color2 {
  border-color: #ffffff;
}

.three-column-image-hover .three-column-item.bg-color1-hover {
  background-color: rgba(27, 44, 70, 0.9) !important;
  color: #fff !important;
  border-color: #fff;
}

.three-column-image-hover .three-column-item.bg-color1-hover a {
  color: #fff;
  border-color: #fff;
}

.three-column-image-hover .three-column-item.bg-color1-hover:hover {
  background-color: rgba(27, 44, 70, 0.5) !important;
}

.three-column-item-content h2 {
  text-align: center;
}

.bg-color2 {
  background-color: #1b2c46;
}

.bg-color3 {
  background-color: #f4f4f4;
}

.super-header {
  background-color: #E2E5E6;
  display: flex;
  gap: 2em;
  row-gap: 2em;
  column-gap: 2em;
  padding: 0.75em 10%;
}

.super-header a {
  font-size: 14px;
  color: #000000;
  text-transform: lowercase;
  font-weight: 600;
}

.site-head-wrap {
  background-color: transparent;
  width: 100%;
  padding: 2em 0 0.25em;
  position: relative;
  z-index: 100;
}

.site-head-wrap-interior {
  background-color: #1b2c46;
  width: 100%;
  padding: 2em 0;
  position: relative;
  z-index: 100;
}

.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.home .super-header {
  background-color: transparent;
}

.nav-banner-bar,
.nav-banner-bar-interior {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-banner-bar-interior.header-padding {
  padding: 4em 0 0 0;
}

.nav-banner-bar {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: auto;
}

.top-menu-containers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.portal-btns {
  display: flex;
  gap: 2em;
  width: 100%;
  justify-content: flex-end;
}

.primary-menu-area .navigation-list {
  display: flex;
  padding: 0;
  list-style: none;
}

.primary-menu-area .navigation-list li {
  padding: 1em;
  text-align: center;
}

.primary-menu-area .navigation-list li:last-child {
  padding-right: 0;
}

.primary-menu-area .navigation-list a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.primary-menu-area .navigation-list a:hover {
  border-bottom: 2px solid #ffffff;
}

#menu-main-menu li.menu-item-has-children {
  position: relative;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  visibility: hidden;
  transition: all .4s;
  margin: 0;
  opacity: 0;
  top: 2.75em;
  padding: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  z-index: 2;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.4);
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li {
  padding: 0;
  margin: .15em 0;
  transition: all .4s;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li a {
  display: flex;
  padding: .5em .75em;
  border-bottom: none;
  background-color: transparent;
}

#menu-main-menu li.menu-item-has-children ul.sub-menu li a:hover {
  border-bottom: none;
}

#menu-main-menu li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
}

#menu-main-menu li.menu-item-has-children:last-child ul.sub-menu {
  right: 0;
}

.title-bar {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b2c46;
  color: #ffffff;
}

.title-bar h1.title {
  text-align: center;
  margin: 0.5em auto;
  letter-spacing: 2px;
  font-weight: 500;
}

a.button_blue {
  background-color: #1b2c46;
  color: #ffffff;
  padding: 1em 2em;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 200px;
}

a.button_blue:hover {
  background-color: #164377;
  color: #ffffff;
  text-decoration: none;
}

a.button_tan {
  background-color: #1b2c46;
  color: #ffffff;
  padding: 1em 2em;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 200px;
  border: 2px solid #af9f7f;
}

a.button_tan:hover {
  border: 2px solid #6d6350;
  text-decoration: none;
}

/*footer styles*/
.site-footer {
  background: #222940;
  background: linear-gradient(180deg, #1b2c46 3%, #1b2c46 100%);
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
  color: #ffffff;
}

.site-footer a {
  color: #ffffff;
  text-transform: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.bottom-footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.bottom-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.bottom-footer:nth-child(2) {
  align-items: center;
}

.footer-menu-area {
  height: 100%;
}

.footer-menu-area .navigation-list {
  margin: 0 auto 1.5em;
  justify-content: space-between;
  display: flex;
  list-style: none;
  width: 80%;
}

.footer-menu-area .navigation-list a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}

.bottom-footer-item:first-child {
  margin-top: 0;
}

.bottom-footer-item:first-child p {
  font-weight: 700;
  margin-top: 0;
}

.bottom-footer-item a {
  padding-bottom: .15em;
}

.bottom-footer-item p {
  margin: .5em 0;
}

.copyright-area {
  display: flex;
  align-items: flex-end;
}

.copyright-item a {
  font-size: 1em;
  display: flex;
  align-items: flex-end;
  border-bottom: none;
  padding-bottom: 0;
  margin-left: .5em;
}

.social-area {
  display: flex;
  gap: 0.5em;
  justify-content: center;
}

.social-area a {
  border-bottom: none;
  padding-bottom: 0;
}

.social-area .fa-stack {
  height: 1em;
  line-height: 1em;
  width: 1em;
}

.footer-contact-row {
  display: flex;
  gap: 1em;
  justify-content: center;
  margin: 1em;
}

/* Gutenberg alignment sample */
.rm-core-block-wrapper {
  width: 90%;
  margin: 4em auto;
}

.rm-core-block-top-wrapper {
  margin: 4em 0;
}

.rm-core-paragraph-wrapper {
  width: 80%;
  margin: 2em auto;
}

.wp-block-column .rm-core-block-wrapper {
  width: auto;
  margin: 0;
}

.wp-block-column .wp-block-image {
  margin: 1em 0;
}

.blocks-gallery-item a {
  border-bottom: 0;
}

.main-wrapper {
  overflow: clip;
}

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw;
  padding: 0;
}

.entry-content .alignwide {
  margin: 0 auto;
  max-width: 68em;
}

/*Background Image Text Overlay block css*/
.fwimage-overlay-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
}

.fwimage-overlay-content {
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 4em 2em;
  width: 90%;
}

.fwimage-overlay-content .font2 {
  font-size: 3em;
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin-top: 1.5em;
}

a.button_green {
  background-color: #18B59E;
  color: #ffffff;
  padding: 0.75em 1.5em;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

a.button_green:hover {
  background-color: #00957E;
  color: #ffffff;
}

.fwimage-overlay-border {
  border-bottom-width: 0px;
  border-top-width: 0;
  border-style: none;
  flex-basis: calc(100% / 2);
}

.fwimage-overlay-content h1 {
  color: #1b2c46;
  font-size: 2rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.fwimage-overlay-content h2 {
  color: white;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  text-transform: unset;
}

/*Image Accent Color block css*/
.image-accent-color-container {
  min-height: 100vh;
  height: auto;
  position: relative;
}

.image-accent-color-wrapper {
  display: flex;
  height: 100vh;
}

.image-accent-color.image-side {
  width: 35%;
}

.image-accent-color.color-side {
  width: 65%;
}

.image-accent-color.content-side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
}

.image-accent-color-border {
  border-width: 2px;
  border-style: solid;
  width: 100%;
}

.image-accent-color-content {
  margin: 1.5em;
}

/*Three Column Image Hover block css*/
.three-column-image-hover {
  display: flex;
  min-height: 60vh;
  height: auto;
}

.three-column-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.75s ease-out;
  flex: 1;
}

.three-column-item:nth-child(2) .three-column-item-content {
  border-left: 1px solid rgba(244, 244, 244, 0.2);
  border-right: 1px solid rgba(244, 244, 244, 0.2);
}

.three-column-item-bkimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

/*Two Column Accent Color block css*/
.two-column-accent-color {
  display: flex;
  min-height: 100vh;
  height: auto;
}

.two-column-accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.two-column-accent.large-side,
.two-column-cgm.large-side {
  width: 65%;
}

.two-column-accent.accent-side,
.two-column-cgm.accent-side {
  width: 35%;
}

/*Two Column Contact Googlemap*/
.two-column-contact-googlemap {
  display: flex;
}

.two-column-contact-googlemap .standard-google-map {
  min-height: 450px;
  height: 100%;
}

.two-column-contact-googlemap .standard-google-map iframe {
  height: 100%;
}

/*Card Vertical 3 Col*/
.card-vertical-3-col-container {
  background-color: #e6e1c5;
}

.card-vertical-3-col-container .layout-title {
  padding: 1em;
  margin: -1px 0 0;
  text-align: center;
}

.card-vertical-3-col-container p {
  color: #333333;
}

.card-vertical-3-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.card-vertical-3-col .card-vertical-col {
  width: 30%;
  padding: 15px;
  margin: 1em;
  background: #FFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.card-vertical-3-col .card-vertical-col h4 {
  margin: .5em 0;
}

.card-vertical-3-col .card-vertical-col span.title {
  text-transform: uppercase;
  font-weight: 700;
}

.card-vertical-3-col .card-vertical-col img {
  width: 100%;
  height: 400px;
}

.card-vertical-3-col .card-vertical-col a {
  border-bottom: 2px solid;
  display: inline-block;
  margin: 10px 0;
}

.three-col-title {
  background-color: #1b2c46;
  color: #ffffff;
}

h2.layout-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.5rem;
}

/*Text Blocks 2 Col*/
.text-blocks-main,
.text-blocks-secondary {
  padding: 2em;
  font-size: 1.15em;
}

.text-blocks-col-wrapper {
  display: flex;
  padding: 3rem 0;
}

.text-blocks-col-item {
  width: 100%;
  text-align: center;
}

/*Form Overlay Text*/
.form-overlay-padding {
  width: 100%;
  margin: 0 auto;
}

.form-overlay-top {
  text-align: center;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
}

.form-overlay-bottom {
  text-align: center;
}

.form-overlay-bottom .form-overlay-text {
  padding: 2em 10em;
  margin-bottom: 0;
}

.form-overlay-form {
  position: relative;
  padding: 1em 10em;
}

.form-overlay-form .caldera-grid .row {
  margin: 0;
}

.form-overlay-form .caldera-grid input.btn.btn-default {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 1rem 2rem;
}

.form-overlay-form .caldera-grid input.form-control,
.form-overlay-form .caldera-grid textarea.form-control {
  background-color: transparent;
  border: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  box-shadow: none;
  border-radius: 0;
}

.form-overlay-form .caldera-grid .form-group {
  text-align: left;
}

.form-overlay-form .caldera-grid label {
  color: #333;
}

.form-overlay-form .caldera-grid .btn-default {
  background-color: #333;
  color: #fff;
  transition: .5s;
}

.form-overlay-form .caldera-grid .btn-default:hover {
  background-color: #FFF;
  color: #333;
}

/*Standard Caldera form*/
.caldera-grid {
  margin: 4em;
}

/*Featured Listing*/
.two-column-featured-list {
  display: flex;
  flex-wrap: wrap;
}

.two-column-featured-list .two-column-featured-item {
  margin: 1em;
  width: 45%;
  flex: 1 1 auto;
}

.two-column-featured-list .two-column-featured-item img {
  height: 400px;
}

.two-column-featured-list .two-column-featured-item .two-column-featured-details {
  margin: 1em;
}

.prop-title {
  font-weight: 700;
  font-size: 1.75em;
}

/*Card Circle Arc Styles*/
.card-circle-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}

.card-circle-wrapper .card-circle-item {
  width: 30%;
  margin: 1em;
  display: flex;
  flex-direction: column;
}

.card-circle-wrapper .card-circle-content-wrap {
  padding: 2em 2em 12em 2em;
  flex: 1 1 auto;
}

.card-circle-wrapper .card-circle-content-wrap a {
  margin: .5em;
}

.card-circle-wrapper .card-circle-image-wrap {
  display: flex;
  margin-top: -10em;
}

.card-circle-wrapper .card-circle-image-wrap img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.arc-item-main-wrap,
.arc-two-column-wrapper {
  margin: 4em 0;
}

.arc-item-wrapper {
  padding: 2em 2em 22em 2em;
  position: relative;
}

.arc-item-wrapper:after {
  content: '';
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-top-left-radius: 80%;
  border-top-right-radius: 80%;
}

.arc-item-image {
  width: 75%;
  height: 450px;
  margin: 0 auto;
  margin-top: -20em;
  z-index: 2;
  position: relative;
}

.arc-two-column-wrapper {
  display: flex;
}

.arc-two-column-left,
.arc-two-column-right {
  flex: 1 1 auto;
  width: 50%;
}

.arc-two-column-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.arc-two-column-left-img {
  height: 500px;
}

.arc-two-column-left-img {
  position: relative;
}

.arc-two-column-left-img .arc-two-column-left-link {
  position: absolute;
  bottom: -2.25em;
}

.arc-two-column-left-img .image {
  height: 100%;
}

.arc-two-column-content-link-wrap {
  position: relative;
}

.arc-two-column-content-link-wrap .arc-two-column-left-link {
  position: absolute;
  bottom: -2.25em;
}

.arc-two-column-left-link {
  background-color: #fff;
  padding: 1.25em;
  border-radius: 50%;
  margin-left: 4em;
}

.arc-two-column-left-link a {
  padding-bottom: 0;
  border-bottom: none;
  display: flex;
}

.arc-two-column-left-link a i {
  font-size: 1.25em;
}

/*Tabbed Section Title*/
#tabbed-block-tabs {
  display: flex;
  border: 0px;
  padding: 0;
}

#tabbed-block-tabs ul {
  border: 0px;
  background: none;
  padding: 0;
  width: 25%;
}

.tabbed-block-content {
  padding: 1em 0 1em 4em !important;
  width: 75%;
}

.tabbed-block-content h2 {
  margin: 0;
}

.tabbed-block-content a {
  border: 0;
  padding: .5em 2em;
}

.tabbed-block-title {
  border: none !important;
  border-radius: 0 !important;
  margin: .5em 0 !important;
  width: 100%;
  white-space: normal !important;
}

.tabbed-block-title a {
  text-transform: capitalize;
  width: 100%;
  font-size: 1.25em;
  border-bottom: 0;
}

.tabbed-block-image {
  height: 400px;
  margin-left: 1em;
}

.tabbed-block-img-content-wrapper {
  display: flex;
  margin: 2em 0;
}

.tabbed-block-content-container {
  flex-basis: calc(100% / 2 * 7);
  font-size: 1em;
}

.tabbed-block-image {
  flex-basis: calc(100% /2 * 3);
}

/* Featured Properties */
.address-separator {
  display: inline;
}

.address-break {
  display: none;
}

@media (max-width: 900px) {
  .address-separator {
    display: none;
  }
  .address-break {
    display: block;
  }
}

.image-overlay-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 420px;
  width: 100%;
}

.image-overlay-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  background: rgba(27, 44, 70, 0.6);
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 1em;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  letter-spacing: 0.03em;
  font-weight: 900;
}

.image-overlay-container:hover img {
  transform: scale(1.05);
}

.image-overlay-container:hover .overlay-text {
  opacity: 1;
  transform: translateY(0);
}

.slick-slide {
  margin: 0 1px;
}

.slick-slide img {
  object-fit: cover;
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  font-size: 35px !important;
}

.slick-prev,
.slick-next {
  display: block !important;
  z-index: 10;
  width: 40px !important;
  height: 40px !important;
}

.slick-next {
  right: 0px !important;
}

.slick-prev {
  left: 0px !important;
}

.slick-track {
  margin: unset !important;
}

.slickwrapper-featured.slick-single {
  width: 42%;
  margin: 0 auto;
}

/* Property & Unit Detail */
.column-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2em;
}

.column70 {
  flex: 0 0 calc(70% - 1em);
  max-width: calc(70% - 1em);
  box-sizing: border-box;
}

.column30 {
  flex: 0 0 calc(30% - 1em);
  max-width: calc(30% - 1em);
  box-sizing: border-box;
}

.column30 p {
  margin: 0;
}

.max-wrap {
  box-sizing: border-box;
  max-width: 100%;
}

.rmwb_detail-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: start;
  padding: 10px 2em;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}

.rmwb_detail-wrapper .rmwb_section {
  flex-basis: 47%;
  flex: 1 1;
}

.rmwb_detail-wrapper .rmwb_section h3 {
  margin-bottom: auto;
}

.rmwb_detail-wrapper .rmwb_description {
  flex-basis: 100%;
  width: 100%;
  padding: 0 1em;
}

.rmwb_detail-wrapper ul {
  margin: 0;
  padding: 0;
}

.prop-information {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.community-description {
  margin: 0 1em;
  text-align: center;
}

.rmwb_callout-links {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: 15px;
  margin-top: auto;
  padding-bottom: 2em;
}

.rmwb_callout-links a {
  flex: 1 1 auto;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
  text-decoration: none;
  border: 2px solid #e6e1c5;
  color: #1b2c46;
  background: #ffffff;
  transition: color 0.2s ease, border-color 0.2s ease;
  border-color: #af9f7f;
}

.rmwb_callout-links a:hover {
  border-color: #6d6350;
}

h1.propertydetail {
  margin: 0;
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

h2.propertydetail2 {
  color: #1b2c46;
  font-size: 1.5em;
  background-color: transparent;
  padding: 0;
  margin: 0 0 1em;
  text-align: center;
}

h3.propertydetail {
  margin: 1em 0 0;
  font-size: 30px;
  line-height: normal;
  color: #1b2c46;
  font-weight: 700;
}

.property-detail-title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin: 1.25em 0;
}

.goback {
  width: 90%;
  margin: 0.5em auto 20px;
  font-size: 1em;
  font-weight: 700;
}

.goback a {
  color: #1b2c46;
}

.goback a:hover {
  color: #1b2c46;
}

.detail-content {
  line-height: 2;
}

.availability,
.rmwb_google-map-detail {
  width: 100%;
  margin: 30px 0;
}

ul.amenity_list {
  /*margin-bottom: 2em;*/
  list-style: none;
  padding: 0;
}

#property-details-container h2, #property-details-container h3 {
  color: #1b2c46;
}

.slider-for .slick-prev,
.slider-for .slick-next {
  display: none !important;
}

.slider-for {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 15px;
}

.slider-for .slick-slide {
  position: relative;
}

.slider-for .slick-slide a[data-fancybox] {
  display: block;
  position: relative;
  cursor: pointer;
}

.slider-for .slick-slide a[data-fancybox]::after {
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 24px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  pointer-events: none;
}

.slider-nav .slick-list {
  max-height: 150px;
}

.slider-nav .slick-slide {
  padding: 5px;
}

.slider-nav .slick-slide img {
  cursor: pointer;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

@media (min-width: 1300px) {
  .slider-nav .slick-slide img {
    height: 200px;
  }
}

@media (max-width: 1000px) {
  .title-dash {
    display: none;
  }
  .title-unit-name {
    display: block;
  }
}

@media (max-width: 970px) {
  .slider-for {
    max-height: 400px;
  }
  .slider-for .slick-slide {
    overflow: hidden;
  }
  .slider-for .slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

.column30 ul.rmwb_info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column30 ul.rmwb_info-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.column30 ul.rmwb_info-list li:last-child {
  border-bottom: none;
}

.rmwb_listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 1em auto;
}

h2.rmwb_listing_header {
  color: #1b2c46;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 0.25em;
  width: 100%;
  line-height: 1.1;
  font-size: 1.6em;
  text-align: center;
}

h3.rmwb_listing_subheader, p.rmwb_property_address {
  color: #1b2c46;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
}

p.rmwb_property_address {
  text-align: center;
  color: #1b2c46;
}

.rmwb_unit-listings-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.rmwb_listing-wrapper {
  display: flex;
  flex-direction: column;
  margin: 1em;
  width: calc(33% - 2em);
  box-shadow: 0 4px 8px #cccccc;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_header-section {
  padding: 0.75em 1em;
  border-bottom: 1px solid #eee;
}

.rmwb_listing-wrapper .rmwb_header-section h3 {
  text-align: center;
  color: #1b2c46;
  margin: 0;
}

.rmwb_listing-wrapper .rmwb_photo-section {
  padding: 0;
}

.rmwb_listing-wrapper .rmwb_photo-section a {
  display: block;
  overflow: hidden;
}

.rmwb_listing-wrapper .rmwb_photo-section img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.rmwb_listing-wrapper .rmwb_photo-section:hover img {
  transform: scale(1.05);
}

.rmwb_listing-wrapper ul.rmwb_info-list {
  list-style: none;
  margin: 1em;
}

.rmwb_listing-wrapper .rmwb_section {
  margin: 1em 0.5em 0.25em;
}

.rmwb_listing-wrapper .rmwb_important-info-section {
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li {
  list-style-type: none;
  /*display: flex;*/
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_important-info-section .rmwb_info-list li:last-child {
  border-bottom: none;
}

.rmwb_listing-wrapper .rmwb_description {
  padding: 0.5em 1em;
  width: 100%;
  font-size: 0.9em;
  box-sizing: border-box;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  margin-top: auto;
  padding: 0.5em;
  gap: 0.5em;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a {
  flex: 1 1 auto;
  padding: 10px 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 13px;
  text-decoration: none;
  border: 2px solid #e6e1c5;
  color: #ffffff;
  background: #1b2c46;
  transition: color 0.2s ease, border-color 0.2s ease;
  border-color: #e6e1c5;
}

.rmwb_listing-wrapper .rmwb_detail-button-wrapper a:hover {
  border-color: #6d6350;
}

.unit-card-image {
  width: 100%;
  overflow: hidden;
  height: 250px;
}

.unit-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.unit-card-image:hover img {
  transform: scale(1.05);
}

.rmwb_info-title {
  box-sizing: border-box;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.rmwb_info-detail {
  padding: 0.5em;
  margin: 0;
}

.rmua-load-more-wrapper {
  display: flex;
  justify-content: center;
  margin: 2em auto;
}

button.button_green {
  background-color: #18B59E;
  color: #ffffff;
  padding: 0.75em 1.5em;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}

button.button_green:hover {
  background-color: #00957E;
  color: #ffffff;
}

button.button_green:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pinnacle-property-map-wrapper {
  width: 90%;
  margin: 2em auto;
}

#pinnacle-property-map {
  height: 500px;
  width: 100%;
  z-index: 0;
}

.map-popup-link {
  font-weight: 700;
  color: #1b2c46;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.05em;
}

.map-popup-link:hover {
  color: #1b2c46;
}

@media (max-width: 1300px) {
  .column-wrap {
    flex-direction: column;
  }
  .column70,
  .column30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .rmwb_listing-wrapper {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .rmwb_listing-wrapper {
    width: calc(100% - 2em);
  }
  .rmwb_detail-wrapper .rmwb_section {
    min-width: 0;
    /*width: 100%;*/
    flex-basis: 100%;
  }
}

/* Responsive */
@media (max-width: 920px) {
  .services {
    flex-direction: column;
    gap: 2rem;
  }
  .service {
    max-width: 100%;
  }
  .testimonial-text {
    top: 16%;
    left: 1rem;
    max-width: 90vw;
    font-size: 0.9rem;
    padding: 1.3rem 1.5rem;
  }
  header nav ul li a::after {
    display: none;
  }
  header nav ul {
    font-size: 0.85rem;
    gap: 1.2rem;
  }
  .footer-nav-sections {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
    padding-left: 1rem;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero h2 {
    font-size: 1rem;
  }
}

.comm-image-info-flex {
  display: flex;
  gap: 0.5em;
  margin: 0.75em;
}

@media (max-width: 1200px) {
  .comm-image-info-flex {
    flex-direction: column;
  }
}

.rmwb_photo-section, .rmwb_important-info-section {
  flex: 1;
}

h2.city-group-heading {
  width: 100%;
  text-align: center;
  color: #1b2c46;
}

.property-filter-bar {
  display: flex;
  gap: 2em;
  justify-content: center;
  background-color: rgba(27, 44, 70, 0.8);
  padding: 2em 0;
}

.filter-bed-btn, #filter-propname, #filter-city, .filter-reset-btn {
  padding: 0.5em 1em;
  border: 2px solid #af9f7f;
  background-color: #f3f0e2;
  text-transform: uppercase;
}

.filter-bed-btn {
  text-align: center;
  margin: 0 0.125em;
}

.filter-no-results {
  text-align: center;
  margin: 2em;
}

.forminator-field-html, .disclaimer {
  font-weight: 300 !important;
  font-size: 12px !important;
}

@media (max-width: 1100px) {
  .addt-padding {
    padding: 2em;
  }
  .image-accent-color.content-side {
    width: 75%;
  }
  .card-circle-wrapper .card-circle-item,
  .card-vertical-3-col .card-vertical-col {
    width: 45%;
  }
  .form-overlay-bottom .form-overlay-text,
  .form-overlay-form {
    padding: 1em 5em;
  }
  .arc-two-column-left-link {
    margin-left: 2em;
  }
  .tabbed-block-img-content-wrapper {
    display: block;
  }
  .tabbed-block-image {
    margin-left: 0;
  }
}

@media (max-width: 1050px) {
  .nav-banner-bar,
  .nav-banner-bar-interior.header-padding {
    padding: 1em 0;
  }
}

@media (max-width: 1400px) {
  .nav-banner-bar,
  .nav-banner-bar-interior {
    justify-content: center;
  }
  .nav-banner-bar {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .top-menu-containers {
    display: none;
  }
  .image-accent-color.content-side {
    position: relative;
  }
  .image-accent-color-wrapper {
    display: none;
  }
  h1 {
    font-size: 2.5em !important;
  }
  h2,
  .fwimage-overlay-content .font2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4,
  a {
    font-size: 1em;
  }
  .two-column-accent-color {
    flex-direction: column-reverse;
  }
  .two-column-accent.large-side,
  .two-column-cgm.large-side,
  .two-column-accent.accent-side,
  .two-column-cgm.accent-side,
  .image-accent-color.image-side {
    width: 100%;
  }
  .image-accent-color.color-side {
    display: none;
  }
  .two-column-contact-googlemap {
    flex-direction: column-reverse;
  }
  .two-column-contact-googlemap .standard-google-map iframe {
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .rmwb_listing-wrapper {
    width: calc(50% - 2em);
  }
}

@media (max-width: 1100px) {
  .footer-contact-row {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .rmwb_listing-wrapper {
    width: 100%;
  }
  .property-filter-bar {
    flex-direction: column;
    padding: 2em 4em;
    align-items: center;
    gap: 1em;
  }
  .filter-reset-btn, .filter-bedrooms, select#filter-propname, select#filter-city, .filter-bed-btn {
    width: 100%;
  }
  .filter-bedrooms {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
  }
  select#filter-propname, select#filter-city {
    text-align: center;
  }
}

@media (max-width: 950px) {
  .fwimage-overlay-content {
    margin: 8em 2em;
    padding: 3em 1em;
  }
  .bottom-footer {
    margin: 1em 0;
  }
  .bottom-footer:first-child {
    align-items: center;
    text-align: center;
  }
  .footer-menu-area .navigation-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-menu-area .navigation-list li {
    padding: 1em;
  }
  .footer-menu-area .navigation-list li:first-child {
    padding-top: 1em;
  }
  .footer-menu-area .navigation-list li:last-child {
    padding-bottom: 1em;
    padding-right: 1em;
  }
  .copyright-area {
    flex-direction: column;
    align-items: center;
  }
  .two-column-accent-color,
  .three-column-image-hover {
    min-height: auto;
    height: auto;
  }
  .card-vertical-3-col .card-vertical-col img {
    height: 250px;
  }
  .arc-item-wrapper {
    padding: 2em;
  }
  .arc-item-wrapper:after {
    width: 0;
    height: 0;
  }
  .arc-item-image {
    margin-top: 0em;
    height: 350px;
    width: 100%;
  }
  .arc-two-column-left-img,
  .tabbed-block-image {
    height: 250px;
  }
  .arc-two-column-left-img .image,
  .tabbed-block-image .image {
    height: 100%;
  }
  .card-circle-wrapper .card-circle-image-wrap img {
    width: 280px;
    height: 280px;
  }
  .arc-item-image .image {
    height: 350px;
  }
  .bottom-footer:last-child {
    display: none;
  }
  .image-accent-color-container {
    min-height: auto;
  }
}

@media (max-width: 750px) {
  .three-column-image-hover {
    display: block;
  }
  .arc-two-column-wrapper {
    flex-direction: column;
  }
  .three-column-item:nth-child(2) .three-column-item-content {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(244, 244, 244, 0.2);
    border-bottom: 1px solid rgba(244, 244, 244, 0.2);
  }
  .card-circle-wrapper .card-circle-item,
  .card-vertical-3-col .card-vertical-col {
    width: 100%;
  }
  .form-overlay-bottom .form-overlay-text,
  .form-overlay-form {
    padding: 1em 0;
  }
  .tabbed-block-tabs {
    flex-direction: column;
  }
  #tabbed-block-tabs {
    flex-direction: column;
  }
  #tabbed-block-tabs ul {
    width: 100%;
  }
  .tabbed-block-content {
    width: 100%;
    padding: 1em !important;
  }
  .arc-two-column-left, .arc-two-column-right {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .fwimage-overlay-border {
    display: none;
  }
}

@media (max-width: 650px) {
  .image-accent-color.content-side {
    width: 90%;
  }
  .text-blocks-col-wrapper {
    flex-direction: column;
  }
}
