@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@100;400;500&display=swap');
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/templates/help/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/3/ps.css");

/* Your Custom CSS */
:root {
  --secondary-brand-color: #E1202F;
  --remax-blue: #06509B;
  --heading-font: "Roboto", sans-serif;
  --text-font: "Open Sans", sans-serif;
}
#header.home {
  background-color: #fff !important;
}
#header.home .navbar-toggler,
#header.home .navbar-toggler span,
#header.home .list-inline .fa {
 border-color: #000 !important
}
#header.home .list-inline span,
#header.home .list-inline a,
#header.home .list-inline .fa {
  color: #000 !important
}
@media only screen and (min-width:992px){
  #home-bodycontent #header .nav-primary > li > a {
    color: #000 !important;
  }
}
#home-bodycontent .cover {
  margin-top: -60px;
}
#home-bodycontent .hero-tagline {
  font-size: 1.5rem;
}
#home-bodycontent .information-bar {
  background-color: var(--secondary-brand-color) !important;
  background-image: none !important;
  padding: .4rem
}
#home-bodycontent .information-bar h5 {
  display: none;
}

#testimonials-carousel {
  border-top: 10px solid var(--secondary-brand-color);
  border-bottom: 10px solid var(--secondary-brand-color);
}
#offices-wrapper header img {
  width: 100%;
  max-width: 300px;
}
.offices-grid-container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}
.office-column {
  text-align: center;
}
.office-column > span {
  text-transform: uppercase;
}
.office-column img {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}

#office-locations {
  background-color: #fff;
}
#office-locations > .container {
  max-width: 1440px;
}
#office-locations header h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--remax-blue);
}
#office-locations header h2:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  margin: 2rem auto;
  background-color: var(--secondary-brand-color, #e6e6e6);
}
#office-locations .office-locations-inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#office-locations .office-locations-inner.has-image.has-directions .office-card {
  min-height: 475px;
}
#office-locations .office-card {
  width: 100%;
  max-width: 350px;
  margin: 0.5rem;
  -webkit-box-shadow: 0px 6px 15px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 15px -2px rgba(0, 0, 0, 0.3);
  min-height: 425px;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 3px solid #000;
  border-radius: 5px;
  background-image: linear-gradient(rgba(255,255,255,.96),rgba(255,255,255,.96)),url("https://dtzulyujzhqiu.cloudfront.net/remaxinnovativeproperties8089/images/1725579048_u0byRHu1PnTiOTsABGknkyBKORvgdVm8WioWNq6U.png");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #office-locations .office-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2);
  }
}
#office-locations .office-locations-inner.owl-carousel .office-card {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}
#office-locations .office-locations-inner.owl-carousel {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0rem 2rem;
}
#office-locations .office-locations-inner.owl-carousel .owl-stage {
  padding: 2rem 0;
}
#office-locations .office-locations-inner.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 1rem));
  -ms-transform: translateY(calc(-50% - 1rem));
  transform: translateY(calc(-50% - 1rem));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
#office-locations .office-locations-inner.owl-carousel .owl-nav button .fa {
  color: #000;
}
#office-locations .office-locations-inner.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
#office-locations .office-locations-inner.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
#office-locations .office-card.has-logo {
  padding: 2rem 2rem;
}
#office-locations .office-card.has-image {
  margin-bottom: 2rem;
  padding: 0rem 2rem 2rem;
}
#office-locations .office-locations-inner:not(.owl-carousel) .office-card.has-image {
  margin-bottom: 2rem;
}
#office-locations .office-card.has-image .office-card-image {
  width: 100%;
  margin-bottom: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 150px;
  max-height: 150px;
  position: relative;
  top: -10px;
}
#office-locations .office-card-logo {
  display: none;
  width: 100%;
  max-width: 180px;
  min-height: 50px;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0.3rem auto 1.5rem;
}
#office-locations .office-card-phone {
  text-decoration: none;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.4rem;
}
#office-locations .office-card-metadata {
  text-align: center;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#office-locations .office-card-metadata h4 {
  font-weight: 600;
}
#office-locations .office-card-metadata h5 {
  font-weight: 400;
}
#office-locations .office-card-metadata address span {
  display: block;
}
#office-locations .office-card-social {
  padding: 0.4rem;
}
#office-locations .office-card-social .fa {
  font-size: 1.1rem;
  width: 30px;
  height: 30px;
}
#office-locations .office-button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#office-locations .office-button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#office-locations .office-button-wrapper a {
  width: 50%;
  text-align: center;
  padding: 0.8rem;
}
#office-locations a.office-website {
  background-color: var(--remax-blue);
  color: #ffffff;
}
#office-locations a.office-agents {
  color: #ffffff !important;
  background-color: var(--secondary-brand-color, #444);
}
#office-locations a.office-agents .fa,
#office-locations a.office-website .fa {
  color: #fff;
  margin-right: 0.5rem;
}
@media screen and (max-width: 415px) {
  #office-locations a.office-agents .fa,
  #office-locations a.office-website .fa {
    display: none !important;
  }
}
#office-locations .office-directions {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  border: 1px solid #3129a9;
  background-color: #5757da;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
#office-locations .office-directions .fa {
  margin-right: 1rem;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  color: #ffffff;
}