@charset "UTF-8";
@font-face {
  font-family: "freight-big";
  src: url("fonts/freigbigproboo-webfont.woff2") format("woff2"), url("fonts/freigbigproboo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "freight-big";
  src: url("fonts/freigbigprobooita-webfont.woff2") format("woff2"), url("fonts/freigbigprobooita-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
h1 {
  font-family: "freight-big", "Playfair Display", serif;
  font-size: 48px;
  font-weight: 300;
  color: #25347a;
  line-height: 116%;
}

h2 {
  font-family: "freight-big", "Playfair Display", serif;
  font-size: 45px;
  font-weight: 300;
  color: #25347a;
  line-height: 50px;
}

h3 {
  font-family: "freight-big", "Playfair Display", serif;
}

p {
  font-family: "Google Sans Flex", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 165%;
  letter-spacing: 0.02em;
}

a {
  font-family: "Google Sans Flex", sans-serif;
  text-decoration: none;
}

form {
  text-align: center;
}
form > div.btgf-submit.btgf-submit--justify-start {
  justify-content: center !important;
}

#main-top {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding-top: 20px;
}
#main-top > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  padding-left: 16px;
  padding-right: 16px;
}
#main-top .main-top__grid {
  min-height: 110px;
}
#main-top #logo a {
  display: inline-block;
}

#logo > a {
  display: inline-block;
}
#logo > a > img {
  max-width: 300px;
}

.main-menu {
  font-size: 16px;
  margin: -4px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.main-menu > .menu-item {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  line-height: 1.25;
  text-align: left;
  margin-top: 4px;
  padding-bottom: 10px;
}
.main-menu > .menu-item > a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  margin-left: 10px;
}
.main-menu > .menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  padding-left: 6px;
  font-size: 10px;
}
.main-menu > .menu-item > .sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  min-width: 240px;
  max-width: 250px;
  left: 0;
  padding: 12px;
  padding-top: 13px;
  margin-top: 0;
  border: 1px solid #999;
  box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
  z-index: 902;
  list-style: none;
  padding-left: 5px;
  display: none;
}
.main-menu > .menu-item > .sub-menu::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: 10px;
  background: #fff;
  transform: rotate(135deg);
  border-bottom-left-radius: 5px;
  border: 1px solid #999;
  border-right: none;
  border-top: none;
}
.main-menu > .menu-item > .sub-menu .menu-item a {
  display: block;
  color: #183474;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 8px;
  text-decoration: none;
}
.main-menu > .menu-item > .sub-menu .menu-item a:hover {
  color: #25347a;
  padding-left: 11px;
}
.main-menu > .menu-item:hover > .sub-menu {
  display: block;
  animation: bt-drop 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-menu > .menu-item:last-child > .sub-menu {
  left: auto;
  right: 0;
}
.main-menu > .menu-item:last-child > .sub-menu::before {
  left: auto;
  right: 10px;
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  z-index: 1002;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.main-menu-item {
  position: relative;
  display: inline-block;
  padding-right: 8px;
  line-height: 1.25;
  text-align: left;
  margin-top: 4px;
}
.main-menu-item > .menu-link {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  margin-left: 10px;
}
.main-menu-item > .menu-link i {
  font-size: 10px;
}

.bt-ccomp[data-bt-ccomp=dropdown] .bt-ccomp__content,
.bt-ccomp[data-bt-ccomp=dropdown] .bt-react-dropdown__content, .bt-ccomp.bt-ccomp__dropdown .bt-ccomp__content,
.bt-ccomp.bt-ccomp__dropdown .bt-react-dropdown__content {
  background: #fff;
  position: absolute;
  top: 100%;
  min-width: 240px;
  max-width: 250px;
  left: 0;
  padding: 12px;
  border: 1px solid #999;
  box-shadow: inset 0 -2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: left;
  z-index: 902;
  margin-top: 8px;
  display: none;
}
.bt-ccomp[data-bt-ccomp=dropdown] .bt-ccomp__content::before,
.bt-ccomp[data-bt-ccomp=dropdown] .bt-react-dropdown__content::before, .bt-ccomp.bt-ccomp__dropdown .bt-ccomp__content::before,
.bt-ccomp.bt-ccomp__dropdown .bt-react-dropdown__content::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 10px;
  background: #fff;
  transform: rotate(135deg);
  border-bottom-left-radius: 5px;
  border: 1px solid #999;
  border-right: none;
  border-top: none;
}
.bt-ccomp[data-bt-ccomp=dropdown].bt-ccomp--active .bt-ccomp__content, .bt-ccomp[data-bt-ccomp=dropdown].bt-ccomp--active .bt-react-dropdown__content, .bt-ccomp.bt-ccomp__dropdown.bt-ccomp--active .bt-ccomp__content, .bt-ccomp.bt-ccomp__dropdown.bt-ccomp--active .bt-react-dropdown__content {
  display: block;
  animation: bt-drop 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bt-ccomp .bt-ccomp__content {
  white-space: normal;
}

.menu-list {
  margin: 0 -8px;
  padding: 0;
  list-style: none;
}
.menu-list .menu-list__link {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 4px 8px;
  text-decoration: none;
}

.uk-notouch .menu-list .menu-list__link:hover, .uk-notouch .menu-list .menu-list__link:focus {
  color: #fff;
  background: #fff;
}

.sub-menu-link {
  color: #183474 !important;
  font-weight: 600;
  font-size: 15px !important;
}

.sub-menu-link-second {
  font-size: 14px;
  padding: 2px 0;
  padding-right: 25px;
  color: #737373;
  font-weight: 500;
}
.sub-menu-link-second:hover {
  color: #25347a !important;
}

.sub-menu-item:hover {
  padding-left: 3px;
}

.main-sub-menu,
.sub-menu {
  list-style: none;
  padding-left: 0;
}

.grid--center {
  align-items: center;
}

.main-menu > .menu-item:last-child > div > ul {
  list-style: none !important;
  padding-left: 0;
}
.main-menu > .menu-item:last-child > div > ul > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  margin-left: 10px;
}
.main-menu > .menu-item:last-child > div > ul > li > a::marker {
  display: none !important;
}
.main-menu > .menu-item:last-child > div > ul > li.bt-login-menu-signin::marker {
  display: none !important;
}

#menu-main-menu > div > ul > li > a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  text-decoration: none;
  margin-left: 10px;
}
#menu-main-menu > div > ul > li::marker {
  display: none !important;
}

