

@-ms-viewport {
  width: auto !important; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  font-size: 100%; }

body {
  position: relative;
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga' 1;
  -moz-font-feature-settings: 'liga' 1;
  -ms-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 0; }

a {
  color: #0052C2;
   }
  a:hover, a:active {
    color: #001547;
    text-decoration: underline; }

button {
  border: 0;
   }

sup {
  font-size: 70%;
  top: -0.3em; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    sup {
      top: -0.5em; } }

strong, b, .bold {
  font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal; }

.medium {
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif; }

em, i {
  font-family: "ConnectionsLightItalic", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal; }

u, .underlined {
  text-decoration: underline; }

input::-ms-clear {
  display: none; }

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  -webkit-appearance: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img[src$='.svg'] {
    padding: 0; } }


@font-face {
  font-family: 'Connections';
  src: url("../fonts/cnx-regular.woff") format("woff"), url("../fonts/cnx-regular.otf") format("opentype"), url("../fonts/cnx-regular.ttf") format("truetype"), url("../fonts/cnx-regular.svg#Connections") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsMedium';
  src: url("../fonts/cnx-medium.woff") format("woff"), url("../fonts/cnx-medium.otf") format("opentype"), url("../fonts/cnx-medium.ttf") format("truetype"), url("../fonts/cnx-medium.svg#ConnectionsMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsBold';
  src: url("../fonts/cnx-bold.woff") format("woff"), url("../fonts/cnx-bold.otf") format("opentype"), url("../fonts/cnx-bold.ttf") format("truetype"), url("../fonts/cnx-bold.svg#ConnectionsBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsItalic';
  src: url("../fonts/cnx-italic.woff") format("woff"), url("../fonts/cnx-italic.otf") format("opentype"), url("../fonts/cnx-italic.ttf") format("truetype"), url("../fonts/cnx-italic.svg#ConnectionsItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsLight';
  src: url("../fonts/cnx-light.woff") format("woff"), url("../fonts/cnx-light.otf") format("opentype"), url("../fonts/cnx-light.ttf") format("truetype"), url("../fonts/cnx-light.svg#ConnectionsLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsLightItalic';
  src: url("../fonts/cnx-light-italic.woff") format("woff"), url("../fonts/cnx-light-italic.otf") format("opentype"), url("../fonts/cnx-light-italic.ttf") format("truetype"), url("../fonts/cnx-light-italic.svg#ConnectionsLightItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ConnectionsCondensedLight';
  src: url("../fonts/cnx-condensed-light.woff") format("woff"), url("../fonts/cnx-condensed-light.otf") format("opentype"), url("../fonts/cnx-condensed-light.ttf") format("truetype"), url("../fonts/cnx-condensed-light.svg#ConnectionsCondensedLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.otf") format("opentype"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }


.rec-container {
  min-width: 320px;
  max-width: 1200px;
  margin: 0;
  padding: 0; }
  .rec-container--centered {
    margin: 0 auto; }
  .rec-container--full {
    max-width: none; }


.rec-row {
  margin: 0 -0.9375rem; }

.rec-col {
  padding: 0 0.9375rem; }

@media (max-width: 575px) {
  .rec-col-xs-6 {
    text-align: left;
    padding: 0.125rem 1rem 0.125rem 0;
    border: 0; } }


.rec-header--fixed {
  position: fixed;
  width: 100%;
  z-index: 3; }

.rec-header-main {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF; }
  .rec-header-main--shadow {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  .rec-header-main__container {
    padding: 1.375rem 1.875rem; }
    @media (max-width: 440px) {
      .rec-header-main__container {
        padding: 0.875rem 1.375rem; } }
  .rec-header-main__logo {
    width: 16rem;
    height: 2rem; }
    @media (max-width: 767px) {
      .rec-header-main__logo {
        margin-left: -13rem; } }
    @media (max-width: 440px) {
      .rec-header-main__logo {
        width: 14rem;
        height: 1.5rem;
        margin-left: -11.375rem; } }
  .rec-header-main__logo-link {
    overflow: hidden; }
    .rec-header-main__logo-link:focus {
      outline-offset: 5px; }
  .rec-header-main__meta {
    margin-left: auto; }
  .rec-header-main__meta-list {
    letter-spacing: -0.01em;
    margin-bottom: 0; }
  .rec-header-main__meta-item {
    margin-left: 1.875rem; }
    .rec-header-main__meta-item:first-of-type {
      margin-left: 0; }
  .rec-header-main__meta-link {
    font-size: 1rem;
    color: #0052C2; }
    .rec-header-main__meta-link:focus {
      outline-offset: 5px; }


.rec-heading {
  background-color: #DC1431; }
  .rec-heading--flagscape {
    background-image: url("/images/bg-flagscape-header-red.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #C41230; }
  .rec-heading__container {
    height: 3.25rem;
    padding: 0.625rem 1.875rem; }
    @media (max-width: 440px) {
      .rec-heading__container {
        height: 2.875rem;
        padding: 0.625rem 1.375rem; } }
  .rec-heading__h1 {
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    color: #FFFFFF; }
    @media (max-width: 440px) {
      .rec-heading__h1 {
        font-size: 1rem; } }
  @media (max-width: 440px) {
    .rec-heading__bofa {
      display: none; } }


.rec-menu {
  background-color: #F2F2F2; }
  .rec-menu__meta-container {
    padding: 1rem 1.875rem; }
    @media (max-width: 440px) {
      .rec-menu__meta-container {
        padding: 0.875rem 1.375rem; } }
  .rec-menu__links-container {
    padding: 1.5rem 1.875rem; }
    @media (max-width: 767px) {
      .rec-menu__links-container {
        padding: 0; } }


.rec-nav {
  position: relative;
  z-index: 5;
  font-size: 0.8125rem;
  line-height: 1.2;
  background-color: #F2F2F2;
  height: 3.25rem;
  padding: 0.625rem 1.875rem; }
  @media (max-width: 440px) {
    .rec-nav {
      height: 2.875rem;
      padding: 0.625rem 1.375rem; } }


.rec-footer {
  font-size: 0.75rem;
  background-color: #F2F2F2; }
  [data-search-grid='list'] .rec-footer {
    display: none; }
  .rec-footer__container {
    padding: 1.875rem 1.875rem; }
  .rec-footer__breadcrumbs-container {
    padding: 1.25rem 1.875rem; }
    @media (max-width: 440px) {
      .rec-footer__breadcrumbs-container {
        padding: 1rem 1.375rem; } }
  @media (max-width: 767px) {
    .rec-footer__links-container {
      padding: 0.5rem 1.875rem; } }
  @media (max-width: 440px) {
    .rec-footer__links-container {
      padding: 0.5rem 1.375rem; } }
  .rec-footer__meta-container {
    padding: 1.875rem 1.875rem 2.25rem; }
    @media (max-width: 440px) {
      .rec-footer__meta-container {
        padding: 1.875rem 1.375rem; } }
  .rec-footer__meta {
    color: #FFFFFF;
    background-color: #012169; }


.rec-section--gray {
  background-color: #F2F2F2; }

.rec-section--bordered {
  border-bottom: 1px solid #D3D3D3; }

.rec-section__h2 {
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.875rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.375rem; }
  @media (max-width: 575px) {
    .rec-section__h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem; } }

.rec-section__h3 {
  font-size: 2.125rem;
  letter-spacing: -0.01em;
  color: #DC1431;
  margin-bottom: 0.875rem; }

.rec-section__subtext {
  display: block;
  font-size: 1.25rem;
  letter-spacing: -0.01em; }
  @media (max-width: 575px) {
    .rec-section__subtext {
      font-size: 1rem; } }


.rec-search-main {
  position: relative;
  height: 26rem;
  background-image: url("/images/bg-hero-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #333333; }
  @media (max-width: 575px) {
    .rec-search-main {
      height: 33rem; } }
  .rec-search-main__overlay {
    
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .rec-search-main__container {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 6.25rem 1.875rem 3.125rem; }
    @media (max-width: 440px) {
      .rec-search-main__container {
        padding: 0 1.375rem 3.125rem; } }
  .rec-search-main__head {
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.25rem; }
  .rec-search-main__h2 {
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 3.125rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.875rem; }
    @media (max-width: 767px) {
      .rec-search-main__h2 {
        font-size: 2.75rem; } }
  .rec-search-main__subtext {
    display: block;
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .rec-search-main__subtext {
        font-size: 1.375rem; } }
    @media (max-width: 575px) {
      .rec-search-main__subtext {
        font-size: 1.125rem; } }
  .rec-search-main__form {
    max-width: 32rem;
    width: 100%; }


.rec-search-sub {
  position: relative;
  z-index: 4;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  .rec-search-sub__container {
    padding: 0.875rem 1.875rem; }
    @media (max-width: 440px) {
      .rec-search-sub__container {
        padding: 0.625rem 1.375rem; } }
  .rec-search-sub__form {
    max-width: 1300px; }


.rec-search-grid--no-properties {
   }
  .rec-search-grid--no-properties .rec-search-grid__sort {
    display: none; }
  .rec-search-grid--no-properties .rec-search-grid__results {
    top: 0;
    height: 100%; }
  .rec-search-grid--no-properties .rec-search-grid__results-container {
    padding-top: 1.875rem; }
  @media (max-width: 991px) {
    .rec-search-grid--no-properties[data-search-grid='map'] .rec-search-grid__col--map {
      padding-top: 0; } }

.rec-search-grid--is-mlo .rec-mlo {
  display: block; }

.rec-search-grid--fixed {
  height: calc(100vh - 248px);
  overflow-y: auto; }
  @media (max-width: 991px) {
    .rec-search-grid--fixed {
      height: calc(100vh - 300px); } }
  @media (max-width: 575px) {
    .rec-search-grid--fixed {
      height: calc(100vh - 278px); } }
  @media (max-width: 440px) {
    .rec-search-grid--fixed {
      height: calc(100vh - 234px); } }
  @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
    .rec-search-grid--fixed {
      height: 100%; } }

@media (max-width: 575px) {
  .rec-search-grid--filter-open {
    height: calc(100vh - (278px + 106px)); } }

@media (max-width: 440px) {
  .rec-search-grid--filter-open {
    height: calc(100vh - (234px + 106px)); } }

.rec-search-grid__row {
  position: relative;
  width: 100%; }

.rec-search-grid__col {
  position: relative; }
  .rec-search-grid__col--static-left {
    overflow: hidden; }
    @media (max-width: 991px) {
      .rec-search-grid__col--static-left {
        overflow: visible; } }
  .rec-search-grid__col--static-right {
    max-width: 550px; }
    @media (max-width: 991px) {
      .rec-search-grid__col--static-right {
        max-width: none; } }
  .rec-search-grid__col--results {
     }
    @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
      .rec-search-grid__col--results {
        order: 1;
        padding-top: 3.125rem; } }
    [data-search-grid='photos'] .rec-search-grid__col--results {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    @media (max-width: 767px) {
      [data-search-grid='list'] .rec-search-grid__col--results {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
    .rec-search-grid__col--map {
      order: 2; } }
  [data-search-grid='photos'] .rec-search-grid__col--map {
    display: none; }
  @media (max-width: 767px) {
    [data-search-grid='list'] .rec-search-grid__col--map {
      display: none; } }
  @media (max-width: 991px) {
    [data-search-grid='map'] .rec-search-grid__col--map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      padding-top: 3.125rem; } }
  @media (max-width: 575px) {
    [data-search-grid='map'] .rec-search-grid__col--map {
      padding-top: 2.5rem; } }
  @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
    [data-search-grid='map'] .rec-search-grid__col--map {
      position: unset;
      flex: none;
      width: 100%;
      height: 100vh;
      padding-top: 0; } }
  .rec-search-grid__col--list {
    position: relative; }

.rec-search-grid__sort {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.875rem;
  background-color: #FFFFFF;
   }
  [data-search-grid='list'] .rec-search-grid__sort {
    border-bottom: 1px solid #D0D0D0; }
  @media (max-width: 575px) {
    .rec-search-grid__sort {
      height: 2.5rem; } }
  @media (max-width: 440px) {
    .rec-search-grid__sort {
      padding: 0 1.375rem; } }
  .rec-search-grid__sort--oreo {
    position: relative;
    height: 5.25rem; }
    @media (max-width: 575px) {
      .rec-search-grid__sort--oreo {
        height: 6.125rem; } }

.rec-search-grid__messaging {
  width: 100%; }
  .rec-search-grid__messaging--mobile {
    position: absolute; }

.rec-search-grid__map {
  width: 100%;
  height: 35rem;
  background-color: #D3D3D3; }
  @media (max-width: 767px) {
    .rec-search-grid__map {
      height: 30rem; } }
  @media (max-width: 575px) {
    .rec-search-grid__map {
      height: 22.5rem; } }
  .rec-search-grid__map--full {
    height: 100%; }

.rec-search-grid__results {
  position: absolute;
  top: 3.125rem;
  z-index: 1;
  width: 100% !important;
  height: calc(100% - 3.125rem);
  overflow-x: hidden;
  overflow-y: hidden;
  outline: none; }
  @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
    .rec-search-grid__results {
      position: unset;
      height: 100%;
      overflow-y: visible !important;
      touch-action: auto !important; } }
  [data-search-grid='map'] .rec-search-grid__results,
  [data-search-grid='list'] .rec-search-grid__results {
     }
    @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
      [data-search-grid='map'] .rec-search-grid__results,
      [data-search-grid='list'] .rec-search-grid__results {
        display: none; } }
  [data-search-grid='list'] .rec-search-grid__results {
    overflow: hidden; }
  @media (max-width: 575px) {
    .rec-search-grid__results {
      top: 2.5rem;
      height: calc(100% - 2.5rem); } }

.rec-search-grid__results-container {
  min-height: 100vh;
  padding: 0.875rem 1.875rem 1.4375rem;
   }
  @media (max-width: 440px) {
    .rec-search-grid__results-container {
      padding: 0.875rem 1.375rem 0.9375rem; } }
  [data-search-grid='list'] .rec-search-grid__results-container {
    min-height: 0;
    height: 100%;
    padding: 0;
    overflow: hidden; }

.rec-search-grid__content {
  position: relative; }

.rec-search-grid__content-container {
  padding: 2.5rem 1.875rem 3.125rem; }
  @media (max-width: 991px) {
    .rec-search-grid__content-container {
      padding: 2.5rem 1.875rem 1.875rem; } }
  @media (max-width: 440px) {
    .rec-search-grid__content-container {
      padding: 2.5rem 1.375rem 1.875rem; } }


.rec-property__container {
  padding: 0 1.875rem 3.125rem; }
  @media (max-width: 440px) {
    .rec-property__container {
      padding: 0 1.375rem 3.125rem; } }

.rec-property--is-grants .rec-grants {
  display: block; }

.rec-property--is-mlo .rec-mlo {
  display: block; }

.rec-property--is-mlo .rec-agent__card:last-of-type {
  margin-bottom: 0; }

.rec-property--is-mlo .rec-agent__btn {
  display: none !important; }

.rec-property__tags {
  margin-bottom: 0.375rem; }

.rec-property__summary {
  width: 100%;
  padding: 1.25rem 0 0.875rem;
  border-bottom: 1px solid #D0D0D0; }
  .rec-property__summary--mobile {
    padding: 1.25rem 0;
    border: 0; }
    @media (max-width: 575px) {
      .rec-property__summary--mobile {
        padding: 1.25rem 0 0.875rem; } }

.rec-property__price-payment {
  padding-right: 2.75rem; }

.rec-property__price {
  font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.02em; }
  @media (max-width: 575px) {
    .rec-property__price {
      display: inline-block;
      margin: 0 0.125rem 0 0;
      font-size: 1.75rem; } }

.rec-property__payment {
  font-size: 0.875rem;
  text-decoration: underline; }
  @media (max-width: 575px) {
    .rec-property__payment {
      display: inline-block;
      font-size: 0.75rem;
      margin-bottom: 0.875rem; } }

.rec-property__address {
  padding-top: 0.625rem; }
  @media (max-width: 991px) {
    .rec-property__address {
      margin-bottom: 0.875rem; } }
  @media (max-width: 575px) {
    .rec-property__address {
      padding-top: 0;
      margin-bottom: 0.875rem; } }

.rec-property__address-street, .rec-property__address-csz {
  display: block; }

.rec-property__address-street {
  font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: 0.125rem; }
  @media (max-width: 575px) {
    .rec-property__address-street {
      font-size: 1rem; } }

.rec-property__address-csz {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #666666; }
  @media (max-width: 440px) {
    .rec-property__address-csz {
      font-size: 0.875rem; } }

.rec-property__body {
  padding: 1.375rem 0; }
  @media (max-width: 767px) {
    .rec-property__body {
      padding-top: 0; } }

.rec-property__carousel {
  margin-bottom: 1.875rem; }
  @media (max-width: 767px) {
    .rec-property__carousel {
      margin: 0 -1.875rem; } }
  @media (max-width: 440px) {
    .rec-property__carousel {
      margin: 0 -1.375rem; } }
  .rec-property__carousel--no-photo .rec-photo-carousel {
    padding-top: 55%; }
  .rec-property__carousel--no-photo .rec-photo-carousel__slick,
  .rec-property__carousel--no-photo .rec-thumb-carousel {
    display: none !important; }
  .rec-property__carousel--no-photo .rec-photo-carousel__map {
    display: block;
    z-index: 3; }


.rec-featured {
  background-color: #FFFFFF;
  opacity: 0; }
  .rec-featured--ready {
    opacity: 1; }
  .rec-featured--search .rec-featured__container {
    padding: 2.5rem 1.875rem 3.125rem; }
  .rec-featured--search .rec-featured__h2 {
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    margin-bottom: 1.875rem; }
  .rec-featured__container {
    padding: 3.125rem 1.875rem 3.75rem; }
  .rec-featured__h2 {
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.375rem;
    letter-spacing: -0.01em;
    color: #DC1431;
    margin-bottom: 2.25rem; }


.rec-geo {
  background-color: #FFFFFF; }
  .rec-geo--counts {
    margin-bottom: 1.875rem; }
    .rec-geo--counts .rec-geo__h2 {
      font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1.875rem;
      margin-bottom: 1.25rem; }
      .rec-geo--counts .rec-geo__h2--alt {
        font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 1.25rem;
        text-align: left;
        margin-top: 1rem; }
    .rec-geo--counts .rec-geo__container {
      padding: 2.5rem 1.875rem; }
  .rec-geo--gray {
    background-color: #F2F2F2; }
  .rec-geo__container {
    padding: 3.125rem 1.875rem 3.75rem; }
  .rec-geo__h2 {
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.375rem;
    letter-spacing: -0.01em;
    color: #012169;
    margin-bottom: 2.25rem; }
    .rec-geo__h2--red {
      color: #DC1431; }
    .rec-geo__h2--black {
      color: #000000; }


.rec-anchor--fnote {
  color: inherit; }
  .rec-anchor--fnote:hover, .rec-anchor--fnote:focus, .rec-anchor--fnote:active {
    color: inherit; }
  .rec-anchor--fnote:hover {
    text-decoration: none; }


.rec-btn {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  padding: 0.375rem 1.25rem;
  cursor: pointer; }
  .rec-btn:hover, .rec-btn:active, .rec-btn:focus {
    text-decoration: none; }
  .rec-btn:focus {
    
    outline-offset: 3px; }
  .rec-btn--block {
    display: block;
    width: 100%; }
  .rec-btn--default {
    background-color: #E2E2E2;
    color: #0052C2; }
    .rec-btn--default:hover, .rec-btn--default:active {
      background-color: #D0D0D0;
      color: #0052C2; }
  .rec-btn--primary {
    background-color: #0052C2;
    color: #FFFFFF; }
    .rec-btn--primary:hover, .rec-btn--primary:active {
      background-color: #012169;
      color: #FFFFFF; }
  .rec-btn--primary-alt {
    background-color: #FFFFFF;
    color: #0052C2;
    border: 1px solid #0052C2; }
    .rec-btn--primary-alt:hover, .rec-btn--primary-alt:active {
      background-color: #0052C2;
      color: #FFFFFF; }
  .rec-btn--secondary {
    background-color: #D9D9D9;
    color: #000000; }
    .rec-btn--secondary:hover, .rec-btn--secondary:active {
      background-color: #AAAAAA;
      color: #000000; }
  .rec-btn--tertiary {
    background-color: #012169;
    color: #FFFFFF; }
    .rec-btn--tertiary:hover, .rec-btn--tertiary:active {
      background-color: #001547;
      color: #FFFFFF; }
  .rec-btn--important {
    background-color: #DC1431;
    color: #FFFFFF; }
    .rec-btn--important:hover, .rec-btn--important:active {
      background-color: #C41230;
      color: #FFFFFF; }
  .rec-btn--important-alt {
    background-color: #FFFFFF;
    color: #DC1431;
    border: 1px solid #DC1431; }
    .rec-btn--important-alt:hover, .rec-btn--important-alt:active {
      background-color: #DC1431;
      color: #FFFFFF; }
  .rec-btn--ko {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .rec-btn--ko:hover, .rec-btn--ko:active {
      background-color: rgba(0, 0, 0, 0.35);
      color: #FFFFFF; }
    .rec-btn--ko:focus {
      outline-color: #FFFFFF; }
  .rec-btn--disabled {
    background-color: #F2F2F2;
    color: #999999;
    pointer-events: none; }
    .rec-btn--disabled:hover, .rec-btn--disabled:active {
      background-color: #F2F2F2;
      color: #999999; }


.rec-form--stacked .rec-form__group {
  margin-bottom: 0.875rem; }

.rec-form__row {
  margin: 0 -0.4375rem; }
  @media (max-width: 575px) {
    .rec-form__row--price {
      margin-bottom: 0.875rem; } }

.rec-form__col {
  padding: 0 0.4375rem; }

.rec-form__group {
  position: relative; }
  @media (max-width: 575px) {
    .rec-form__group--address {
      margin-bottom: 0.5rem; } }

.rec-form__control {
  position: relative;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.9375rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #949494;
  border-radius: 0;
  box-sizing: border-box !important; }
  .rec-form__control:focus {
    outline: 0;
    border: 1px solid #0073CF; }
  .rec-form__control:valid ~ .rec-form__label + .rec-form__btn--clear {
    display: block; }
  .rec-form__control--address {
    padding: 0 5.25rem 0 0.9375rem; }
  .rec-form__control--select {
    padding: 0 2.25rem 0 0.9375rem;
    background-image: url("/images/icon-chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.9375rem top 1rem;
    background-size: 12px 7px;
    appearance: none; }
    .rec-form__control--select::-ms-expand {
      display: none; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .rec-form__control--select {
        padding: 0 0.9375rem 0 0.8125rem; } }

@-moz-document url-prefix() {
  .rec-form__control--select {
    padding: 0 0.6875rem; } }
    .rec-form__control--select:not([value='0']):valid ~ .rec-form__label .rec-form__label-default {
      display: none; }
  .rec-form__control--textarea {
    display: block;
    padding: 0.5rem 0.9375rem;
    height: auto;
    line-height: 1.4; }
  .rec-form__control--error, .rec-form__control.parsley-error {
    border: 1px solid #DC1431; }
    .rec-form__control--error:focus, .rec-form__control.parsley-error:focus {
      border-color: #DC1431; }
    .rec-form__control--error ~ .rec-form__label, .rec-form__control.parsley-error ~ .rec-form__label {
      color: #DC1431; }
  .rec-form__control--info {
    border: 1px solid #0073CF; }
  .rec-form__control[required]:not(.rec-form__control--select):focus ~ .rec-form__label--float, .rec-form__control[required]:not(.rec-form__control--select):valid ~ .rec-form__label--float, .rec-form__control--select:not([value='0']):valid ~ .rec-form__label--float {
    top: -0.4375rem;
    left: 0.5rem;
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    padding-bottom: 0;
    background-color: #FFFFFF; }
    @media (max-width: 991px) {
      .rec-form__control[required]:not(.rec-form__control--select):focus ~ .rec-form__label--float, .rec-form__control[required]:not(.rec-form__control--select):valid ~ .rec-form__label--float, .rec-form__control--select:not([value='0']):valid ~ .rec-form__label--float {
        top: -0.375rem;
        font-size: 0.8125rem; } }
  .rec-form__control::placeholder {
    color: #AAAAAA;
    opacity: 1; }
  .rec-form__control::-moz-placeholder {
    color: #AAAAAA;
    opacity: 1; }
  .rec-form__control::-ms-input-placeholder {
    color: #AAAAAA; }
  .rec-form__control::-webkit-input-placeholder {
    color: #AAAAAA; }
  .rec-form__control::-ms-clear {
    display: none; }

.rec-form__checkbox-wrapper {
  position: relative;
  margin-right: 1.125rem; }

.rec-form__checkbox {
  position: relative;
  z-index: 2;
  opacity: 0; }
  .rec-form__checkbox:focus + .rec-form__checkbox-ui {
    border-color: #0073CF; }
  .rec-form__checkbox:checked + .rec-form__checkbox-ui {
    border-color: #0073CF;
    background-color: #0073CF;
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M10.97%204.97a.75.75%200%200%201%201.07%201.05l-3.99%204.99a.75.75%200%200%201-1.08.02L4.324%208.384a.75.75%200%201%201%201.06-1.06l2.094%202.093%203.473-4.425a.267.267%200%200%201%20.02-.022z%22%2F%3E%3C%2Fsvg%3E");
    background-size: 22px 22px;
    background-position: center center; }

.rec-form__checkbox-ui {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #D0D0D0; }

.rec-form .parsley-error .rec-form__checkbox-ui {
  border-color: #DC1431; }

.rec-form .parsley-required,
.rec-form .parsley-pattern,
.rec-form .parsley-type,
.rec-form .parsley-minlength,
.rec-form .parsley-maxlength {
  height: auto;
  padding: 0.1875rem 0.75rem 0.125rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #DC1431;
  background-color: transparent;
  background-image: url("/images/icon-error-inline.svg");
  background-size: 11px 11px;
  background-position: left top 0.3125rem;
  background-repeat: no-repeat; }

.rec-form__required-label {
  position: absolute;
  top: -0.5rem;
  right: 3rem;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 0 0.25rem;
  font-size: 0.75rem; }
  .rec-form__required-label--main {
    top: -1.375rem;
    right: 0;
    background-color: transparent;
    padding: 0;
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    color: #FFFFFF; }

.rec-form__label {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000000;
  pointer-events: none;
  cursor: text; }
  .rec-form__label--required:after {
    content: ' *'; }
  .rec-form__label--float {
    position: absolute;
    top: 0.75rem;
    left: 0.4375rem;
    z-index: 4;
    padding: 0 0.5rem 0.125rem;
    background-color: #FFFFFF; }
  .rec-form__label--transition {
    transition: top 0.15s ease-in-out, left 0.15s ease-in-out, color 0.15s ease-in-out, font-size 0.15s ease-in-out, background-color 0.15s ease-in-out; }
  .rec-form__label--checkbox {
    margin-bottom: 0;
    pointer-events: initial;
    cursor: default; }

.rec-form__label-default {
  font-size: 0.75rem; }

.rec-form__btn {
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.5rem 0.25rem;
  margin: 0;
  background: none;
  cursor: pointer;
   }
  .rec-form__btn--inset {
    position: absolute;
    z-index: 5; }
  .rec-form__btn--block {
    display: block;
    width: 100%; }
  .rec-form__btn--clear {
    display: none;
    top: 0;
    right: 2.5rem;
    width: 2.75rem;
    height: 2.5rem;
    padding: 0.375rem 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .rec-form__btn--clear {
        padding: 0.25rem 0; } }
  .rec-form__btn--search {
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem 0.25rem 0.625rem;
    background-color: #0052C2; }

.rec-form__btn-label {
  position: relative; }

.rec-form__btn-icon {
  position: relative; }
  .rec-form__btn-icon--clear:before {
    content: '\2716';
    font-size: 1rem;
    line-height: 1.9; }

.rec-form__svg {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  margin-bottom: 3px; }

.rec-form__svg-path {
  fill: #FFFFFF; }

.rec-form--results .parsley-errors-list {
  position: relative;
  margin: 0; }

.rec-form--results .parsley-required,
.rec-form--results .parsley-type,
.rec-form--results .parsley-pattern,
.rec-form--results .parsley-minlength {
  position: absolute;
  top: 0.625rem;
  height: 2.5rem;
  padding: 0.625rem 0.5rem 0.625rem 2.375rem;
  font-size: 1rem;
  line-height: 1.3;
  background-color: #F2F2F2;
  background-size: 16px 16px;
  background-position: left 0.75rem center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .rec-form--results .parsley-required,
    .rec-form--results .parsley-type,
    .rec-form--results .parsley-pattern,
    .rec-form--results .parsley-minlength {
      position: relative;
      top: 0;
      height: auto;
      padding: 0.1875rem 0.75rem 0.125rem 1rem;
      font-size: 0.8125rem;
      line-height: 1.3;
      background-color: transparent;
      background-size: 11px 11px;
      background-position: left top 0.3125rem;
      box-shadow: none; } }
  @media (max-width: 440px) {
    .rec-form--results .parsley-required,
    .rec-form--results .parsley-type,
    .rec-form--results .parsley-pattern,
    .rec-form--results .parsley-minlength {
      font-size: 0.75rem;
      line-height: 1.2; } }
  .rec-form--results .parsley-required:before,
  .rec-form--results .parsley-type:before,
  .rec-form--results .parsley-pattern:before,
  .rec-form--results .parsley-minlength:before {
    content: '';
    position: absolute;
    top: -0.375rem;
    left: 1rem;
    transform: rotate(45deg);
    width: 1rem;
    height: 1rem;
    background-color: #F2F2F2; }
    @media (max-width: 991px) {
      .rec-form--results .parsley-required:before,
      .rec-form--results .parsley-type:before,
      .rec-form--results .parsley-pattern:before,
      .rec-form--results .parsley-minlength:before {
        display: none; } }
  @media (max-width: 575px) {
    .rec-form--results .parsley-required,
    .rec-form--results .parsley-type,
    .rec-form--results .parsley-pattern,
    .rec-form--results .parsley-minlength {
      position: absolute;
      max-width: calc(100% - 7rem); } }

.rec-form__messaging {
  position: relative; }

.rec-form__message {
  display: none;
  letter-spacing: -0.01em;
  color: #000000;
  background-repeat: no-repeat; }
  .rec-form__message--inline {
    height: auto;
    padding: 0.1875rem 0.5rem 0.125rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.3;
    background-color: transparent;
    background-size: 11px 11px;
    background-position: left top 0.3125rem; }
  .rec-form__message--float {
    position: absolute;
    top: 0.625rem;
    height: 2.5rem;
    padding: 0.625rem 0.75rem 0.625rem 2.375rem;
    font-size: 1rem;
    line-height: 1.3;
    background-color: #F2F2F2;
    background-size: 16px 16px;
    background-position: left 0.75rem center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .rec-form__message--float {
        position: relative;
        top: 0;
        height: auto;
        padding: 0.1875rem 0.5rem 0.125rem 1rem;
        font-size: 0.8125rem;
        line-height: 1.3;
        background-color: transparent;
        background-size: 11px 11px;
        background-position: left top 0.3125rem;
        box-shadow: none; } }
    @media (max-width: 440px) {
      .rec-form__message--float {
        font-size: 0.75rem;
        line-height: 1.2; } }
    .rec-form__message--float:before {
      content: '';
      position: absolute;
      top: -0.375rem;
      left: 1rem;
      transform: rotate(45deg);
      width: 1rem;
      height: 1rem;
      background-color: #F2F2F2; }
      @media (max-width: 991px) {
        .rec-form__message--float:before {
          display: none; } }
  @media (max-width: 575px) {
    .rec-form__message--address {
      position: absolute;
      max-width: calc(100% - 7rem); } }
  .rec-form__message--show {
    display: block; }
  .rec-form__message--error {
    color: #DC1431;
    background-image: url("/images/icon-error-inline.svg"); }
  .rec-form__message--info {
    background-image: url("/images/icon-info-inline.svg"); }

.rec-form--main {
  width: 100%;
  padding-top: 1.125rem; }
  @media (max-width: 575px) {
    .rec-form--main {
      padding-top: 1.375rem; } }
  .rec-form--main .rec-form__control {
    z-index: 3;
    height: 2.9375rem;
    padding: 0 4.875rem 0 0.9375rem;
    font-size: 1.25rem;
    border: 1px solid transparent;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }
    @media (max-width: 440px) {
      .rec-form--main .rec-form__control {
        height: 2.625rem;
        padding: 0 4.5rem 0 0.9375rem;
        font-size: 1rem; } }
    .rec-form--main .rec-form__control:focus {
      outline: 0;
      border: 1px solid #0073CF; }
    .rec-form--main .rec-form__control--error, .rec-form--main .rec-form__control.parsley-error {
      border: 1px solid #DC1431; }
      .rec-form--main .rec-form__control--error:focus, .rec-form--main .rec-form__control.parsley-error:focus {
        border-color: #DC1431; }
      .rec-form--main .rec-form__control--error ~ .rec-form__label, .rec-form--main .rec-form__control.parsley-error ~ .rec-form__label {
        color: #DC1431; }
    .rec-form--main .rec-form__control[required]:not(.rec-form__control--select):focus ~ .rec-form__label--float, .rec-form--main .rec-form__control[required]:not(.rec-form__control--select):valid ~ .rec-form__label--float,
    .rec-form--main .rec-form__control .rec-form__control--select:not([value='0']):valid ~ .rec-form__label--float {
      top: -1.25rem;
      left: 0;
      color: #FFFFFF;
      background-color: transparent; }
      @media (max-width: 991px) {
        .rec-form--main .rec-form__control[required]:not(.rec-form__control--select):focus ~ .rec-form__label--float, .rec-form--main .rec-form__control[required]:not(.rec-form__control--select):valid ~ .rec-form__label--float,
        .rec-form--main .rec-form__control .rec-form__control--select:not([value='0']):valid ~ .rec-form__label--float {
          font-size: 0.875rem; } }
  .rec-form--main .rec-form__label {
    font-size: 1.25rem;
    color: #666666; }
    @media (max-width: 440px) {
      .rec-form--main .rec-form__label {
        font-size: 1rem; } }
    .rec-form--main .rec-form__label--float {
      top: 0.875rem;
      left: 0.9375rem;
      padding: 0; }
  .rec-form--main .rec-form__btn:focus {
    outline-offset: -4px; }
  .rec-form--main .rec-form__btn--clear {
    right: 3.125rem;
    width: 1.75rem;
    height: 2.9375rem;
    padding: 0.5rem 0; }
    @media (max-width: 440px) {
      .rec-form--main .rec-form__btn--clear {
        right: 2.75rem;
        width: 1.75rem;
        height: 2.625rem; } }
  .rec-form--main .rec-form__btn--search {
    width: 3.125rem;
    height: 2.9375rem;
    background-color: transparent;
    padding: 0.5rem 0.9375rem 0.625rem; }
    @media (max-width: 440px) {
      .rec-form--main .rec-form__btn--search {
        width: 2.75rem;
        height: 2.625rem; } }
  .rec-form--main .rec-form__btn-icon--clear:before {
    line-height: 2; }
    @media (max-width: 440px) {
      .rec-form--main .rec-form__btn-icon--clear:before {
        font-size: 0.875rem; } }
  .rec-form--main .rec-form__svg {
    margin-bottom: 1px; }
    @media (max-width: 440px) {
      .rec-form--main .rec-form__svg {
        width: 1rem;
        height: 1rem; } }
  .rec-form--main .rec-form__svg-path {
    fill: #000000; }
  .rec-form--main .parsley-errors-list {
    position: relative;
    margin: 0; }
  .rec-form--main .parsley-required,
  .rec-form--main .parsley-pattern,
  .rec-form--main .parsley-type,
  .rec-form--main .parsley-minlength,
  .rec-form--main .parsley-maxlength,
  .rec-form--main .rec-form__message {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 2.5rem;
    padding: 0.625rem 0.75rem 0.625rem 2.375rem;
    font-size: 1rem;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, 0.85);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 0.75rem center; }
    @media (max-width: 440px) {
      .rec-form--main .parsley-required,
      .rec-form--main .parsley-pattern,
      .rec-form--main .parsley-type,
      .rec-form--main .parsley-minlength,
      .rec-form--main .parsley-maxlength,
      .rec-form--main .rec-form__message {
        font-size: 0.875rem;
        line-height: 1.5;
        padding: 0.625rem 0.75rem 0.625rem 2.125rem;
        background-size: 13px 13px; } }


.rec-messaging {
  display: none;
  width: 100%;
  min-height: 6.25rem;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: left 1.875rem top 1.875rem;
  padding: 1.875rem 2.75rem 1.875rem calc(1.875rem + 42px + 1.5rem);
  margin-bottom: 0.875rem; }
  @media (max-width: 440px) {
    .rec-messaging {
      min-height: 4.625rem;
      font-size: 0.875rem;
      background-size: 36px;
      background-position: left 1.25rem top 1.25rem;
      padding: 1.25rem 1.25rem 1.25rem calc(1.25rem + 36px + 1.25rem); } }
  .rec-messaging--show {
    display: flex; }
  .rec-messaging--no-padding {
    min-height: 2.875rem;
    background-position: left top;
    padding: 0 0 0 calc(42px + 1.25rem); }
    @media (max-width: 440px) {
      .rec-messaging--no-padding {
        min-height: 2.625rem;
        padding: 0 0 0 calc(42px + 0.75rem); } }
  .rec-messaging--info {
    background-image: url("/images/icon-info.svg"); }
  .rec-messaging--confirmation {
    background-image: url("/images/icon-confirmation.svg"); }
  [data-search-grid='list'] .rec-messaging {
    display: none; }
  .rec-search-grid__col--map .rec-messaging {
    display: none;
    background-color: rgba(242, 242, 242, 0.9);
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .rec-search-grid__col--map .rec-messaging--show {
        display: flex !important;
        z-index: 5; } }
    @media (max-width: 991px) {
      .rec-search-grid__col--map .rec-messaging {
        width: 100%;
        min-height: 6rem;
        background-size: 36px;
        padding: 1.25rem 2.875rem 1.25rem calc(1.875rem + 36px + 1.25rem); } }
    @media (max-width: 575px) {
      .rec-search-grid__col--map .rec-messaging {
        position: absolute;
        width: 100%;
        min-height: 4.75rem;
        background-position: left 1.875rem top 1.25rem; } }
    @media (max-width: 575px) {
      .rec-search-grid__col--map .rec-messaging {
        font-size: 0.875rem; } }
    .rec-search-grid__col--map .rec-messaging__close {
      position: absolute;
      top: 0.875rem;
      right: 0.75rem;
      z-index: 1;
      width: 1.5rem;
      height: 1.5rem;
      padding: 0;
      color: #000000;
      background-color: transparent;
      background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M4.646%204.646a.5.5%200%200%201%20.708%200L8%207.293l2.646-2.647a.5.5%200%200%201%20.708.708L8.707%208l2.647%202.646a.5.5%200%200%201-.708.708L8%208.707l-2.646%202.647a.5.5%200%200%201-.708-.708L7.293%208%204.646%205.354a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fsvg%3E");
      background-position: center center;
      background-size: 28px 28px; }


.rec-filter-toggle {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: left;
  color: #0052C2;
  padding: 0.1875rem 1.75rem 0.125rem 0.5rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%230052C2%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M6%2010.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5zm-2-3a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5zm-2-3a.5.5%200%200%201%20.5-.5h11a.5.5%200%200%201%200%201h-11a.5.5%200%200%201-.5-.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 4px top 3px;
  background-size: 18px 18px;
  border: 0;
  border: 1px solid #D0D0D0; }
  .rec-filter-toggle__container {
    position: relative;
    display: inline-block;
    padding-right: 0.9375rem; }
  .rec-filter-toggle__arrow {
    position: absolute;
    top: 0.125rem;
    right: 0;
    display: inline-block;
    border-bottom: 2px solid #0052C2;
    border-right: 2px solid #0052C2;
    width: 0.4375rem;
    height: 0.4375rem;
    margin-top: 0;
    transform: rotate(45deg);
    transition: top 0.2s ease-out, transform 0.2s ease-out; }
  .rec-filter-toggle--open {
    color: #000000;
    background-color: #D0D0D0;
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M4.646%204.646a.5.5%200%200%201%20.708%200L8%207.293l2.646-2.647a.5.5%200%200%201%20.708.708L8.707%208l2.647%202.646a.5.5%200%200%201-.708.708L8%208.707l-2.646%202.647a.5.5%200%200%201-.708-.708L7.293%208%204.646%205.354a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 1px top 1px;
    background-size: 22px 22px; }


@media (max-width: 991px) {
  .rec-filter-dropdown__container {
    padding-top: 0.75rem; } }

@media (min-width: 576px) {
  .rec-filter-dropdown.collapse {
    display: block; } }


.rec-skip-link {
  display: inline-block;
  position: absolute;
  top: -7rem;
  left: 50%;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-align: center;
  background-color: #F2F2F2;
  width: 12.5rem;
  max-height: 7rem;
  padding: 0.375rem 1rem;
  margin-left: -6.25rem;
  opacity: 0;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .rec-skip-link:hover {
    text-decoration: none; }
  .rec-skip-link:focus {
    top: 0;
    opacity: 1; }


.rec-locations-link__svg {
  display: inline-block;
  width: 1.25rem;
  height: 1.875rem; }

.rec-locations-link__svg-path {
  fill: #000000; }


.rec-menu-toggle {
  background-color: transparent;
  padding: 0; }
  .rec-menu-toggle:hover {
    text-decoration: none; }
  .rec-menu-toggle:focus {
    outline-offset: 5px; }
  .rec-menu-toggle__container {
    position: relative;
    padding-right: 1rem; }
  .rec-menu-toggle__text {
    font-size: 1rem;
    color: #000000; }
  .rec-menu-toggle__arrow {
    position: absolute;
    top: 0.125rem;
    right: 0;
    display: inline-block;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0;
    transform: rotate(45deg);
    transition: top 0.2s ease-out, transform 0.2s ease-out; }
    @media (max-width: 575px) {
      .rec-menu-toggle__arrow {
        border-width: 1px; } }
  .rec-menu-toggle--open .rec-menu-toggle__arrow {
    top: 0.375rem;
    transform: rotate(-135deg); }
  .rec-menu-toggle--mobile {
    display: inline-block;
    border: 0;
    background-color: transparent;
    text-transform: none;
    padding: 0;
    overflow: visible;
    cursor: pointer; }
    .rec-menu-toggle--mobile:focus {
      outline-offset: 5px; }
    .rec-menu-toggle--mobile.rec-menu-toggle--open .rec-menu-toggle__burger {
      transform: rotate(45deg);
      transition-delay: 0.12s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .rec-menu-toggle--mobile.rec-menu-toggle--open .rec-menu-toggle__burger:before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
      .rec-menu-toggle--mobile.rec-menu-toggle--open .rec-menu-toggle__burger:after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .rec-menu-toggle--mobile .rec-menu-toggle__box {
      width: 1.875rem;
      height: 1.375rem;
      display: inline-block;
      position: relative; }
    .rec-menu-toggle--mobile .rec-menu-toggle__burger, .rec-menu-toggle--mobile .rec-menu-toggle__burger:before, .rec-menu-toggle--mobile .rec-menu-toggle__burger:after {
      display: block;
      position: absolute;
      width: 1.875rem;
      height: 0.1875rem;
      background-color: #000000; }
    .rec-menu-toggle--mobile .rec-menu-toggle__burger {
      top: 50%;
      transition-duration: 0.075s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .rec-menu-toggle--mobile .rec-menu-toggle__burger:before {
        content: '';
        top: -0.5rem;
        transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
      .rec-menu-toggle--mobile .rec-menu-toggle__burger:after {
        content: '';
        bottom: -0.5rem;
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }


.rec-menu-meta {
  font-size: 0.875rem;
  border-bottom: 1px solid #E2E2E2; }
  @media (max-width: 767px) {
    .rec-menu-meta {
      padding: 0;
      border-bottom: 3px solid #FFFFFF; } }
  .rec-menu-meta__list {
    margin: 0; }
  .rec-menu-meta__item {
    padding: 0;
    margin-left: 1.5rem; }
    .rec-menu-meta__item:first-of-type {
      margin-left: 0; }
    @media (max-width: 767px) {
      .rec-menu-meta__item {
        padding: 0.375rem 0;
        margin: 0; } }
  .rec-menu-meta__link {
    display: block;
    padding: 0.125rem 0 0.125rem 1.625rem;
    background-repeat: no-repeat;
    background-position: left top 3px; }
    @media (max-width: 767px) {
      .rec-menu-meta__link:focus {
        text-decoration: underline;
        outline: 0; } }
    .rec-menu-meta__link--home {
      background-image: url("/images/icon-cta-home.svg");
      background-size: 18px 16px; }
    .rec-menu-meta__link--contact {
      background-image: url("/images/icon-cta-contact.svg");
      background-size: 12px 18px;
      background-position: left 2px top 2px;
      padding-left: 1.375rem; }
      @media (max-width: 767px) {
        .rec-menu-meta__link--contact {
          padding-left: 1.625rem; } }
    .rec-menu-meta__link--help {
      background-image: url("/images/icon-cta-help.svg");
      background-size: 18px 16px; }
    .rec-menu-meta__link--appointment {
      background-image: url("/images/icon-cta-appointment.svg");
      background-size: 16px 16px; }


.rec-menu-links {
  font-size: 0.875rem;
  margin: 0 -0.75rem; }
  @media (max-width: 767px) {
    .rec-menu-links {
      margin: 0; } }
  .rec-menu-links__col {
    padding: 0 0.75rem 0 0; }
    @media (max-width: 767px) {
      .rec-menu-links__col {
        border-bottom: 3px solid #FFFFFF;
        padding: 0; } }
    @media (max-width: 767px) {
      .rec-menu-links__col:first-of-type {
        padding-top: 0; } }
    .rec-menu-links__col:last-of-type {
      padding-right: 0;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .rec-menu-links__col:last-of-type {
          border: 0; } }
  .rec-menu-links__h3, .rec-menu-links__toggle, .rec-menu-links__link {
    padding: 0.375rem 0.75rem; }
  @media (max-width: 767px) {
    .rec-menu-links__toggle, .rec-menu-links__link {
      padding: 0.75rem 1.875rem; } }
  @media (max-width: 440px) {
    .rec-menu-links__toggle, .rec-menu-links__link {
      padding: 0.75rem 1.375rem; } }
  .rec-menu-links__h3 {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    margin: 0; }
    @media (max-width: 767px) {
      .rec-menu-links__h3 {
        padding: 0; } }
  .rec-menu-links__toggle {
    position: relative;
    color: #000000; }
    .rec-menu-links__toggle:hover, .rec-menu-links__toggle:active {
      color: inherit;
      text-decoration: none; }
    @media (max-width: 767px) {
      .rec-menu-links__toggle:hover, .rec-menu-links__toggle:focus {
        background-color: #E2E2E2; } }
    @media (max-width: 767px) {
      .rec-menu-links__toggle:focus {
        outline: 0; } }
    .rec-menu-links__toggle:after {
      content: '';
      position: absolute;
      top: 1.25rem;
      right: 1.875rem;
      display: inline-block;
      border-bottom: 2px solid #000000;
      border-right: 2px solid #000000;
      width: 0.5rem;
      height: 0.5rem;
      margin-top: 0;
      transform: rotate(-135deg);
      transition: top 0.2s ease-out, transform 0.2s ease-out; }
      @media (max-width: 440px) {
        .rec-menu-links__toggle:after {
          right: 1.375rem;
           } }
    .rec-menu-links__toggle.collapsed:after {
      top: 1rem;
      transform: rotate(45deg); }
  .rec-menu-links__list {
    margin: 0; }
  @media (min-width: 768px) {
    .rec-menu-links__list-container.collapse {
      display: block; } }
  .rec-menu-links__item {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .rec-menu-links__item {
        border-top: 1px solid #E2E2E2; } }
  .rec-menu-links__link {
    display: block; }
    .rec-menu-links__link:hover {
      background-color: #E2E2E2;
      text-decoration: none; }
    @media (max-width: 767px) {
      .rec-menu-links__link:focus {
        background-color: #E2E2E2;
        outline: 0; } }


.rec-nav-toggle {
  position: relative;
  padding: 0.375rem 0.75rem 0.25rem;
  width: 13rem;
  height: 1.75rem;
  text-align: left;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  border: 0; }
  @media (max-width: 767px) {
    .rec-nav-toggle {
      position: absolute;
      
      top: -6.5rem;
      right: 1.875rem;
      z-index: 2;
      width: 7rem;
      background-color: #F2F2F2; } }
  @media (max-width: 440px) {
    .rec-nav-toggle {
      top: -5.375rem;
      right: 1.375rem; } }
  .rec-nav-toggle__label {
    position: relative; }
  .rec-nav-toggle__arrow {
    position: absolute;
    top: 0.625rem;
    right: 0.75rem;
    display: inline-block;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    width: 0.4375rem;
    height: 0.4375rem;
    margin-top: 0;
    transform: rotate(45deg);
    transition: top 0.2s ease-out, transform 0.2s ease-out; }
  .rec-nav-toggle--open .rec-nav-toggle__arrow {
    top: 0.75rem;
    transform: rotate(-135deg); }


@media (max-width: 991px) {
  .rec-nav-dropdown {
    position: absolute;
    top: 2.5rem;
    left: 1.875rem;
    z-index: 15;
    width: 13rem;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15); } }

@media (max-width: 767px) {
  .rec-nav-dropdown {
    
    top: -4.75rem;
    left: auto;
    right: 1.875rem;
    background-color: #F2F2F2; } }

@media (max-width: 440px) {
  .rec-nav-dropdown {
    top: -3.625rem;
    right: 1.375rem; } }

@media (max-width: 991px) {
  .rec-nav-dropdown__list {
    padding: 0.75rem; } }

@media (min-width: 992px) {
  .rec-nav-dropdown.collapse {
    display: block; } }


.rec-nav-meta__list {
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-left: auto;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .rec-nav-meta__list {
      width: 100%;
      margin-left: initial; } }

.rec-nav-meta__item {
  margin-right: 1.5rem; }
  .rec-nav-meta__item:last-of-type {
    margin-right: 0; }
  @media (max-width: 767px) {
    .rec-nav-meta__item--grants {
      margin-right: auto; } }

.rec-nav-meta__link {
  display: block;
  padding: 0.125rem 0;
  color: #0052C2; }
  .rec-nav-meta__link:hover {
    color: #0052C2;
    text-decoration: underline; }
  .rec-nav-meta__link--prequal {
    display: inline-block;
    height: 100%;
    background-image: url("/images/icon-nav-prequal.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px 19px;
    padding-left: 1.75rem; }
    @media (max-width: 575px) {
      .rec-nav-meta__link--prequal {
        background-position: left -3px center;
        padding-left: 1.5rem; } }
  .rec-nav-meta__link--contact {
    padding: 0;
    border: 0;
    text-align: left;
    white-space: nowrap;
    background-color: transparent;
     }


.rec-nav-links__list {
  margin: 0; }

.rec-nav-links__item {
  margin-right: 1.5rem; }
  .rec-nav-links__item:last-of-type {
    margin-right: 0; }
  @media (max-width: 991px) {
    .rec-nav-links__item {
      display: block;
      margin-right: 0;
      margin-bottom: 0.5rem; }
      .rec-nav-links__item:last-of-type {
        margin-bottom: 0; } }

.rec-nav-links__link {
  display: block;
  padding: 0.125rem 0;
  color: #0052C2; }
  @media (max-width: 991px) {
    .rec-nav-links__link {
      padding: 0; } }
  @media (max-width: 767px) {
    .rec-nav-links__link {
      display: block; }
      .rec-nav-links__link:last-of-type {
        margin-bottom: 0; } }
  .rec-nav-links__link:hover {
    color: #0052C2;
    text-decoration: underline; }
  .rec-nav-links__link--current {
    font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif; }
  .rec-nav-links__link--home {
    display: inline-block;
    width: 18px;
    height: 30px;
    background-image: url("/images/icon-nav-home.svg");
    background-repeat: no-repeat;
    background-position: left top 8px;
    background-size: 19px 17px; }


.rec-contact-toggle__container {
  position: relative;
  display: inline-block;
  padding-right: 0.9375rem; }

.rec-contact-toggle__arrow {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  display: inline-block;
  border-bottom: 2px solid #0052C2;
  border-right: 2px solid #0052C2;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-top: 0;
  transform: rotate(45deg);
  transition: top 0.2s ease-out, transform 0.2s ease-out; }

.rec-contact-toggle--open .rec-contact-toggle__arrow {
  top: 0.4375rem;
  transform: rotate(-135deg); }


.rec-contact-dropdown {
  position: absolute;
  top: 3.25rem;
  right: 0;
  z-index: 10;
  background-color: #F2F2F2; }
  @media (max-width: 440px) {
    .rec-contact-dropdown {
      top: 2.875rem; } }
  .rec-contact-dropdown__list {
    line-height: 1.2;
    padding: 1rem 1.375rem;
    margin: 0; }
  .rec-contact-dropdown__item {
    padding: 0;
    margin-bottom: 0.5rem; }
    .rec-contact-dropdown__item:last-of-type {
      margin-bottom: 0; }
  .rec-contact-dropdown__link {
    display: block;
    padding: 0.125rem 0 0.125rem 1.625rem;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .rec-contact-dropdown__link:focus {
        text-decoration: underline;
        outline: 0; } }
    .rec-contact-dropdown__link--contact {
      background-image: url("/images/icon-cta-contact.svg");
      background-size: 12px 18px;
      background-position: left 3px top 1px; }
    .rec-contact-dropdown__link--help {
      background-image: url("/images/icon-cta-help.svg");
      background-size: 18px 16px;
      background-position: left top 2px; }
    .rec-contact-dropdown__link--appointment {
      background-image: url("/images/icon-cta-appointment.svg");
      background-size: 16px 16px;
      background-position: left 1px top 1px; }



.rec-search-sort {
  height: 100%;
  font-size: 0.9375rem;
  line-height: 1.1;
   }
  @media (max-width: 575px) {
    .rec-search-sort {
      font-size: 0.8125rem;
      line-height: 1; } }
  .rec-search-sort__container {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #D0D0D0; }
    .rec-search-sort__container--oreo {
      position: relative;
      padding-top: 2rem; }
      @media (max-width: 575px) {
        .rec-search-sort__container--oreo {
          padding-top: 2.75rem; } }
    @media (max-width: 991px) {
      [data-search-grid='map'] .rec-search-sort__container {
        border: 0; } }
    [data-search-grid='list'] .rec-search-sort__container {
      border: 0; }
  .rec-search-sort__h2 {
    position: absolute;
    left: 0;
    bottom: 0.75rem;
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.25rem;
    letter-spacing: -0.01em; }
    @media (max-width: 575px) {
      .rec-search-sort__h2 {
        bottom: 2.5rem;
        font-size: 1.875rem; } }
  .rec-search-sort__count, .rec-search-sort__label, .rec-search-sort__select {
    font-size: inherit;
    line-height: 1.1; }
    @media (max-width: 575px) {
      .rec-search-sort__count, .rec-search-sort__label, .rec-search-sort__select {
        line-height: 1.2; } }
  .rec-search-sort__count {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: inherit;
    margin-right: 1.25rem; }
  .rec-search-sort__label {
    margin: 0; }
  .rec-search-sort__select {
    display: inline-block;
    width: auto;
    height: 1.875rem;
    padding: 0 0.375rem;
    
    background-image: none;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: 1px solid #FFFFFF;
     }


.rec-search-toggle {
  height: 100%;
  margin: 0 0 0 auto;
   }
  @media (max-width: 767px) {
    .rec-search-toggle {
      position: fixed;
      bottom: 1.25rem;
      left: 0;
      width: 100%;
      height: 1px; } }
  @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
    .rec-search-toggle {
      position: fixed;
      bottom: 1.25rem;
      left: 0;
      width: 100%;
      height: 1px; } }
  .rec-search-toggle__list {
    position: relative;
    height: 100%;
    margin-bottom: 0;
     }
    @media (max-width: 767px) {
      .rec-search-toggle__list {
        bottom: 3.125rem;
        left: 50%;
        z-index: 2;
        color: #0052C2;
        width: 6.75rem;
        height: 2.25rem;
        margin-left: -3.375rem;
        background-color: rgba(229, 245, 252, 0.9);
        
        border-radius: 3px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); } }
    @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
      .rec-search-toggle__list {
        bottom: 3.125rem;
        left: 50%;
        z-index: 2;
        color: #0052C2;
        width: 6.75rem;
        height: 2.25rem;
        margin-left: -3.375rem;
        background-color: rgba(229, 245, 252, 0.9);
        
        border-radius: 3px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); } }
  .rec-search-toggle__item {
    height: 100%;
     }
    @media (max-width: 991px) {
      .rec-search-toggle__item {
        width: 50%; } }
    @media (max-width: 767px) {
      .rec-search-toggle__item {
        width: 100%;
        height: 2.25rem; } }
    @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
      .rec-search-toggle__item {
        width: 100%;
        height: 2.25rem; } }
    @media (max-width: 767px) {
      .rec-search-toggle__item--current {
        display: none; } }
    @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
      .rec-search-toggle__item--current {
        display: none; } }
  .rec-search-toggle__btn {
    height: 100%;
    padding: 0.25rem 0.75rem;
    background-color: transparent;
    border: 0;
     }
    @media (max-width: 767px) {
      .rec-search-toggle__btn {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0; } }
    @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
      .rec-search-toggle__btn {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0; } }
    @media (max-width: 767px) {
      .rec-search-toggle__btn:focus {
        outline: 0; } }
    .rec-search-toggle__btn[data-search-toggle='map'] .rec-search-toggle__icon {
      background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%230052C2%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.817.113A.5.5%200%200%201%2016%20.5v14a.5.5%200%200%201-.402.49l-5%201a.502.502%200%200%201-.196%200L5.5%2015.01l-4.902.98A.5.5%200%200%201%200%2015.5v-14a.5.5%200%200%201%20.402-.49l5-1a.5.5%200%200%201%20.196%200L10.5.99l4.902-.98a.5.5%200%200%201%20.415.103zM10%201.91l-4-.8v12.98l4%20.8V1.91zm1%2012.98l4-.8V1.11l-4%20.8v12.98zm-6-.8V1.11l-4%20.8v12.98l4-.8z%22%2F%3E%3C%2Fsvg%3E"); }
    .rec-search-toggle__btn[data-search-toggle='photos'] .rec-search-toggle__icon {
      background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%230052C2%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M1%202.5A1.5%201.5%200%200%201%202.5%201h3A1.5%201.5%200%200%201%207%202.5v3A1.5%201.5%200%200%201%205.5%207h-3A1.5%201.5%200%200%201%201%205.5v-3zM2.5%202a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3zm6.5.5A1.5%201.5%200%200%201%2010.5%201h3A1.5%201.5%200%200%201%2015%202.5v3A1.5%201.5%200%200%201%2013.5%207h-3A1.5%201.5%200%200%201%209%205.5v-3zm1.5-.5a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3zM1%2010.5A1.5%201.5%200%200%201%202.5%209h3A1.5%201.5%200%200%201%207%2010.5v3A1.5%201.5%200%200%201%205.5%2015h-3A1.5%201.5%200%200%201%201%2013.5v-3zm1.5-.5a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3zm6.5.5A1.5%201.5%200%200%201%2010.5%209h3a1.5%201.5%200%200%201%201.5%201.5v3a1.5%201.5%200%200%201-1.5%201.5h-3A1.5%201.5%200%200%201%209%2013.5v-3zm1.5-.5a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3z%22%2F%3E%3C%2Fsvg%3E"); }
    .rec-search-toggle__btn[data-search-toggle='list'] .rec-search-toggle__icon {
      background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%230052C2%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.5%2011.5A.5.5%200%200%201%203%2011h10a.5.5%200%200%201%200%201H3a.5.5%200%200%201-.5-.5zm0-4A.5.5%200%200%201%203%207h10a.5.5%200%200%201%200%201H3a.5.5%200%200%201-.5-.5zm0-4A.5.5%200%200%201%203%203h10a.5.5%200%200%201%200%201H3a.5.5%200%200%201-.5-.5z%22%2F%3E%3C%2Fsvg%3E"); }
    .rec-search-toggle__btn--current {
      font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
      height: calc(100% + 1px);
      padding: 0.25rem 0.75rem calc(0.25rem - 2px);
      border-bottom: 2px solid #000000; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .rec-search-toggle__btn--current {
          padding: 0.25rem 0.75rem 0.25rem; } }
      @media (max-width: 767px) {
        .rec-search-toggle__btn--current {
          height: 100%;
           } }
  @media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
    .rec-search-toggle__btn--current {
      padding: 0; } }
  .rec-search-toggle__icon {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center; }
    @media (max-width: 767px) {
      .rec-search-toggle__icon {
        display: inline-block; } }
  .rec-search-toggle__label {
    position: relative; }
    @media (max-width: 767px) {
      .rec-search-toggle__label {
        font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 1rem;
        letter-spacing: -0.01em;
        color: #0052C2;
        margin-left: 0.375rem;
         } }
    @media screen and (orientation: landscape) and (max-width: 991px) and (max-height: 600px) {
      .rec-search-toggle__label {
        font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 1rem;
        letter-spacing: -0.01em;
        color: #0052C2;
        margin-left: 0.375rem; } }


.rec-search-toggle-mobile__btn {
  position: fixed;
  bottom: 1.875rem;
  left: 50%;
  z-index: 2;
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #0052C2;
  width: 7rem;
  margin-left: -3.5rem;
  padding: 0.625rem;
  background-color: rgba(229, 245, 252, 0.9);
  border: 1px solid #0052C2;
  border-radius: 3px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  .rec-search-toggle-mobile__btn[data-search-toggle='map'] .rec-search-toggle-mobile__icon {
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%230052C2%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.817.113A.5.5%200%200%201%2016%20.5v14a.5.5%200%200%201-.402.49l-5%201a.502.502%200%200%201-.196%200L5.5%2015.01l-4.902.98A.5.5%200%200%201%200%2015.5v-14a.5.5%200%200%201%20.402-.49l5-1a.5.5%200%200%201%20.196%200L10.5.99l4.902-.98a.5.5%200%200%201%20.415.103zM10%201.91l-4-.8v12.98l4%20.8V1.91zm1%2012.98l4-.8V1.11l-4%20.8v12.98zm-6-.8V1.11l-4%20.8v12.98l4-.8z%22%2F%3E%3C%2Fsvg%3E"); }
  .rec-search-toggle-mobile__btn[data-search-toggle='map'] .rec-search-toggle-mobile__label:before {
    content: 'Map'; }
  .rec-search-toggle-mobile__btn[data-search-toggle='photos'] .rec-search-toggle-mobile__icon {
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%230052C2%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M1%202.5A1.5%201.5%200%200%201%202.5%201h3A1.5%201.5%200%200%201%207%202.5v3A1.5%201.5%200%200%201%205.5%207h-3A1.5%201.5%200%200%201%201%205.5v-3zM2.5%202a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3zm6.5.5A1.5%201.5%200%200%201%2010.5%201h3A1.5%201.5%200%200%201%2015%202.5v3A1.5%201.5%200%200%201%2013.5%207h-3A1.5%201.5%200%200%201%209%205.5v-3zm1.5-.5a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3zM1%2010.5A1.5%201.5%200%200%201%202.5%209h3A1.5%201.5%200%200%201%207%2010.5v3A1.5%201.5%200%200%201%205.5%2015h-3A1.5%201.5%200%200%201%201%2013.5v-3zm1.5-.5a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3zm6.5.5A1.5%201.5%200%200%201%2010.5%209h3a1.5%201.5%200%200%201%201.5%201.5v3a1.5%201.5%200%200%201-1.5%201.5h-3A1.5%201.5%200%200%201%209%2013.5v-3zm1.5-.5a.5.5%200%200%200-.5.5v3a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-3a.5.5%200%200%200-.5-.5h-3z%22%2F%3E%3C%2Fsvg%3E"); }
  .rec-search-toggle-mobile__btn[data-search-toggle='photos'] .rec-search-toggle-mobile__label:before {
    content: 'Photos'; }
  .rec-search-toggle-mobile__btn[data-search-toggle='list'] .rec-search-toggle-mobile__icon {
    display: inline-block;
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%230052C2%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.5%2011.5A.5.5%200%200%201%203%2011h10a.5.5%200%200%201%200%201H3a.5.5%200%200%201-.5-.5zm0-4A.5.5%200%200%201%203%207h10a.5.5%200%200%201%200%201H3a.5.5%200%200%201-.5-.5zm0-4A.5.5%200%200%201%203%203h10a.5.5%200%200%201%200%201H3a.5.5%200%200%201-.5-.5z%22%2F%3E%3C%2Fsvg%3E"); }
  .rec-search-toggle-mobile__btn[data-search-toggle='list'] .rec-search-toggle-mobile__label:before {
    content: 'List'; }

.rec-search-toggle-mobile__icon {
  width: 22px;
  height: 22px;
  margin-right: 0.125rem;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center; }


.rec-search-results--cards {
  margin: 0 -0.4375rem; }
  [data-search-grid='list'] .rec-search-results--cards {
    display: none; }

.rec-search-results--list {
  display: none; }
  [data-search-grid='list'] .rec-search-results--list {
    display: block;
    height: 100%; }

.rec-search-results__card {
  padding: 0 0.4375rem;
  margin-bottom: 0.875rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 991px) {
    .rec-search-results__card {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 767px) {
    .rec-search-results__card {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 575px) {
    .rec-search-results__card {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  [data-search-grid='photos'] .rec-search-results__card {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
    @media (max-width: 991px) {
      [data-search-grid='photos'] .rec-search-results__card {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (max-width: 767px) {
      [data-search-grid='photos'] .rec-search-results__card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 575px) {
      [data-search-grid='photos'] .rec-search-results__card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }


.rec-search-results-table {
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  margin-bottom: 0; }
  .rec-search-results-table__header {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #F2F2F2; }
    .rec-search-results-table__header .rec-search-results-table__cell {
      position: sticky;
      top: 0;
      z-index: 1;
      padding: 0.75rem;
      background-color: #F2F2F2; }
  .rec-search-results-table__row {
    border-bottom: 1px solid #D0D0D0; }
  .rec-search-results-table__cell {
    font-weight: normal;
    white-space: nowrap;
    padding: 0.75rem; }
    .rec-search-results-table__cell:first-child {
      padding-left: 1.875rem; }
      @media (max-width: 440px) {
        .rec-search-results-table__cell:first-child {
          padding-left: 1.375rem; } }
    .rec-search-results-table__cell:last-child {
      padding-right: 1.875rem; }
      @media (max-width: 440px) {
        .rec-search-results-table__cell:last-child {
          padding-right: 1.375rem; } }


.rec-geo-content {
  text-align: center; }
  .rec-geo-content--bg-gray {
    background-color: #F2F2F2; }
  .rec-geo-content__paragraph {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 2rem; }
    @media (max-width: 767px) {
      .rec-geo-content__paragraph {
        font-size: 1.375rem; } }
    @media (max-width: 575px) {
      .rec-geo-content__paragraph {
        font-size: 1.125rem; } }
  .rec-geo-content__cta {
    font-size: 1.25rem;
    white-space: nowrap;
    padding: 0.5rem 3.125rem; }


.rec-geo-areas {
  text-align: center; }
  .rec-geo--counts .rec-geo-areas__item {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    padding: 0.375rem;
    margin-bottom: 0;
    border-bottom: 1px solid #D0D0D0; }
  .rec-geo--counts .rec-geo-areas__link {
    display: flex;
    display: -ms-flexbox;
    width: 100%; }
  .rec-geo--counts .rec-geo-areas__count {
    margin-left: auto; }
  .rec-geo-areas__list {
    font-size: 0;
    padding: 0;
    margin: 0 auto; }
    .rec-geo-areas__list--columns-2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1.875rem;
      -moz-column-gap: 1.875rem;
      column-gap: 1.875rem; }
      @media (max-width: 440px) {
        .rec-geo-areas__list--columns-2 {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1; } }
    .rec-geo-areas__list--columns-3 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.875rem;
      -moz-column-gap: 1.875rem;
      column-gap: 1.875rem; }
      @media (max-width: 575px) {
        .rec-geo-areas__list--columns-3 {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2; } }
      @media (max-width: 440px) {
        .rec-geo-areas__list--columns-3 {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1; } }
  .rec-geo-areas__item {
    display: inline-block;
    width: 100%;
    font-size: 1.25rem;
    padding: 0;
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .rec-geo-areas__item {
        font-size: 1.375rem; } }
    @media (max-width: 575px) {
      .rec-geo-areas__item {
        font-size: 1.125rem; } }


.rec-highlights--search .rec-highlights__container {
  padding: 0; }

.rec-highlights--search .rec-highlights__item {
  text-align: left;
  padding: 1.875rem 5rem 1.875rem 0.75rem;
  border-right: 0;
  border-bottom: 1px solid #D3D3D3; }
  .rec-highlights--search .rec-highlights__item:first-of-type {
    padding-top: 0.75rem; }
  .rec-highlights--search .rec-highlights__item:last-of-type {
    padding-bottom: 0.75rem; }

.rec-highlights--search .rec-highlights__svg {
  position: absolute;
  right: 1.25rem;
  align-self: auto;
  width: 2.875rem;
  height: 2.875rem; }

.rec-highlights--search .rec-highlights__h2 {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem; }

.rec-highlights--search .rec-highlights__blurb, .rec-highlights--search .rec-highlights__link {
  font-size: 1rem; }

.rec-highlights--search .rec-highlights__blurb {
  margin-bottom: 1rem; }

.rec-highlights--gray {
  background-color: #F2F2F2; }

.rec-highlights__container {
  padding: 1.875rem 1.875rem; }
  @media (max-width: 440px) {
    .rec-highlights__container {
      padding: 1.875rem 1.375rem; } }

.rec-highlights__row {
  margin: 0; }

.rec-highlights__item {
  position: relative;
  text-align: center;
  padding: 1.25rem 3.75rem;
  border-right: 1px solid #D3D3D3; }
  @media (max-width: 767px) {
    .rec-highlights__item:first-of-type {
      padding-top: 0.75rem; } }
  .rec-highlights__item:last-of-type {
    border: 0; }
    @media (max-width: 767px) {
      .rec-highlights__item:last-of-type {
        padding-bottom: 0.75rem; } }
  @media (max-width: 1199px) {
    .rec-highlights__item {
      padding: 1.25rem 3.125rem; } }
  @media (max-width: 991px) {
    .rec-highlights__item {
      padding: 1.25rem 2.25rem; } }
  @media (max-width: 767px) {
    .rec-highlights__item {
      text-align: left;
      padding: 1.875rem 5rem 1.875rem 0.75rem;
      border-right: 0;
      border-bottom: 1px solid #D3D3D3; } }

.rec-highlights__svg {
  width: 3.75rem;
  height: 3.75rem;
  align-self: center;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .rec-highlights__svg {
      position: absolute;
      right: 1.25rem;
      align-self: auto;
      width: 2.875rem;
      height: 2.875rem; } }

.rec-highlights__h2 {
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #012169;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .rec-highlights__h2 {
      font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1.5rem; } }

.rec-highlights__blurb, .rec-highlights__link {
  font-size: 1.125rem; }
  @media (max-width: 767px) {
    .rec-highlights__blurb, .rec-highlights__link {
      font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1rem; } }

.rec-highlights__blurb {
  display: block;
  margin-bottom: 1rem; }

.rec-highlights__link {
  display: inline-block;
  margin-top: auto;
  align-self: center; }


.rec-resources {
  text-align: center; }
  .rec-resources--main {
    position: relative;
    background-image: url("/images/bg-hero-morning.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #333333;
    color: #FFFFFF;
    overflow: hidden;
     }
    @media (max-width: 767px) {
      .rec-resources--main {
        background-position: left -1300px center; } }
    @media (max-width: 575px) {
      .rec-resources--main {
        background-position: left -1350px center; } }
    @media (max-width: 440px) {
      .rec-resources--main {
        background-position: left -1000px center; } }
    .rec-resources--main .rec-resources__container {
      padding: 4.25rem 1.875rem 4.75rem; }
      @media (max-width: 440px) {
        .rec-resources--main .rec-resources__container {
          padding: 4.25rem 1.375rem 4.75rem; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__link {
        height: 8rem;
        font-size: 0.875rem; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__label {
        padding-top: 3.75rem; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__label--monthly {
        background-size: 42px 42px; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__label--rates {
        background-size: 44px 44px; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__label--affordability {
        background-size: 46px 42px; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__label--closing {
        background-size: 46px 42px; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__label--hlg {
        background-size: 40px 47px; } }
    @media (max-width: 440px) {
      .rec-resources--main .rec-resources__label--how {
        background-size: 46px 37px; } }
  .rec-resources--search {
    margin-bottom: 1.875rem;
    border: 1px solid #D0D0D0; }
    .rec-resources--search .rec-resources__container {
      padding: 1.875rem 1.875rem 0.875rem; }
    .rec-resources--search .rec-resources__col {
      width: 100%; }
    .rec-resources--search .rec-resources__h2 {
      font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 1.5rem;
      letter-spacing: -0.01em;
      margin-bottom: 0.75rem; }
    .rec-resources--search .rec-resources__link {
      height: 8.25rem;
      background-color: transparent;
      font-size: 1rem;
       }
    .rec-resources--search .rec-resources__label {
      padding-top: 3.75rem; }
      .rec-resources--search .rec-resources__label--monthly {
        background-size: 42px 42px; }
      .rec-resources--search .rec-resources__label--rates {
        background-size: 44px 44px; }
      .rec-resources--search .rec-resources__label--affordability {
        background-size: 46px 42px; }
      .rec-resources--search .rec-resources__label--closing {
        background-size: 46px 42px; }
      .rec-resources--search .rec-resources__label--hlg {
        background-size: 40px 47px; }
      .rec-resources--search .rec-resources__label--how {
        background-size: 46px 37px; }
  .rec-resources--details {
    margin-bottom: 0;
    border: 0; }
    .rec-resources--details .rec-resources__container {
      padding: 0; }
  .rec-resources__overlay {
    
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); }
  .rec-resources__container {
    position: relative;
    z-index: 2; }
  .rec-resources__row {
    margin: 0; }
  .rec-resources__h2 {
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.875rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem; }
    @media (max-width: 767px) {
      .rec-resources__h2 {
        font-size: 2.25rem; } }
  .rec-resources__subtext {
    display: block;
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 2.25rem; }
    @media (max-width: 767px) {
      .rec-resources__subtext {
        font-size: 1.375rem; } }
    @media (max-width: 575px) {
      .rec-resources__subtext {
        font-size: 1.125rem; } }
  .rec-resources__list {
    margin: 0 -0.25rem 0; }
    @media (max-width: 440px) {
      .rec-resources__list {
        margin: 0 -0.125rem 0; } }
  .rec-resources__item {
    padding: 0.25rem; }
    @media (max-width: 440px) {
      .rec-resources__item {
        padding: 0.125rem; } }
  .rec-resources__link {
    width: 100%;
    height: 12.5rem;
    background-color: rgba(255, 255, 255, 0.65);
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #000000;
    transition: background-color 0.3s ease-in-out; }
    @media (max-width: 575px) {
      .rec-resources__link {
        font-size: 1.125rem; } }
    .rec-resources__link:hover, .rec-resources__link:active, .rec-resources__link:focus {
      text-decoration: none; }
    .rec-resources__link:hover, .rec-resources__link:focus {
      color: #000000;
      background-color: rgba(255, 255, 255, 0.9); }
      .rec-resources__link:hover .rec-resources__label, .rec-resources__link:focus .rec-resources__label {
        margin-top: -0.375rem; }
    .rec-resources__link:focus {
      
      outline-offset: 3px; }
  .rec-resources__label {
    padding-top: 4.25rem;
    margin-top: 0.125rem;
    background-repeat: no-repeat;
    background-position: center top 3px;
    transition: margin-top 0.2s ease-in-out; }
    .rec-resources__label--monthly {
      background-image: url("/images/icon-resource-monthly.svg");
      background-size: 50px 50px; }
    .rec-resources__label--rates {
      background-image: url("/images/icon-resource-rates.svg");
      background-size: 52px 52px; }
    .rec-resources__label--affordability {
      background-image: url("/images/icon-resource-affordability.svg");
      background-size: 54px 49px; }
    .rec-resources__label--closing {
      background-image: url("/images/icon-resource-closing.svg");
      background-size: 54px 49px; }
    .rec-resources__label--hlg {
      background-image: url("/images/icon-resource-hlg.svg");
      background-size: 46px 55px; }
    .rec-resources__label--how {
      background-image: url("/images/icon-resource-how.svg");
      background-position: center top 6px;
      background-size: 54px 43px; }


.rec-property-tag {
  display: inline-block;
  font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  color: #FFFFFF;
  padding: 0.125rem 0.3125rem 0.0125rem;
  margin-right: 0.375rem; }
  .rec-property-tag:last-of-type {
    margin-right: 0; }
  .rec-property-tag--featured {
    background-color: #0052C2; }
  .rec-property-tag--new, .rec-property-tag--mlo {
    background-color: #DC1431; }


.rec-property-card {
  position: relative;
  
  height: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  overflow: hidden; }
  .rec-property-card--layer {
    left: -1px;
    width: calc(100% + 2px);
    border: 0;
    cursor: pointer; }
  .rec-property-card__tags {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2; }
  .rec-property-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .rec-property-card__link:focus + .rec-property-card__details .rec-property-card__address {
      outline: 1px dotted #000000; }
  .rec-property-card__photo-container {
    position: relative;
    padding-bottom: 60%;
    background-color: #D0D0D0;
    overflow: hidden; }
  .rec-property-card__photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    width: 100%;
    height: auto; }
  .rec-property-card__details {
    line-height: 1.4;
    padding: calc(60% + 1rem) 1rem 1rem;
    background-color: #FFFFFF; }
  .rec-property-card__price {
    font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.02em; }
  .rec-property-card__address {
    margin-bottom: 1.25rem; }
  .rec-property-card__address-street, .rec-property-card__address-csz {
    display: block; }
  .rec-property-card__address-street {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 0.125rem; }
  .rec-property-card__address-csz {
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: -0.01em;
    color: #666666; }
    @media (max-width: 440px) {
      .rec-property-card__address-csz {
        font-size: 0.875rem; } }


.rec-property-carousel {
  max-width: 1140px;
  margin: 0 auto; }
  .rec-property-carousel__slick {
    position: relative;
    padding: 0 2.875rem; }
    @media (max-width: 440px) {
      .rec-property-carousel__slick {
        padding: 0 0.625rem; } }
  .rec-property-carousel__track {
    display: flex; }
  .rec-property-carousel__slide {
    height: inherit;
    padding: 0 0.5rem;
    user-select: text; }
    @media (max-width: 440px) {
      .rec-property-carousel__slide {
        padding: 0 0.25rem; } }
  .rec-property-carousel__div {
    height: 100%; }
  .rec-property-carousel__arrow {
    position: absolute;
    top: 50%;
    margin-top: -4.25rem;
    display: block;
    width: 1.875rem;
    height: 8.5rem;
    padding: 0;
    border: none;
    font-size: 0;
    color: transparent;
    text-decoration: none;
    appearance: none;
    background-size: 20px 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent; }
    @media (max-width: 440px) {
      .rec-property-carousel__arrow {
        background-size: 10px 26px; } }
    .rec-property-carousel__arrow--prev {
      background-image: url("/images/icon-chevron-left.svg");
      left: 0; }
      @media (max-width: 440px) {
        .rec-property-carousel__arrow--prev {
          left: -1.375rem; } }
    .rec-property-carousel__arrow--next {
      background-image: url("/images/icon-chevron-right.svg");
      right: 0; }
      @media (max-width: 440px) {
        .rec-property-carousel__arrow--next {
          right: -1.375rem; } }


.rec-property-map {
  width: 100%;
  height: 18.5rem;
  background-color: #D3D3D3;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .rec-property-map {
      height: 100%;
      box-shadow: none; } }


.rec-photo-carousel {
  position: relative;
   }
  .rec-photo-carousel:hover .rec-photo-carousel__enlarge {
    opacity: 1; }
  .rec-photo-carousel__map {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #D3D3D3; }
    .rec-photo-carousel__map--show {
      display: block;
      z-index: 3; }
  .rec-photo-carousel__slick, .rec-photo-carousel__list, .rec-photo-carousel__track, .rec-photo-carousel__div, .rec-photo-carousel__photo {
    height: 100%; }
  .rec-photo-carousel__enlarge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 3;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    color: #FFFFFF;
    background-color: transparent;
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.828%2010.172a.5.5%200%200%200-.707%200l-4.096%204.096V11.5a.5.5%200%200%200-1%200v3.975a.5.5%200%200%200%20.5.5H4.5a.5.5%200%200%200%200-1H1.732l4.096-4.096a.5.5%200%200%200%200-.707zm4.344%200a.5.5%200%200%201%20.707%200l4.096%204.096V11.5a.5.5%200%201%201%201%200v3.975a.5.5%200%200%201-.5.5H11.5a.5.5%200%200%201%200-1h2.768l-4.096-4.096a.5.5%200%200%201%200-.707zm0-4.344a.5.5%200%200%200%20.707%200l4.096-4.096V4.5a.5.5%200%201%200%201%200V.525a.5.5%200%200%200-.5-.5H11.5a.5.5%200%200%200%200%201h2.768l-4.096%204.096a.5.5%200%200%200%200%20.707zm-4.344%200a.5.5%200%200%201-.707%200L1.025%201.732V4.5a.5.5%200%200%201-1%200V.525a.5.5%200%200%201%20.5-.5H4.5a.5.5%200%200%201%200%201H1.732l4.096%204.096a.5.5%200%200%201%200%20.707z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
    .rec-photo-carousel__enlarge:focus {
      opacity: 1; }
  .rec-photo-carousel__list {
    position: relative;
    width: 100%;
    padding-top: 55%;
    overflow: hidden; }
  .rec-photo-carousel__track {
    position: absolute; }
  .rec-photo-carousel__photo {
    position: relative;
    padding: 0;
    cursor: pointer; }
    .rec-photo-carousel__photo:focus.rec-photo-carousel__photo:after {
      display: block; }
    .rec-photo-carousel__photo:after {
      content: '';
      position: relative;
      z-index: 1;
      display: none;
      width: 100%;
      height: 100%;
      border: 3px dashed #FFFFFF;
      outline: 5px auto -webkit-focus-ring-color; }
  .rec-photo-carousel__img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  .rec-photo-carousel__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    
    
    z-index: 2;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin: auto 0;
    padding: 0;
    border: none;
    font-size: 0;
    color: transparent;
    text-decoration: none;
    appearance: none;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.8); }
    .rec-photo-carousel__arrow:focus {
      border: 3px dashed #FFFFFF; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .rec-photo-carousel__arrow {
        width: 2.25rem;
        height: 2.25rem;
        background-size: 0.5rem; } }
    @media (max-width: 575px) {
      .rec-photo-carousel__arrow {
        width: 2.25rem;
        height: 2.25rem;
        background-size: 0.5rem; } }
    @media (max-width: 440px) {
      .rec-photo-carousel__arrow {
        width: 2rem;
        height: 2rem;
        background-size: 0.375rem; } }
    .rec-photo-carousel__arrow--prev {
      background-image: url("/images/icon-chevron-left-white.svg");
      left: 1rem; }
    .rec-photo-carousel__arrow--next {
      background-image: url("/images/icon-chevron-right-white.svg");
      right: 1rem; }

.rec-thumb-carousel__slick, .rec-thumb-carousel__list, .rec-thumb-carousel__track, .rec-thumb-carousel__div, .rec-thumb-carousel__photo {
  height: 100%; }

.rec-thumb-carousel__slick {
  width: 82%; }

.rec-thumb-carousel__list {
  
  padding-left: 3px;
  background-color: #333333; }

.rec-thumb-carousel__track {
  
  padding: 0.1875rem;
  
  cursor: pointer; }
  @media (max-width: 440px) {
    .rec-thumb-carousel__track {
      padding: 0.125rem; } }

.rec-thumb-carousel__div {
  padding: 0.1875rem; }
  @media (max-width: 440px) {
    .rec-thumb-carousel__div {
      padding: 0.125rem; } }

.rec-thumb-carousel__photo {
  
  
  background-color: #000000;
  padding: 0;
  text-align: center; }
  .slick-current .rec-thumb-carousel__photo {
    outline: 1px solid #FFFFFF;
    outline-offset: -1px; }
  .rec-thumb-carousel__photo:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

.rec-thumb-carousel__img {
  
  display: inline-block !important;
  max-width: 100%;
  height: 64px;
  
   }
  @media (max-width: 991px) {
    .rec-thumb-carousel__img {
      height: 47px; } }
  @media (max-width: 767px) {
    .rec-thumb-carousel__img {
      height: 55px; } }
  @media (max-width: 575px) {
    .rec-thumb-carousel__img {
      height: 50px; } }
  @media (max-width: 440px) {
    .rec-thumb-carousel__img {
      height: 37px; } }

.rec-thumb-carousel__map-btn {
  display: block;
  width: 18%;
  background-color: #333333;
  background-image: url("/images/bg-carousel-thumb-map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 0; }

.rec-thumb-carousel__map-icon {
  position: relative;
  width: 23px;
  height: 33px; }
  @media (max-width: 991px) {
    .rec-thumb-carousel__map-icon {
      width: 20px;
      height: 29px; } }
  @media (max-width: 767px) {
    .rec-thumb-carousel__map-icon {
      width: 23px;
      height: 33px; } }
  @media (max-width: 575px) {
    .rec-thumb-carousel__map-icon {
      width: 20px;
      height: 29px; } }
  @media (max-width: 440px) {
    .rec-thumb-carousel__map-icon {
      width: 16px;
      height: 23px; } }

.rec-full-carousel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50; }
  .rec-full-carousel__slick, .rec-full-carousel__list, .rec-full-carousel__track, .rec-full-carousel__div, .rec-full-carousel__photo {
    height: 100%; }
  .rec-full-carousel__slick {
    width: 100%; }
  .rec-full-carousel__list {
    background-color: rgba(0, 0, 0, 0.9); }
  .rec-full-carousel__track {
    
    
    cursor: pointer; }
  .rec-full-carousel__photo {
    display: flex !important;
    justify-content: center;
    align-items: center; }
    .rec-full-carousel__photo:focus {
      outline: 1px dotted #000000; }
  .rec-full-carousel__img {
    
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%; }
  .rec-full-carousel__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    
    
    z-index: 2;
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin: auto 0;
    padding: 0;
    border: none;
    font-size: 0;
    color: transparent;
    text-decoration: none;
    appearance: none;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent; }
    @media (max-width: 767px) {
      .rec-full-carousel__arrow {
        width: 2.75rem;
        height: 2.75rem;
        background-size: 0.625rem;
        background-color: rgba(0, 0, 0, 0.8); } }
    @media (max-width: 575px) {
      .rec-full-carousel__arrow {
        width: 2.25rem;
        height: 2.25rem;
        background-size: 0.5rem; } }
    @media (max-width: 440px) {
      .rec-full-carousel__arrow {
        width: 2rem;
        height: 2rem;
        background-size: 0.375rem; } }
    .rec-full-carousel__arrow--prev {
      background-image: url("/images/icon-chevron-left-white.svg");
      left: 1rem; }
    .rec-full-carousel__arrow--next {
      background-image: url("/images/icon-chevron-right-white.svg");
      right: 1rem; }
  .rec-full-carousel__close {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    z-index: 3;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
    color: #FFFFFF;
    background-color: transparent;
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23FFFFFF%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M4.646%204.646a.5.5%200%200%201%20.708%200L8%207.293l2.646-2.647a.5.5%200%200%201%20.708.708L8.707%208l2.647%202.646a.5.5%200%200%201-.708.708L8%208.707l-2.646%202.647a.5.5%200%200%201-.708-.708L7.293%208%204.646%205.354a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left -2px top -2px;
    background-size: 60px 60px; }
    @media (max-width: 575px) {
      .rec-full-carousel__close {
        right: 0.5rem;
        width: 3.125rem;
        height: 3.125rem;
        background-position: left 4px top 4px;
        background-size: 48px 48px; } }
    .rec-full-carousel__close:focus {
      outline: 1px dotted #FFFFFF; }


.rec-collapse {
  margin-bottom: 1.875rem;
  border: 1px solid #D0D0D0; }
  @media (max-width: 575px) {
    .rec-collapse {
      margin-bottom: 0;
      border: 0; }
      .rec-collapse:last-of-type {
        margin-bottom: 1.875rem;
         } }
  .rec-collapse--alt {
    margin-bottom: 1rem;
    border: 0;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15); }
    .rec-collapse--alt .rec-collapse__btn {
      font-size: 1.25rem;
      line-height: 1.3; }
      @media (max-width: 575px) {
        .rec-collapse--alt .rec-collapse__btn {
          font-size: 1.125rem;
          padding: 0 1.375rem; } }
      .rec-collapse--alt .rec-collapse__btn.collapsed {
        font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif; }
        .rec-collapse--alt .rec-collapse__btn.collapsed .rec-collapse__label {
          border: 0; }
        .rec-collapse--alt .rec-collapse__btn.collapsed .rec-collapse__arrow {
          top: 1.375rem; }
          @media (max-width: 575px) {
            .rec-collapse--alt .rec-collapse__btn.collapsed .rec-collapse__arrow {
              top: 1.25rem; } }
    .rec-collapse--alt .rec-collapse__label {
      padding: 1rem 2.5rem 1rem 0; }
    .rec-collapse--alt .rec-collapse__arrow {
      top: 1.625rem;
      right: 1.625rem; }
      @media (max-width: 575px) {
        .rec-collapse--alt .rec-collapse__arrow {
          top: 1.5rem;
          right: 1.5rem; } }
    @media (max-width: 575px) {
      .rec-collapse--alt .rec-collapse__content {
        padding: 1.25rem 1.375rem 1.5rem; } }
  .rec-collapse__btn {
    position: relative;
    display: block;
    width: 100%;
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-align: left;
    padding: 0 1.375rem;
    background-color: #FFFFFF;
    border: 0;
    appearance: none; }
    @media (max-width: 575px) {
      .rec-collapse__btn {
        padding: 0; } }
    .rec-collapse__btn.collapsed .rec-collapse__label {
      border: 0; }
      @media (max-width: 575px) {
        .rec-collapse__btn.collapsed .rec-collapse__label {
          border-bottom: 1px solid #D0D0D0; } }
    .rec-collapse__btn.collapsed .rec-collapse__arrow {
      top: 1rem;
      transform: rotate(45deg); }
  .rec-collapse__label {
    position: relative;
    display: block;
    padding: 0.875rem 2.5rem 0.875rem 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #D0D0D0; }
    .rec-collapse__label--icon {
      padding: 0.875rem 2.5rem 0.875rem 2rem; }
    .rec-collapse__label--description {
      background-image: url("/images/icon-collapse-description.svg");
      background-size: 20px 18px;
      background-position: left center; }
    .rec-collapse__label--details {
      background-image: url("/images/icon-collapse-details.svg");
      background-size: 14px 19px;
      background-position: left 3px center; }
    .rec-collapse__label--resources {
      background-image: url("/images/icon-collapse-resources.svg");
      background-size: 18px 18px;
      background-position: left 2px center; }
  .rec-collapse__arrow {
    position: absolute;
    top: 1.25rem;
    right: 1.75rem;
    display: inline-block;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    width: 0.625rem;
    height: 0.625rem;
    margin-top: 0;
    transform: rotate(-135deg);
    transition: top 0.2s ease-out, transform 0.2s ease-out; }
    @media (max-width: 575px) {
      .rec-collapse__arrow {
        right: 0.25rem; } }
  .rec-collapse__content {
    padding: 1.25rem 1.5rem 1.5rem;
    background-color: #FFFFFF; }
    @media (max-width: 575px) {
      .rec-collapse__content {
        padding: 1.25rem 0 1.5rem; } }
  .rec-collapse__p, .rec-collapse__item {
    font-size: 1.125rem; }
    @media (max-width: 575px) {
      .rec-collapse__p, .rec-collapse__item {
        font-size: 1rem; } }
  .rec-collapse__list {
    padding-left: 1.25rem; }
  .rec-collapse__item {
    margin-bottom: 1rem; }


.rec-features {
  display: none;
  margin-bottom: 0; }
  .rec-features__list {
    margin: -0.375rem 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem; }
    @media (max-width: 991px) {
      .rec-features__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
    @media (max-width: 575px) {
      .rec-features__list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .rec-features__item {
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    letter-spacing: -0.01em;
    background-color: #FFFFFF;
    padding: 0.375rem 0;
    margin: 0; }
    @media (max-width: 575px) {
      .rec-features__item {
        font-size: 1rem; } }
  .rec-features__item-container {
    margin: 0; }
  .rec-features__label, .rec-features__value {
    padding: 0; }
  .rec-features__label {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-right: 0.5rem; }
  .rec-features__value {
    margin: 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .rec-features__full {
    display: none;
    margin-left: 0.25rem; }
    .rec-features__full--show {
      display: inline-block; }


.rec-features-macro {
  margin-top: auto; }
  .rec-features-macro__list {
    font-size: 0.875rem;
    letter-spacing: -0.01em;
    margin: auto 0 0; }
    @media screen and (max-width: 1075px) and (min-width: 1020px), (max-width: 767px) and (min-width: 720px), (max-width: 460px) {
      .rec-featured--main .rec-features-macro__list {
        font-size: 0.75rem; } }
    @media screen and (max-width: 1530px) and (min-width: 1450px), (max-width: 1250px) and (min-width: 1175px), (max-width: 767px) and (min-width: 720px), (max-width: 460px) {
      .rec-featured--search .rec-features-macro__list {
        font-size: 0.75rem; } }
    @media screen and (max-width: 1050px) and (min-width: 992px), (max-width: 815px) and (min-width: 768px), (max-width: 635px) and (min-width: 576px), (max-width: 460px) {
      [data-search-grid='map'] .rec-features-macro__list {
        font-size: 0.75rem; } }
    @media screen and (max-width: 1175px) and (min-width: 992px), (max-width: 885px) and (min-width: 768px), (max-width: 615px) and (min-width: 576px), (max-width: 460px) {
      [data-search-grid='photos'] .rec-features-macro__list {
        font-size: 0.75rem; } }
  .rec-features-macro__item {
    display: inline-block;
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif; }
    .rec-features-macro__item:after {
      content: '\00a0\00a0|\00a0\00a0'; }
    .rec-features-macro__item:last-of-type:after {
      display: none; }
  .rec-features-macro__value {
    font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    .rec-property__features-macro .rec-features-macro {
      width: 100%; } }
  .rec-property__features-macro .rec-features-macro__list {
    font-size: 1.125rem;
    margin-bottom: -0.125rem; }
  .rec-property__features-macro .rec-features-macro__item {
    text-align: center;
    padding: 0.125rem 1.75rem;
    border-right: 1px solid #D0D0D0; }
    @media (max-width: 991px) {
      .rec-property__features-macro .rec-features-macro__item {
        text-align: left;
        padding: 0.125rem 1rem 0.125rem 0;
        border: 0; } }
    @media (max-width: 575px) {
      .rec-property__features-macro .rec-features-macro__item {
        text-align: left;
        margin-bottom: 0.25rem;
        border: 0; } }
    .rec-property__features-macro .rec-features-macro__item:after {
      display: none; }
    .rec-property__features-macro .rec-features-macro__item:last-of-type {
      border: 0; }
  .rec-property__features-macro .rec-features-macro__value {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif; }
    @media (max-width: 991px) {
      .rec-property__features-macro .rec-features-macro__value {
        font-size: 1rem; } }
    @media (max-width: 575px) {
      .rec-property__features-macro .rec-features-macro__value {
        font-size: 0.875rem; } }
  .rec-property__features-macro .rec-features-macro__label {
    font-size: 0.875rem; }


.rec-request {
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  border: 1px solid #D0D0D0; }
  .rec-request__h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #012169;
    margin-bottom: 1.25rem; }
  .rec-request__required, .rec-request__disclosure, .rec-request__email-me {
    font-size: 0.8125rem;
    line-height: 1.4; }
  .rec-request__required {
    display: block;
    margin: -0.5rem 0 0.25rem;
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif; }
  .rec-request__confirmation {
    position: relative; }
  .rec-request__confirmation-container {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3;
    background-color: #FFFFFF; }
    .rec-request__confirmation-container.rec-messaging--show + .rec-request__confirmation-message {
      display: block; }
  .rec-request__confirmation-message {
    display: none;
    font-size: 1.125rem;
    line-height: 1.4; }
    @media (max-width: 575px) {
      .rec-request__confirmation-message {
        font-size: 1rem; } }


.rec-mlo {
  display: none;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .rec-mlo {
      background-image: url("/images/bg-flagscape-hero-gray.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left -5rem top -3.125rem; } }
  .rec-mlo--search .rec-mlo__photo {
    width: 5rem; }
    @media (max-width: 767px) {
      .rec-mlo--search .rec-mlo__photo {
        width: 4.25rem; } }
  .rec-mlo--search .rec-mlo__card {
    margin-bottom: 0; }
  .rec-mlo--search .rec-mlo__nmls, .rec-mlo--search .rec-mlo__phone {
    display: inline-block; }
  .rec-mlo--search .rec-mlo__nmls {
    margin-right: 1rem; }
    @media (max-width: 767px) {
      .rec-mlo--search .rec-mlo__nmls {
        display: block;
        margin-right: 0; } }
  .rec-mlo--search .rec-mlo__phone {
    margin-bottom: 1rem; }
  .rec-mlo--search .rec-mlo__cta {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem; }
  .rec-mlo--results {
    min-height: 300px;
    height: 100%;
    padding: 0.75rem;
    background-image: url("/images/bg-flagscape-hero-gray.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -4.25rem; }
    .rec-mlo--results .rec-mlo__h2 {
      font-size: 1.5rem;
      padding-right: 2.875rem; }
    .rec-mlo--results .rec-mlo__card {
      padding: 0.25rem;
      margin-bottom: 0; }
    .rec-mlo--results .rec-mlo__info {
      margin-bottom: 1.25rem;
      background-image: url("/images/logo-bofa-flagscape.svg");
      background-repeat: no-repeat;
      background-size: 37px 20px;
      background-position: right top 4px; }
    .rec-mlo--results .rec-mlo__tag {
      margin-bottom: auto;
      background-image: none; }
    .rec-mlo--results .rec-mlo__photo {
      width: 6.25rem;
      margin-bottom: 0.875rem; }
    .rec-mlo--results .rec-mlo__title {
      margin-bottom: 0; }
    .rec-mlo--results .rec-mlo__nmls, .rec-mlo--results .rec-mlo__phone {
      display: inline-block;
      font-size: 0.875rem;
      margin-bottom: 0; }
    .rec-mlo--results .rec-mlo__nmls {
      margin-right: 1rem; }
    .rec-mlo--results .rec-mlo__cta {
      font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
      margin-top: auto; }
  .rec-mlo__tag {
    padding-right: 2.875rem;
    margin-bottom: 0.875rem;
    background-image: url("/images/logo-bofa-flagscape.svg");
    background-repeat: no-repeat;
    background-size: 28px 15px;
    background-position: right top 2px; }
    @media (max-width: 767px) {
      .rec-mlo__tag {
        padding-right: 0;
        background-image: none; } }
  .rec-mlo__h2 {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 0.0625rem; }
  .rec-mlo__pretext {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #DC1431; }
  .rec-mlo__card {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1.25rem; }
  .rec-mlo__photo {
    width: 4.25rem;
    margin: 0 1rem 0 0; }
    @media (max-width: 767px) {
      .rec-mlo__photo {
        margin: 0 0 0.75rem 0; } }
    .rec-mlo__photo[src=''] {
      display: none; }
  .rec-mlo__title, .rec-mlo__nmls {
    display: block;
    margin-bottom: 0.1875rem; }
  .rec-mlo__title {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem; }
  .rec-mlo__phone {
    display: inline-block;
    color: #000000;
    padding-left: 1.375rem;
    background-image: url("/images/icon-call.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center; }
    .rec-mlo__phone:hover, .rec-mlo__phone:active {
      color: #000000;
      text-decoration: underline; }
  .rec-mlo__btn {
    font-size: 1.125rem;
    padding: 0.5625rem 0.25rem; }
    .rec-mlo__btn:before {
      content: '';
      display: inline-block;
      width: 1.75rem;
      height: 1.5rem;
      background-image: url("/images/icon-prequal-white.svg");
      background-repeat: no-repeat;
      background-size: 17px 20px;
      background-position: left top 1px; }


.rec-agent {
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  background-color: #F2F2F2; }
  .rec-agent__h2 {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 1rem; }
  .rec-agent__h3 {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 0.0625rem; }
  .rec-agent__card {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1.25rem; }
  .rec-agent__company {
    display: block;
    margin-bottom: 0.1875rem; }
  .rec-agent__phone {
    display: inline-block;
    color: #000000;
    text-decoration: underline;
    padding-left: 1.375rem;
    background-image: url("/images/icon-call.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center; }
    .rec-agent__phone:hover, .rec-agent__phone:active {
      color: #000000;
      text-decoration: underline; }
  .rec-agent__btn {
    font-size: 1.125rem;
    padding: 0.5625rem 0.25rem; }
  .rec-agent__icon-prequal {
    display: inline-block;
    width: 1.75rem;
    height: 1.5rem;
    background-image: url("/images/icon-prequal-white.svg");
    background-repeat: no-repeat;
    background-size: 17px 20px;
    background-position: left top 1px; }


.rec-ad-mlo {
  min-height: 16rem;
  margin-bottom: 1.875rem;
  background-color: #E5E5DE;
  background-image: url("/images/bg-ad-mlo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -2rem center; }
  @media screen and (max-width: 991px) and (min-width: 768px), (max-width: 575px) {
    .rec-ad-mlo {
      background-position: right -5.75rem center; } }
  @media (max-width: 767px) {
    .rec-ad-mlo {
      min-height: 15rem; } }
  @media (max-width: 440px) {
    .rec-ad-mlo {
      background-image: none;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); } }
  .rec-ad-mlo__bg-vs {
    display: none; }
    @media (max-width: 440px) {
      .rec-ad-mlo__bg-vs {
        display: block;
        background-image: url("/images/bg-ad-mlo-mobile.jpg");
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 16rem; } }
  .rec-ad-mlo__container {
    position: relative;
    padding: 1.625rem; }
    @media (max-width: 440px) {
      .rec-ad-mlo__container {
        width: 100%;
        padding: 0; } }
  @media (max-width: 440px) {
    .rec-ad-mlo__content {
      text-align: center;
      width: 100%;
      padding: 1.375rem 1.25rem;
      background-color: #FFFFFF; } }
  .rec-ad-mlo__h2 {
    width: 58%;
    font-size: 1.625rem;
    line-height: 1.2;
    letter-spacing: -0.015em;
    margin-bottom: 1.625rem; }
    @media screen and (max-width: 991px) and (min-width: 768px), (max-width: 575px) {
      .rec-ad-mlo__h2 {
        font-size: 1.5rem; } }
    @media (max-width: 440px) {
      .rec-ad-mlo__h2 {
        font-size: 1.375rem;
        width: 100%; } }
  .rec-ad-mlo__btn {
    font-size: 1.25rem;
    padding: 0.5625rem 2rem; }
    @media (max-width: 440px) {
      .rec-ad-mlo__btn {
        font-size: 1.125rem;
        width: 100%; } }


.rec-grants {
  display: none;
  text-align: center;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.875rem;
  border: 1px solid #D0D0D0;
  border-top: 3px solid #DC1431; }
  .rec-grants--show {
    display: block; }
  .rec-grants__icon {
    width: 2.875rem;
    height: auto;
    margin-bottom: 0.75rem; }
  .rec-grants__h2 {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #012169;
    margin-bottom: 0.75rem; }
  .rec-grants__subtext {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem; }
  .rec-grants__btn {
    font-size: 1.125rem;
    padding: 0.5rem 0.25rem; }
  .rec-grants__btn-label {
    position: relative; }

.rec-grants-modal {
  font-size: 1rem; }
  .rec-grants-modal__feature {
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #F2F2F2;
    border-left: 3px solid #0073CF; }
  .rec-grants-modal__ul {
    margin: 0; }
    .rec-grants-modal__ul--icons {
      margin-bottom: 1.5rem; }
  .rec-grants-modal__li {
    margin-bottom: 0.75rem; }
    .rec-grants-modal__li:last-of-type {
      margin-bottom: 0; }
    .rec-grants-modal__li--icon {
      position: relative;
      padding-left: 2.5rem;
      background-repeat: no-repeat;
      background-position: left top; }
    .rec-grants-modal__li--icon-single {
      
      background-size: 21px 23px;
      background-position: left 4px top; }
    .rec-grants-modal__li--icon-double {
      
      background-size: 28px 25px; }
  .rec-grants-modal__icon {
    position: absolute; }
    .rec-grants-modal__icon--single {
      left: 0.375rem;
      width: 21px;
      height: 23px; }
    .rec-grants-modal__icon--double {
      left: 0.125rem;
      width: 28px;
      height: 25px; }
  .rec-grants-modal__disclosures, .rec-grants-modal__legal {
    font-size: 0.75rem; }
  .rec-grants-modal__disclosures {
    margin-bottom: 1.5rem; }
  .rec-grants-modal__disclosures-container {
    height: 8rem;
    padding: 0.5rem;
    background-color: #F2F2F2;
    overflow-x: hidden;
    overflow-y: auto; }
  .rec-grants-modal__disclosures-ul {
    padding: 0;
    margin: 0 0 0 1rem; }
  .rec-grants-modal__disclosures-li {
    margin-bottom: 0.75rem; }
  .rec-grants-modal__disclosures-btn {
    position: relative;
    font-size: 1rem;
    text-align: left;
    padding: 0;
    margin-bottom: 0.25rem;
    background-color: transparent;
    border: 0;
    appearance: none; }
    .rec-grants-modal__disclosures-btn.collapsed .rec-grants-modal__disclosures-btn-arrow {
      top: -0.125rem;
      transform: rotate(45deg); }
  .rec-grants-modal__disclosures-btn-label {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem; }
  .rec-grants-modal__disclosures-btn-arrow {
    position: relative;
    top: 0.125rem;
    display: inline-block;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    width: 0.4375rem;
    height: 0.4375rem;
    transform: rotate(-135deg);
    transition: top 0.2s ease-out, transform 0.2s ease-out; }
  .rec-grants-modal__legal {
    position: relative; }
  .rec-grants-modal__legal-p {
    margin-bottom: 0.75rem; }
    .rec-grants-modal__legal-p:last-of-type {
      margin-bottom: 0; }
  .rec-grants-modal__legal-svg {
    width: 0.75rem;
    height: 0.875rem;
    padding-bottom: 0.1875rem;
    margin-left: 0.125rem; }
  .rec-grants-modal__legal-svg-path {
    fill: #000000; }

.rec-grants-tag__btn {
  display: inline-block;
  padding: 0;
  margin-left: 0.375rem;
  background-color: transparent;
  border: 0; }

.rec-grants-tag__icon {
  position: relative;
  display: block;
  width: 1.5rem; }

.rec-grants-callout__btn {
  background-image: url("/images/icon-grants-double.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 20px;
  padding-left: 1.9375rem; }

.rec-grants-callout__btn-mobile {
  display: inline-block;
  padding: 0.1875rem 0.3125rem;
  margin-right: 0.5rem;
  background-color: transparent;
  border: 1px solid #D0D0D0; }

.rec-grants-callout__icon {
  position: relative;
  display: block;
  width: 1.25rem; }
  @media (max-width: 575px) {
    .rec-grants-callout__icon {
      width: 1.125rem; } }


.rec-footer-breadcrumbs {
  font-size: 0.875rem;
  letter-spacing: -0.01em; }
  .rec-footer-breadcrumbs__list {
    margin: 0; }
  .rec-footer-breadcrumbs__item {
    display: inline-block; }
    .rec-footer-breadcrumbs__item:after {
      content: '';
      position: relative;
      top: -0.125rem;
      display: inline-block;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      width: 4px;
      height: 4px;
      margin: 0 0.375rem;
      transform: rotate(-45deg); }
    .rec-footer-breadcrumbs__item:last-of-type:after {
      display: none; }
  .rec-footer-breadcrumbs__link--current {
    color: #000000;
    pointer-events: none; }
  @media (max-width: 440px) {
    .rec-footer-breadcrumbs__bofa {
      display: none; } }


.rec-footer-footnotes__list {
  display: table;
  margin: 0;
  padding: 0;
  counter-reset: footnote; }

.rec-footer-footnotes__item {
  display: table-row;
  margin-bottom: 0.75rem; }
  .rec-footer-footnotes__item:before {
    content: '';
    display: table-cell;
    padding-right: 0.25rem;
    vertical-align: top;
    font-size: 70%; }
  .rec-footer-footnotes__item:after {
    display: block;
    content: '\00a0'; }
  .rec-footer-footnotes__item:last-of-type:after {
    content: ''; }
  .rec-footer-footnotes__item--number {
    counter-increment: footnote; }
    .rec-footer-footnotes__item--number:before {
      content: counter(footnote); }
  .rec-footer-footnotes__item--dagger:before {
    content: '\2020'; }
  .rec-footer-footnotes__item--dagger-double:before {
    content: '\2020\2020'; }
  .rec-footer-footnotes__item--dagger-triple:before {
    content: '\2020\2020\2020'; }
  .rec-footer-footnotes__item--asterisk:before {
    content: '*';
    font-size: inherit; }
  .rec-footer-footnotes__item--asterisk-double:before {
    content: '**'; }


.rec-footer-legal__p {
  margin-bottom: 0.75rem; }


.rec-footer-links {
  font-size: 0.875rem;
  margin: 0; }
  .rec-footer-links__col {
    padding: 0 1rem 0 0;
    padding-right: 1.5rem; }
    @media (max-width: 767px) {
      .rec-footer-links__col {
        border-bottom: 1px solid #D3D3D3;
        padding: 0; } }
    .rec-footer-links__col:last-of-type {
      padding-right: 0;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .rec-footer-links__col:last-of-type {
          border: 0; } }
  .rec-footer-links__h3 {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.75rem; }
    @media (max-width: 767px) {
      .rec-footer-links__h3 {
        margin: 0; } }
  .rec-footer-links__toggle {
    position: relative;
    color: #000000; }
    @media (max-width: 767px) {
      .rec-footer-links__toggle {
        padding: 0.75rem 0; } }
    .rec-footer-links__toggle:hover, .rec-footer-links__toggle:active {
      color: inherit;
      text-decoration: none; }
    @media (max-width: 767px) {
      .rec-footer-links__toggle:focus {
        text-decoration: underline;
        outline: 0; } }
    .rec-footer-links__toggle:after {
      content: '';
      position: absolute;
      top: 1.25rem;
      right: 0;
      display: inline-block;
      border-bottom: 2px solid #000000;
      border-right: 2px solid #000000;
      width: 0.5rem;
      height: 0.5rem;
      margin-top: 0;
      transform: rotate(-135deg);
      transition: top 0.2s ease-out, transform 0.2s ease-out; }
      @media (max-width: 575px) {
        .rec-footer-links__toggle:after {
           } }
    .rec-footer-links__toggle.collapsed:after {
      top: 1rem;
      transform: rotate(45deg); }
  .rec-footer-links__list {
    margin: 0; }
    @media (max-width: 767px) {
      .rec-footer-links__list {
        padding: 0 0 0.75rem; } }
  @media (min-width: 768px) {
    .rec-footer-links__list-container.collapse {
      display: block; } }
  .rec-footer-links__item {
    margin-bottom: 0.75rem; }
    .rec-footer-links__item:last-of-type {
      margin-bottom: 0; }


.rec-footer-meta {
  font-size: 0.75rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #FFFFFF; }
  .rec-footer-meta__container {
    padding: 1.875rem 1.875rem; }
    @media (max-width: 440px) {
      .rec-footer-meta__container {
        padding: 1.875rem 1.375rem; } }
  .rec-footer-meta__list {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 0.875rem; }
    @media (max-width: 440px) {
      .rec-footer-meta__list {
        font-size: 0.75rem; } }
  .rec-footer-meta__item {
    display: inline; }
    .rec-footer-meta__item:last-of-type .rec-footer-meta__item-separator {
      display: none; }
  .rec-footer-meta__item-separator:after {
    content: '\0020';
    letter-spacing: 2.2em;
    background-image: url("/images/icon-separator.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1px 12px; }
    @media (max-width: 575px) {
      .rec-footer-meta__item-separator:after {
        background-size: 1px 10px; } }
  .rec-footer-meta__link {
    color: #FFFFFF; }
    .rec-footer-meta__link:focus {
      outline-color: #FFFFFF; }
    .rec-footer-meta__link:hover {
      color: inherit;
      text-decoration: underline; }
    .rec-footer-meta__link--list-link {
      font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
      white-space: nowrap; }
  .rec-footer-meta__legal-p {
    margin: 0; }
  .rec-footer-meta__svg {
    width: 0.75rem;
    height: 0.875rem;
    padding-bottom: 0.1875rem;
    margin-left: 0.125rem; }
  .rec-footer-meta__svg-path {
    fill: #FFFFFF; }


.rec-social {
  margin-bottom: 1rem; }
  .rec-social__h3 {
    font-size: 1.125rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.75rem; }
  .rec-social__list {
    margin: 0; }
  .rec-social__item {
    display: inline-block;
    margin: 0 0.25rem; }
  .rec-social__link {
    display: block;
    transition: transform 0.2s ease-in-out; }
    .rec-social__link:hover, .rec-social__link:focus {
      transform: scale(1.25); }
    .rec-social__link:focus {
      outline-color: #FFFFFF;
      outline-offset: 2px; }
  .rec-social__svg {
    width: 1.875rem;
    height: 1.875rem; }
  .rec-social__svg-path--ko {
    fill: #FFFFFF; }
  .rec-social__svg-path--bg {
    fill: #012169; }


.rec-popover-instructive {
  width: 100%;
  max-width: none;
  border-radius: 0;
  border: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem; }
  .rec-popover-instructive__arrow {
    left: 2.25rem !important;
    border: 0; }
    .rec-popover-instructive__arrow:before {
      border: 0 !important; }
  .rec-popover-instructive__body {
    padding: 0.9375rem; }
  .rec-popover-instructive__dnf {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 0.875rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E2E2E2; }
  .rec-popover-instructive__dnf-val {
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif; }
  .rec-popover-instructive__dnf-text {
    margin: 0; }
  .rec-popover-instructive__format {
    line-height: 1.4; }
  .rec-popover-instructive__format-text {
    padding-right: 1.875rem;
    margin-bottom: 0.75rem; }
  .rec-popover-instructive__format-type {
    width: 22%; }


.rec-modal {
  min-width: 320px;
   }
  @media screen and (max-height: 760px) {
    .rec-modal {
      display: block !important; } }
  .rec-modal--default, .rec-modal--grants {
    padding: 1.875rem !important; }
    @media (max-width: 440px) {
      .rec-modal--default, .rec-modal--grants {
        padding: 1.375rem !important; } }
  @media screen and (max-width: 1350px) {
    .rec-modal--details {
      padding: 0 !important; } }
  @media screen and (max-width: 1200px) {
    .rec-modal--details {
      top: 3.125rem;
      height: calc(100% - 3.125rem); }
      @supports (-webkit-touch-callout: none) {
        .rec-modal--details {
          top: 0;
          height: 100%; } } }
  .rec-modal--details .rec-modal__dialog {
    height: 100%;
    max-width: 1200px; }
  .rec-modal--details .rec-modal__content {
    height: 100%;
    background-color: transparent; }
    @media screen and (max-width: 1200px) {
      @supports (-webkit-touch-callout: none) {
        .rec-modal--details .rec-modal__content {
          padding-top: 3.125rem; } } }
  .rec-modal--details .rec-modal__head {
    position: fixed;
    top: 0;
    z-index: 10;
    transform: translate3d(0, 0, 0);
    width: 1200px;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    background-image: none; }
    @media screen and (max-width: 1350px) {
      .rec-modal--details .rec-modal__head {
        height: auto;
        background-color: #F0F0F0; } }
    @media screen and (max-width: 1200px) {
      .rec-modal--details .rec-modal__head {
        width: 100%; } }
  .rec-modal--details .rec-modal__body {
    padding: 0;
    background-color: #FFFFFF; }
    @media screen and (max-width: 1350px) {
      .rec-modal--details .rec-modal__body {
        padding-top: 3.125rem; } }
    @media screen and (max-width: 1200px) {
      .rec-modal--details .rec-modal__body {
        padding-top: 0; } }
  .rec-modal--details .rec-modal__actions {
    position: absolute;
    top: 0.75rem;
    right: -3.875rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column; }
    @media screen and (max-width: 1350px) {
      .rec-modal--details .rec-modal__actions {
        position: relative;
        top: 0;
        right: 0.5rem;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse; } }
  .rec-modal--details .rec-modal__action {
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    margin-bottom: 0.75rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 1350px) {
      .rec-modal--details .rec-modal__action {
        background-color: transparent;
        margin-bottom: 0; } }
    .rec-modal--details .rec-modal__action:focus {
      outline: 1px dotted #FFFFFF; }
      @media screen and (max-width: 1350px) {
        .rec-modal--details .rec-modal__action:focus {
          outline: 1px dotted #000000; } }
  .rec-modal--details .rec-modal__close {
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23000000%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2250.449px%22%20height%3D%2250.449px%22%20viewBox%3D%220%200%2050.449%2050.449%22%20enable-background%3D%22new%200%200%2050.449%2050.449%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Crect%20x%3D%22-8.986%22%20y%3D%2223.762%22%20transform%3D%22matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2060.896%2025.2241)%22%20width%3D%2268.421%22%20height%3D%222.924%22%2F%3E%3Crect%20x%3D%22-8.985%22%20y%3D%2223.762%22%20transform%3D%22matrix(-0.7071%20-0.7071%200.7071%20-0.7071%2025.2264%2060.8969)%22%20width%3D%2268.422%22%20height%3D%222.924%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 18px 18px; }
  .rec-modal--details .rec-modal__open {
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2218px%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2019%2018%22%20enable-background%3D%22new%200%200%2019%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-width%3D%220.1%22%20d%3D%22M12.777%2C1.208h4.014L10.85%2C7.151l0.5%2C0.5l5.942-5.942v4.014H18V0.5h-5.223V1.208z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-width%3D%220.1%22%20d%3D%22M15.708%2C9.278h-0.709v7.514H1.71V3.5h7.513V2.791H1V17.5h14.708V9.278z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 22px 22px; }
  .rec-modal--grants {
    z-index: 1060; }
    .rec-modal--grants .rec-modal__head {
      height: 2.25rem;
      padding: 0.875rem 0.5rem 0;
      background-image: none;
      background-color: transparent; }
    .rec-modal--grants .rec-modal__body {
      padding: 0 1.875rem 1.875rem; }
    .rec-modal--grants .rec-modal__h2 {
      font-size: 1.5rem;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 1rem; }
    .rec-modal--grants .rec-modal__close {
      display: inline-block;
      width: 2.25rem;
      height: 2.25rem;
      background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20fill%3D%22%23000000%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2250.449px%22%20height%3D%2250.449px%22%20viewBox%3D%220%200%2050.449%2050.449%22%20enable-background%3D%22new%200%200%2050.449%2050.449%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Crect%20x%3D%22-8.986%22%20y%3D%2223.762%22%20transform%3D%22matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2060.896%2025.2241)%22%20width%3D%2268.421%22%20height%3D%222.924%22%2F%3E%3Crect%20x%3D%22-8.985%22%20y%3D%2223.762%22%20transform%3D%22matrix(-0.7071%20-0.7071%200.7071%20-0.7071%2025.2264%2060.8969)%22%20width%3D%2268.422%22%20height%3D%222.924%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-size: 18px 18px;
      background-repeat: no-repeat;
      background-position: center center; }
      .rec-modal--grants .rec-modal__close:focus {
        outline: 1px dotted #000000; }
  .rec-modal__head {
    width: 100%;
    height: 3.125rem;
    padding: 0 0.625rem;
    background-image: url("/images/bg-flagscape-header-red.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #C41230; }
  .rec-modal__dialog {
    max-width: 575px;
    width: 100%;
    margin: 0 auto; }
    [data-modal-template="property"] .rec-modal__dialog {
      max-width: 1200px; }
  .rec-modal__content {
    letter-spacing: -0.01em;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  .rec-modal__body {
    padding: 1.875rem; }
  .rec-modal__h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.875rem; }
  .rec-modal__p {
    font-size: 1rem;
    margin-bottom: 0.875rem; }
  .rec-modal__cta {
    padding-top: 0.5rem; }
  .rec-modal__btn {
    margin: 0; }
    @media (max-width: 575px) {
      .rec-modal__btn {
        display: block;
        width: 100%; } }
    .rec-modal__btn--continue {
      margin: 0 1rem 0 0; }
      @media (max-width: 575px) {
        .rec-modal__btn--continue {
          margin: 0 0 1rem 0; } }
  .rec-modal__btn-label {
    position: relative; }
  .rec-modal__close, .rec-modal__open {
    padding: 0.125rem 0.375rem;
    background-color: transparent;
     }
    .rec-modal__close:hover, .rec-modal__close:focus, .rec-modal__open:hover, .rec-modal__open:focus {
      text-decoration: none; }
    .rec-modal__close:hover, .rec-modal__open:hover {
      opacity: 0.8; }
    .rec-modal__close:focus, .rec-modal__open:focus {
      outline-color: #FFFFFF; }
  .rec-modal__close-icon {
    position: relative;
    display: block; }
    .rec-modal__close-icon:after {
      content: '\0000D7';
      font-size: 2.25rem;
      line-height: 0.7;
      color: #FFFFFF; }
  .rec-modal__link {
    text-decoration: underline; }


.rec-tooltip {
  font-size: 0.875rem;
  line-height: 1.3; }
  .rec-tooltip__inner {
    text-align: center;
    color: #fff;
    max-width: 12.5rem;
    padding: 0.5rem 0.625rem;
    border-radius: 0; }


.rec-error {
  min-width: 320px;
  letter-spacing: -0.01em;
  height: 42.5rem;
  background-image: url("/images/bg-error-puppy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: #FFFFFF; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .rec-error {
      background-image: url("/images/bg-error-puppy-2x.jpg"); } }
  @media (max-width: 991px) {
    .rec-error {
      background-position: right -7.5rem center; } }
  @media (max-width: 767px) {
    .rec-error {
      position: relative;
      text-align: center;
      background-size: 260%;
      background-position: right top -2.25rem;
      height: 120vw;
      min-height: 30rem; } }
  @media (max-width: 440px) {
    .rec-error {
      background-size: 330%;
      background-position: right -2.25rem top -2rem; } }
  .rec-error__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 242, 242, 0.55); }
  .rec-error__container {
    height: 100%;
    padding: 3.125rem 1.875rem; }
    @media (max-width: 440px) {
      .rec-error__container {
        padding: 3.125rem 1.375rem; } }
  @media (max-width: 767px) {
    .rec-error__row {
      position: relative;
      z-index: 2; } }
  .rec-error__h2 {
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.375rem;
    line-height: 1;
    margin-bottom: 1rem; }
    @media (max-width: 575px) {
      .rec-error__h2 {
        font-size: 2.25rem; } }
  .rec-error__p {
    font-size: 1rem;
    margin-bottom: 0.875rem; }
    .rec-error__p:last-of-type {
      margin-bottom: 0; }
  .rec-error__btn {
    font-size: 1.125rem;
    white-space: nowrap;
    padding: 0.5rem 2rem;
    margin-top: 1.5rem; }


.rec-how-to-buy__hero {
  position: relative;
  background-image: url("/images/bg-hero-family.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #333333; }

.rec-how-to-buy__hero-container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 5rem 7rem 3.125rem; }
  @media (max-width: 991px) {
    .rec-how-to-buy__hero-container {
      padding: 5rem 3.125rem 3.125rem; } }
  @media (max-width: 767px) {
    .rec-how-to-buy__hero-container {
      padding: 5rem 1.875rem 3.125rem; } }
  @media (max-width: 440px) {
    .rec-how-to-buy__hero-container {
      padding: 3.125rem 1.375rem 3.125rem; } }

.rec-how-to-buy__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.6); }

.rec-how-to-buy__head {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 2.875rem; }

.rec-how-to-buy__h2 {
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.875rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem; }
  @media (max-width: 767px) {
    .rec-how-to-buy__h2 {
      font-size: 2.5rem; } }

.rec-how-to-buy__subtext {
  display: block;
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem; }
  .rec-how-to-buy__subtext:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .rec-how-to-buy__subtext {
      font-size: 1.125rem; } }

.rec-how-to-buy__info {
  padding-bottom: 1.875rem;
  background-color: #F2F2F2; }

.rec-how-to-buy__info-container {
  position: relative;
  z-index: 2;
  margin-top: -1.875rem;
  padding: 0 1.875rem; }
  @media (max-width: 440px) {
    .rec-how-to-buy__info-container {
      padding: 0 1.375rem; } }


.rec-member-rules__container {
  padding: 3.125rem 1.875rem 3.125rem; }
  @media (max-width: 440px) {
    .rec-member-rules__container {
      padding: 3.125rem 1.375rem 3.125rem; } }

.rec-member-rules__head {
  text-align: center; }

.rec-member-rules__h2 {
  display: inline-block;
  font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  padding-top: 5.5rem;
  background-image: url("/images/icon-member-rules.svg");
  background-repeat: no-repeat;
  background-size: 74px 64px;
  background-position: center top; }
  @media (max-width: 575px) {
    .rec-member-rules__h2 {
      font-size: 2rem;
      padding-top: 5rem;
      background-size: 65px 56px; } }

.rec-member-rules__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .rec-member-rules__list--nested {
    list-style: disc;
    margin: 0.75rem 0 1.75rem;
    padding-left: 1.25rem; }
    .rec-member-rules__list--nested .rec-member-rules__item {
      margin: 0;
      padding-left: 0;
      background-image: none; }

.rec-member-rules__item {
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
  padding-left: 3.125rem;
  background-image: url("/images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 25px 18px; }
  @media (max-width: 575px) {
    .rec-member-rules__item {
      font-size: 1.125rem;
      padding-left: 2.625rem;
      background-position: left top 3px;
      background-size: 22px 16px; } }


.table th, .table td {
  padding: 0.75rem; }

.modal-backdrop {
  background-color: #333333; }
  .modal-backdrop.show {
    opacity: 0.8; }
  .modal-backdrop ~ .modal-backdrop {
    z-index: 1055; }

.modal-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  touch-action: none;
  -ms-touch-action: none;
  overscroll-behavior: none; }

.modal {
  padding: 0 1.875rem; }
  @media (max-width: 440px) {
    .modal {
      padding: 0 1.375rem; } }

.tooltip .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.75); }

.tooltip.show {
  opacity: 1; }

.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.75); }

.bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.75); }

.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.75); }

.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.75); }

.ui-autocomplete {
  font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #F6F6F6; }
  .ui-autocomplete.ui-widget-content {
    border: 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
  .ui-autocomplete .ui-menu-item {
    font-size: 1rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E2E2E2; }
    .ui-autocomplete .ui-menu-item:last-of-type {
      
      margin-bottom: 1.9375rem; }
      .ui-autocomplete .ui-menu-item:last-of-type:after {
        position: absolute;
        right: 0.75rem;
        bottom: 0;
        display: block;
        content: '';
        width: 7rem;
        height: 1.375rem;
        background-image: url("/images/logo-google.png");
        background-size: contain;
        background-repeat: no-repeat; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .ui-autocomplete .ui-menu-item:last-of-type:after {
            background-image: url("/images/logo-google-2x.png"); } }
  .ui-autocomplete .ui-menu-item-wrapper {
    padding: 0.75rem 0.9375rem 0.75rem 2.875rem;
    background-image: url("/images/icon-cta-locations.svg");
    background-repeat: no-repeat;
    background-size: 18px 26px;
    background-position: left 0.9375rem top 0.625rem; }
    @media (max-width: 575px) {
      .ui-autocomplete .ui-menu-item-wrapper {
        background-size: 15px 21px; } }
    .ui-autocomplete .ui-menu-item-wrapper.ui-menu-item-message {
      background-image: none;
      padding-left: 0.9375rem; }
  .ui-autocomplete .ui-state-active {
    background-color: #F0F0F0;
    color: inherit;
    margin: 0; }
    .ui-autocomplete .ui-state-active:last-of-type {
      border: 0; }

.rec-map img[src*='/images/icon-pin'] {
  width: 17px !important;
  height: 24px !important; }

.gm-style .gm-style-iw-c {
  line-height: 1.4;
  max-width: 260px !important;
  max-height: none !important;
  width: 100%;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3); }

.gm-style .gm-style-iw-d {
  max-height: none !important;
  overflow: visible !important; }

.gm-style .gm-style-iw-t::after {
  top: -1px;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.3); }



