:root {
  --midnight-blue: #243746;
  --pantone-433c: #1d252d;
  --white: white;
  --sienna: #a3662d;
  --white-smoke: #f4f5f2;
  --dark-slate-grey: #4a575c;
  --peru: #b97727;
  --antique-white: #d9cdb8;
  --refresh-green: #244723;
  --marketing-red: #d24126;
  --cornflower-blue: #55acee;
  --coaching-grey: #797574;
  --firebrick: #c92228;
  --pale-violet-red: #e04c86;
  --medium-sea-green: #3bc984;
  --steel-blue: #3765a3;
  --sell: #2e5689;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 45px;
  position: relative;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

a {
  color: #25ac6a;
  text-decoration: underline;
  transition: color .4s;
}

a:hover {
  color: #000;
}

blockquote {
  color: #666;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.hero-section {
  background-image: url('../images/design-desk.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 145px;
  position: relative;
}

.hero-section.blog-post-hero {
  padding-bottom: 150px;
}

.hero-section.home-page-hero {
  background-image: url('../images/AdobeStock_313654666.jpeg');
  background-position: 100% 75%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: scroll;
  height: 55vw;
  max-height: 90vh;
  padding-top: 0;
  padding-bottom: .8rem;
  display: block;
}

.hero-section.home-page-hero.xmas {
  background-image: url('../images/AdobeStock_298896586.jpeg');
  background-position: 0%;
  background-size: 112%;
  display: block;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-text {
  color: #fff;
  margin-top: 11px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.logo-text.footer-logo {
  margin-top: 3px;
}

.nav-link {
  opacity: 1;
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  transition: opacity .35s;
}

.nav-link:hover, .nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.contact {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 2px;
  margin-top: 9px;
  margin-left: 30px;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}

.nav-link.footer-link {
  float: right;
  color: var(--midnight-blue);
  margin-top: 0;
  padding: 10px;
  text-decoration: none;
}

.nav-link.footer-link:hover {
  border-bottom: 2px solid var(--pantone-433c);
  padding-bottom: 8px;
}

.nav-link.dark-nav {
  color: var(--midnight-blue);
  font-family: proxima-nova, sans-serif;
  line-height: 23px;
  text-decoration: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.top-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray-section {
  background-color: #ececec;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-container {
  background-color: #fff;
  padding: 5px;
  display: none;
  position: relative;
  top: -70px;
}

.hero-container.project-container {
  padding: 10px;
}

.footer-section {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.nav-menu.socialmenu {
  clear: right;
  margin-right: 12px;
  top: -.5rem;
}

.contact-overlay {
  z-index: 9999;
  opacity: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, .9);
  width: 100%;
  height: 100%;
  padding-top: 50px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.1);
}

.close-link {
  opacity: .5;
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  text-decoration: none;
  transition: opacity .4s;
  display: block;
}

.close-link:hover {
  opacity: 1;
  color: #fff;
}

.text-field {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(0, 0, 0, .7);
  border-radius: 3px;
  height: 50px;
  font-size: 16px;
}

.text-field:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, .3);
}

.text-field.text-area {
  height: 120px;
}

.form-wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  background-color: #55acee;
  border-radius: 3px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  transition: background-color .4s;
  display: block;
}

.submit-button:hover {
  background-color: #3765a3;
}

.contact-heading {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.small-divider {
  opacity: .2;
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.small-divider.dark-divider {
  background-color: #000;
}

.contact-text {
  opacity: .7;
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.success-message {
  background-color: #2bab68;
}

.success-text {
  color: #fff;
  margin-bottom: 0;
}

.hero-overlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-section {
  text-align: center;
  background-color: #3bc984;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-heading {
  color: #fff;
  margin-bottom: 18px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.button {
  text-transform: uppercase;
  background-color: #19975a;
  padding: 15px 40px;
  font-size: 14px;
  transition: background-color .4s;
}

.button:hover {
  color: #fff;
  background-color: #088347;
}

.project-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  height: 250px;
  transition: transform .7s;
}

.project-image:hover {
  transform: scale(1.04);
}

.project-block {
  padding: 8px;
}

.project-title {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
  font-size: 22px;
  line-height: 24px;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.project-tag {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 9px 10px 8px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.project-link {
  color: #333;
  text-decoration: none;
  transition: color .4s;
  display: block;
  overflow: hidden;
}

.project-link:hover {
  color: #55acee;
}

.project-link.blog-link {
  height: 340px;
}

.project-link.blog-link:hover {
  color: #333;
}

.alternate-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 15px;
}

.project-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center {
  text-align: center;
}

.blog-block {
  padding: 10px;
  position: relative;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-bottom: 10px;
  position: relative;
}

.blog-title {
  margin-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.blog-description {
  color: #666;
  margin-bottom: 10px;
}

.blog-date {
  z-index: 10;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 10px;
}

.blog-author {
  color: #888;
  margin-right: 3px;
  font-style: italic;
  display: inline-block;
}

.blog-category {
  z-index: 10;
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  padding: 7px 8px;
  line-height: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.blog-post-wrapper {
  padding-top: 30px;
}

.blog-details {
  opacity: .7;
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  display: inline-block;
}

.hero-text-wrapper {
  z-index: 10;
  text-align: center;
  position: relative;
}

.author-wrapper {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.author-image {
  border-radius: 200px;
  width: 150px;
  margin-bottom: 5px;
}

.author-name {
  color: #444;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.author-bio {
  color: #666;
  font-size: 17px;
  line-height: 23px;
}

.home-page-heading {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: 120%;
  font-size: 55px;
  line-height: 60px;
  position: absolute;
  left: 207px;
}

.home-page-heading.floating-heading {
  text-shadow: 3px 3px 4px #000;
  border-radius: 0;
  width: auto;
  max-width: 940px;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 1.25em;
  position: relative;
  left: 0;
}

.blog-image-wrapper {
  height: 180px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  color: #000;
  letter-spacing: .01em;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.column-2 {
  object-fit: fill;
  background-color: #283037;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.columns {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: rgba(0, 0, 0, .9);
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.dropdown-toggle {
  color: var(--white);
  padding-left: 10px;
  padding-right: 20px;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-toggle.dark-nav {
  color: var(--midnight-blue);
}

.hero-sub-header {
  z-index: 10;
  color: #b09475;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  left: 0;
}

.container {
  max-width: 1192px;
  position: relative;
}

.header-bricks {
  z-index: 10;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 38px;
  bottom: auto;
  left: -4.5em;
  right: auto;
}

.container-2 {
  max-width: 890px;
  position: relative;
  top: 160px;
  left: 18px;
}

.header-bricks-bg {
  z-index: 2;
  width: 250px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -75px;
  left: 33%;
}

.left-text-float {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  margin-bottom: 3rem;
  display: block;
  position: relative;
}

.paragraph {
  width: 50%;
}

.solid-2-col-callout {
  -webkit-text-fill-color: inherit;
  background-color: #a3662d;
  background-clip: border-box;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sp-solid-2col-2img-left {
  color: #fff;
  padding-right: 20px;
}

.sp-solid-2col-2img-left.cs-help-text {
  color: #000;
}

.sp-solid-2col-2img-left.hw-or-text-col {
  text-align: right;
}

.text-block {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.sub-heading-one-italic {
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 64px;
}

.all-caps-list {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}

.callout-img-float-b {
  text-align: center;
  border: 8px solid #fff;
  width: 85%;
  position: absolute;
  top: -12.5rem;
  left: 12%;
}

.callout-img-float-b.cs-mortgage-callout-image {
  width: 100%;
  margin-top: -8rem;
  position: relative;
  top: 0;
  left: 0%;
}

.callout-img-float-b.cs-ins-lower-img {
  width: 100%;
  margin-top: -8rem;
  position: relative;
  top: auto;
  left: auto;
}

.callout-img-float-b.cs-help {
  margin-top: -6rem;
  position: relative;
  top: auto;
  left: auto;
}

.callout-img-float-b.sgc-learnmore-img-b {
  margin-top: -6rem;
  margin-bottom: -2rem;
  position: relative;
  top: auto;
  left: auto;
}

.callout-img-float-b.relo-lre-img-b {
  width: 90%;
  margin-top: -8rem;
  position: relative;
  top: auto;
  left: auto;
}

.callout-img-float-b.relo-hcwh-img-b {
  margin-top: -6rem;
  margin-bottom: -2rem;
  position: relative;
  top: auto;
  left: auto;
}

.callout-img-float-a {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 50%;
  position: absolute;
  top: -.5rem;
  left: 35%;
}

.callout-img-float-a.relo-lre-img-a {
  left: 28%;
}

.callout-img-float-a.relo-hcwh-img-a {
  top: .9rem;
  left: 30%;
}

.brand-block {
  float: none;
  width: 890px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 2rem;
}

.brand-block.dark-nav {
  z-index: 8999;
  width: 100%;
  max-width: 992px;
  position: relative;
  top: 2rem;
}

.nav-block {
  width: 100%;
}

.brand {
  z-index: 9000;
  width: 212px;
  margin-left: 10px;
  display: flex;
}

.brand.w--current {
  z-index: 1000;
  width: 212px;
  display: block;
}

.sociallink {
  margin-left: 12px;
  padding-right: 0;
}

.icon {
  margin-right: 6px;
}

.heading {
  text-align: center;
  font-family: Playfair Display;
  font-size: 38px;
  font-weight: 400;
  line-height: 22px;
}

.heading.lala {
  font-family: corporate-a-condensed, sans-serif;
}

.heading.lala-secondary {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: corporate-a-condensed, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.heading.lala-copy {
  margin-bottom: 4rem;
  font-family: corporate-a-condensed, sans-serif;
}

.heading.our-story {
  text-align: left;
  margin-bottom: 2rem;
  font-family: corporate-a-condensed, sans-serif;
}

.heading.lisa-video {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.sgresults-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-block-4 {
  text-align: center;
  margin-top: 2rem;
  font-weight: 700;
}

.text-block-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-size: 18px;
}

.italic-text {
  letter-spacing: .04em;
  font-family: corporate-a-condensed, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.image-3 {
  text-align: left;
  width: 60%;
  max-width: none;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.homerefresh-stories-circle-header {
  background-color: var(--pantone-433c);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100% 100% 0 0;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 6rem 17.5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  display: inline-block;
}

.homerefresh-stories-header-block {
  text-align: center;
}

.homerefresh-stories-2col-block {
  background-color: var(--pantone-433c);
  min-height: 17.5rem;
  margin-top: -17.4rem;
  position: relative;
}

.homerefresh-stories-2col-left-img {
  z-index: 100;
  border: 8px solid var(--white);
  width: 100%;
  position: relative;
  top: 3rem;
}

.bold-text {
  letter-spacing: .02em;
}

.homerefresh-stories-2col-row {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.homerefresh-stories-2col-right {
  color: #fff;
  display: block;
}

.homerefresh-stories-2col-right-heading {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.homerefresh-stories-2col-right-text {
  font-size: 14px;
  line-height: 18px;
}

.homerefresh-stories-slider-block {
  z-index: 1;
  margin-bottom: 5rem;
  padding-top: 4rem;
  position: relative;
}

.homerefresh-storeis-slider {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  min-height: 35rem;
}

.homerefresh-slide {
  z-index: 1;
  padding-top: 5rem;
  padding-left: 5rem;
}

.left-arrow {
  z-index: 100;
  object-fit: fill;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
}

.icon-2 {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.homerefresh-slide-left {
  z-index: 2;
  color: var(--white);
  padding-right: 0;
}

.homerefresh-stories-heading {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.homerefresh-stories-text {
  margin-top: 1rem;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.right-arrow-2 {
  top: 8rem;
  left: 8rem;
}

.icon-3 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.homerefresh-slide-right {
  z-index: 2;
}

.homerefresh-slide-backimg {
  z-index: 100;
  border: 8px solid var(--white);
  width: 75%;
  display: block;
  position: absolute;
  top: -11rem;
  left: 5rem;
}

.mask {
  overflow: visible;
}

.homerefresh-slide-img {
  z-index: 100;
  border: 8px solid var(--white);
  transform-style: preserve-3d;
  width: 55%;
  position: absolute;
  top: 8rem;
  left: 2rem;
  transform: translate3d(0, 0, 114px);
}

.homerefresh-stories-floatingbricks {
  z-index: 1;
  width: 66%;
  position: absolute;
  bottom: -4rem;
  right: -15.8rem;
  transform: translate(0);
}

.homerefresh-stories-slider-container {
  z-index: 1;
  background-color: var(--pantone-433c);
  color: #000;
  position: relative;
}

.homerefresh-slide-row {
  z-index: 2;
  position: relative;
}

.homesearch-section {
  background-color: var(--sienna);
  margin-top: 10rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.homesearch-section-heading {
  color: var(--white);
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 41px;
}

.homesearch-section-heading.extra-mb {
  margin-bottom: 3rem;
}

.image-7 {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 100%;
  margin-top: -8rem;
  margin-bottom: -3rem;
  position: relative;
}

.community-carousel-section {
  margin-bottom: 3rem;
  position: static;
}

.community-carousel-heading {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.communities-slide-bg {
  background-color: var(--white-smoke);
  height: 320px;
}

.community-slide-track {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splide__list {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.splide__slide {
  text-align: center;
  flex: none;
  align-self: center;
  width: 33.3333%;
  padding-top: 2rem;
  overflow: visible;
}

.splide__slide.is-active {
  padding-bottom: 2rem;
  overflow: visible;
}

.splide.slider1 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.splide__track {
  width: 85%;
  height: 366px;
  overflow: visible;
}

.nav-logo {
  z-index: 9000;
  width: 100%;
  margin-top: -16px;
  margin-bottom: 0;
  position: relative;
}

.navsocialicon {
  width: 24px;
  height: 24px;
}

.community-slide-img {
  text-align: left;
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 100%;
  height: 100%;
}

.community-slide-text {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  letter-spacing: .21em;
  text-transform: uppercase;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  display: inline-block;
}

.community-slide-wrap {
  width: 75%;
  height: 200px;
  transition: height .5s, width .5s;
  display: inline-block;
}

.community-caroucel-wrapper {
  position: relative;
}

.div-block {
  background-color: var(--dark-slate-grey);
  width: 35%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-3 {
  height: 100%;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splide__arrow {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/sliderarrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  transition: all .5s, color .4s;
}

.splide__arrow:hover {
  transform: scale(1.1);
}

.splide__arrow.splide__arrow--next {
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next:hover {
  transform: scale(1.1)rotate(180deg);
}

.splide__pagination {
  display: none;
}

.blog-section {
  margin-bottom: 5rem;
}

.blog-section-header {
  background-color: var(--white-smoke);
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.blog-section-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 42px;
}

.blog-section-subtitle {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}

.blog-section-posts-bg {
  background-image: url('../images/blogbg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.blog-section-posts-wrap {
  justify-content: center;
  display: flex;
}

.blog-section-post {
  padding-left: .25rem;
  padding-right: .25rem;
}

.blog-section-posts {
  flex: 1;
  max-width: 700px;
  margin-top: -2.5rem;
}

.blog-section-post-wrap {
  text-decoration: none;
  display: block;
}

.blog-section-post-heading {
  background-color: var(--dark-slate-grey);
  display: block;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  height: 7em;
  padding: 1.5rem 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
}

.help-section {
  background-color: var(--pantone-433c);
  margin-bottom: 7rem;
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.help-section-row {
  color: var(--white);
}

.help-section-col-right {
  text-align: right;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.text-block-7 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.help-section-button {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  width: 105%;
  margin-left: -5%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bold-text-4 {
  text-align: right;
  display: inline;
}

.image-9 {
  border: 8px solid var(--white);
  width: 90%;
  position: absolute;
  top: -7rem;
  left: 0;
}

.image-10 {
  border: 8px solid var(--white);
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 49%;
  border-top-right-radius: 49%;
  width: 62%;
  height: 350px;
  position: absolute;
  top: 22px;
  left: 20%;
}

.columns-2 {
  border-bottom: 1px solid var(--sienna);
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 18px;
}

.sociallink-footer {
  margin-left: 0;
  margin-right: 1rem;
  transition: all .4s, color .4s;
}

.sociallink-footer:hover {
  transform: scale(1.1);
}

.hero-bg-left-stripe {
  background-color: var(--midnight-blue);
  width: 30%;
  height: 80%;
}

.hero-bg-left-stripe.secondary-page {
  width: 30%;
}

.hero-bg-left-stripe.secondary-page.outer-left-stripe {
  background-color: var(--midnight-blue);
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 20%;
  left: 0;
}

.hero-primary-bg {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80%;
  padding-left: 40%;
  display: flex;
  position: relative;
  top: 20%;
}

.hero-primary-bg.careers-bg {
  background-color: #ad4c00;
}

.hero-primary-bg.about-us-bg {
  background-color: #d9cdb8;
}

.hero-primary-bg.buy-bg {
  justify-content: flex-start;
  padding-top: 4rem;
  padding-left: 35%;
}

.sp-hero-image-box {
  z-index: 100;
  background-color: var(--pantone-433c);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 42%;
  height: 92%;
  margin-left: 10%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.sp-hero-image-box.carreer {
  height: 94%;
  bottom: -19px;
}

.sp-hero-image-spacer {
  width: 100%;
  height: 100%;
  position: absolute;
}

.sp-hero-content {
  justify-content: center;
  display: flex;
}

.sp-hero-heading {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  position: relative;
}

.sp-hero-heading.light-bg {
  color: var(--midnight-blue);
}

.sp-hero-heading.advisors-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 56px;
}

.sp-hero-text {
  z-index: 200;
  color: var(--white);
  width: 100%;
  margin-top: 2rem;
  display: block;
  position: relative;
}

.sp-hero-text.light-bg {
  color: var(--midnight-blue);
}

.sp-hero-text.sgrec {
  margin-top: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 28px;
  font-style: italic;
}

.sp-hero-text.refresh {
  font-family: corporate-a-condensed, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 34px;
}

.sp-hero-button-block {
  z-index: 100;
  text-align: right;
  width: 100%;
  margin-top: 2rem;
  padding-right: 1rem;
  position: relative;
}

.sp-hero-button {
  border: 1px solid var(--white);
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 1rem;
  font-size: 12px;
  line-height: 14px;
  transition: all .3s, color .4s;
}

.sp-hero-button:hover {
  color: var(--white);
  margin: .25rem .5rem;
  padding: .75rem .5rem;
  text-decoration: underline;
}

.hero-primary-bg-outer {
  float: right;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 80%;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 10%;
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
}

.hero-primary-bg-outer.careers-bg {
  min-height: 80%;
}

.hero-primary-bg-outer.about-us-bg {
  background-color: var(--antique-white);
}

.hero-primary-bg-outer.mktg-bg {
  max-width: 1280px;
}

.hero-primary-bg-outer.landing-training-bg {
  background-color: #713900;
}

.hero-primary-bg-outer.landing-coach-bg {
  background-color: #797574;
}

.hero-primary-bg-outer.sgrec-bg {
  background-color: var(--peru);
}

.hero-primary-bg-outer.sg-refresh {
  background-color: var(--refresh-green);
}

.sp-hero-section {
  background-image: none;
  height: 50vw;
  min-height: 550px;
  max-height: 550px;
  margin-bottom: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sp-hero-section.sell-page {
  margin-bottom: 10rem;
}

.sp-hero-section.blog-post {
  margin-bottom: 0;
}

.sp-hero-section.home-matters {
  margin-bottom: 2rem;
}

.sp-hero-section.sgrec-page, .sp-hero-section.career {
  margin-bottom: 3rem;
}

.sp-hero-section.refresh {
  margin-bottom: 0;
}

.sp-hero-bg-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 992px;
  height: 100%;
  display: flex;
  position: absolute;
}

.sp-hero-bg-wrap-outer {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.sp-2col-one-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sp-2col-one-section.hw-fahw {
  margin-bottom: 6rem;
  position: relative;
}

.sp-container-regular {
  text-align: center;
  justify-content: center;
}

.sp-container-regular.video-overlay-container.marketing {
  background-color: var(--marketing-red);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.sp-1col-one-row {
  align-items: flex-end;
  display: flex;
}

.sp-1col-one-row.agent-profile {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.sp-2col-one-col-right {
  padding-left: 2.5%;
}

.sp-databox-dark {
  background-color: var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 2.5rem;
  display: flex;
}

.sp-databox-dark-heading {
  color: var(--white);
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.sp-databox-dark-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: .5rem;
  transition: all .3s;
  display: flex;
  transform: scale(1);
}

.sp-databox-dark-row:hover {
  transform: scale(1.1);
}

.sp-databox-dark-bignumber {
  color: var(--white);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 60%;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 120px;
  line-height: .8em;
  display: flex;
}

.sp-databox-dark-description {
  color: var(--white);
  text-align: left;
  align-items: center;
  width: 40%;
  font-size: 22px;
  display: flex;
}

.sp-2col-one-heading-block {
  margin-bottom: 2rem;
}

.sp-2col-one-heading-block.agent-profile {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5rem;
}

.sub-heading-one {
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.sub-heading-one.text-center {
  text-align: center;
}

.sub-heading-one.text-center.cs-text.cs-pm-header {
  line-height: 33px;
}

.sub-heading-one.text-center.hfh-text.mb-0 {
  margin-bottom: 0;
}

.sub-heading-one.text-center.agent-profile {
  color: #4a575c;
}

.sub-heading-one.text-center.flavor {
  margin-top: 0;
  margin-bottom: 0;
}

.sub-heading-one.text-center.refresh {
  color: var(--refresh-green);
}

.sub-heading-one.text-right {
  text-align: right;
}

.sub-heading-one.text-right.sgc {
  margin-bottom: 1rem;
}

.sub-heading-one.find-hcwh-head, .sub-heading-one.sgrec-head {
  text-align: right;
}

.regular-text {
  text-align: left;
  margin-bottom: 1rem;
}

.regular-text.center-text {
  text-align: center;
}

.regular-text.right-text {
  text-align: right;
}

.regular-text.white-text {
  color: #fff;
}

.regular-text.white-text.text-right {
  text-align: right;
}

.regular-text.blue {
  color: var(--midnight-blue);
}

.regular-text.blue.text-right {
  text-align: right;
}

.sp-sliding-quotes-box {
  transition: all .3s;
  overflow: hidden;
}

.sp-sliding-quotes-box:hover {
  transform: scale(1.05);
}

.sp-sliding-quotes-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.sp-sliding-quotes-slide {
  transition: all .2s;
}

.slide-nav-2 {
  display: none;
}

.text-block-8 {
  font-size: 100px;
  line-height: 1em;
}

.text-block-8.big {
  font-size: 80px;
}

.text-block-8.bigbig {
  font-size: 52px;
}

.sp-centeredtext-section {
  text-align: center;
  margin-bottom: 8rem;
}

.sp-centeredtext-section.sell {
  margin-bottom: 2rem;
}

.sp-centeredtext-section.sell2 {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.sp-centeredtext-section.relo-tcta-section {
  margin-bottom: 1rem;
}

.sp-centeredtext-section.refresh {
  margin-bottom: 4rem;
}

.sub-heading-ss-bold {
  z-index: 200;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.sub-heading-ss-bold.sp-list-item-heading {
  color: var(--midnight-blue);
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.sub-heading-ss-bold.sp-list-item-heading.hfh-list-serif-i {
  text-transform: none;
  font-family: corporate-a-condensed, sans-serif;
}

.sub-heading-ss-bold.cs-ins-lower-header {
  margin-bottom: 1rem;
}

.sub-heading-ss-bold.sgc-learnmore-sub, .sub-heading-ss-bold.relo-hcwh-sub-heading {
  text-align: right;
  font-weight: 400;
}

.sub-heading-ss-bold.refresh {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}

.sp-list-one-section {
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.sp-list-one-section.cs-escrow-list {
  background-image: url('../images/cs-bricks-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1rem;
}

.sp-list-one-section.cs-pm {
  background-image: url('../images/cs-bricks-3.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.sp-list-one-lines-top.flipped {
  transform: rotate(180deg);
}

.sp-list-one-lines-top.flavor {
  margin-top: 2rem;
}

.sp-list-one-item {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.sp-list-one-item.mktg-list {
  width: 70%;
}

.html-embed {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.html-embed.mktg-list {
  width: 66.67%;
}

.list-line-spacer {
  width: 2.5px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.right-arrow-3 {
  color: var(--midnight-blue);
}

.html-embed-2 {
  width: 25%;
}

.text-block-9 {
  z-index: 10;
  background-color: var(--white);
  margin-top: -1rem;
  padding-top: .25rem;
  padding-left: 0;
  padding-right: 15%;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 36px;
  position: relative;
}

.text-block-10 {
  text-align: right;
  letter-spacing: .21em;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-right: 10%;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.regular-text-center {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 1rem;
}

.regular-text-center.cs-escrow-list-text {
  margin-top: 1rem;
}

.regular-text-center.bold-paragraph {
  font-weight: 700;
  line-height: 30px;
}

.regular-text-center.sgc-list-text-medium-caps {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.regular-text-center.flavor {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.regular-text-center.refresh {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-2 {
  display: none;
}

.sp-2col-slider-section {
  background-color: #666;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.sp-2col-slider-section.dark-blue-bg {
  background-color: var(--midnight-blue);
}

.slide-nav-3 {
  display: none;
}

.sp-2col-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.sp-2col-slider-righttext {
  color: var(--white);
  text-align: right;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-right: 40px;
}

.white-outline-button {
  z-index: 200;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin: 1rem 0 1.5rem;
  padding: 1rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: all .4s, color .4s;
  position: relative;
}

.white-outline-button:hover {
  color: #fff;
  margin: 1.25rem .5rem 1.75rem;
  padding: .75rem .5rem;
  text-decoration: underline;
}

.white-outline-button.cs-ins-button, .white-outline-button.sgrec-lm-btn {
  float: right;
}

.columns-3 {
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.right-arrow-4, .left-arrow-3 {
  width: 40px;
}

.sp-2col-slider-leftphoto {
  padding-left: 40px;
}

.image-11 {
  object-fit: cover;
  object-position: 50% 50%;
  border: 8px solid #666;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-11.dark-blue-border {
  border-color: var(--midnight-blue);
}

.mask-2 {
  margin-top: -3rem;
  margin-bottom: -2rem;
  overflow: hidden;
}

.div-block-4 {
  z-index: 30;
  position: relative;
}

.image-12 {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.sp-offices-section {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.sp-offices-grig-wrap {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sp-office-item {
  flex-direction: column;
  width: 25%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.sp-office-item-image {
  width: 100%;
}

.sp-office-item-name {
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.sp-solo-button-section {
  margin-bottom: 4rem;
}

.sp-solo-button-section.dark-bg {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.black-outline-button {
  z-index: 1000;
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: all .3s, color .4s;
  display: inline-block;
  position: relative;
}

.black-outline-button:hover {
  margin-top: 1.25rem;
  margin-bottom: .25rem;
  padding: .75rem 1.5rem;
  text-decoration: underline;
}

.black-outline-button.button-horizontal-spacing {
  margin-left: 10px;
  margin-right: 10px;
}

.black-outline-button.button-horizontal-spacing:hover {
  margin-left: 1rem;
  margin-right: 1rem;
}

.black-outline-button.hw-fa-btn {
  z-index: 200;
  float: left;
  position: relative;
}

.black-outline-button.hw-fa-btn:hover {
  margin-left: .5rem;
  margin-right: .5rem;
}

.black-outline-button.video-section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s, color .4s;
  display: inline-block;
}

.sp-ceneterd-quote-section {
  margin-bottom: 2rem;
}

.html-embed-3 {
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.text-block-11 {
  background-color: var(--white);
  color: var(--midnight-blue);
  margin-top: -1rem;
  padding-top: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 34px;
}

.sp-ledership-list-section {
  color: var(--white);
  background-color: #ccc;
  margin-top: 6rem;
  padding-bottom: 83px;
}

.sp-ledership-list-section.about-us-bg {
  background-color: var(--antique-white);
  background-image: url('../images/about-bricks-bg1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
}

.sp-leadership-top-leaders {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: -3rem;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sp-leadership-top-leader {
  flex-direction: row;
  width: 33%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 8px solid var(--antique-white);
  object-fit: none;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 315px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.image-14 {
  object-fit: cover;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.sp-hero-image {
  z-index: 100;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: 100%;
  position: absolute;
}

.sp-hero-image.refresh {
  width: auto;
  height: 100%;
}

.text-block-12 {
  color: #000;
  letter-spacing: -.012em;
  margin-bottom: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.text-block-13 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.sp-leaders-grid {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.sp-leadership-leader {
  width: 25%;
  margin-top: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-6 {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.agent-list-agent-photo {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  padding-bottom: 120%;
  display: inline-block;
  position: relative;
  top: -1rem;
}

.text-block-14 {
  color: #000;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 20px;
}

.text-block-15 {
  color: #000;
  font-size: 12px;
  line-height: 13px;
}

.sp-hemisphere-callout-section {
  margin-top: 2rem;
  margin-bottom: 12rem;
  position: relative;
  overflow: visible;
}

.sp-hemisphere-callout-section.blog-index {
  margin-bottom: 0;
}

.sp-hemisphere-callout-header-wrap {
  text-align: center;
}

.sp-hemisphere-heading {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  padding: 10rem 6rem 17.5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  line-height: 45px;
  display: inline-block;
  position: static;
}

.sp-hemisphere-heading.buy-bg {
  padding-top: 4rem;
}

.sp-hemisphere-heading.sub-heading-one-italic.blog-hemesphere {
  padding-top: 4rem;
  padding-left: 15rem;
  padding-right: 15rem;
}

.sp-hemisphere-heading.sgc-hemi-section {
  max-width: 50%;
  padding-top: 4rem;
  padding-bottom: 17.4rem;
}

.sp-hemisphere-heading.hfh-bg.hfh-hemi {
  min-width: 42%;
  padding-bottom: 11.5rem;
}

.sp-hemisphere-heading.find-bg {
  min-width: 70%;
  padding-top: 4rem;
}

.sp-hemisphere-body-wrap {
  background-color: var(--midnight-blue);
  min-height: 17.5rem;
  margin-top: -17.4rem;
}

.sp-hemisphere-body-wrap.blog-hemi {
  min-height: 5rem;
}

.sp-hemisphere-body-wrap.hfh-bg.hfh-hemi-body {
  background-image: url('../images/hfh-bricks-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  margin-top: -13.6rem;
  padding-top: 4rem;
}

.sp-hemi-col-right {
  text-align: left;
  padding-left: 40px;
}

.sp-hemisphere-col-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.about-fp-logo {
  width: 90%;
  padding-left: 30px;
}

.sp-hemi-col-left {
  text-align: left;
  padding-right: 40px;
}

.sp-hemi-col-left-photo {
  border: 8px solid #fff;
  margin-top: 3rem;
  margin-bottom: -4rem;
}

.sp-hemi-col-left-photo.seel-cert {
  margin-top: 0;
  margin-bottom: -2rem;
}

.sp-where-section {
  background-color: var(--antique-white);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.image-17 {
  width: 100%;
  margin-top: -4rem;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.column-6 {
  text-align: left;
}

.column-7 {
  text-align: left;
  position: relative;
}

.sp-solid-2col-2img-callout-section {
  -webkit-text-fill-color: inherit;
  background-color: #666;
  background-clip: border-box;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sp-solid-2col-2img-callout-section.sell-home-refresh {
  background-color: var(--midnight-blue);
  margin-bottom: 4rem;
}

.sp-solid-2col-2img-callout-section.sell-bg.bridge-loan {
  margin-bottom: 4rem;
}

.sp-solid-2col-2img-callout-section.buy-bg {
  margin-bottom: 6rem;
}

.sp-solid-2col-2img-callout-section.cs-mortgage-callout.cs-bg {
  margin-top: 8rem;
  margin-bottom: 2rem;
}

.sp-solid-2col-2img-callout-section.cs-bg.cs-insurance-lower {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.sp-solid-2col-2img-callout-section.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.sp-solid-2col-2img-callout-section.no-bg.cs-help-section {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.sp-solid-2col-2img-callout-section.hw-or-section {
  margin-top: 6rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sp-solid-2col-2img-callout-section.sgc-learnmore {
  margin-top: 20rem;
}

.sp-solid-2col-2img-callout-section.sgc-learnmore.sgc-bg {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.sp-solid-2col-2img-callout-section.relo-lre {
  margin-top: 10rem;
}

.sp-solid-2col-2img-callout-section.relo-how-can-we-help-section.relo-bg {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.sp-solid-2col-2img-callout-section.mktg-bg.taller {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.sp-solid-2col-2img-callout-section.sgrec-bg {
  background-color: var(--peru);
  margin-top: 8rem;
  margin-bottom: 3rem;
}

.sp-solid-2col-2img-callout-section.sgrec-bg.bridge-loan {
  margin-bottom: 4rem;
}

.sp-hero-sub-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: corporate-a-condensed, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.sp-hero-sub-heading.light-bg {
  color: var(--midnight-blue);
}

.text-block-16 {
  text-align: right;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 36px;
}

.light-solid-button {
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(244, 245, 242, .9);
  padding-left: 4rem;
  padding-right: 4rem;
  text-decoration: none;
  transition: all .4s, color .4s;
  display: inline-block;
}

.light-solid-button:hover {
  background-color: var(--white);
  text-decoration: underline;
}

.light-solid-button.mktg-hcwh {
  font-size: 14px;
  font-weight: 700;
}

.sp-photo-row {
  margin-bottom: 4rem;
}

.sp-photo-row-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sp-photo-row-photo {
  object-fit: cover;
  width: 33%;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.sell-hero-bricks {
  width: 250px;
  position: absolute;
  bottom: -2rem;
  left: 0%;
}

.col-reverse {
  flex-direction: row-reverse;
  display: flex;
}

.sp-plain-2col-section {
  margin-bottom: 4rem;
}

.sp-plain-2col-section.cs-insurance-top {
  margin-bottom: 6rem;
  position: relative;
}

.column-8 {
  text-align: left;
  padding-left: 40px;
}

.buy-col-one {
  align-items: center;
  display: flex;
}

.buy-col-one.cs-insurance-top-row {
  flex-direction: row-reverse;
}

.sp-centered-windowed-image-section {
  margin-top: 8rem;
  position: relative;
}

.image-18 {
  border: 12px solid var(--white-smoke);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 50%;
  margin-bottom: 2rem;
}

.blog-index-wrap {
  background-color: var(--white);
  min-height: 15rem;
  position: relative;
}

.blog-index-grid {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin-top: 3rem;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.blog-story {
  border: 15px solid #cf7a1a;
  border-top-width: 30px;
  width: 31%;
  min-height: 400px;
  margin-bottom: 8rem;
  margin-left: 10px;
  margin-right: 10px;
  padding: 1rem 10px 2rem;
}

.blog-item-title {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-item-img-frame {
  background-color: var(--dark-slate-grey);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 80%;
  height: 240px;
  margin-top: -55%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.cs-hero-logo {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
}

.columns-6 {
  flex-direction: row;
}

.columns-6.cs-mortgage-row {
  flex-direction: row-reverse;
  display: flex;
}

.sp-borderless-cards-section {
  margin-bottom: 4rem;
}

.sp-borderless-cards-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.sp-borderless-card {
  z-index: 200;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  min-height: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.sp-borderless-card-heading.sub-heading-ss-bold {
  margin-bottom: 1rem;
  line-height: 20px;
}

.cs-insurance-lower-row {
  flex-direction: row-reverse;
  display: flex;
}

.sub-sub-heading {
  font-size: 30px;
  line-height: 33px;
}

.cs-help-row {
  flex-direction: row-reverse;
  display: flex;
}

.offwhite-button {
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: rgba(244, 245, 242, .9);
  margin-top: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 14px;
  font-weight: 700;
  transition: all .4s, color .4s;
  display: block;
}

.offwhite-button:hover {
  background-color: var(--white);
}

.offwhite-button.sgc-learnmore {
  margin-top: 3rem;
}

.hw-fa-logo {
  float: none;
  width: 80%;
  margin-bottom: 1rem;
  display: block;
}

.hw-or-row {
  flex-direction: row-reverse;
  display: flex;
}

.hw-or-logo {
  float: none;
  clear: none;
  text-align: right;
  margin-bottom: 1rem;
  display: inline-block;
  position: static;
}

.hw-footer-text-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hw-footer-text.sub-heading-one {
  text-align: center;
}

.break-span {
  display: inline-block;
}

.sgc-hero-logo {
  width: 42%;
  margin-bottom: .5rem;
}

.sgc-ul {
  text-align: left;
  margin-top: .5rem;
  padding-left: 80px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 18px;
}

.sgc-ul-box {
  margin-bottom: 2rem;
}

.sgc-hemi-img {
  border: 8px solid var(--white);
  margin-top: 3rem;
  margin-bottom: -3rem;
}

.sp-col-textlist-wrap {
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.sp-col-textlist-box {
  width: 50%;
  min-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.sp-col-textlist-box.textlist-divider {
  border-right: 2px solid #38302e;
}

.textlist-heading {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
}

.textlist-text {
  margin-bottom: 1rem;
  font-size: 14px;
}

.sgc-learnmore-row {
  flex-direction: row-reverse;
  display: flex;
}

.relo-preheader {
  z-index: 200;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.relo-lre-logo {
  width: 66%;
  margin-bottom: 2rem;
}

.bold-italic {
  font-style: italic;
  font-weight: 700;
}

.sp-tcta-bg {
  background-color: var(--pantone-433c);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tcta-email-input {
  text-transform: uppercase;
  max-width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.tcta-disclaimer {
  color: var(--white);
  margin-top: 2rem;
  font-size: 14px;
}

.relo-how-can-we-help-row {
  flex-direction: row-reverse;
  display: flex;
}

.hfh-outline-button {
  color: #53615d;
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #53615d;
  margin-top: 1rem;
  padding: 1rem 8rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
}

.hfh-sub-text-block {
  color: #53615d;
  margin-top: 1rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.hfh-lre-stack-logo {
  height: 135px;
  margin-top: -100px;
}

.hfh-pam-photo-block {
  max-width: 40%;
  margin-bottom: -50%;
  margin-left: auto;
  margin-right: auto;
}

.pam-photos-back {
  border: 8px solid var(--white);
}

.pam-photos-headshot-wrapper {
  border: 8px solid var(--white);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 67%;
  height: 320px;
  margin-top: -67%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.sp-triimage-callout.hfh-bg.hfh-triimage-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

.sp-triimage-row {
  justify-content: center;
  display: flex;
}

.sp-triimage-row.hfh-triimage {
  margin-top: -3rem;
  margin-bottom: 2rem;
}

.sp-triimage-img-box {
  width: 33%;
  height: 200px;
  min-height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.sp-triimage-img {
  border: 8px solid var(--white);
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: scroll;
}

.sp-triimage-box-text {
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: corporate-a-std-urw, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.sp-hero-section-noimg {
  background-image: none;
  height: 45vw;
  min-height: 44px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.sp-hero-noimg-content {
  justify-content: center;
  width: 100%;
  display: flex;
}

.sp-hero-noimg-bg-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  min-width: 992px;
  max-width: 992px;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-noimg-primary-bg {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 992px;
  height: 80%;
  display: flex;
  position: relative;
  top: 20%;
}

.hero-noimg-primary-bg.connect-bg {
  justify-content: flex-start;
  height: 80%;
  padding-top: 4rem;
}

.advisors-sub-heading {
  padding-right: .33rem;
  font-size: 48px;
  line-height: 56px;
  display: inline-block;
}

.sp-agent-grid {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -3rem;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.sp-agent-list-section {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/advisors-bricks-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: fixed;
  margin-top: 0;
  padding-bottom: 83px;
  position: static;
  overflow: visible;
}

.sp-leadership-agent {
  width: 33%;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  position: relative;
  transform: scale(1);
}

.sp-leadership-agent:hover {
  transform: scale(1.1);
}

.agent-list-container {
  text-align: center;
  justify-content: center;
  max-width: 700px;
  margin-top: auto;
  position: relative;
  overflow: visible;
}

.agent-list-office-icon {
  background-color: var(--pantone-433c);
  width: 33%;
  margin-top: -20%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  position: relative;
}

.agent-list-agent-name {
  color: #000;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 20px;
}

.agent-list-text-block {
  color: #000;
  font-size: 12px;
  line-height: 13px;
}

.agent-list-agent-photo-box {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 0;
  padding-bottom: 120%;
  position: relative;
  overflow: hidden;
}

.agent-index-search-box {
  background-color: var(--white-smoke);
  width: 100%;
  max-width: 700px;
  min-height: 3rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-pub-info {
  z-index: 200;
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.blog-post-share-box {
  border: 1px solid var(--pantone-433c);
  width: 50%;
  margin: 2rem auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blog-share-box-heading {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.blog-post-share-buttons {
  height: 2rem;
  margin-top: .5rem;
}

.blog-post-body {
  margin-bottom: 2rem;
}

.connect-button-block {
  flex-direction: row;
  justify-content: space-around;
  width: 42%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.connect-office-list-section {
  margin-bottom: 4rem;
}

.connect-office-list-container {
  background-image: url('../images/windowshape.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  max-width: 700px;
  margin-top: -6rem;
  padding-top: 4rem;
  position: relative;
}

.connect-office-list {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 12.5%;
  padding-right: 12.5%;
  display: flex;
}

.office-list-item {
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-height: 100px;
  margin-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.connect-office-icon {
  width: 40%;
  padding: 5px;
}

.connect-office-list-name {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 700;
}

.connect-office-list-details {
  text-align: center;
  letter-spacing: .04em;
  text-transform: none;
  margin-top: .75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.connect-office-list-bg-fill {
  z-index: -10;
  background-color: #e6e7e8;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg-left-inner-stripe {
  background-color: var(--midnight-blue);
  width: 30%;
  height: 80%;
}

.hero-bg-left-inner-stripe.secondary-page {
  width: 30%;
  display: block;
}

.agent-profile-name {
  text-align: left;
  letter-spacing: .01rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.agent-profile-bio-title-lic {
  z-index: 200;
  color: var(--white);
  line-height: 19px;
  position: relative;
}

.agent-profile-hero-section {
  background-image: none;
  min-height: 300px;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.agent-profile-hero-bg-wrap-outer {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-7 {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  width: 100%;
  min-width: 992px;
  height: 100%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.div-block-8 {
  width: 42%;
  height: 100%;
  position: relative;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  width: 58%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.hero-primary-bg-outer-agent-profile {
  float: right;
  background-color: var(--dark-slate-grey);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90vw;
  min-width: 992px;
  min-height: 80%;
  margin-top: 128px;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  position: relative;
  top: 20%;
  right: 0;
}

.div-block-10 {
  margin: 2rem 5% -4rem;
  overflow: hidden;
}

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

.agent-profile-top {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-left: -20%;
  padding-bottom: 1rem;
  padding-left: 20%;
  display: flex;
}

.agent-profile-name-block {
  width: 60%;
  min-height: 50px;
}

.agent-profile-ofice-details {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.agent-profile-bio-text {
  color: var(--white);
  font-size: 14px;
}

.image-21 {
  float: right;
  width: 60px;
  padding: 5px;
}

.text-block-20 {
  color: var(--white);
  text-align: right;
  font-size: 12px;
  line-height: 14.4px;
}

.div-block-13 {
  float: right;
  width: 90%;
  min-width: 992px;
  min-height: 50px;
  display: block;
  position: relative;
  right: 0;
}

.div-block-14 {
  width: 40%;
}

.div-block-15 {
  justify-content: center;
  width: 58%;
  min-height: 50px;
  margin-top: -2rem;
  padding-right: 5%;
  display: flex;
}

.div-block-16 {
  display: flex;
}

.div-block-17 {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.image-22, .image-23 {
  object-fit: none;
  width: 45px;
  height: 45px;
}

.agent-profile-contact-text {
  margin-left: 5px;
  line-height: 16px;
}

.agent-profile-sellers {
  background-image: url('../images/advisors-bricks-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130%;
  background-attachment: fixed;
  margin-bottom: 4rem;
}

.agent-profile-listings-row {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.agent-profile-listing {
  color: #4a575c;
  width: 33%;
  min-height: 50px;
  margin-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: all .4s, color .4s;
}

.agent-profile-listing:hover {
  transform: scale(1.05);
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 135px;
}

.text-block-21 {
  margin-top: .75rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 18px;
}

.text-block-23, .text-block-24 {
  margin-top: .75rem;
  font-size: 14px;
  line-height: 16px;
}

.buy-col-one-b {
  text-align: left;
  padding-left: 40px;
}

.buy-callout-img-float-b {
  text-align: center;
  border: 8px solid #fff;
  width: 90%;
  position: absolute;
  top: -12.5rem;
  left: 12%;
}

.buy-callout-img-float-a {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 60%;
  position: absolute;
  top: -4.2rem;
  left: 35%;
}

.buy-solid-2col-2img-left-copy {
  color: #fff;
  padding-right: 20px;
}

.buy-solid-2col-2img-left-copy.reversed {
  padding-left: 40px;
}

.buyer-hemisphere-col-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.buyer-hemisphere-col-row.reverse {
  flex-direction: row-reverse;
  margin-top: 0;
}

.buyer-hemi-col-left {
  text-align: left;
  padding-right: 40px;
}

.buyer-hemi-col-left.reversed {
  padding-left: 40px;
  padding-right: 10px;
}

.buyer-hemi-col-right {
  text-align: left;
  padding-left: 40px;
}

.buyer-hemi-col-right.text-right {
  text-align: right;
}

.buyer-centered-window-img {
  border: 12px solid var(--white-smoke);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 50%;
  margin-bottom: 2rem;
}

.sell-hemisphere-heading {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  padding: 4rem 6rem 17.5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  line-height: 45px;
  display: inline-block;
  position: static;
}

.sell-hemisphere-col-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.sell-bridge-load-col {
  flex-direction: row-reverse;
  display: flex;
}

.about-hemisphere-col-row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.sp-where-cols {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.sp-where-col-text {
  text-align: left;
}

.sp-where-col-img {
  text-align: left;
  position: relative;
}

.where-map {
  width: 100%;
  margin-top: -4rem;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relo-centered-window-img {
  border: 12px solid var(--white-smoke);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 50%;
  margin-bottom: 2rem;
}

.careers-hero-bricks {
  z-index: 200;
  width: 250px;
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 33%;
}

.carreers-list-bricks {
  background-image: url('../images/Outlined_Bricks_Frame_Careers.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150%;
  background-attachment: scroll;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carreers-list-bricks.about {
  background-image: url('../images/Outlined_Bricks_Frame_BIO.svg');
}

.buy-bricks-big-window {
  background-image: url('../images/buy-bricks-bg-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-18 {
  background-image: url('../images/buy-bricks-bg-0.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  margin-bottom: -162px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buy-hero-bricks {
  z-index: 200;
  width: 250px;
  position: absolute;
  bottom: 4rem;
  left: 48%;
}

.sell-bricks-bg-1 {
  background-image: url('../images/sell-bricks-bg1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 133%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask-3 {
  height: 100%;
  overflow: hidden;
}

.cs-bricks-float {
  z-index: 1000;
  background-image: url('../images/cs-bricks-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relo-brick-float {
  background-image: url('../images/relo-bricks.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relo-hero-bricks {
  z-index: 200;
  width: 250px;
  position: absolute;
  bottom: -3.7rem;
  left: -3%;
}

.hfh-hero-bricks {
  z-index: 0;
  width: 250px;
  position: absolute;
  bottom: -2.7rem;
  left: 3%;
}

.div-block-19 {
  mix-blend-mode: exclusion;
  background-image: url('../images/hfh-bricks-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  position: absolute;
  top: -6rem;
  bottom: -6rem;
  left: 0%;
  right: 0%;
}

.div-block-20 {
  background-image: url('../images/hw-bricks.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -437px;
  position: absolute;
  top: -6rem;
  bottom: -6rem;
  left: 0%;
  right: 0%;
}

.hw-callout-img-float-b {
  text-align: center;
  border: 8px solid #fff;
  width: 85%;
  position: absolute;
  top: -12.5rem;
  left: 12%;
}

.hw-callout-img-float-b.hw-or-img {
  margin-top: -6rem;
  position: relative;
  top: auto;
  left: auto;
}

.mktg-3image-call-section {
  background-color: var(--marketing-red);
  margin-bottom: 6rem;
  padding-bottom: 4rem;
}

.mktg-3img-row {
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: -8rem;
  display: flex;
}

.mktg-3img-item {
  width: 33%;
  min-height: 100px;
  margin-bottom: 5rem;
  padding-left: 3%;
  padding-right: 3%;
  transition: all .4s;
  transform: scale(1);
}

.mktg-3img-item:hover {
  transform: scale(1.05);
}

.mktg-3img-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  font-size: 18px;
  font-weight: 700;
}

.mktg-3img-text {
  color: var(--white);
}

.mktg-3imh-img {
  border: 8px solid var(--white);
  object-fit: cover;
  min-height: 200px;
  margin-top: -4rem;
  margin-bottom: 2rem;
}

.mktg-2col-img-pull-section {
  margin-bottom: 8rem;
  position: relative;
}

.mktg-right-img-pull, .mktg-left-img-pull-copy {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4rem;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.mktg-2col-col {
  width: 50%;
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.mktg-col-img {
  border: 8px solid #f4f5f2;
  width: 90%;
}

.mktg-img-float-b-copy {
  text-align: center;
  border: 8px solid #fff;
  width: 85%;
  position: absolute;
  top: -8rem;
  left: 12%;
}

.mktg-img-float-a-copy {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 50%;
  position: absolute;
  top: -4rem;
  left: 35%;
}

.mktg-heading-ss-bold {
  z-index: 200;
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.mktg-hero-heading {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  position: relative;
}

.mktg-hero-bricks {
  z-index: 200;
  width: 250px;
  position: absolute;
  bottom: -2.9rem;
  left: 0%;
}

.mktg-brick-float-1 {
  background-image: url('../images/mktg-bricks-1a.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 22.5%;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mktg-brick-float-2 {
  background-image: url('../images/mktg-bricks-1a.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 22.5%;
  background-attachment: scroll;
  margin-bottom: -99px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mktg-brick-float-3 {
  background-image: url('../images/mktg-bricks-1a.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22.5%;
  background-attachment: scroll;
  margin-top: -92px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.find-rs-search-box {
  background-color: var(--midnight-blue);
}

.sp-hemisphere-find-map {
  margin-top: 2rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: visible;
}

.sp-hemisphere-find-maps {
  text-align: center;
}

.sp-hemisphere-find-map-wrap {
  background-color: var(--midnight-blue);
  min-height: 8rem;
  margin-top: -17.4rem;
}

.sp-hemisphere-find-map-wrap.find-bg.community-stats {
  background-color: var(--dark-slate-grey);
  min-height: 12rem;
  margin-top: 6rem;
}

.find-map-wrap {
  background-color: var(--white);
  position: relative;
}

.find-map-cols {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.find-community-names {
  width: 28%;
  min-height: 50px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.find-community-map {
  width: 72%;
  min-height: 50px;
}

.find-community-link {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.map-lock {
  margin-top: -180px;
  position: relative;
}

.map-img {
  width: 100%;
}

.find-map-container {
  max-width: 992px;
}

.find-solid-2col-2img-callout-section-copy {
  background-color: var(--pantone-433c);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.find-hcwh-cols {
  flex-direction: row-reverse;
  display: flex;
}

.find-hcwh-text {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.find-img-float-b-copy {
  text-align: center;
  border: 8px solid #fff;
  width: 85%;
  position: absolute;
  top: -10.1rem;
  left: 5%;
}

.find-img-float-a-copy {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 50%;
  position: absolute;
  top: -4.7rem;
  left: 35%;
}

.find-hero-bricks {
  z-index: 10;
  width: 250px;
  position: absolute;
  bottom: -2.9rem;
  left: 0%;
}

.map-lock-oc {
  margin-top: -125px;
  position: relative;
}

.find-community-sign-up {
  z-index: 200;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-top: 1rem;
  padding: 2rem 1rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  display: block;
  position: relative;
}

.find-comm-desc {
  color: var(--white);
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sp-hemisphere-comm-market {
  margin-top: 2rem;
  margin-bottom: 8rem;
  position: relative;
  overflow: visible;
}

.find-community-stats-cols-wrap {
  background-color: #fff;
  min-height: 11rem;
  position: relative;
}

.find-community-stats-cols {
  justify-content: space-around;
  display: flex;
}

.find-community-stat-box {
  background-color: var(--pantone-433c);
  width: 48%;
  min-height: 50px;
  margin-top: -14rem;
  padding-bottom: 2rem;
  transition: all .4s;
  transform: translate(0);
}

.find-community-stat-box:hover {
  transform: scale(1.05);
}

.stats-box-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.stats-box-row {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 20px;
}

.hm-solid-2col-2img-callout-section-copy {
  -webkit-text-fill-color: inherit;
  background-color: #666;
  background-clip: border-box;
  margin-top: 12rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hm-img-row {
  justify-content: center;
  align-items: center;
  margin: -2rem -10px 3rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hm-img-row-box {
  width: 33%;
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.hm-img-row-img {
  border: 8px solid var(--white-smoke);
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.hm-box-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.hm-bold-i {
  color: var(--white);
  margin-bottom: 1.5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
}

.sub-heading-one-italic-hm {
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 64px;
}

.hm-img-float-a-copy {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 70%;
  position: absolute;
  top: -2.4rem;
  left: 35%;
}

.hm-img-float-b {
  text-align: center;
  border: 8px solid #fff;
  width: 95%;
  position: absolute;
  top: -9.1rem;
  left: 12%;
}

.hm-bricks-1 {
  background-image: url('../images/home-matter-bricks.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hm-list-one-section {
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 0;
  position: relative;
}

.hm-video-section {
  margin-bottom: 0;
}

.video {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.overlay-general {
  z-index: 9999;
  opacity: 0;
  background-color: rgba(29, 37, 45, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.general-contact {
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
  max-width: 768px;
  min-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.contact-sub-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 700;
}

.contact-text-box {
  background-color: rgba(255, 255, 255, .7);
  font-size: 18px;
  font-weight: 700;
}

.contact-text-area {
  background-color: rgba(255, 255, 255, .7);
  height: 8rem;
  min-height: 8rem;
  font-size: 18px;
  font-weight: 700;
}

.contact-form-submit {
  z-index: 200;
  border: 1px solid var(--cornflower-blue);
  color: var(--cornflower-blue);
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  min-width: 150px;
  margin: 1rem auto 1.5rem;
  padding: 1rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
  position: relative;
}

.contact-label {
  color: #fff;
  letter-spacing: .21em;
  text-transform: uppercase;
}

.contact-button-block {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.contact-form-cancel {
  z-index: 200;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  min-width: 150px;
  margin: 1rem auto 1.5rem;
  padding: 1rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
  position: relative;
}

.overlay-recruiting {
  z-index: 9999;
  opacity: 0;
  background-color: rgba(29, 37, 45, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.recruit-form-header {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
}

.recaptcha {
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.find-centeredtext-section {
  text-align: center;
  margin-bottom: 8rem;
}

.div-block-22 {
  z-index: 200;
  width: 100%;
  position: relative;
}

.community-centeredtext-section {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.careers-centeredtext-section {
  text-align: center;
  margin-bottom: 3rem;
}

.find-index-hero-heading {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  position: relative;
}

.sgc-centeredtext-section {
  text-align: center;
  margin-bottom: 8rem;
}

.home1-img-float-b-copy {
  text-align: center;
  border: 8px solid #fff;
  width: 85%;
  position: absolute;
  top: -8.9rem;
  left: 12%;
}

.home1-img-float-a {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 50%;
  position: absolute;
  top: -1.5rem;
  left: 35%;
}

.homematters-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-23 {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  text-align: center;
}

.text-span-2 {
  font-size: 48px;
}

.agent-testimonial-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.agent-testimonial-header {
  z-index: 200;
  position: relative;
}

.agent-testimonial-slider-block {
  margin-top: -6.5rem;
}

.text-span-4 {
  display: inline-block;
}

.agent-testimonial-sliding-quotes-box-copy {
  transition: all .3s;
  overflow: hidden;
}

.agent-sliding-testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.agent-sliding-testimonial-slide {
  transform-style: preserve-3d;
  transition: all .2s;
}

.agent-sliding-testimonial-slide:hover {
  transform: scale3d(1none, 1none, 1none);
}

.agent-testimonial-slide-quotes {
  float: none;
  width: 15%;
}

.testimonial-text {
  z-index: 10;
  background-color: var(--white);
  margin-top: -1rem;
  padding-top: .25rem;
  padding-left: 0;
  padding-right: 15%;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 36px;
  position: relative;
}

.review-link {
  text-align: right;
  letter-spacing: .21em;
  text-transform: uppercase;
  margin-top: .25rem;
  margin-right: 10%;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.right-arrow-3-copy {
  color: var(--midnight-blue);
}

.sp-twp-section {
  z-index: 9000;
  margin-top: 0;
  position: relative;
}

.twp-body-block {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
}

.twp-right-block {
  background-color: var(--pantone-433c);
  width: 50%;
  min-height: 150px;
}

.twp-left-block {
  width: 50%;
  min-height: 150px;
}

.text-span-5 {
  font-family: corporate-a-condensed, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 33px;
  position: relative;
  top: -22px;
}

.training-lp-bigtext-block {
  color: #713900;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.training-lp-list-one-section {
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.training-lp-solid-2col-2img-callout-section {
  -webkit-text-fill-color: inherit;
  background-color: #666;
  background-clip: border-box;
  margin-top: 12rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.training-lp-solid-2col-2img-callout-section.training-lp-bg, .training-lp-solid-2col-2img-callout-section.training-lp-bg-copy {
  background-color: #713900;
  margin-bottom: 21rem;
}

.div-block-26 {
  flex-direction: column;
  display: flex;
}

.div-block-27 {
  text-align: center;
  margin-bottom: -26.5rem;
  position: relative;
}

.train-lp-img-float-b {
  text-align: center;
  border: 8px solid #fff;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -13.5rem;
}

.train-lp-img-float-a {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -29.9rem;
}

.coach-lp-text-block-25 {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 3rem;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.video-2 {
  z-index: 999;
  cursor: pointer;
  object-fit: cover;
  margin-bottom: -21rem;
  position: relative;
}

.coach-lp-solid-2col-2img-callout-section {
  -webkit-text-fill-color: inherit;
  background-color: #666;
  background-clip: border-box;
  margin-top: 12rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.coach-lp-solid-2col-2img-callout-section.training-lp-bg {
  background-color: #713900;
  margin-bottom: 21rem;
}

.coach-lp-solid-2col-2img-callout-section.training-lp-bg-copy {
  background-color: #797574;
  margin-bottom: 3rem;
}

.coach-lp-column-block {
  flex-direction: row-reverse;
  display: flex;
}

.coach-lp-col-1 {
  text-align: center;
  min-width: 50%;
  margin-bottom: -10rem;
  position: relative;
}

.coach-lp-col-2 {
  min-width: 50%;
}

.coach-lp-video-2 {
  margin-bottom: -21rem;
}

.coach-lp-bigtext-block {
  color: var(--midnight-blue);
  margin-bottom: 3rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.coach-lp-img-float-b {
  text-align: center;
  border: 8px solid #fff;
  width: 90%;
  margin-top: -9rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.coach-lp-img-float-a {
  border: 8px solid #fff;
  border-radius: 47% 47% 0 0;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -9rem;
}

.text-span-6 {
  display: inline-block;
}

.mktg-sm-list-item {
  text-align: left;
}

.list {
  padding-left: 20px;
}

.mktg-video-section {
  margin-bottom: 7rem;
}

.mktg-video-section.career {
  margin-bottom: 3rem;
}

.careers-3vids-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.carrers-video-item {
  cursor: pointer;
  width: 33%;
  min-height: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.career-video-item-txt {
  color: #ad4c00;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.zzzcareers-video-overlay {
  z-index: 9999;
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  max-height: 95vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 5vh;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.zzzcareers-video-overlay.marketing-video-overlay, .zzzcareers-video-overlay.coaching-video-overlay, .zzzcareers-video-overlay.training-video-overlay, .zzzcareers-video-overlay.career-video-overlay {
  opacity: 0;
  display: none;
}

.video-overlay-block {
  width: 100%;
}

.video-overay-body {
  background-color: var(--white);
  border: .25rem solid #fff;
  width: auto;
  margin: 1rem;
  padding: 2rem;
}

.video-overay-body.marketing {
  border-color: var(--marketing-red);
  background-color: #000;
}

.video-overay-body.marketing-invert {
  background-color: var(--marketing-red);
  border-width: .2rem;
  border-color: #fff;
}

.video-overay-body.coaching {
  border-color: var(--coaching-grey);
  background-color: #000;
}

.video-overay-body.coaching-invert {
  background-color: var(--coaching-grey);
  border-width: .2rem;
  border-color: #fff;
}

.video-overay-body.training {
  border-color: var(--sienna);
  background-color: #000;
}

.video-overay-body.training-invert {
  background-color: var(--sienna);
  border-width: .2rem;
  border-color: #fff;
}

.video-overay-body.career-invert {
  background-color: var(--midnight-blue);
  border-width: .2rem;
  border-color: #fff;
}

.video-overay-body.career {
  border-color: var(--midnight-blue);
  background-color: #000;
}

.video-overlay-title {
  color: #fff;
  margin-bottom: 2rem;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 38px;
  line-height: 42px;
}

.video-overlay-title.marketing {
  color: var(--white);
  margin-bottom: 1rem;
}

.video-overlay-video {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-overlay-txt {
  opacity: 1;
  color: var(--white);
  font-size: 16px;
}

.video-overlay-ctabtn {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 600;
}

.video-outline-button {
  z-index: 1000;
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .21em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: all .3s, color .4s;
  display: inline-block;
  position: relative;
}

.video-outline-button:hover {
  margin-top: 1.25rem;
  margin-bottom: .25rem;
  padding: .75rem 1.5rem;
  text-decoration: underline;
}

.video-outline-button.button-horizontal-spacing {
  margin-left: 10px;
  margin-right: 10px;
}

.video-outline-button.button-horizontal-spacing:hover {
  margin-left: 1rem;
  margin-right: 1rem;
}

.video-outline-button.hw-fa-btn {
  z-index: 200;
  float: left;
  position: relative;
}

.video-outline-button.hw-fa-btn:hover {
  margin-left: .5rem;
  margin-right: .5rem;
}

.video-outline-button.video-section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s, color .4s;
  display: inline-block;
}

.video-overlay-closebtn {
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}

.video-overlay-bg {
  z-index: 9998;
  opacity: 0;
  background-color: rgba(29, 37, 45, .92);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay-logo {
  width: 33%;
  margin-bottom: 1rem;
}

.marketing-video-lg {
  cursor: pointer;
  object-fit: cover;
}

.image-25 {
  object-fit: cover;
}

.image-26 {
  object-fit: cover;
  margin-bottom: 1rem;
}

.video-3 {
  margin-bottom: 1rem;
}

.image-27 {
  width: 50%;
  min-width: 300px;
  max-width: 90%;
  margin-bottom: 3rem;
}

.home-ourstory-bttn-block {
  text-align: center;
  margin-top: 2rem;
}

.text-block-our-story {
  font-family: corporate-a-std-urw, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.facts-sm {
  font-size: 14px;
}

.sp-aboutus-bio-section {
  margin-top: 1rem;
  margin-bottom: 3rem;
  position: relative;
}

.aboutus-bio-p {
  text-align: center;
  width: 55%;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.facts-lable {
  font-size: 18px;
}

.text-span-14, .text-span-15 {
  display: inline-block;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: corporate-a-std-urw, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.twp-home {
  z-index: 9000;
  margin-top: -11rem;
  position: relative;
}

.twp-badge, .image-28 {
  max-width: 80%;
}

.container-5, .container-6 {
  text-align: center;
}

.refresh-hero-logo {
  max-width: 75%;
  margin-bottom: 1rem;
}

.sp-boxed-refresh-list {
  margin-bottom: 4rem;
}

.refresh-list-box {
  background-color: #e6e7e8;
  flex-flow: wrap;
  align-items: stretch;
  display: block;
}

.list-header-30 {
  width: 30%;
  min-height: 1rem;
  padding: 2rem 1.5rem 1.5rem 3rem;
}

.list-header-70 {
  width: 70%;
  min-height: 1rem;
  padding: 2rem 2rem 1.5rem 1.5rem;
}

.list-header-text {
  margin-bottom: 1rem;
  font-weight: 700;
}

.list-body-30 {
  width: 30%;
  min-height: 1rem;
  padding: 0 1.5rem 2rem 3rem;
}

.list-body-70 {
  width: 70%;
  min-height: 1rem;
  padding: 0 3rem 2rem 1.5rem;
}

.list-25 {
  flex-flow: column;
  align-content: stretch;
  justify-content: space-around;
  height: 100%;
  padding-left: 1rem;
  display: flex;
}

.list-item-100 {
  width: 100%;
}

.list-70 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  height: 100%;
  padding-left: 1rem;
  display: flex;
}

.list-item-3 {
  width: 33%;
}

.row {
  margin-bottom: 0;
  padding: 2.5rem 2rem;
  display: flex;
}

.sp-refresh-simple-fast-section {
  margin-bottom: 4rem;
}

.refresh-simple-fast-box {
  border: 1px solid var(--refresh-green);
  justify-content: space-between;
  min-height: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: .5rem;
  display: flex;
}

.simple-fast-33 {
  width: 33%;
}

.simple-fast-66 {
  width: 66%;
  position: relative;
}

.simple-fast-heading {
  color: var(--refresh-green);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.simple-fast-subheading {
  color: var(--refresh-green);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  right: -2rem;
}

.div-block-29 {
  flex: 0 auto;
  width: 33%;
  height: 300px;
  padding-right: 1rem;
  position: relative;
  top: -50%;
}

.sp-disclaimer-section {
  margin-top: 5rem;
  margin-bottom: -2rem;
}

.paragraph-4 {
  color: var(--coaching-grey);
  text-align: center;
  font-size: 11px;
  line-height: 14px;
}

.image-29 {
  border: 1px solid #000;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.refresh-qupte {
  margin-bottom: 6rem;
}

.image-30 {
  z-index: 100;
  width: 25%;
  margin-top: -5%;
  position: relative;
  left: 40%;
}

.refresh-hero-bricks-copy {
  z-index: 200;
  width: 250px;
  display: block;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: 6%;
}

@media screen and (min-width: 1280px) {
  .hero-section.home-page-hero {
    background-position: 100% 75%;
    background-size: 110%;
    max-height: 80vh;
  }

  .home-page-heading.floating-heading {
    left: 0;
  }

  .header-bricks {
    position: relative;
    top: 97px;
    left: -4.5rem;
  }

  .container-2 {
    left: -2vw;
  }

  .header-bricks-bg {
    left: 40%;
  }

  .sub-heading-one-italic {
    padding-left: 40%;
  }

  .callout-img-float-b.cs-mortgage-callout-image {
    position: relative;
  }

  .brand-block.dark-nav {
    max-width: 1280px;
    margin-left: auto;
    padding-left: 1rem;
    position: relative;
  }

  .image-3 {
    width: 50%;
  }

  .homerefresh-stories-circle-header {
    height: 32rem;
    padding-top: 10rem;
    position: static;
  }

  .hero-bg-left-stripe.secondary-page {
    width: 30%;
  }

  .hero-bg-left-stripe.secondary-page.outer-left-stripe {
    width: 29vw;
  }

  .hero-primary-bg.buy-bg {
    justify-content: flex-start;
    padding-top: 4rem;
    padding-left: 35%;
  }

  .sp-hero-image-box {
    background-color: var(--pantone-433c);
    margin-left: 0;
  }

  .sp-hero-image-spacer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-hero-content {
    overflow: visible;
  }

  .sp-hero-heading {
    padding-right: 15%;
  }

  .sp-hero-heading.advisors-heading {
    padding-right: 0%;
  }

  .sp-hero-text {
    padding-right: 20%;
  }

  .sp-hero-button-block {
    padding-right: 6rem;
  }

  .hero-primary-bg-outer.careers-bg, .hero-primary-bg-outer.buy-bg {
    max-width: 1280px;
  }

  .sp-hero-section {
    height: 46vw;
    min-height: 680px;
    max-height: 680px;
  }

  .sp-hero-bg-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-hero-bg-wrap-outer {
    margin-left: auto;
    margin-right: auto;
  }

  .sp-container-regular.video-overlay-container {
    background-color: rgba(0, 0, 0, 0);
  }

  .sp-list-one-section {
    background-size: 120%;
    margin-bottom: 2rem;
  }

  .html-embed-2 {
    width: 25%;
  }

  .sp-ledership-list-section.about-us-bg {
    background-size: 90%;
  }

  .sp-hero-image {
    overflow: visible;
  }

  .sp-hemisphere-body-wrap.hfh-bg.hfh-hemi-body {
    min-height: 24rem;
  }

  .sp-hero-section-noimg {
    height: 46vw;
    min-height: 550px;
    max-height: 550px;
  }

  .sp-hero-noimg-content {
    overflow: visible;
  }

  .sp-hero-noimg-bg-wrap {
    justify-content: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-noimg-primary-bg {
    justify-content: center;
    align-items: flex-start;
    max-width: 1280px;
    margin-left: 0%;
  }

  .hero-noimg-primary-bg.connect-bg {
    height: 80%;
  }

  .sp-agent-list-section {
    background-size: 120%;
  }

  .agent-list-text-block {
    margin-bottom: .5rem;
  }

  .text-span {
    display: inline-block;
  }

  .agent-index-search-box {
    width: 700px;
    min-height: 3rem;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .hero-bg-left-inner-stripe.secondary-page {
    width: 30%;
  }

  .agent-profile-hero-section {
    min-height: 300px;
  }

  .agent-profile-hero-bg-wrap-outer {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    justify-content: center;
    padding-right: 0%;
  }

  .div-block-8 {
    max-width: 500px;
  }

  .div-block-9 {
    margin-right: 0;
    padding-right: 10vw;
  }

  .hero-primary-bg-outer-agent-profile {
    justify-content: center;
    min-height: 0%;
    margin-top: 128px;
    display: flex;
  }

  .agent-profile-sellers {
    background-size: 115%;
  }

  .careers-hero-bricks {
    z-index: 200;
  }

  .buy-bricks-big-window {
    background-size: 110%;
  }

  .buy-hero-bricks {
    z-index: 200;
    bottom: 8rem;
    left: 48%;
  }

  .sell-bricks-bg-1 {
    background-size: 115%;
  }

  .relo-hero-bricks {
    z-index: 200;
    bottom: -3.3rem;
    left: 1%;
  }

  .hfh-hero-bricks {
    bottom: -3.3rem;
    left: 1%;
  }

  .mktg-hero-heading {
    padding-right: 15%;
  }

  .mktg-hero-bricks {
    z-index: 200;
    bottom: -2.9rem;
    left: 0%;
  }

  .mktg-brick-float-2 {
    margin-bottom: -108px;
  }

  .mktg-brick-float-3 {
    margin-top: -154px;
  }

  .find-hero-bricks {
    z-index: 200;
    bottom: -2.9rem;
    left: 0%;
  }

  .hm-bricks-1 {
    background-size: 110%;
  }

  .hm-list-one-section {
    background-size: 120%;
    margin-bottom: 2rem;
  }

  .video {
    width: 80%;
    height: 400px;
  }

  .find-index-hero-heading {
    padding-right: 15%;
  }

  .agent-testimonial-slide-quotes {
    width: 15%;
  }

  .training-lp-list-one-section {
    background-size: 120%;
    margin-bottom: 2rem;
  }

  .refresh-hero-bricks-copy {
    z-index: 200;
  }
}

@media screen and (min-width: 1920px) {
  .footer-section {
    margin-top: 6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    max-width: 1600px;
  }

  .callout-img-float-b.cs-mortgage-callout-image {
    position: relative;
  }

  .callout-img-float-b.cs-ins-lower-img {
    width: 90%;
  }

  .brand-block.dark-nav {
    max-width: 1600px;
  }

  .hero-bg-left-stripe.secondary-page.outer-left-stripe {
    width: 28vw;
  }

  .sp-hero-heading.advisors-heading {
    max-width: 67%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-hero-text {
    padding-right: 20%;
  }

  .sp-hero-button-block {
    text-align: right;
    width: 100%;
    margin-top: 2rem;
    padding-right: 11rem;
    position: relative;
  }

  .sp-hero-button {
    text-align: center;
  }

  .hero-primary-bg-outer.about-us-bg {
    max-width: 1280px;
  }

  .hero-primary-bg-outer.mktg-bg, .hero-primary-bg-outer.hm-bg {
    max-width: 1300px;
  }

  .sp-hero-section {
    min-height: 800px;
    max-height: 800px;
  }

  .sp-hero-bg-wrap {
    max-width: 1600px;
  }

  .sp-container-regular {
    max-width: 1280px;
  }

  .sp-container-regular.leader-grid {
    max-width: 992px;
  }

  .sp-2col-one-col-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sp-list-one-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sp-list-one-section.cs-escrow-list {
    background-size: 100%;
  }

  .sp-2col-slider-righttext, .sp-2col-slider-leftphoto {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sp-ledership-list-section.about-us-bg {
    background-position: 50%;
    background-size: 70%;
    background-attachment: scroll;
  }

  .sp-hero-image {
    z-index: 100;
  }

  .sp-hemisphere-heading.sgc-hemi-section {
    max-width: 42%;
  }

  .sp-hemisphere-body-wrap.hfh-bg.hfh-hemi-body {
    background-size: 110%;
    min-height: 25rem;
  }

  .sp-hemisphere-col-row {
    align-items: baseline;
  }

  .sp-hemi-col-left-photo {
    width: 90%;
  }

  .sell-hero-bricks {
    width: 500px;
    bottom: -4rem;
    left: -4%;
  }

  .sp-plain-2col-section.cs-insurance-top, .sp-centered-windowed-image-section {
    position: relative;
  }

  .blog-story {
    width: 23%;
  }

  .cs-ins-upper-img {
    width: 90%;
  }

  .pam-photos-headshot-wrapper {
    height: 420px;
    margin-top: -58%;
  }

  .sp-hero-section-noimg {
    min-height: 40px;
  }

  .sp-hero-noimg-bg-wrap {
    max-width: 1600px;
  }

  .hero-noimg-primary-bg {
    margin-left: 0%;
  }

  .sp-agent-list-section {
    background-size: 100%;
  }

  .agent-list-container {
    max-width: 780px;
  }

  .div-block-7 {
    justify-content: center;
    max-width: 1600px;
    padding-right: 0%;
  }

  .hero-primary-bg-outer-agent-profile {
    justify-content: flex-start;
  }

  .agent-profile-bio-text {
    font-size: 16px;
  }

  .agent-profile-sellers {
    background-size: 100%;
  }

  .buyer-hemisphere-col-row {
    align-items: baseline;
  }

  .sell-hemisphere-col-row {
    align-items: center;
  }

  .about-hemisphere-col-row {
    align-items: baseline;
  }

  .careers-hero-bricks {
    width: 500px;
    bottom: -4rem;
    left: 30%;
  }

  .buy-bricks-big-window {
    background-image: url('../images/buy-bricks-bg-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .buy-hero-bricks {
    width: 500px;
    bottom: 4rem;
    left: 48%;
  }

  .sell-bricks-bg-1 {
    background-size: 100%;
  }

  .cs-bricks-float {
    background-image: url('../images/cs-bricks-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .relo-hero-bricks {
    width: 500px;
    bottom: -6.5rem;
    left: -5%;
  }

  .hfh-hero-bricks {
    z-index: 10;
    width: 500px;
    bottom: -4.9rem;
    left: -2%;
  }

  .div-block-19 {
    background-size: 100%;
  }

  .div-block-20 {
    background-position: 50%;
    background-size: 120%;
    margin-bottom: -548px;
  }

  .mktg-hero-bricks {
    width: 500px;
    bottom: -5.4rem;
    left: -8%;
  }

  .find-map-cols {
    align-items: flex-start;
  }

  .map-lock {
    margin-top: -241px;
  }

  .find-map-container {
    max-width: 1200px;
  }

  .find-hero-bricks {
    width: 500px;
    bottom: -5.4rem;
    left: -8%;
  }

  .map-lock-oc {
    margin-top: -177px;
  }

  .hm-bricks-1 {
    background-size: 80%;
  }

  .hm-list-one-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .find-centeredtext-section {
    margin-top: 10rem;
  }

  .agent-testimonial-block {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }

  .training-lp-list-one-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .refresh-hero-bricks-copy {
    width: 500px;
    bottom: -4rem;
    left: 30%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-section {
    padding-top: 88px;
  }

  .hero-section.home-page-hero {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    padding-top: 10px;
    position: absolute;
  }

  .nav-link.contact {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 11px;
  }

  .nav-link.footer-link {
    margin-top: 9px;
  }

  .nav-link.dark-nav {
    color: var(--white);
  }

  .nav-link.dd {
    padding-left: 0;
    padding-right: 0;
  }

  .section.top-section {
    padding-bottom: 0;
  }

  .menu-button {
    color: var(--midnight-blue);
  }

  .menu-button.w--open {
    background-color: #55acee;
  }

  .nav-menu {
    background-color: #242424;
    display: none;
  }

  .nav-menu.socialmenu {
    opacity: 0;
  }

  .contact-overlay {
    opacity: 0;
    display: none;
    transform: scale(1.1);
  }

  .form-wrapper {
    width: 70%;
  }

  .project-text {
    width: 90%;
  }

  .blog-block {
    padding: 4px;
  }

  .home-page-heading.floating-heading {
    margin-top: 0;
    margin-left: 6rem;
    font-size: 42px;
  }

  .blog-image-wrapper {
    height: 170px;
    margin-bottom: 10px;
  }

  .dropdown-toggle.dark-nav {
    color: var(--white);
  }

  .hero-sub-header {
    margin-left: 6rem;
  }

  .header-bricks {
    top: 7px;
    left: 1.5em;
  }

  .container-2 {
    top: 140px;
    left: 0;
  }

  .header-bricks-bg {
    left: 33%;
  }

  .callout-img-float-b {
    top: -9.6rem;
  }

  .callout-img-float-a {
    width: 60%;
  }

  .brand-block {
    top: .5rem;
    left: 1.5rem;
  }

  .brand-block.dark-nav {
    top: .5rem;
    left: 0;
  }

  .brand {
    margin-left: 7%;
  }

  .nav-logo {
    margin-top: 0;
  }

  .image-9 {
    width: 95%;
  }

  .image-10 {
    width: 66%;
    height: 320px;
    top: 54px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sociallink-footer {
    width: 24px;
  }

  .footer-social-links {
    text-align: right;
  }

  .hero-bg-left-stripe.secondary-page {
    width: 40%;
    position: relative;
  }

  .hero-bg-left-stripe.secondary-page.outer-left-stripe {
    width: 42%;
  }

  .hero-primary-bg, .hero-primary-bg.about-us-bg {
    padding-left: 15%;
  }

  .hero-primary-bg.buy-bg {
    padding-left: 20%;
  }

  .sp-hero-image-box {
    background-color: rgba(0, 0, 0, 0);
    height: 85%;
    margin-left: 0%;
    bottom: -6px;
  }

  .sp-hero-heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 48px;
    line-height: 52px;
  }

  .sp-hero-heading.advisors-heading {
    font-size: 42px;
  }

  .sp-hero-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sp-hero-button-block {
    padding-right: 1rem;
  }

  .sp-hero-section {
    min-height: 500px;
    max-height: 500px;
  }

  .sp-hero-bg-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    max-width: 768px;
    display: flex;
  }

  .sp-hero-bg-wrap-outer {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .sp-2col-one-section {
    margin-top: 2rem;
  }

  .sp-databox-dark {
    padding: 1rem;
  }

  .sp-databox-dark-description {
    font-size: 18px;
  }

  .text-block-8.big, .text-block-8.bigbig {
    font-size: 44px;
  }

  .sp-list-one-section.cs-escrow-list {
    background-size: 120%;
  }

  .sp-leadership-top-leader {
    width: 42%;
  }

  .sp-leadership-leader {
    width: 33%;
  }

  .sp-hemisphere-callout-section.about-us {
    margin-bottom: 6rem;
  }

  .sp-hemisphere-heading.sgc-hemi-section {
    max-width: 80%;
  }

  .sp-hemi-col-left-photo {
    margin-top: 6rem;
    margin-bottom: -4rem;
  }

  .sp-where-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sp-hero-sub-heading.light-bg {
    padding-left: 1rem;
  }

  .blog-story {
    width: 45%;
  }

  .blog-item-img-frame {
    height: 280px;
  }

  .cs-hero-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hfh-hero-logo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sp-triimage-callout.hfh-bg.hfh-triimage-section {
    padding-bottom: 0;
  }

  .sp-hero-section-noimg {
    height: 46vw;
    min-height: 550px;
    max-height: 500px;
  }

  .sp-hero-noimg-bg-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    min-width: 768px;
    max-width: 768px;
    display: flex;
  }

  .hero-noimg-primary-bg {
    min-width: 768px;
    padding-left: 0%;
  }

  .advisors-sub-heading {
    font-size: 42px;
  }

  .agent-index-search-box {
    margin-top: 4rem;
  }

  .hero-bg-left-inner-stripe.secondary-page {
    width: 50%;
    position: relative;
  }

  .agent-profile-hero-section {
    min-height: 300px;
    margin-bottom: 1rem;
  }

  .agent-profile-hero-bg-wrap-outer {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-7 {
    flex-flow: row;
    align-items: center;
    min-width: 768px;
  }

  .div-block-8 {
    width: 50%;
  }

  .hero-primary-bg-outer-agent-profile {
    min-width: 768px;
    margin-top: 75px;
  }

  .div-block-13 {
    float: none;
    min-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-16 {
    flex-direction: column;
  }

  .agent-profile-sellers {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 4rem;
  }

  .buy-callout-img-float-b {
    top: -9.6rem;
  }

  .buy-callout-img-float-a {
    width: 60%;
  }

  .sp-where-cols {
    align-items: center;
  }

  .where-map {
    margin-top: 0;
    margin-bottom: -4rem;
  }

  .careers-hero-bricks {
    left: 15%;
  }

  .buy-bricks-big-window {
    background-size: 110%;
  }

  .div-block-18 {
    display: none;
  }

  .buy-hero-bricks {
    left: 28%;
  }

  .cs-bricks-float {
    display: none;
  }

  .relo-hero-bricks, .hfh-hero-bricks {
    bottom: -5.1rem;
    left: 28%;
  }

  .hw-callout-img-float-b, .mktg-img-float-b-copy {
    top: -9.6rem;
  }

  .mktg-img-float-a-copy {
    width: 60%;
  }

  .mktg-hero-heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 48px;
    line-height: 52px;
  }

  .mktg-brick-float-1 {
    z-index: -10;
  }

  .mktg-brick-float-2 {
    margin-bottom: -53px;
  }

  .mktg-brick-float-3 {
    margin-top: -120px;
  }

  .map-lock {
    margin-top: -139px;
  }

  .find-img-float-b-copy {
    top: -9.6rem;
  }

  .find-img-float-a-copy {
    width: 60%;
  }

  .find-hero-bricks {
    bottom: -4.5rem;
    left: 30%;
  }

  .map-lock-oc {
    margin-top: -115px;
  }

  .hm-img-float-a-copy {
    width: 60%;
  }

  .hm-img-float-b {
    top: -9.6rem;
  }

  .find-index-hero-heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 48px;
    line-height: 52px;
  }

  .home1-img-float-b-copy {
    top: -9.6rem;
  }

  .home1-img-float-a {
    width: 60%;
  }

  .icon-4 {
    color: var(--white);
  }

  .agent-testimonial-slider-block {
    margin-top: -5.1rem;
  }

  .div-block-27 {
    margin-bottom: -21rem;
  }

  .train-lp-img-float-b {
    top: -9.6rem;
  }

  .train-lp-img-float-a {
    width: 33%;
    top: -22.9rem;
  }

  .coach-lp-solid-2col-2img-callout-section.training-lp-bg-copy {
    margin-top: 6rem;
  }

  .coach-lp-col-1 {
    margin-bottom: -9rem;
  }

  .coach-lp-img-float-b {
    margin-top: 0;
    top: -9.6rem;
  }

  .coach-lp-img-float-a {
    width: 50%;
    top: -5.7rem;
  }

  .twp-home {
    margin-top: 3rem;
  }

  .list-header-30 {
    width: 30%;
  }

  .list-header-70 {
    width: 70%;
  }

  .list-body-30 {
    width: 30%;
  }

  .list-body-70 {
    width: 70%;
  }

  .list-item-3 {
    width: 50%;
  }

  .div-block-29 {
    top: auto;
  }

  .refresh-hero-bricks-copy {
    left: -21%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 41px;
  }

  .hero-section {
    padding-bottom: 25px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 70px;
  }

  .logo-text {
    margin-bottom: 19px;
  }

  .nav-link.contact {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px;
  }

  .nav-link.footer-link, .nav-link.footer-link.contact {
    float: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container {
    padding: 5px 0;
    top: auto;
  }

  .logo-footer {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-link-col {
    text-align: center;
    margin-top: 1rem;
  }

  .form-wrapper {
    width: 80%;
  }

  .project-title {
    font-size: 25px;
    line-height: 28px;
  }

  .project-link.blog-link {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .project-text {
    width: 100%;
  }

  .blog-post-wrapper {
    padding-top: 0;
  }

  .author-wrapper {
    width: 90%;
    margin-bottom: 39px;
  }

  .home-page-heading.floating-heading {
    position: relative;
  }

  .container-2 {
    top: 83px;
    left: 31px;
  }

  .paragraph {
    width: 80%;
    padding-left: 10px;
  }

  .sp-solid-2col-2img-left {
    text-align: center;
    flex-direction: row;
    display: block;
  }

  .callout-img-float-b.cs-mortgage-callout-image, .callout-img-float-b.cs-ins-lower-img {
    width: 80%;
  }

  .callout-img-float-b.cs-help {
    width: 80%;
    margin-top: -4.3rem;
    margin-bottom: 4rem;
  }

  .callout-img-float-b.relo-lre-img-b {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .callout-img-float-b.sell-refresh {
    width: 66%;
    margin-left: 35px;
    position: relative;
    top: auto;
    left: auto;
  }

  .callout-img-float-b.sell-bridge-loan {
    width: 66%;
    margin-top: -8rem;
    margin-left: 49px;
    position: relative;
    top: auto;
    left: auto;
  }

  .callout-img-float-a {
    width: 40%;
    margin-top: -48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .callout-img-float-a.relo-lre-img-a {
    margin-top: -221px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0%;
  }

  .callout-img-float-a.relo-hcwh-img-a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: auto;
    left: auto;
  }

  .callout-img-float-a.sell-refresh {
    width: 42%;
    margin-top: -240px;
    margin-left: 263px;
    position: relative;
    top: auto;
    left: auto;
  }

  .brand-block.dark-nav {
    margin-left: 0;
    left: 0;
  }

  .brand {
    width: 180px;
    margin-left: 3%;
    padding-left: 0;
  }

  .homerefresh-stories-2col-left-img {
    width: 70%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 1rem;
  }

  .homerefresh-stories-2col-row {
    flex-direction: column;
  }

  .homerefresh-stories-2col-right-heading, .homerefresh-stories-2col-right-text {
    text-align: center;
  }

  .sp-solid-2col-2img-right.sell-refresh {
    margin-top: -6rem;
    margin-bottom: 1rem;
  }

  .left-arrow {
    top: 31.3rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .right-arrow-2 {
    top: 31rem;
    left: auto;
  }

  .homerefresh-slide-backimg {
    width: 50%;
    margin-top: -134px;
    display: none;
    position: relative;
    top: auto;
    left: auto;
  }

  .homerefresh-slide-img {
    width: 40%;
    margin: -139px auto 25px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .homerefresh-slide-row {
    flex-direction: column-reverse;
    display: flex;
  }

  .homesearch-section-heading.extra-mb {
    text-align: center;
  }

  .image-7, .community-carousel-section {
    display: none;
  }

  .help-section-row {
    flex-direction: column;
    display: flex;
  }

  .image-9 {
    width: 45%;
    top: 14.7rem;
    left: 158px;
  }

  .image-10 {
    width: 33%;
    height: 200px;
    top: 260px;
    left: 58%;
  }

  .hero-primary-bg {
    object-fit: fill;
    overflow: visible;
  }

  .sp-hero-image-box {
    height: 82.5%;
    bottom: 0;
  }

  .sp-hero-heading {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 28px;
    line-height: 30px;
  }

  .sp-hero-heading.advisors-heading {
    font-size: 28px;
  }

  .sp-hero-text {
    margin-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 14px;
    line-height: 16px;
  }

  .sp-hero-button-block {
    margin-top: 1rem;
    padding-right: .5rem;
  }

  .sp-hero-button {
    padding: .5rem;
  }

  .sp-hero-section {
    min-height: 285px;
    max-height: 285px;
    padding-bottom: 25px;
  }

  .sp-hero-bg-wrap {
    max-width: 480px;
  }

  .sp-1col-one-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .sp-1col-one-row.agent-profile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-2col-one-heading-block.agent-profile {
    margin-top: 0;
  }

  .sub-heading-one.text-right.relo, .sub-heading-one.agent-profile-testimonial, .sub-heading-one.buy-search-heading, .sub-heading-one.sp-where-heading, .sub-heading-one.mktg-text.col, .sub-heading-one.mktg-hcwh, .regular-text, .regular-text.white-text.text-right.buy-hemi-text {
    text-align: center;
  }

  .sp-sliding-quotes-box:hover {
    transform: none;
  }

  .sub-heading-ss-bold.relo-hcwh-sub-heading.relo {
    text-align: center;
  }

  .sp-list-one-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .white-outline-button.cs-ins-button {
    float: none;
  }

  .sp-hemisphere-callout-section {
    margin-bottom: 2.3rem;
  }

  .sp-hemisphere-heading.sub-heading-one-italic.blog-hemesphere {
    padding: 1.2rem 10rem 2.7rem;
  }

  .sp-hemisphere-heading.sgc-hemi-section {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 2rem;
  }

  .sp-hemisphere-heading.about-page {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sp-hemisphere-heading.find-bg {
    min-width: 90%;
    padding-top: 4rem;
  }

  .sp-hemisphere-body-wrap {
    margin-top: -4rem;
  }

  .sp-hemi-col-right {
    text-align: center;
  }

  .sp-hemi-col-left {
    padding-right: 10px;
  }

  .sp-hemi-col-left.sell-certified {
    text-align: center;
  }

  .sp-hemi-col-left-photo {
    margin: 1.4rem auto 2rem;
    display: block;
  }

  .sp-hemi-col-left-photo.seel-cert {
    width: 66%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sp-solid-2col-2img-callout-section.mktg-bg.taller {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sp-hero-sub-heading.light-bg {
    padding-left: .5rem;
  }

  .buy-col-one.cs-insurance-top-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .blog-story {
    width: 42.5%;
  }

  .blog-item-img-frame {
    height: 240px;
  }

  .columns-6.cs-mortgage-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .sp-borderless-cards-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sp-borderless-card {
    width: 90%;
  }

  .cs-insurance-lower-row, .cs-help-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .hw-or-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .sgc-ul {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 24px;
    list-style-type: none;
  }

  .sp-col-textlist-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .sp-col-textlist-box {
    width: 90%;
  }

  .sp-col-textlist-box.textlist-divider {
    border-right-style: none;
    width: 90%;
  }

  .relo-how-can-we-help-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .hfh-pam-photo-block {
    max-width: 60%;
  }

  .sp-hero-section-noimg {
    min-height: 285px;
    margin-bottom: 19.5rem;
    padding-bottom: 25px;
  }

  .sp-hero-noimg-bg-wrap {
    min-width: 480px;
    max-width: 480px;
  }

  .hero-noimg-primary-bg {
    object-fit: fill;
    min-width: 480px;
    height: 200%;
    overflow: visible;
  }

  .hero-noimg-primary-bg.connect-bg {
    padding-top: 0;
  }

  .advisors-sub-heading {
    font-size: 28px;
  }

  .sp-agent-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .sp-leadership-agent {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0%;
    padding-right: 0%;
    overflow: visible;
  }

  .agent-list-agent-photo-box {
    height: 350px;
  }

  .agent-index-search-box {
    width: 90%;
  }

  .blog-post-pub-info {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .connect-button-block {
    width: 80%;
    margin-top: 0;
  }

  .connect-office-list-container {
    margin-top: -19rem;
  }

  .agent-profile-name, .agent-profile-bio-title-lic {
    text-align: center;
  }

  .agent-profile-hero-section {
    min-height: 285px;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .div-block-7 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    align-items: center;
    min-width: 480px;
  }

  .div-block-8 {
    width: 80%;
  }

  .div-block-9 {
    width: 90%;
  }

  .hero-primary-bg-outer-agent-profile {
    min-width: 480px;
  }

  .agent-profile-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0%;
    margin-right: -5px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .agent-profile-name-block {
    width: 100%;
  }

  .agent-profile-ofice-details {
    justify-content: center;
    width: 100%;
    margin-top: .5rem;
  }

  .agent-profile-bio-text {
    text-align: center;
  }

  .div-block-13 {
    min-width: 480px;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-15 {
    padding-right: 0%;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
  }

  .agent-profile-sellers {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .agent-profile-listing {
    width: 50%;
  }

  .buyer-hemisphere-col-row.reverse {
    margin-top: 2rem;
  }

  .sell-refresh-columns {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sell-hemisphere-heading {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
  }

  .sell-hemisphere-col-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
  }

  .sell-bridge-load-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .about-hemisphere-col-row {
    flex-direction: column;
  }

  .relo-lre-cols {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .careers-hero-bricks {
    width: 125px;
    left: -5%;
  }

  .buy-hero-bricks {
    display: none;
  }

  .relo-hero-bricks, .hfh-hero-bricks {
    display: block;
    bottom: -5rem;
  }

  .div-block-19 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .mktg-3img-row {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: -3rem;
    padding-top: 2rem;
  }

  .mktg-3img-item {
    width: 45%;
    margin-bottom: 0;
  }

  .mktg-3imh-img {
    margin-top: 0;
  }

  .mktg-2col-img-pull-section {
    margin-bottom: 4rem;
  }

  .mktg-right-img-pull {
    flex-direction: column-reverse;
    align-items: center;
  }

  .mktg-left-img-pull-copy {
    flex-direction: column;
    align-items: center;
  }

  .mktg-2col-col, .mktg-2col-col.img {
    width: 90%;
  }

  .mktg-img-float-b-copy {
    width: 42%;
    position: relative;
    top: auto;
    left: 65px;
  }

  .mktg-img-float-a-copy {
    width: 33%;
    position: absolute;
    top: 2.5rem;
    left: 45%;
  }

  .mktg-hero-heading {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 28px;
    line-height: 30px;
  }

  .mktg-hero-bricks {
    display: none;
    overflow: visible;
  }

  .mktg-brick-float-1 {
    margin-bottom: 36px;
    display: none;
  }

  .mktg-brick-float-2 {
    display: none;
  }

  .mktg-brick-float-3 {
    margin-top: -107px;
    display: none;
  }

  .mktg-howhelp-cols {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .sp-hemisphere-find-map {
    margin-bottom: 12rem;
  }

  .sp-hemisphere-find-map-wrap {
    min-height: 4rem;
  }

  .find-community-map {
    display: none;
  }

  .find-img-float-a-copy {
    width: 50%;
    position: absolute;
  }

  .find-hero-bricks {
    display: none;
    overflow: visible;
  }

  .sp-hemisphere-comm-market {
    margin-bottom: 12rem;
  }

  .find-community-stats-cols {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -14rem;
  }

  .find-community-stat-box {
    width: 96%;
    margin-top: 1rem;
  }

  .hm-img-float-a-copy {
    width: 40%;
    margin-top: -147px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .hm-img-float-b {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .hm-callout-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .columns-7 {
    flex-direction: column-reverse;
    display: flex;
  }

  .careers-centeredtext-section {
    margin-bottom: 2rem;
  }

  .find-index-hero-heading {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 28px;
    line-height: 30px;
  }

  .home1-img-float-b-copy {
    width: 66%;
    margin-top: -94px;
    margin-left: 33px;
    position: relative;
    top: auto;
    left: auto;
  }

  .home1-img-float-a {
    width: 40%;
    margin: -229px 0 2rem 277px;
    position: relative;
    top: auto;
    left: auto;
  }

  .text-span-2 {
    font-size: 28px;
  }

  .container-4 {
    flex-direction: column;
  }

  .text-span-3 {
    display: inline-block;
  }

  .agent-testimonial-block {
    padding-left: 20px;
  }

  .agent-testimonial-slider-block {
    margin-top: -4.8rem;
  }

  .agent-testimonial-sliding-quotes-box-copy:hover {
    transform: none;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .text-span-5 {
    font-size: 18px;
    top: -5px;
  }

  .training-lp-callout-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .div-block-27 {
    margin-bottom: -10rem;
  }

  .train-lp-img-float-b {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -9rem;
    left: auto;
  }

  .train-lp-img-float-a {
    width: 40%;
    margin-top: -147px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -12.2rem;
    left: auto;
  }

  .coach-lp-text-block-25 {
    text-align: center;
  }

  .coach-lp-solid-2col-2img-callout-section.training-lp-bg-copy {
    margin-top: 9.1rem;
  }

  .coach-lp-column-block {
    flex-direction: column;
  }

  .coach-lp-col-1 {
    margin-bottom: -3rem;
  }

  .coach-lp-img-float-b {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
  }

  .coach-lp-img-float-a {
    width: 40%;
    margin-top: -10rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: auto;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    display: inline-block;
  }

  .text-span-11 {
    display: inline;
  }

  .text-span-12 {
    display: inline-block;
  }

  .twp-home {
    margin-top: 2rem;
  }

  .list-body-30 {
    width: 40%;
  }

  .list-body-70 {
    width: 60%;
  }

  .list-25 {
    justify-content: flex-start;
  }

  .list-70 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .list-item-3 {
    width: 50%;
  }

  .simple-fast-33 {
    width: 25%;
  }

  .simple-fast-66 {
    width: 75%;
  }

  .div-block-28 {
    left: 1rem;
    right: 0;
  }

  .div-block-29 {
    height: 200px;
    top: auto;
  }

  .refresh-qupte {
    margin-bottom: 3rem;
  }

  .image-30 {
    width: 33%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
  }

  .refresh-hero-bricks-copy {
    width: 125px;
    left: -9%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .38);
    font-size: 24px;
    line-height: 32px;
  }

  .hero-section.blog-post-hero {
    padding-bottom: 60px;
  }

  .hero-section.home-page-hero {
    background-size: cover;
    height: 460px;
  }

  .logo-text {
    font-size: 26px;
  }

  .nav-link.footer-link {
    font-size: 13px;
    display: block;
  }

  .nav-link.footer-link.contact {
    padding: 9px;
    font-size: 13px;
  }

  .nav-link.dark-nav {
    color: var(--white);
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button {
    color: var(--white);
  }

  .nav-menu, .nav-menu.socialmenu, .footer-link-col {
    display: none;
  }

  .close-link:hover {
    color: #fff;
  }

  .form-wrapper {
    width: 90%;
  }

  .cta-heading {
    font-size: 28px;
  }

  .project-block {
    padding-left: 0;
    padding-right: 0;
  }

  .project-title {
    font-size: 20px;
    line-height: 25px;
    bottom: 25px;
    left: 15px;
  }

  .project-tag {
    right: 18px;
  }

  .project-link.blog-link {
    margin-bottom: 15px;
  }

  .blog-block {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .author-wrapper {
    width: 100%;
  }

  .home-page-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .home-page-heading.floating-heading {
    margin-left: 0;
  }

  .column-2 {
    background-color: var(--pantone-433c);
    opacity: .8;
  }

  .dropdown-toggle.dark-nav {
    color: var(--white);
  }

  .hero-sub-header {
    margin-left: 0;
  }

  .header-bricks {
    width: 32px;
    height: 32px;
    top: 15px;
    left: -2.4em;
  }

  .container-2 {
    max-width: 240px;
    top: 100px;
    left: 14px;
  }

  .header-bricks-bg {
    z-index: 100;
    width: 133px;
    bottom: -43px;
    left: 55%;
  }

  .left-text-float {
    margin-top: 1rem;
    margin-bottom: 2.3rem;
  }

  .paragraph {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .solid-2-col-callout {
    padding-top: 8rem;
  }

  .sp-solid-2col-2img-left {
    text-align: center;
    padding-right: 10px;
  }

  .sp-solid-2col-2img-left.hw-or-text-col {
    text-align: center;
  }

  .sp-solid-2col-2img-left.sell-refresh {
    text-align: center;
    padding-right: 10px;
  }

  .sp-solid-2col-2img-left.relo-col {
    text-align: center;
  }

  .text-block {
    text-align: left;
  }

  .callout-img-float-b {
    border-width: 4px;
    width: 60%;
    top: -11.5rem;
    left: 10%;
  }

  .callout-img-float-b.sgc-learnmore-img-b {
    width: 80%;
    margin-top: -12rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .callout-img-float-b.relo-lre-img-b {
    margin-top: -12.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .callout-img-float-b.relo-hcwh-img-b {
    width: 80%;
    margin: -12.4rem auto 0;
    display: block;
  }

  .callout-img-float-b.sell-refresh {
    width: 80%;
    position: relative;
    top: auto;
    left: auto;
  }

  .callout-img-float-b.sell-bridge-loan {
    width: 80%;
    margin-top: -79px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .callout-img-float-a {
    border-width: 4px;
    width: 50%;
    margin: -163px auto 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .callout-img-float-a.relo-lre-img-a {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
  }

  .callout-img-float-a.relo-hcwh-img-a {
    margin-top: -156px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
  }

  .callout-img-float-a.sell-refresh {
    width: 60%;
    margin-top: -164px;
    margin-left: 105px;
    position: relative;
    top: auto;
    left: auto;
  }

  .brand-block {
    width: 100%;
    padding-top: 0;
    top: auto;
    left: auto;
  }

  .nav-block.dark-nav {
    position: relative;
  }

  .brand.w--current {
    width: 180px;
    padding-top: 1rem;
    padding-left: 1.1rem;
  }

  .sociallink {
    display: none;
  }

  .heading.lala {
    line-height: 40px;
  }

  .heading.lala-secondary {
    line-height: 42px;
  }

  .heading.lala-copy, .heading.our-story {
    line-height: 40px;
  }

  .heading.lisa-video {
    line-height: 42px;
  }

  .sgresults-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-3 {
    width: 90%;
  }

  .homerefresh-stories-circle-header {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    width: 100%;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }

  .homerefresh-stories-header-block {
    width: 100%;
  }

  .homerefresh-stories-2col-block {
    padding-bottom: 7.5rem;
  }

  .homerefresh-stories-2col-left-img {
    text-align: center;
    width: 80%;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 1.1rem;
  }

  .homerefresh-stories-2col-row {
    display: block;
  }

  .sp-solid-2col-2img-right {
    margin-top: 0;
    margin-bottom: 0;
  }

  .homerefresh-stories-slider-block {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .homerefresh-storeis-slider {
    min-height: 35rem;
    padding-bottom: 0;
  }

  .homerefresh-slide {
    padding-top: 2rem;
    padding-left: 0;
  }

  .left-arrow {
    position: absolute;
    top: 33rem;
    left: auto;
    right: auto;
  }

  .homerefresh-slide-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .homerefresh-stories-text {
    margin-bottom: 48px;
  }

  .right-arrow-2 {
    top: 33rem;
    left: auto;
  }

  .homerefresh-slide-backimg {
    width: 35%;
    display: none;
    position: absolute;
    top: -10.2rem;
    left: 3.3rem;
  }

  .mask {
    padding-bottom: 0;
  }

  .homerefresh-slide-img {
    width: 50%;
    margin-top: -155px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: auto;
  }

  .homerefresh-stories-floatingbricks {
    top: -123px;
    bottom: auto;
    right: -8px;
  }

  .homerefresh-stories-slider-container {
    padding-bottom: 2rem;
  }

  .homerefresh-slide-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    padding-bottom: 0;
    display: flex;
  }

  .homesearch-section {
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .homesearch-section-heading {
    text-align: center;
    font-size: 28px;
  }

  .image-7 {
    margin-top: -3rem;
    margin-bottom: -3rem;
    display: none;
    position: relative;
  }

  .community-carousel-section {
    display: none;
  }

  .blog-section-posts {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .help-section {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .help-section-row {
    flex-direction: column;
    display: flex;
  }

  .help-section-col-left {
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    display: block;
  }

  .help-section-col-right, .heading-2 {
    text-align: center;
  }

  .text-block-7 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .help-section-button {
    width: 80%;
  }

  .image-9 {
    width: 100%;
    margin-top: -4rem;
    position: relative;
    top: auto;
    left: auto;
  }

  .image-10 {
    width: 45%;
    height: 180px;
    display: none;
    top: 264px;
    left: 50%;
  }

  .columns-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .footer-social-links {
    clear: none;
    text-align: center;
  }

  .div-block-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slide-nav {
    padding-top: 21px;
    position: absolute;
    top: auto;
  }

  .hero-bg-left-stripe.secondary-page {
    order: 0;
    width: 100%;
    height: 7rem;
    margin-top: -4.2rem;
    margin-bottom: 8.1rem;
    display: block;
  }

  .hero-bg-left-stripe.secondary-page.outer-left-stripe {
    width: 100%;
    margin-top: -6.4rem;
  }

  .hero-primary-bg {
    flex-flow: column;
    flex: none;
    order: 0;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 1.5rem 10px;
    display: block;
    position: static;
    top: 34%;
  }

  .hero-primary-bg.about-us-bg {
    padding-left: 0%;
  }

  .hero-primary-bg.buy-bg {
    padding-left: 10px;
  }

  .hero-primary-bg.sgrec-bg {
    background-color: var(--peru);
  }

  .sp-hero-image-box {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 100%;
    height: 100%;
  }

  .sp-hero-image-spacer {
    flex: 0 auto;
    width: 10rem;
    height: 12rem;
    position: absolute;
  }

  .sp-hero-content {
    display: block;
  }

  .sp-hero-heading {
    text-align: center;
    text-shadow: none;
  }

  .sp-hero-heading.light-bg {
    text-shadow: none;
  }

  .sp-hero-heading.advisors-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .sp-hero-text {
    text-align: center;
  }

  .sp-hero-text.sgrec {
    font-size: 20px;
  }

  .sp-hero-text.refresh {
    font-size: 24px;
    line-height: 26px;
  }

  .sp-hero-button-block {
    text-align: center;
    padding-right: 1rem;
  }

  .hero-primary-bg-outer {
    z-index: -20;
    width: 100%;
    min-height: 10%;
    display: none;
    top: 0%;
  }

  .hero-primary-bg-outer.mktg-bg {
    min-height: 80%;
    margin-top: 44px;
    display: block;
  }

  .hero-primary-bg-outer.find-bg {
    min-height: 100%;
    margin-top: 44px;
    padding-bottom: 0;
    display: block;
  }

  .hero-primary-bg-outer.hm-bg {
    min-height: 80%;
    margin-top: 45px;
    display: block;
  }

  .hero-primary-bg-outer.landing-training-bg, .hero-primary-bg-outer.landing-coach-bg {
    min-height: 80%;
    margin-top: 44px;
    display: block;
  }

  .hero-primary-bg-outer.sgrec-bg {
    display: none;
  }

  .sp-hero-section {
    height: auto;
    min-height: 0;
    max-height: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .sp-hero-section.sell-page, .sp-hero-section.sgrec-page {
    margin-bottom: 1rem;
  }

  .sp-hero-bg-wrap {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: static;
  }

  .sp-hero-bg-wrap.refresh {
    background-color: var(--refresh-green);
  }

  .sp-hero-bg-wrap-outer {
    z-index: -100;
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .sp-container-regular {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sp-container-regular.leader-grid {
    max-width: 320px;
  }

  .sp-container-regular.video-overlay-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-1col-one-row {
    flex-direction: column-reverse;
  }

  .sp-1col-one-row.hw-fahw {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sp-databox-dark {
    padding: 1rem;
  }

  .sp-databox-dark-heading {
    font-size: 28px;
  }

  .sp-databox-dark-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }

  .sp-databox-dark-bignumber {
    font-size: 64px;
  }

  .sp-databox-dark-description {
    text-align: center;
    justify-content: center;
    margin-top: .5rem;
    font-size: 16px;
    line-height: 18px;
  }

  .sp-2col-one-heading-block.agent-profile {
    width: 100%;
    margin-right: 0;
  }

  .sp-2col-one-heading-block.hw-fahw {
    text-align: center;
  }

  .sub-heading-one.text-center.refresh {
    font-size: 32px;
    line-height: 34px;
  }

  .sub-heading-one.text-right {
    text-align: center;
  }

  .sub-heading-one.agent-profile-testimonial {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .sub-heading-one.buy-col-one-heading, .sub-heading-one.sell-bridgeloan-head, .sub-heading-one.sp-where-heading, .sub-heading-one.mktg-text.col {
    text-align: center;
  }

  .sub-heading-one.mktg-hcwh {
    text-align: center;
    margin-bottom: .5rem;
  }

  .sub-heading-one.sgrec-head, .regular-text, .regular-text.right-text, .regular-text.blue.text-right, .sub-heading-ss-bold.sgc-learnmore-sub, .sub-heading-ss-bold.relo-hcwh-sub-heading.relo {
    text-align: center;
  }

  .sp-list-one-section, .sp-list-one-section.cs-pm {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .sp-list-one-item, .html-embed {
    width: 100%;
  }

  .text-block-9 {
    text-align: left;
  }

  .text-block-10 {
    margin-right: 5%;
  }

  .regular-text-center {
    text-align: center;
  }

  .regular-text-center.refresh {
    max-width: 90%;
  }

  .sp-2col-slider-righttext {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .sp-offices-grig-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .sp-office-item {
    flex-direction: column-reverse;
    width: 100%;
  }

  .black-outline-button.hw-fa-btn {
    float: none;
  }

  .sp-leadership-top-leaders {
    flex-wrap: wrap;
  }

  .sp-leadership-top-leader {
    width: 90%;
    margin-bottom: 1rem;
  }

  .sp-leadership-leader {
    width: 67%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .sp-hemisphere-callout-section {
    margin-bottom: 4rem;
  }

  .sp-hemisphere-callout-header-wrap {
    overflow: hidden;
  }

  .sp-hemisphere-heading.buy-bg {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    width: 100%;
    padding: 3rem 2rem 10rem;
    font-size: 35px;
    line-height: 37px;
  }

  .sp-hemisphere-heading.sub-heading-one-italic.blog-hemesphere {
    width: 100%;
    padding: 4rem 7rem 10rem;
  }

  .sp-hemisphere-heading.sgc-hemi-section {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    max-width: 100%;
    padding: 4rem 3rem 10rem;
  }

  .sp-hemisphere-heading.about-page {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    padding-top: 4rem;
    padding-bottom: 10rem;
  }

  .sp-hemisphere-heading.find-bg {
    padding-top: 4rem;
    padding-bottom: 11.8rem;
    font-size: 28px;
  }

  .sp-hemisphere-body-wrap {
    margin-top: -10.6rem;
  }

  .sp-hemi-col-right {
    text-align: center;
    padding-left: 10px;
  }

  .about-fp-logo {
    padding-left: 0;
  }

  .sp-hemi-col-left {
    text-align: center;
    padding-right: 10px;
  }

  .sp-hemi-col-left.sell-certified {
    padding-right: 10px;
  }

  .sp-hemi-col-left-photo {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .sp-hemi-col-left-photo.seel-cert {
    margin-bottom: 0;
  }

  .sp-solid-2col-2img-callout-section {
    padding-top: 8rem;
  }

  .sp-solid-2col-2img-callout-section.sell-home-refresh {
    padding-top: .7rem;
  }

  .sp-solid-2col-2img-callout-section.sell-bg.bridge-loan {
    margin-top: 10rem;
    padding-top: 2rem;
  }

  .sp-solid-2col-2img-callout-section.no-bg.cs-help-section {
    margin-top: -2rem;
  }

  .sp-solid-2col-2img-callout-section.relo-lre.relo-bg {
    margin-top: 6rem;
  }

  .sp-solid-2col-2img-callout-section.mktg-bg.taller {
    padding-bottom: 4rem;
  }

  .sp-solid-2col-2img-callout-section.sgrec-bg.bridge-loan {
    margin-top: 10rem;
    padding-top: 2rem;
  }

  .sp-hero-sub-heading.light-bg {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
  }

  .text-block-16 {
    text-align: center;
  }

  .light-solid-button.mktg-hcwh {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .sp-photo-row-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .sp-photo-row-photo {
    width: 80%;
  }

  .sell-hero-bricks {
    display: none;
    bottom: -7.1rem;
    left: auto;
  }

  .col-reverse {
    flex-direction: column-reverse;
  }

  .column-8 {
    padding-left: 10px;
  }

  .buy-col-one {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-centered-windowed-image-section {
    margin-top: 4rem;
  }

  .sp-centered-windowed-image-section.relo {
    margin-top: -2rem;
  }

  .blog-story {
    width: 85%;
  }

  .cs-hero-logo {
    text-align: center;
    width: 50%;
    margin-top: 1rem;
    display: block;
  }

  .hw-fa-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .hw-or-row {
    flex-direction: column-reverse;
  }

  .sgc-hero-logo {
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sgc-ul {
    text-align: center;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    line-height: 24px;
    list-style-type: none;
  }

  .sgc-hemi-img {
    margin-top: 3.5rem;
    margin-bottom: 0;
  }

  .sp-col-textlist-wrap {
    flex-wrap: wrap;
  }

  .sp-col-textlist-box {
    width: 90%;
  }

  .sp-col-textlist-box.textlist-divider {
    border-right-style: none;
  }

  .sgc-learnmore-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .relo-preheader {
    text-align: center;
  }

  .relo-how-can-we-help-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .hfh-hero-logo {
    margin-top: 1rem;
    margin-bottom: .5rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hfh-pam-photo-block {
    max-width: 90%;
    margin-bottom: -4rem;
  }

  .sp-triimage-callout.hfh-bg.hfh-triimage-section {
    padding-bottom: 2rem;
  }

  .sp-triimage-row.hfh-triimage {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .sp-triimage-img-box {
    width: 90%;
  }

  .sp-hero-section-noimg {
    height: auto;
    min-height: 0;
    max-height: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .sp-hero-noimg-content {
    display: block;
  }

  .sp-hero-noimg-bg-wrap {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 0;
    display: flex;
    position: static;
  }

  .hero-noimg-primary-bg {
    flex-flow: column;
    flex: none;
    order: 0;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0%;
    display: block;
    position: static;
    top: 34%;
  }

  .hero-noimg-primary-bg.connect-bg {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .advisors-sub-heading {
    font-size: 28px;
  }

  .sp-agent-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-leadership-agent {
    width: 90%;
    margin-bottom: 2rem;
  }

  .agent-list-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .agent-list-office-icon {
    margin-top: 0%;
  }

  .agent-list-agent-photo-box {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .agent-index-search-box {
    height: 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post-pub-info {
    text-align: center;
    font-size: 14px;
  }

  .blog-post-share-box {
    width: 95%;
  }

  .connect-button-block {
    flex-direction: column;
  }

  .connect-office-list-container {
    margin-top: -6rem;
  }

  .connect-office-list {
    flex-direction: column;
    align-items: center;
  }

  .office-list-item {
    width: 67%;
  }

  .connect-office-list-bg-fill {
    height: 80%;
  }

  .hero-bg-left-inner-stripe.secondary-page {
    order: 0;
    width: 100%;
    height: 7rem;
    margin-top: -4.2rem;
    margin-bottom: 8.1rem;
    display: block;
  }

  .agent-profile-hero-section {
    height: auto;
    min-height: 0;
    max-height: 100%;
    margin-top: 4rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .div-block-7 {
    min-width: 0;
  }

  .hero-primary-bg-outer-agent-profile {
    width: 100%;
    min-width: 0;
    margin-top: 7px;
    top: 0%;
  }

  .div-block-13 {
    width: 100%;
    min-width: 0;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .agent-profile-listing {
    width: 80%;
  }

  .buy-col-one-b {
    text-align: center;
    padding-left: 0;
  }

  .buy-callout-img-float-b {
    border-width: 4px;
    width: 80%;
    margin-top: -169px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: auto;
  }

  .buy-callout-img-float-a {
    border-width: 4px;
    width: 60%;
    margin-top: -108px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: auto;
  }

  .buy-solid-2col-2img-left-copy.reversed {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .buyer-hemisphere-col-row.reverse {
    flex-direction: column;
  }

  .buyer-hemi-col-left.reversed {
    padding-left: 10px;
  }

  .buyer-hemi-col-right.text-right {
    text-align: center;
    padding-left: 10px;
  }

  .buyer-centered-window-img {
    width: 80%;
  }

  .sell-refresh-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sell-hemisphere-heading {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    padding: 4rem 2rem 11.4rem;
  }

  .sell-hemisphere-col-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-top: 1.1rem;
  }

  .sell-bridge-load-col {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-hemisphere-col-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-top: 2rem;
  }

  .sp-where-cols {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .sp-where-col-text {
    text-align: center;
  }

  .relo-lre-cols {
    flex-direction: column-reverse;
    display: flex;
  }

  .relo-centered-window-img {
    width: 80%;
  }

  .careers-hero-bricks {
    display: none;
    bottom: -7.1rem;
    left: auto;
  }

  .carreers-list-bricks {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .buy-bricks-big-window {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .buy-hero-bricks {
    bottom: -7.1rem;
    left: auto;
  }

  .relo-hero-bricks, .hfh-hero-bricks {
    display: none;
    bottom: -7.1rem;
    left: auto;
  }

  .div-block-20 {
    display: none;
  }

  .hw-callout-img-float-b {
    border-width: 4px;
    width: 40%;
    top: -8.2rem;
    left: 19%;
  }

  .hw-callout-img-float-b.hw-or-img {
    width: 80%;
    margin-bottom: 2rem;
  }

  .mktg-3image-call-section {
    display: none;
  }

  .mktg-3img-row {
    flex-direction: column;
  }

  .mktg-3img-item {
    width: 66%;
  }

  .mktg-right-img-pull {
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .mktg-left-img-pull-copy {
    flex-flow: column wrap;
    align-items: center;
  }

  .mktg-2col-col {
    width: 90%;
  }

  .mktg-col-img {
    margin-left: auto;
    margin-right: auto;
  }

  .mktg-img-float-b-copy {
    border-width: 4px;
    width: 85%;
    top: auto;
    left: 8%;
  }

  .mktg-img-float-a-copy {
    border-width: 4px;
    width: 50%;
    margin-top: -336px;
    margin-bottom: 0;
    margin-left: 135px;
    position: relative;
    top: 103px;
    left: -24px;
  }

  .mktg-heading-ss-bold {
    text-align: center;
  }

  .mktg-hero-heading {
    text-align: center;
    text-shadow: none;
  }

  .mktg-hero-bricks {
    display: none;
    bottom: -7.1rem;
    left: auto;
  }

  .mktg-howhelp-cols {
    flex-direction: column-reverse;
    display: flex;
  }

  .sp-hemisphere-find-map {
    margin-bottom: 4rem;
  }

  .sp-hemisphere-find-map-wrap {
    margin-top: -10.6rem;
  }

  .sp-hemisphere-find-map-wrap.find-bg {
    margin-top: -15.1rem;
  }

  .find-community-names {
    width: 90%;
  }

  .find-solid-2col-2img-callout-section-copy {
    z-index: 1000;
    padding-top: 8rem;
    position: relative;
  }

  .find-hcwh-cols {
    flex-direction: column-reverse;
  }

  .find-img-float-b-copy {
    z-index: 1000;
    border-width: 4px;
    width: 80%;
    top: -11.4rem;
    left: 7%;
  }

  .find-img-float-a-copy {
    z-index: 1001;
    border-width: 4px;
    width: 50%;
    margin-top: -163px;
    margin-bottom: 0;
    margin-left: 135px;
    position: relative;
    top: auto;
    left: auto;
  }

  .find-hero-bricks {
    display: none;
    bottom: -7.1rem;
    left: auto;
  }

  .find-comm-desc {
    text-align: center;
  }

  .sp-hemisphere-comm-market {
    margin-bottom: 4rem;
  }

  .find-community-stats-cols {
    flex-direction: column;
    margin-top: -14rem;
  }

  .find-community-stat-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .hm-solid-2col-2img-callout-section-copy {
    padding-top: 8rem;
  }

  .hm-solid-2col-2img-callout-section-copy.hm-bg, .hm-solid-2col-2img-callout-section-copy.training-lp-bg {
    margin-top: 4rem;
  }

  .hm-tri-image-callout-section.hm-bg {
    padding-bottom: 2rem;
  }

  .hm-img-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .hm-img-row-box {
    width: 90%;
  }

  .sub-heading-one-italic-hm {
    line-height: 42px;
  }

  .hm-img-float-a-copy {
    border-width: 4px;
    width: 50%;
    margin: -99px auto 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .hm-img-float-b {
    border-width: 4px;
    width: 80%;
    margin-top: -195px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .hm-bricks-1 {
    display: none;
  }

  .hm-list-one-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-bottom: 4rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .hm-callout-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .video {
    width: 100%;
  }

  .find-centeredtext-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .columns-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .find-index-hero-heading {
    text-align: center;
    text-shadow: none;
    top: 2rem;
  }

  .sgc-centeredtext-section {
    margin-bottom: 0;
  }

  .home1-img-float-b-copy {
    border-width: 4px;
    width: 80%;
    margin-top: -177px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .home1-img-float-a {
    border-width: 4px;
    width: 50%;
    margin: -135px auto 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .homematters-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-23 {
    width: 90%;
  }

  .text-span-2 {
    font-size: 28px;
    display: inline-block;
  }

  .agent-testimonial-block {
    padding-left: 0;
  }

  .agent-testimonial-header {
    width: 100%;
  }

  .agent-testimonial-slider-block {
    margin-top: -6.2rem;
  }

  .agent-testimonial-slide-quotes {
    width: 42%;
  }

  .testimonial-text {
    text-align: center;
    padding-right: 10%;
    font-size: 24px;
  }

  .review-link {
    margin-right: 5%;
  }

  .agent-testimonial-arrow {
    margin-right: 0;
  }

  .sp-twp-section {
    margin-top: 0;
  }

  .training-lp-bigtext-block {
    margin-bottom: 2rem;
    font-size: 24px;
    line-height: 32px;
  }

  .training-lp-list-one-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-bottom: 4rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .training-lp-solid-2col-2img-callout-section {
    padding-top: 8rem;
  }

  .training-lp-solid-2col-2img-callout-section.hm-bg {
    margin-top: 4rem;
  }

  .training-lp-solid-2col-2img-callout-section.training-lp-bg {
    margin-top: 4rem;
    margin-bottom: 2.2rem;
    padding-bottom: 0;
  }

  .training-lp-solid-2col-2img-callout-section.training-lp-bg-copy {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .training-lp-callout-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .div-block-27 {
    margin-bottom: 0;
  }

  .train-lp-img-float-b {
    border-width: 4px;
    width: 70%;
    margin-top: -195px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .train-lp-img-float-a {
    border-width: 4px;
    width: 40%;
    margin: -99px auto 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .coach-lp-text-block-25 {
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 20px;
  }

  .video-2 {
    margin-bottom: 0;
  }

  .coach-lp-solid-2col-2img-callout-section {
    padding-top: 8rem;
  }

  .coach-lp-solid-2col-2img-callout-section.hm-bg {
    margin-top: 4rem;
  }

  .coach-lp-solid-2col-2img-callout-section.training-lp-bg, .coach-lp-solid-2col-2img-callout-section.training-lp-bg-copy {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }

  .coach-lp-col-1 {
    margin-bottom: 2rem;
  }

  .coach-lp-video-2 {
    margin-bottom: 0;
  }

  .coach-lp-bigtext-block {
    margin-bottom: 2rem;
    font-size: 24px;
    line-height: 32px;
  }

  .coach-lp-img-float-b {
    border-width: 4px;
    width: 70%;
    margin-top: -195px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .coach-lp-img-float-a {
    border-width: 4px;
    width: 40%;
    margin: -99px auto 0;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .careers-3vids-block {
    flex-direction: column;
    align-items: center;
  }

  .carrers-video-item {
    width: 66%;
    margin-bottom: 1rem;
  }

  .zzzcareers-video-overlay.marketing-video-overlay {
    opacity: 0;
    display: none;
    top: 2vh;
  }

  .zzzcareers-video-overlay.coaching-video-overlay, .zzzcareers-video-overlay.training-video-overlay {
    top: 2vh;
  }

  .video-overay-body, .video-overay-body.marketing {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .video-overlay-txt {
    font-size: 14px;
    line-height: 18px;
  }

  .video-outline-button.hw-fa-btn {
    float: none;
  }

  .video-overlay-logo {
    width: 60%;
    margin-bottom: .5rem;
  }

  .text-span-7 {
    display: inline-block;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    color: var(--dark-slate-grey);
    display: inline-block;
  }

  .text-span-11 {
    display: inline-block;
  }

  .text-span-12 {
    color: var(--dark-slate-grey);
    display: inline-block;
  }

  .text-span-13 {
    display: inline-block;
  }

  .text-block-our-story {
    text-align: left;
  }

  .aboutus-bio-p {
    text-align: left;
    width: 90%;
  }

  .twp-home {
    margin-top: 1rem;
  }

  .twp-badge {
    max-width: 100%;
  }

  .refresh-hero-logo {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sp-boxed-refresh-list {
    display: block;
  }

  .list-body-30 {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }

  .list-body-70 {
    width: 100%;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
  }

  .list-item-3 {
    width: 100%;
  }

  .row {
    flex-flow: column;
    padding: 1.5rem 1rem;
  }

  .refresh-simple-fast-box {
    border-style: none;
    padding-right: .5rem;
    display: block;
  }

  .simple-fast-33 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .simple-fast-66 {
    width: 100%;
  }

  .div-block-28 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .div-block-29 {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .paragraph-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-29 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-30 {
    width: 100%;
    margin-top: auto;
    left: 0%;
  }

  .refresh-hero-bricks-copy {
    display: none;
    bottom: -7.1rem;
    left: auto;
  }
}


