:root {
  --accent-color-1: #2c2d6f;
  --accent-color-2: #517034;
  --accent-color-3: #2A2B6E;
  --accent-color-4: #8C592B;;
  --font-oswald: "Oswald", sans-serif;
}
.ip-container #main-wrapper {
  overflow: hidden;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}
.ip-banner,
.yoast-breadcrumbs {
  display: none;
}

/*Header*/
#header {
  position: relative !important;
} 
#navigation {
  background: var(--accent-color-1);
}
#navi li a {
  color: #fff;
}
#navi li ul li:hover > a {
  background: var(--accent-color-2);
}


/*title*/
.site-title h1,
.site-title h2 {
    font-family: var(--font-oswald);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400 !important;
    color: var(--accent-color-2);
    letter-spacing: -0.4px;
    text-align: left;
    line-height: 1.2;
}
.site-title.accent-2 h1,
.site-title.accent-2 h2 {
  color: var(--accent-color-4);
}

/* button */
.site-btn {
    position: relative;
}
 
.site-btn span {
    display: block;
    text-align: center;
    position: relative;
    z-index: 3;
}
.site-btn::before {
    position: absolute;
    content: '';
    content: '';
    width: 100%;
    height: 0;
    background: var(--accent-color-1);
    top: 0;
    left: 0;
    z-index: 1;
    transition: height 0.25s ease-in-out;
}
.site-btn.alt::before {
    background: var(--accent-color-2);
}
.site-btn:hover::before {
    height: 100%;
}
 
/*Hero*/
#hero.hpv2-hero::before {
    position: absolute;
    content: '';
    inset: 0;
    background: #000;
    z-index: 2;
    opacity: 0.25;
}
#hero.hpv2-hero .cycloneslider-template-responsive-img {
   max-height: 600px;
}
#hero.hpv2-hero .cycloneslider-template-responsive-img .cycloneslider-slide img {
    max-height: 600px;
}
#hero.hpv2-hero .center-area {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.hpv2-hero .slide-center-widget .tagline-search-wrapper {
    display: flex;
    flex-flow: column;
    gap: 80px;
}
.hpv2-hero .slide-content-area {
    bottom: auto;
    top: 54%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.hpv2-hero .hpv2-hero-tagline {
    display: flex;
    flex-flow: column;
    gap: 25px;
}
.hpv2-hero .hpv2-hero-tagline h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font-oswald);
    line-height: 1.2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.hpv2-hero .hpv2-hero-tagline p {
    font-size: 20px;
    color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.hpv2-hero .searchwrapper {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.hpv2-hero .searchwrapper a.qs-link {
  margin: 0;
  font-family: 'Open Sans';
  font-size: 18px;
  min-width: 365px;
}


/*Welcome*/
.hpv2-welcome-content-container {
    padding: 0;
}
.hpv2-welcome-content-main {
    display: flex;
    justify-content: space-between;
}

.hpv2-welcome-content {
    width: calc((800 / 1170) * 100%);
}
.hpv2-welcome .welcome-section .site-title {
    display: flex;
    justify-content: space-between;
}
.hpv2-welcome .welcome-text {
    padding-top: 20px;
    padding-right: 15px;
}
.hpv2-welcome .welcome-text p strong {
    font-size: 24px;
    color: var(--accent-color-4);
    font-family: var(--font-oswald);
    font-weight: 400;
    letter-spacing: 0.05em;
}
.hpv2-welcome-img {
    width: calc((315 / 1170) * 100%);
    border: 5px solid var(--accent-color-4);
}
.hpv2-welcome-img .agent-photo-box {
  margin-top: 0;
  height: 100%;
}
.hpv2-welcome-img .agent-photo-box img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100%;
    object-fit: cover;
}
.hpv2-welcome .call-to-action-wrap {
  margin-top: 50px;
}
.hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items a {
    width: 23.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    height: 75px;
}
.hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items a:after {
  height: 15px;
  background: #507033 url(../images/cta-arrow-bottom-copy.png) 90% 0px no-repeat;
}
.hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items a span {
    color: var(--accent-color-1);
    letter-spacing: 0.05em;
}
.hpv2-welcome .call-to-action-wrap a:hover {
    background: #507033;
    border-color: #507033;
    color: #fff;
}
.hpv2-welcome .call-to-action-wrap a:hover span {
    color: #fff;
}
.hpv2-welcome .call-to-action-wrap a:hover:after {
    background-position: 110% 0px;
    opacity: 0;
}
/* .hpv2-welcome .call-to-action-wrap a:active {
    top: 2px;
} */


/*Relocation Guides*/
.hpv2-guides {
    padding: 20px;
    background: #fff;
}
.hpv2-guides-container {
    padding: 0 20px;
    padding: 0;
}
.hpv2-guides-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 17px 35px;
    max-width: 550px;
}
.hpv2-guides .hpv2-guides-title h2 {
    color: var(--accent-color-3);
    margin: 0;
    white-space: nowrap;
}
.hpv2-guides-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 220px;
    max-width: 100%;
    height: 34px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: var(--accent-color-3);
    border-top: 1px solid var(--accent-color-1);
    outline: none;
    transition: background 0.25s ease-in-out;
}
.hpv2-guides-cta:hover,
.hpv2-guides-cta:focus {
    background: var(--accent-color-1);
    color: #fff;
}
.hpv2-guides-cta:focus-visible {
    outline: 2px solid var(--accent-color-3);
    outline-offset: 2px;
}
.hpv2-guides-cta:active {
    top: 1px;
    position: relative;
}
.hpv2-guides-divider {
    width: 100%;
    max-width: 550px;
    height: 1px;
    margin-top: 17px;
    background: #d9d9d9;
}
.hpv2-guides-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 32px;
}
.hpv2-guides-market {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    height: 36px;
    padding: 0 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: var(--accent-color-2);
    border-top: 1px solid var(--accent-color-1);
    outline: none;
    overflow: hidden;
    transition: background 0.25s ease-in-out;
}
.hpv2-guides-market:hover,
.hpv2-guides-market:focus {
    background: #456028;
    color: #fff;
}
.hpv2-guides-market:focus-visible {
    outline: 2px solid var(--accent-color-2);
    outline-offset: 2px;
}
.hpv2-guides-market:active {
    top: 1px;
    position: relative;
}