.bt-header__mobile {
  display: none;
}

.mobile-menu-bar {
  background-color: #e25625;
  border-radius: 6px;
}

.header-mobile .bt-login > ul {
  padding: 0;
  display: flex;
  margin: 0;
}
.header-mobile .bt-login > ul li {
  width: 50%;
}
.header-mobile .bt-login > ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 20px;
}
.header-mobile .bt-login > ul li a:hover {
  background-color: #555;
}

body.home .navbar-holder {
  position: relative;
  z-index: 9;
}
body.home .navbar-holder > .container {
  position: relative;
  max-width: 1400px;
}
body.home .navbar-holder .navbar {
  padding-top: 40px;
}
body.home .navbar-holder .navbar #main-nav-container > ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li {
  position: relative;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li.menu-item-has-children > a::after {
  content: "ï¸";
  font-family: "Font Awesome 5 Pro";
  padding-left: 6px;
  font-size: 13px;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li > a {
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li .sub-menu {
  position: absolute;
  opacity: 0;
  padding: 0;
  top: 100%;
  left: 0;
  transition: 300ms ease all;
  list-style: none;
  background: #fff;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li .sub-menu li {
  border-bottom: rgba(0, 0, 0, 0.1);
}
body.home .navbar-holder .navbar #main-nav-container > ul > li .sub-menu li a {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  padding: 10px 50px 10px 20px;
  text-decoration: none;
  font-weight: 600;
  transition: 300ms ease all;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li .sub-menu li a:hover {
  color: #fff;
  background: #000;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}
body.home .navbar-holder .navbar #main-nav-container > ul > li:hover .sub-menu {
  opacity: 1;
}
body.home .navbar-holder.homepage {
  background: transparent;
  height: 100px;
  margin-bottom: -100px;
}
body.home .navbar-holder.internal {
  background: #292828;
}
body.home .navbar-holder.internal .logobox {
  margin-right: 100px;
  display: flex;
  align-items: center;
  flex: initial;
}
body.home .navbar-holder.internal .navbar {
  padding-top: 0;
  margin-left: auto;
}
body.home .navbar-holder.internal .navbar #main-nav-container {
  padding: 20px 0;
}
body.home .navbar-holder.internal .navbar #main-nav-container #main-nav {
  margin-bottom: 0;
}
body.home .header-mobile .bt-login > ul {
  padding: 0;
  display: flex;
  margin: 0;
}
body.home .header-mobile .bt-login > ul li {
  width: 50%;
}
body.home .header-mobile .bt-login > ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 20px;
}
body.home .header-mobile .bt-login > ul li a:hover {
  background-color: #555;
}

