
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/template/2/ps.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/search-bar/minimal.v2.css");
@import url("https://kunversion-frontend-custom.s3.amazonaws.com/overwrites/theme-color/brand.css");

/* Custom CSS */
:root {
  --primary-brand-color: #1b489b; /* Dark Blue */
  --primary-rgb-brand-color: 0,0,0;
  --secondary-brand-color: #796438;  /* Brown */
  --alt-color: #d3b583;  /* Light Brown */
  --heading-font: "Roboto", sans-serif;
  --text-font: "Open Sans", sans-serif;
}
/* Logos */
body:not(.header-transparent) #header .logo.secondary {
  opacity: 0;
  transition: opacity .5s ease;
  transition-delay: .5s;
}
body.header-transparent #header .logo.secondary {
  transform: scale(1.5) translate(30px,10px);
}
#header .logo.primary {
  display: none;
}
#home-bodycontent .information-bar {
  background-color: var(--secondary-brand-color) !important;
  background-image: none !important;
}
#testimonials-carousel {
  border-bottom: 10px solid var(--secondary-brand-color);
}
.cover-title-inner > .row {
  display: none;
}


.hero-agent-info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
.hero-agent-info img {
  width: 100%;
  max-width: 200px;
  border: 5px solid #fff;
}
.hero-agent-info .agent-info {
  padding: 3em;
  text-align: left;
}
.agent-info h2 {
  font-size: 2.5rem !important;
  font-weight: 600;
}
.agent-info span {
  font-size: 1.5rem !important;
  font-weight: 600;
}
.hero-wrapper {
  margin-bottom: 0 !important;
}
body.header-transparent.front #horizontal-search {
  padding: 0 !important;
}
.cover.cover-center.agent .cover-title {
  top: 63% !important;
}
@media(max-width:550px){
  .hero-agent-info {
    flex-direction: column;
  }
  .hero-agent-info .agent-info {
    text-align: center;
    padding: 1em
  }
  .hero-agent-info img {
    max-width: 150px;
    margin-bottom: 0 !important;
  }
  .agent-info h2 {
    font-size: 1.7rem !important;
  }
  .agent-info span {
    font-size: 1rem !important;
  }
  .hero-agent-info {
    margin-bottom: 0 !important
  }
  .hero-wrapper .hero-headline {
    font-size: 1rem !important;
  }
  #home-bodycontent .cover {
    height: 655px !important
  }
}
.hero-wrapper .hero-headline {
  font-size: 2rem !important;
  color: var(--secondary-brand-color);
}
.area-name span {
  font-size: 1rem;
  display: block;
  line-height: 18px;
}
.area-name {
  line-height: 41px;
}

#cta.banner.map {
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://dtzulyujzhqiu.cloudfront.net/expcorporate377/images/1609394690_ISilXUHmsI7eCBuzk5WBYZF4fXDfhhYs2nCloXhz.jpeg);
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cta.banner.map h2 {
  color: #fff !important;
}
body #chat-with-us-link .chatbox-attention-grabber,body #chat-with-us-link .chatbox-launch-button {
  right: 20px !important;
  left: auto !important;
}
.footer-logo {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-bottom: 2em;
}
@media(max-width:767px){
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}