/*Featured Markets*/
#section-3.hpv2-markets {
    padding: 80px 20px;
    padding-bottom: 55px;
    background: #fff;
}
.hpv2-markets-container {
    padding: 0;
}
.hpv2-markets .hpv2-markets-title h2 {
    margin: 0;
    white-space: nowrap;
}
.hpv2-markets-columns {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 67px;
}
.hpv2-markets-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 314px;
}
.hpv2-markets-state {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    color: var(--accent-color-1);
}
.hpv2-markets-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.hpv2-markets-list li {
    margin: 0;
    padding: 0;
}
.hpv2-markets-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4d6d30;
    outline: none;
    transition: color 0.25s ease-in-out;
}
.hpv2-markets-list a img {
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 9px;
}
.hpv2-markets-list a span {
    overflow-wrap: break-word;
    word-break: break-word;
}
.hpv2-markets-list a:hover,
.hpv2-markets-list a:focus {
    color: var(--accent-color-1);
}
.hpv2-markets-list a:focus-visible {
    outline: 2px solid #4d6d30;
    outline-offset: 2px;
}
.hpv2-markets-list a:active {
    position: relative;
    top: 1px;
}


/*Why Work With Us*/
.hpv2-wwwu {
    position: relative;
    min-height: 420px;
    padding: 60px 20px 61px;
    overflow: hidden;
}
.hpv2-wwwu-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hpv2-wwwu-background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hpv2-wwwu-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(44, 45, 111, 0.78);
}
.hpv2-wwwu-container {
    position: relative;
    z-index: 2;
    padding: 0;
}
.hpv2-wwwu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hpv2-wwwu .hpv2-wwwu-title h2 {
    margin: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.hpv2-wwwu-intro {
    width: 100%;
    max-width: 940px;
    margin: 33px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #fff;
}
.hpv2-wwwu-credentials {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 913px;
    margin-top: 54px;
}
.hpv2-wwwu-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 328px;
}
.hpv2-wwwu-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.hpv2-wwwu-list li img {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 10px;
}
.hpv2-wwwu-list li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    color: #fff;
    overflow-wrap: break-word;
    word-break: break-word;
}