.hero {
  height: 100vh;
  min-height: 800px;
  position: relative;
}
.hero:hover #hero-next,
.hero:hover #hero-prev {
  opacity: 1;
}

body.customize-support .hero {
  height: calc(100vh - 32px);
}

#hero {
  width: 100%;
  height: 100%;
}

.hero-bg3, .hero-bg2, .hero-bg1 {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg1 {
  background-image: url(https://cy-boomtown-assets.s3.us-west-1.amazonaws.com/sites/thecassinagroup.com/images/hero1.jpg);
}

.hero-bg2 {
  background-image: url(https://cy-boomtown-assets.s3.us-west-1.amazonaws.com/sites/thecassinagroup.com/images/hero2.jpg);
}

.hero-bg3 {
  background-image: url(https://cy-boomtown-assets.s3.us-west-1.amazonaws.com/sites/thecassinagroup.com/images/hero3.jpg);
}

.hero-info-holder {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.hero-info,
.hero-btn {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}

.bt-hero__search-bar {
  margin: 0 auto 0;
  background: rgba(0, 0, 0, 0.6392156863);
  border-radius: 0px;
  padding: 8px;
  border-bottom: 2px solid #e25625;
}
.bt-hero__search-bar #placeholder {
  color: #eee;
}
.bt-hero__search-bar .bt-ccomp__dropdown {
  display: none;
}
.bt-hero__search-bar .ballerbox__autocomplete-input {
  border-radius: 0;
  height: 42px;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Google Sans Flex", sans-serif;
}
.bt-hero__search-bar .ballerbox__autocomplete-input::-webkit-input-placeholder {
  color: #eee;
}
.bt-hero__search-bar .ballerbox__autocomplete-results {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 15px;
  z-index: 9;
}
.bt-hero__search-bar .ballerbox__autocomplete-results::-webkit-scrollbar {
  width: 8px;
  background: #222;
}
.bt-hero__search-bar .ballerbox__autocomplete-results::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}
.bt-hero__search-bar .ballerbox__autocomplete-results {
  scrollbar-color: #444 #222;
  scrollbar-width: thin;
}
.bt-hero__search-bar .ballerbox__autocomplete-results ul li.uk-nav-header {
  background: transparent;
}
.bt-hero__search-bar .ballerbox__autocomplete-results ul li a:hover {
  background: #25347a;
}
.bt-hero__search-bar button[type=submit] {
  width: 42px;
  height: 42px;
  border-radius: 0;
  margin-top: 0;
  background: transparent;
}
.bt-hero__search-bar button[type=submit] > .ballerbox__search-button__icon {
  display: block;
}
.bt-hero__search-bar button[type=submit] .ballerbox__search-button__text {
  display: none;
}

.hero-info {
  font-family: "freight-big", "Playfair Display", serif;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px auto 40px;
  max-width: 800px;
}
.hero-info .hero-info-small {
  font-size: 24px;
  font-family: "Google Sans Flex", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1;
}
.hero-info .hero-info-large {
  font-size: 80px;
  letter-spacing: 2px;
  line-height: 1;
}

.line-break {
  display: inline;
}

.hero-link {
  background-color: #fff;
  color: #25347a;
  line-height: 46px;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: ease-in-out 0.5s;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  border: 1px solid #25347a;
}
.hero-link:hover {
  background-color: #e25625;
  border-color: #e25625;
  color: #fff;
}

.hero-stats {
  position: absolute;
  bottom: 0;
  max-width: 1550px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
  padding-bottom: 20px;
}

.stat-item {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4901960784);
}

.stat-text-wrapper {
  display: flex;
  flex-direction: column;
}

.stat-big-text {
  margin: 0;
  margin-right: 20px;
  font-size: 4em;
  letter-spacing: -2px;
  font-weight: 400;
  font-variant: lining-nums;
  line-height: 1;
  transform: translateY(-3px);
}

.stat-small-text {
  margin: 0;
  font-size: 1em;
  color: #fff;
}

.hero-btn > div > div > div > div > div > div.bt-dual-search__wrapper > form {
  box-sizing: border-box;
}

.bt-dual-search__wrapper .form__input-group {
  display: flex;
}

.grid .cell-lg-10 {
  width: 100%;
}
.grid .cell-xs-10 {
  width: calc(100% - 190px);
}

#hero-next,
#hero-prev {
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  transition: ease-in-out 0.5s;
}
#hero-next:hover,
#hero-prev:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: 0;
  width: 10%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-scrollbar-drag {
  background: #25347a !important;
  border-radius: 0 !important;
}

.testimonials-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 10px;
}
.testimonials-pagination > .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 0;
  width: calc(20% - 8px);
  height: 4px;
}
.testimonials-pagination > .swiper-pagination-bullet-active {
  background: #e25625 !important;
}