/*Home Valuation & Videos*/
.hpv2-valuation-videos {
    padding: 54px 20px 56px;
    background: #fff;
}
.hpv2-valuation-videos-container {
    padding: 0;
}
.hpv2-valuation-videos-columns {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.hpv2-valuation-videos-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 550px;
}
.hpv2-valuation-videos .hpv2-valuation-videos-title h2 {
    margin: 0;
    white-space: nowrap;
}
.hpv2-valuation-videos-divider {
    width: 100%;
    height: 1px;
    margin-top: 17px;
    background: #d9d9d9;
}
.hpv2-valuation-videos-subhead-row {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    margin-top: 27px;
}
.hpv2-valuation-videos-subhead {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 27px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    color: var(--accent-color-1);
}
.hpv2-valuation-videos-subhead-row .hpv2-valuation-videos-subhead {
    margin-top: 0;
    flex: 1;
    min-width: 0;
}
.hpv2-valuation-videos-subhead span {
    display: block;
}
.hpv2-valuation-videos-youtube {
    display: block;
    flex-shrink: 0;
    width: 90px;
    height: 62px;
}
.hpv2-valuation-videos-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
    width: 100%;
}
.hpv2-valuation-videos-body p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 13px;
    color: var(--accent-color-1);
}
.hpv2-valuation-videos-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    max-width: 100%;
    height: 34px;
    margin-top: 37px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: var(--accent-color-2);
    border-top: 1px solid var(--accent-color-1);
    outline: none;
    transition: background 0.25s ease-in-out;
}
.hpv2-valuation-videos-cta:hover,
.hpv2-valuation-videos-cta:focus {
    background: #456028;
    color: #fff;
}
.hpv2-valuation-videos-cta:focus-visible {
    outline: 2px solid var(--accent-color-2);
    outline-offset: 2px;
}
.hpv2-valuation-videos-cta:active {
    position: relative;
    /* top: 1px; */
}


/*Contact*/
.hpv2-contact {
    padding: 52px 20px 39px;
    background: #d1d1d1;
}
.hpv2-contact-container {
    padding: 0;
}
.hpv2-contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hpv2-contact .hpv2-contact-title h2 {
    margin: 0;
    text-align: center;
    white-space: nowrap;
}
.hpv2-contact-subtext {
    max-width: 817px;
    margin: 22px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.96px;
    color: var(--accent-color-1);
}
.hpv2-contact-schedule {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    max-width: 100%;
    height: 75px;
    margin-top: 35px;
    padding: 15px 19px 22px;
    box-sizing: border-box;
    background: #fff;
    color: var(--accent-color-1);
    border: 1px solid #507033;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    transition: all 0.25s ease-in-out;
}
.hpv2-contact-schedule span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    color: var(--accent-color-1);
    letter-spacing: 0.05em;
}
.hpv2-contact-schedule strong {
    font-weight: 700;
}
.hpv2-contact-schedule:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    height: 15px;
    width: 100%;
    background: #507033 url(../images/cta-arrow-bottom-copy.png) 90% 0px no-repeat;
    transition: all 0.25s ease-in-out;
}
.hpv2-contact-schedule:hover {
    background: #507033;
    border-color: #507033;
    color: #fff;
}
.hpv2-contact-schedule:hover span {
    color: #fff;
}
.hpv2-contact-schedule:hover:after {
    background-position: 110% 0px;
    opacity: 0;
}
/* .hpv2-contact-schedule:focus-visible {
    outline: 2px solid var(--accent-color-1);
    outline-offset: 2px;
} */
.hpv2-contact-schedule:active {
    /* top: 2px; */
}
.hpv2-contact-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 34px;
}
.hpv2-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: var(--accent-color-4);
    outline: none;
    transition: color 0.25s ease-in-out;
}
.hpv2-contact-email {
    gap: 11px;
}
.hpv2-contact-phone {
    gap: 10px;
}
.hpv2-contact-link img {
    display: block;
    flex-shrink: 0;
}
.hpv2-contact-link span {
    overflow-wrap: break-word;
    word-break: break-word;
}
.hpv2-contact-link:hover,
.hpv2-contact-link:focus {
    color: var(--accent-color-1);
}
.hpv2-contact-link:focus-visible {
    outline: 2px solid var(--accent-color-4);
    outline-offset: 2px;
}
.hpv2-contact-divider {
    display: block;
    width: 1px;
    height: 18px;
    background: var(--accent-color-4);
    flex-shrink: 0;
}
.hpv2-contact-tagline {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 405px;
    margin: 30px 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    color: var(--accent-color-1);
}
.hpv2-contact-tagline span {
    display: block;
}
.social-media a.ai-font-tiktok {
    background: #000;
}


/* Footer */
.footer-section-1 {
    display: none;
}
.footer-section-2 > .container {
    width: 100%;
    max-width: 1520px;
}
.footernav li {
    border-right: 1px solid #fff;
    margin-bottom: 10px;
}
.footernav li:nth-last-child(2) {
    border-right: none;
}
.footernav li:last-child {
    padding-left: 0;
    border-right: none;
}
.footernav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
.footer-nav-credits .copyright {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    line-height: 1.2;
}
.footer-nav-credits .copyright a {
    color: #fff;
}
.footer-nav-credits .copyright span {
    color: #fff;
}

.footer-nav-credits .copyright a {
    font-weight: 500 !important;
}

.footer-nav-credits .copyright a:nth-of-type(1) {
    font-weight: 400 !important;
}
.footer-logos {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 13px;
    margin-top: 12px;
}
.footer-logos span.ai-font-realtor-mls {
    font-size: 37px;
}


@media only screen and (min-width: 1024px) {
    .hpv2-guides-header {
        flex-wrap: nowrap;
    }
    .hpv2-guides-cta {
        margin-top: -1px;
    }
    .hpv2-guides-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 99px;
        row-gap: 11px;
        justify-content: flex-start;
        max-width: 1140px;
    }
    .hpv2-guides-market {
        max-width: 314px;
        width: 100%;
        justify-self: start;
    }
    .hpv2-markets-columns {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 99px;
        max-width: 1140px;
    }
    .hpv2-markets-column {
        flex: 0 1 314px;
        min-width: 0;
    }
    .hpv2-markets-list a span {
        white-space: nowrap;
    }
    .hpv2-wwwu-credentials {
        flex-direction: row;
        flex-wrap: nowrap;
        align-self: flex-start;
        justify-content: flex-start;
        gap: 257px;
        max-width: 913px;
        width: 100%;
    }
    .hpv2-wwwu-list li span {
        white-space: nowrap;
    }
    .hpv2-valuation-videos-columns {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 30px;
        max-width: 1130px;
    }
    .hpv2-valuation-videos-column {
        flex: 0 1 550px;
        min-width: 0;
    }
}


@media only screen and (max-width: 1199px) {
  .hpv2-hero .slide-center-widget .tagline-search-wrapper {
      gap: 50px;
  }
  .hpv2-hero .hpv2-hero-tagline h2 {
      font-size: 35px;
  }
  .hpv2-hero .hpv2-hero-tagline p {
    font-size: 16px;
  }
  .hpv2-hero .searchwrapper a.qs-link {
      min-width: 270px;
      font-size: 15px;
  }
  .hpv2-welcome-content-main {
      align-items: center;
  }
  .hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items a {
        padding: 15px 10px 22px;
  }
  .hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items a span {
      font-size: 15px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1023px) {
    .hpv2-guides-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 11px;
    }
    .hpv2-markets-columns {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 30px;
    }
    .hpv2-markets-column {
        flex: 1 1 calc(50% - 15px);
        max-width: none;
    }
    .hpv2-wwwu-credentials {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 60px;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .hpv2-valuation-videos-columns {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 30px;
    }
    .hpv2-valuation-videos-column {
        flex: 1 1 calc(50% - 15px);
        max-width: none;
    }
}

@media only screen and (max-width: 991px) {
    #header, body.ip-container #header {
        padding: 10px;
    }
    a.header-logo img, .header-logo img {
        max-width: 180px;
    }
    a.header-logo, .header-logo {
        padding: 0;
    }
  .site-title h1,
  .site-title h2 {
    text-align: center;
  }
  #hero.hpv2-hero .cycloneslider-template-responsive-img,
  #hero.hpv2-hero .cycloneslider-template-responsive-img .cycloneslider-slide img {
    min-height: 600px;
  }
  .hpv2-hero .slide-content-area {
    bottom: 40px;
    top: auto;
    transform: none;
  }
  .hpv2-hero .searchwrapper {
      flex-flow: column;
      gap: 10px;
  }
  .hpv2-hero .searchwrapper a.qs-link {
    max-width: 300px;
    margin: 0 auto !important;
    font-size: 14px;
 }
 .hpv2-welcome {
    padding: 40px 20px 20px !important;
}
 .hpv2-welcome-content-main {
  display: block;
 }
 .hpv2-welcome-content {
  width: 100%;
 }
 .hpv2-welcome .welcome-section .site-title {
    flex-flow: column;
    align-items: center;
    gap: 20px;
}
.hpv2-welcome .welcome-text {
    padding: 20px;
}
.hpv2-welcome .welcome-text p {
    text-align: center;
}
.hpv2-welcome-img {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 20px;
}
.hpv2-welcome-img .agent-photo-box {
    max-width: 100%;
}
.hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items {
    flex-wrap: wrap;
}
.hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items a {
    width: 49%;
    margin-bottom: 20px;
}