.welcome .welcome-container {
  max-width: 1200px;
  display: flex;
  margin: 60px auto 30px;
  width: 100%;
  flex-wrap: wrap;
}
.welcome .welcome-right,
.welcome .welcome-left {
  width: 50%;
  padding: 20px;
}
.welcome .welcome-title {
  font-family: "freight-big", "Playfair Display", serif;
  margin-bottom: 20px;
}
.welcome .welcome-text {
  margin-left: 25px;
  padding-left: 35px;
  border-left: 1px solid #d9d9d9;
  margin-top: 30px;
  padding-right: 10px;
}
.welcome .welcome-img {
  max-width: 100%;
  height: auto;
}

.cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 20px;
}

.listing .listing-title-container {
  margin-inline: auto;
  margin-bottom: 50px;
  width: 90%;
}
.listing .listing-title {
  font-family: "freight-big", "Playfair Display", serif;
}
.listing .listing-container {
  width: 90%;
  margin-inline: auto;
}
.listing .listing-btn {
  text-align: end;
  width: 100%;
  margin: 50px auto;
}
.listing .listing-link {
  padding: 15px 30px;
  text-transform: uppercase;
  background-color: #25347a;
  color: #fff;
}

.property {
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.property-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}

.property-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.property-details,
.property-info {
  padding: 20px;
}

.property-info {
  padding-bottom: 0;
}
.property-info .property-neighborhood {
  margin: 0 0 5px;
  font-size: 14px;
}

.property-details {
  padding-top: 0;
}

.property-price {
  font-weight: 500;
  color: #e25625;
  font-size: 20px;
}

.property-location {
  font-family: "freight-big", "Playfair Display", serif;
  color: #152d66;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  margin-top: 5px;
  text-transform: none;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
}

.property-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.property-sep {
  padding: 0 5px;
}

.property-meta {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.02em;
  color: #787878;
  white-space: nowrap;
  overflow: hidden;
}
.property-meta:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #d9d9d9;
}

.swiper-pagination-bullet-active {
  background: #25347a !important;
}

.communities {
  overflow: hidden;
  padding-bottom: 80px;
  background: #f9f9f9;
}
.communities .community-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.communities .map-wrap {
  width: 50%;
}
.communities .content-box {
  width: 40%;
  padding-top: 7vw;
}
.communities .content-box .content-title {
  font-family: "freight-big", "Playfair Display", serif;
}
.communities .content-box .content-title-strong {
  display: block;
}
.communities .communities-container {
  width: 900px;
  background-color: #fff;
  margin-left: 30%;
  margin-top: -10vw;
}
.communities .communities-button-holder {
  height: 50px;
  margin: 40px 50px 30px;
  display: flex;
  gap: 20px;
}
.communities .communities-btn-container {
  margin: 100px auto;
  width: fit-content;
}
.communities .communities-btn {
  padding: 15px 30px;
  text-transform: uppercase;
  background-color: #25347a;
  color: #fff;
}