.hpv2-guides {
    padding: 40px 20px 20px !important;
}
.hpv2-guides-header {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}
.hpv2-guides .hpv2-guides-title h2 {
    text-align: center;
    white-space: normal;
}
.hpv2-guides-cta {
    width: 100%;
    max-width: 320px;
}
.hpv2-guides-divider {
    max-width: 100%;
}
.hpv2-guides-market {
    height: auto;
    min-height: 36px;
    padding: 8px 12px;
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
}

.hpv2-markets {
    padding: 40px 20px 20px !important;
}
.hpv2-markets .hpv2-markets-title h2 {
    text-align: center;
    white-space: normal;
}
.hpv2-markets-columns {
    margin-top: 40px;
    align-items: flex-start;
}
.hpv2-markets-column {
    max-width: 100%;
}
.hpv2-markets-state {
    font-size: 24px;
    text-align: left;
}
.hpv2-markets-list {
    align-items: flex-start;
}
.hpv2-markets-list a {
    font-size: 18px;
    line-height: 1.3;
}

.hpv2-wwwu {
    padding: 40px 20px !important;
    min-height: auto;
}
.hpv2-wwwu .hpv2-wwwu-title h2 {
    white-space: normal;
    font-size: 32px;
}
.hpv2-wwwu-intro {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.6;
}
.hpv2-wwwu-credentials {
    margin-top: 32px;
    align-items: flex-start;
}
.hpv2-wwwu-list {
    max-width: 100%;
}
.hpv2-wwwu-list li span {
    font-size: 18px;
    line-height: 1.3;
    white-space: normal;
}

.hpv2-valuation-videos {
    padding: 40px 20px !important;
}
.hpv2-valuation-videos .hpv2-valuation-videos-title h2 {
    text-align: left;
    white-space: normal;
}
.hpv2-valuation-videos-subhead {
    font-size: 20px;
    line-height: 1.3;
}
.hpv2-valuation-videos-body p {
    line-height: 1.4;
}
.hpv2-valuation-videos-youtube {
    width: 70px;
    height: auto;
}
.hpv2-valuation-videos-cta {
    width: 100%;
    max-width: 320px;
}

.hpv2-contact {
    padding: 40px 20px !important;
}
.hpv2-contact .hpv2-contact-title h2 {
    white-space: normal;
    font-size: 32px;
}
.hpv2-contact-subtext {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 18px;
}
.hpv2-contact-schedule {
    margin-top: 24px;
}
.hpv2-contact-schedule span {
    font-size: 20px;
}
.hpv2-contact-details {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
.hpv2-contact-divider {
    display: none;
}
.hpv2-contact-link {
    font-size: 16px;
}
.hpv2-contact-tagline {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
}

.footer-nav-credits .copyright {
    font-size: 15px;
    line-height: 1.3;
}
.footernav {
    display: flex;
    flex-flow: column;
}
.footernav li {
    border: none;
    margin-bottom: 24px;
}
.footer-logos {
    justify-content: center;
}
.footer-nav-credits .copyright {
    padding-top: 20px;
}

}
@media only screen and (max-width: 768px) {
    a.header-logo img, .header-logo img {
        max-width: 150px;
    }
  .hpv2-hero .hpv2-hero-tagline h2 {
    font-size: 25px;
  }
  .hpv2-hero .hpv2-hero-tagline p {
    font-size: 15px;
  }
  .hpv2-hero.searchwrapper a.qs-link {
     padding: 10px;
  }

  .site-title h1, .site-title h2 {

    font-size: 32px;
}
}

@media only screen and (max-width: 481px) {
  .hpv2-welcome .call-to-action-wrap .call-to-action-wrap-items a {
    width: 100%;
  }

  .hpv2-hero .searchwrapper a.qs-link {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
    padding: 6px;
}
.hpv2-welcome .welcome-text p {
    line-height: 1.7;
    font-size: 14px;
}
.hpv2-welcome .welcome-text p strong {
    font-size: 17px;
}


.site-title h1, .site-title h2 {

    font-size: 28px;
}


}