#communities {
  padding-bottom: 50px;
  background: #fff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

#communities-prev,
#communities-next {
  position: relative;
  left: unset;
  right: unset;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #25347a;
  transition: ease-in-out 0.5s;
}
#communities-prev::after,
#communities-next::after {
  font-size: 16px;
}
#communities-prev:hover,
#communities-next:hover {
  background-color: #25347a;
  color: #fff;
}

.base path {
  fill: #b3b3b3;
}

.land {
  fill: #25347a;
}

.pin {
  fill: #e25625;
}

.pdot {
  fill: #fff;
}

.com-item {
  cursor: pointer;
}
.com-item:hover .land {
  fill: #e25625;
}
.com-item:hover .pin {
  fill: #25347a;
}
.com-item.active .land {
  fill: #e25625;
}
.com-item.active .pin {
  fill: #25347a;
}

.community-item {
  padding: 0 50px;
}
.community-item .community-name {
  font-family: "freight-big", "Playfair Display", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  color: #333333;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.community-item .community-description {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
  font-weight: 300;
}

.community-btn {
  margin-top: 30px;
}
.community-btn > a {
  color: #25347a;
}

.community-link {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.community-link::before {
  bottom: -3px;
  right: -33px;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(https://cy-boomtown-assets.s3.us-west-1.amazonaws.com/sites/thecassinagroup.com/images/arrow_rounded.svg);
  content: "";
  background-repeat: no-repeat;
}

.testimonials {
  background-color: #25347a;
  padding: 100px 0;
}
.testimonials .testimonials-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: 95%;
  flex-wrap: wrap;
}
.testimonials .testimonials-left {
  width: 40%;
  color: #fff;
}
.testimonials .testimonials-right {
  padding: 0 30px;
  width: 60%;
  color: #fff;
}
.testimonials .testimonials-title {
  font-family: "freight-big", "Playfair Display", serif;
  color: #fff;
  margin-top: 0;
}
.testimonials .testimonials-title small {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Google Sans Flex", sans-serif;
}
.testimonials .testimonials-title .sub-title {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Google Sans Flex", sans-serif;
  line-height: 1;
  display: block;
  margin-top: 15px;
}
.testimonials .testimonials-link {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.25px;
  padding: 0px;
  position: relative;
  color: #fff;
}
.testimonials .testimonials-link::before {
  top: -3px;
  right: -35px;
  position: absolute;
  content: "";
  background: url(https://cy-boomtown-assets.s3.us-west-1.amazonaws.com/sites/thecassinagroup.com/images/arrow_rounded_white.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.testimonials .description {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin: 0 auto;
}
.testimonials .name-client {
  font-family: "freight-big", "Playfair Display", serif;
  padding-left: 30px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-block: 20px;
}
.testimonials .name-client::before {
  top: 50%;
  left: 0;
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
}

.inquiry {
  padding: 200px 0;
  background-image: url(https://cy-boomtown-assets.s3.us-west-1.amazonaws.com/sites/thecassinagroup.com/images/inquire.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.inquiry .inquiry-container {
  background-color: rgba(255, 255, 255, 0.8784313725);
  width: 50%;
  min-width: 600px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.inquiry .inquiry-text {
  font-family: "freight-big", "Playfair Display", serif;
  text-align: center;
  letter-spacing: 0;
}
.inquiry .inquiry-text h2 {
  margin-top: 0;
  letter-spacing: -1px;
}
.inquiry .button-container {
  margin: 0 auto;
  width: fit-content;
  background: #e25625;
  padding: 14px 35px;
  text-align: center;
}
.inquiry .inquiry-btn {
  font-family: "Google Sans Flex", sans-serif;
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}

footer.bt-footer {
  background: #25347a;
  color: #fff;
  padding-top: 30px;
}
footer.bt-footer i:before {
  color: #fff;
}
footer.bt-footer a.bt-footer__link {
  color: #fff;
}
footer.bt-footer .bt-footer__disclaimer {
  color: #afafaf;
}
footer.bt-footer .bt-footer-nav__menu {
  padding-bottom: 10px;
}
footer.bt-footer .bt-footer-nav__menu li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.ballerbox__autocomplete-results * {
  text-align: left !important;
}

#inner-viewport > div > div > div.listings_view_gallery.at-gallery-view {
  display: none;
}

#submit-7e95a089-0e17-4080-b15b-f025ffbbb184 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.popup-on {
  display: block !important;
}

.uk-list {
  padding: 0;
  list-style: none;
}

.link-list__target {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  border-bottom: ridge;
  border-bottom-color: whitesmoke;
}
.link-list__target--disabled {
  color: #484848;
}
.link-list__item .bt-fa-icon {
  font-size: 18px;
  padding: 3px;
}
.link-list__icon {
  float: right;
  color: #484848;
}
.link-list__icon--disabled {
  color: #484848;
}

.uk-text-truncate {
  text-decoration: none;
  color: #484848;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@media (max-width: 1500px) {
  .communities .communities-container {
    margin-top: -3vw;
    margin-left: 20%;
  }
  .property-sep {
    padding: 0 3px;
  }
}
@media (max-width: 1200px) {
  .communities .content-box {
    width: 45%;
  }
  .communities .communities-container {
    margin-top: 20px;
  }
  .property-sep {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
  .hamb {
    display: none;
  }
  body.home .header-mobile {
    display: none;
  }
  body.home .hamb {
    display: none;
  }
  .swiper-scrollbar-drag {
    background: #25347a !important;
    border-radius: 0 !important;
    max-width: 46%;
  }
  .swiper-scrollbar-horizontal {
    width: 90%;
    overflow: hidden;
  }
}
@media (max-width: 1120px) {
  .listing .listing-container {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .listing .listing-btn {
    width: 95%;
  }
  .communities .communities-container {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .welcome .welcome-container {
    margin-top: 70px;
  }
  .welcome .welcome-right {
    display: flex;
    align-items: center;
  }
  .swiper-scrollbar-horizontal {
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)) !important;
    overflow: initial;
  }
  .swiper-scrollbar-drag {
    max-width: unset;
  }
  .hero-stats {
    gap: 1px;
    padding: 0 10px 20px;
  }
  .stat-big-text {
    font-size: 3.5em;
    margin-right: 15px;
  }
  .stat-small-text {
    font-size: 0.9em;
  }
}
.mobile-menu-header {
  display: none;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
}
.mobile-menu-header .mobile-menu-logo {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.mobile-menu-header .mobile-menu-logo img {
  max-width: 180px;
  height: auto;
}
.mobile-menu-header .mobile-menu-phone {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}
.mobile-menu-header .mobile-menu-phone:hover {
  color: #25347a;
}

@media (max-width: 991px) {
  #main-top > div {
    max-width: 100%;
  }
  .mobile-menu-toggle {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-menu-header {
    display: block;
  }
  #main-top .main-top__grid {
    position: relative;
  }
  #main-top #logo img {
    max-width: 180px;
    height: auto;
  }
  .main-nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background: #1a1a1a;
    transition: right 0.3s ease;
    overflow-y: auto;
    z-index: 1001;
    padding-top: 0;
  }
  .main-nav-wrapper.active {
    right: 0;
  }
  .main-nav-wrapper nav {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .main-nav-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .main-menu {
    display: block;
    text-align: left;
    margin: 0;
    padding: 20px 0;
  }
  .main-menu > .menu-item {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu > .menu-item > a {
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .main-menu > .menu-item > a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .main-menu > .menu-item.menu-item-has-children > a::after {
    float: right;
    transition: transform 0.3s ease;
  }
  .main-menu > .menu-item.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
  }
  .main-menu > .menu-item > .sub-menu {
    position: static;
    display: none;
    width: 100%;
    max-width: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .main-menu > .menu-item > .sub-menu::before {
    display: none;
  }
  .main-menu > .menu-item > .sub-menu.active {
    display: block;
  }
  .main-menu > .menu-item > .sub-menu .menu-item a {
    padding: 12px 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
  }
  .main-menu > .menu-item > .sub-menu .menu-item a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
  }
  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9;
  }
  body.mobile-menu-open::after {
    opacity: 1;
    visibility: visible;
  }
  header#top {
    display: none;
  }
  .header-mobile {
    background-color: #292828;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .header-mobile.internal {
    position: relative;
  }
  .logo {
    display: inline-block;
    font-size: 60px;
    margin-left: 20px;
    margin-top: 0;
  }
  .logo img {
    vertical-align: initial;
    max-width: 200px;
    max-height: 60px;
    margin-top: 10px;
  }
  .nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #292828;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }
  .mobile-menu-class {
    padding-left: 0;
    margin-bottom: 0;
  }
  .mobile-menu-class a {
    display: block;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
  }
  .mobile-menu-class a:hover {
    background-color: #555;
  }
  .hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
  }
  .hamb-line {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
  }
  .hamb-line::before, .hamb-line::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .hamb-line::before {
    top: 5px;
  }
  .hamb-line::after {
    top: -5px;
  }
  .side-menu {
    display: none;
  }
  .side-menu:checked ~ nav {
    max-height: 100vh;
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
  }
  .hero-info-holder {
    width: 93%;
  }
  body.home header#top {
    display: none;
  }
  body.home .header-mobile {
    background-color: #292828;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  body.home .header-mobile.internal {
    position: relative;
  }
  body.home .logo {
    display: inline-block;
    font-size: 60px;
    margin-left: 20px;
    margin-top: 0;
  }
  body.home .logo img {
    vertical-align: initial;
    max-width: 200px;
    max-height: 60px;
    margin-top: 10px;
  }
  body.home .nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #292828;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }
  body.home .mobile-menu-class {
    padding-left: 0;
    margin-bottom: 0;
  }
  body.home .mobile-menu-class a {
    display: block;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
  }
  body.home .mobile-menu-class a:hover {
    background-color: #555;
  }
  body.home .hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
  }
  body.home .hamb-line {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
  }
  body.home .hamb-line::before, body.home .hamb-line::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  body.home .hamb-line::before {
    top: 5px;
  }
  body.home .hamb-line::after {
    top: -5px;
  }
  body.home .side-menu {
    display: none;
  }
  body.home .side-menu:checked ~ nav {
    max-height: 100vh;
  }
  body.home .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
  }
  body.home .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
  }
  body.home .side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
  }
}
@media (max-width: 820px) {
  .welcome .welcome-container {
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .welcome .welcome-right,
  .welcome .welcome-left {
    width: 100%;
  }
  .communities .content-box {
    width: 100%;
    padding: 0 50px;
    margin: -30px auto 0;
  }
  .communities .content-box .content-title {
    padding-left: 0px;
  }
  .communities .content-box .content-title-strong {
    padding-inline: 0;
  }
  .communities .communities-container {
    width: 100%;
    padding: 0 50px;
  }
  .hero-stats {
    padding: 0 5px 15px;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .stat-item {
    padding: 15px 10px;
  }
  .stat-big-text {
    font-size: 3em;
    margin-right: 12px;
    width: 150px;
    text-align: right;
  }
  .stat-text-wrapper {
    width: 200px;
    padding-left: 15px;
  }
  .stat-small-text {
    font-size: 0.85em;
  }
}
@media (max-width: 800px) {
  #inner-viewport > div > div.bt-header__mobile.py-4.px-12 {
    display: none;
  }
  #inner-viewport > div > div > div.js-mobile-header__wrapper.bt-header__mobile.px-12--safe.py-4 > div > div:nth-child(1) > a > img,
  #inner-viewport > div > div.bt-header__mobile.py-4.px-12 > div > div:nth-child(1) > a > img {
    max-width: 200px;
  }
  #inner-viewport > div > div > div.js-mobile-header__wrapper.bt-header__mobile.px-12--safe.py-4 > div > div.cell.cell-xs-2.text-xs--right > a > i,
  #inner-viewport > div > div.bt-header__mobile.py-4.px-12 > div > div.cell.text-xs--right.cell-xs-2 > a > i {
    color: #000;
  }
  #inner-viewport > div > div > div.js-mobile-header__wrapper.bt-header__mobile.px-12--safe.py-4 > div > div.cell.cell-xs-2.text-xs--right {
    width: unset;
  }
  #inner-viewport > div > div.bt-header__mobile.py-4.px-12 > div > div.cell.text-xs--right.cell-xs-2 {
    width: 25px;
  }
  #inner-viewport > div > div.site-nav-container > div > div > div > ul > li.link-list__item.at-main-menu__contact-agent > a > div,
  #inner-viewport > div > div.site-nav-container > div > div > div > ul > li.link-list__item.at-main-menu__search > a > div,
  #inner-viewport > div > div.site-nav-container > div > div > div > ul > li.link-list__item.at-main-menu__home > a > div,
  #inner-viewport > div > div.site-nav-container > div > div > div > ul > li.link-list__item.at-main-menu__site-menu > a > div,
  #inner-viewport > div > div.site-nav-container > div > div > div > ul > li.link-list__item.at-main-menu__sign-in > a > div {
    color: #fff;
    font-weight: 600;
  }
  body.home .md-hero.broker.banner-with-search-btn .banner-button .btn-item {
    width: auto;
  }
  .connect-container {
    padding: 30px;
  }
  .contact-pic {
    width: 250px;
  }
}
@media (max-width: 771px) {
  #footer > footer > div > nav {
    flex-direction: column;
    padding-top: 15px;
  }
  #footer > footer > div > nav > img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hero-info-holder {
    width: 85%;
  }
  .hero-bg1,
  .hero-bg2,
  .hero-bg3 {
    justify-content: unset;
    padding-top: 20vh;
  }
  .hero-info,
  .hero-btn {
    text-align: center;
    width: 100%;
  }
  .hero-info {
    margin-top: 0;
  }
  .hero-info .hero-info-large {
    font-size: 60px;
  }
  .hero-btn {
    margin-bottom: 50px;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    transform: none;
  }
  .stat-item {
    padding: 15px;
  }
  .stat-item:not(:last-child) {
    border-right: none;
    position: relative;
  }
  .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    border-bottom: 1px solid #fff;
  }
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .testimonials-left,
  .testimonials .testimonials-right {
    width: 100%;
  }
  .testimonials .testimonials-left {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .testimonials-pagination {
    margin-top: 30px;
  }
  .communities .communities-btn-container {
    margin: 50px auto 75px;
    text-align: center;
    min-width: 220px;
  }
  .communities .communities-btn {
    min-width: 220px;
    white-space: nowrap;
  }
}
@media (max-width: 720px) {
  .communities .map-wrap {
    width: 60%;
  }
}
@media (max-width: 622px) {
  .grid .cell-xs-10 {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .hero {
    min-height: 740px;
  }
  .hero .hero-info {
    margin-bottom: 30px;
  }
  .hero .hero-btn {
    margin-bottom: 80px;
  }
  .welcome .welcome-title {
    font-size: 40px;
  }
  .communities {
    padding-bottom: 0;
  }
  .communities .communities-container {
    padding: 0;
  }
  .cta {
    margin-bottom: 20px;
  }
  .listing .listing-title {
    font-size: 40px;
  }
  .listing .listing-btn {
    text-align: center;
  }
  .inquiry {
    padding: 0;
    background-attachment: scroll;
  }
  .inquiry .inquiry-container {
    min-width: unset;
    width: 100%;
    padding: 110px 50px;
    background-color: transparent;
  }
  .inquiry .inquiry-container .inquiry-text h2 {
    color: #fff;
  }
}
@media (max-width: 500px) {
  .bt-hero__search-bar button[type=submit] {
    display: none;
  }
  .hero-info .hero-info-small {
    font-size: 24px;
  }
  .hero-info .hero-info-large {
    font-size: 15vw;
  }
  .stat-item {
    width: 100%;
  }
  .stat-big-text {
    font-size: 2em;
    width: 30%;
  }
  .stat-text-wrapper {
    width: 70%;
  }
  .welcome .welcome-text {
    margin-left: 0;
    padding-left: 20px;
  }
  .communities {
    padding-bottom: 20px;
  }
  .communities .map-wrap {
    width: 70%;
  }
  .communities .communities-container {
    width: 95%;
  }
}
@media (max-width: 400px) {
  .communities .map-wrap {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
