/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.fadeIn-enter-active,
.fadeIn-leave-active {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.fadeIn-enter, .fadeIn-leave-to {
  opacity: 0;
}
.fadeIn-leave-to {
  position: absolute;
}@charset "UTF-8";
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-1214edb2]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.listing-app[data-v-1214edb2] {
  line-height: 24px;
}
.listing-app[data-v-1214edb2] {
  font-size: 1rem;
}
@media screen and (min-width: 36rem) {
.listing-app[data-v-1214edb2] {
    font-size: calc(1rem + 0.125 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app[data-v-1214edb2] {
    font-size: 1.125rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h1) {
  font-weight: 500;
  color: #fff;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h1) {
  font-size: 2rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h1) {
    font-size: calc(2rem + 1.75 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h1) {
    font-size: 3.75rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h2) {
  font-family: roboto, sans-serif;
  font-weight: 700;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h2) {
  font-size: 1.875rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h2) {
    font-size: calc(1.875rem + 0.625 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h2) {
    font-size: 2.5rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h3) {
  font-size: 1.875rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h3) {
    font-size: calc(1.875rem + 0.625 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h3) {
    font-size: 2.5rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h4) {
  font-family: roboto, sans-serif;
  color: #004990;
  font-weight: 700;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h4) {
  font-size: 1.375rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h4) {
    font-size: calc(1.375rem + 0.5 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h4) {
    font-size: 1.875rem;
}
}
.composition--fill-red .listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h4) {
  color: #fff;
}
.composition--fill-blue .listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h4) {
  color: #fff;
}
.composition--fill-white .listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h4) {
  color: #4a4d56;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h5) {
  font-family: roboto, sans-serif;
  font-weight: 700;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h5) {
  font-size: 1.125rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h5) {
    font-size: calc(1.125rem + 0.375 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h5) {
    font-size: 1.5rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(h6) {
  font-size: 1.125rem;
  font-family: roboto, sans-serif;
  font-weight: 700;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
ol,
ul,
li,
a):not(.btn) {
  line-height: 24px;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
ol,
ul,
li,
a):not(.btn) {
  font-size: 1rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
  ol,
  ul,
  li,
  a):not(.btn) {
    font-size: calc(1rem + 0.125 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
  ol,
  ul,
  li,
  a):not(.btn) {
    font-size: 1.125rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
a) {
  margin-bottom: 1.5rem;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
a) {
  line-height: 1.5rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
  a) {
    line-height: calc(1.5rem + 0.25 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p,
  a) {
    line-height: 1.75rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p img) {
  margin: 0 0 1rem;
  display: block;
}
@media (min-width: 768px) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(p img) {
    float: right;
    margin: 1rem 0 1rem 1rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(img) {
  margin: 1rem 0;
  width: auto;
  max-width: 100%;
  display: block;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(dl) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  justify-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.listing-app *:not(.wysiwyg blue-component *):is(dl) + dl[data-v-1214edb2] {
  margin-top: -1rem;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(dt,
dd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0.5rem 0.75rem;
  margin: 0;
  position: relative;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(dt) {
  font-weight: 700;
  font-size: 1em;
  padding-right: 0;
}
.listing-app *:not(.wysiwyg blue-component *):is(dt) + dd[data-v-1214edb2] {
  padding-left: 0.5rem;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(dt):only-of-type {
  min-width: 115px;
  width: 115px;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(dd) {
  font-size: 1em;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(dd):not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  max-height: 2ch;
  margin: auto 0;
  background-color: palette(gray, 400);
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
  margin-right: 0;
  margin-left: 0;
}
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) p[data-v-1214edb2] {
  font-weight: 400;
  color: palette(gray, 900);
  margin: 0 0 1.5rem;
}
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) p[data-v-1214edb2] {
  font-size: 20rem;
}
@media screen and (min-width: 1.125rem) {
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) p[data-v-1214edb2] {
    font-size: calc(20rem + 67.5 * (100vw - 1.125rem) / 0.5);
}
}
@media screen and (min-width: 1.625rem) {
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) p[data-v-1214edb2] {
    font-size: 87.5rem;
}
}
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) p[data-v-1214edb2]::before {
  content: open-quote;
}
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) p[data-v-1214edb2]::after {
  content: close-quote;
}
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) cite[data-v-1214edb2] {
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}
@media (min-width: 992px) {
.listing-app *:not(.wysiwyg blue-component *):is(blockquote) cite[data-v-1214edb2] {
    display: inline-block;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(strong,
b) {
  font-weight: 700;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(em) {
  font-style: italic;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(a):not([class^=ktc]):not(.btn):not([class*=icon]) {
  color: #4a4d56;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 0 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b32317), to(#b32317));
  background-image: linear-gradient(to right, #b32317, #b32317);
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  background-image: linear-gradient(to right, #b32317, #b32317);
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: 0.1s ease;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(a):not([class^=ktc]):not(.btn):not([class*=icon]):hover {
  background-size: 100% 100%;
  color: #fff;
}
.listing-app *:not(.wysiwyg blue-component *):is(a):not([class^=ktc]) i[data-v-1214edb2] {
  color: #b32317;
  font-size: 1.625rem;
  padding: 0.25rem;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-transition: unset;
  transition: unset;
  background-size: 100% 100%;
  background-image: unset;
}
.listing-app *:not(.wysiwyg blue-component *):is(a):not([class^=ktc]) i[data-v-1214edb2]:not(:last-child) {
  margin-right: 1.5rem;
}
.listing-app *:not(.wysiwyg blue-component *):is(a):not([class^=ktc]) i[data-v-1214edb2]:hover {
  background-size: 100% 100%;
  background-color: #b32317;
  color: #fff;
  -webkit-transition: unset;
  transition: unset;
  background-image: unset;
}
.listing-app *:not(.wysiwyg blue-component *):is(a):not([class^=ktc]) i:hover i[data-v-1214edb2] {
  color: #fff;
}
body:not(.using-mouse) .listing-app *:not(.wysiwyg blue-component *):is(a):not([class^=ktc]) i[data-v-1214edb2]:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px inset #b32317;
          box-shadow: 0 0 0 2px inset #b32317;
}
.listing-app *:not(.wysiwyg blue-component *):is(a):not([class^=ktc]) i i[data-v-1214edb2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.625rem;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(li) {
  margin-bottom: 0.5rem;
}
.listing-app *:not(.wysiwyg blue-component *) > *[data-v-1214edb2]:last-child {
  margin-bottom: 0;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(ul,
ol) {
  padding-left: 3rem;
}
@media (max-width: 575px) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(ul,
  ol) {
    padding-left: 2.5rem;
}
}
.listing-app *:not(.wysiwyg blue-component *):is(ul,
ol) li[data-v-1214edb2] {
  line-height: 1.125rem;
}
@media screen and (min-width: 36rem) {
.listing-app *:not(.wysiwyg blue-component *):is(ul,
  ol) li[data-v-1214edb2] {
    line-height: calc(1.125rem + 0.625 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *:not(.wysiwyg blue-component *):is(ul,
  ol) li[data-v-1214edb2] {
    line-height: 1.75rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(ul) {
  list-style: square;
}
.listing-app *:not(.wysiwyg blue-component *):is(ul) li[data-v-1214edb2]::marker {
  color: #004990;
}
.listing-app *:not(.wysiwyg blue-component *):is(ol) li[data-v-1214edb2]::marker {
  color: #4a4d56;
  font-weight: 700;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(figure) {
  width: auto;
  max-width: 920px;
  margin: 0 0 1rem;
}
.listing-app *:not(.wysiwyg blue-component *):is(figure) img[data-v-1214edb2] {
  margin-bottom: 0.25rem;
  max-width: 100%;
}
.listing-app *:not(.wysiwyg blue-component *):is(figure) figcaption[data-v-1214edb2] {
  border-bottom: 2px solid #004990;
  padding-bottom: 0.25rem;
}
.listing-app *:not(.wysiwyg blue-component *):is(figure) figcaption[data-v-1214edb2] {
  font-size: 0.875rem;
}
@media screen and (min-width: 36rem) {
.listing-app *:not(.wysiwyg blue-component *):is(figure) figcaption[data-v-1214edb2] {
    font-size: calc(0.875rem + 0.125 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *:not(.wysiwyg blue-component *):is(figure) figcaption[data-v-1214edb2] {
    font-size: 1rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
  margin-top: 1rem;
  color: #b32317;
  font-weight: 700;
  font-family: museo-slab, serif;
  padding: 1.5rem;
  border-top: solid 1px #AFB5BF;
  border-bottom: solid 1px #AFB5BF;
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
  font-size: 1.25rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
    font-size: calc(1.25rem + 0.25 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
    font-size: 1.5rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
  line-height: 1.875rem;
}
@media screen and (min-width: 36rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
    line-height: calc(1.875rem + 0.25 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote) {
    line-height: 2.125rem;
}
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote)::after {
  content: "”";
}
.listing-app *[data-v-1214edb2]:not(.wysiwyg blue-component *):is(blockquote)::before {
  content: "“";
}
.listing-app__heading[data-v-1214edb2] {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
.listing-app p.listing-app__no-results[data-v-1214edb2] {
  font-family: museo-slab, serif;
  text-align: center;
  padding: 2rem 1rem;
}
.listing-app p.listing-app__no-results[data-v-1214edb2] {
  font-size: 1.5rem;
}
@media screen and (min-width: 36rem) {
.listing-app p.listing-app__no-results[data-v-1214edb2] {
    font-size: calc(1.5rem + 0.375 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app p.listing-app__no-results[data-v-1214edb2] {
    font-size: 1.875rem;
}
}
.listing-app p.listing-app__no-results[data-v-1214edb2] {
  line-height: 1.875rem;
}
@media screen and (min-width: 36rem) {
.listing-app p.listing-app__no-results[data-v-1214edb2] {
    line-height: calc(1.875rem + 0.5 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing-app p.listing-app__no-results[data-v-1214edb2] {
    line-height: 2.375rem;
}
}
.narrow[data-v-1214edb2] {
  max-width: 49rem;
  margin: 0 auto;
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-078bfffc]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.styled-listing[data-v-078bfffc] {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
.styled-listing[data-v-078bfffc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
@media (max-width: 767px) {
.styled-listing[data-v-078bfffc] {
    margin-bottom: 2.75rem;
}
}
.styled-listing__media[data-v-078bfffc], .styled-listing__content[data-v-078bfffc] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.styled-listing__media img[data-v-078bfffc] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  vertical-align: top;
}
.styled-listing__content[data-v-078bfffc] {
  background: #fff;
  padding: 3.25rem 3.25rem 3.5rem 5rem;
}
@media (max-width: 767px) {
.styled-listing__content[data-v-078bfffc] {
    padding: 1rem 1rem 2rem;
}
}
.styled-listing__heading[data-v-078bfffc] {
  margin-bottom: 0.5rem;
}
.styled-listing__heading[data-v-078bfffc] {
  font-size: 1.875rem;
}
@media screen and (min-width: 36rem) {
.styled-listing__heading[data-v-078bfffc] {
    font-size: calc(1.875rem + 0.625 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.styled-listing__heading[data-v-078bfffc] {
    font-size: 2.5rem;
}
}
.styled-listing__metadata[data-v-078bfffc] {
  font-family: museo-slab, serif;
  color: #5f6e7d;
  margin-bottom: 1rem;
}
.styled-listing__metadata[data-v-078bfffc] {
  font-size: 0.875rem;
}
@media screen and (min-width: 36rem) {
.styled-listing__metadata[data-v-078bfffc] {
    font-size: calc(0.875rem + 0.125 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.styled-listing__metadata[data-v-078bfffc] {
    font-size: 1rem;
}
}
.styled-listing__metadata i[data-v-078bfffc] {
  margin-right: 0.5rem;
}
.styled-listing__metadata span[data-v-078bfffc]:not(:last-child)::after {
  content: "|";
  margin: 0 0.75rem;
}
.styled-listing__description[data-v-078bfffc] {
  font-size: 1rem;
}
@media screen and (min-width: 20rem) {
.styled-listing__description[data-v-078bfffc] {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / 67.5);
}
}
@media screen and (min-width: 87.5rem) {
.styled-listing__description[data-v-078bfffc] {
    font-size: 1.125rem;
}
}
.styled-listing__description[data-v-078bfffc] {
  line-height: 1.5rem;
}
@media screen and (min-width: 36rem) {
.styled-listing__description[data-v-078bfffc] {
    line-height: calc(1.5rem + 0.25 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.styled-listing__description[data-v-078bfffc] {
    line-height: 1.75rem;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-7e8447f4]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
button[data-v-7e8447f4],
.pagination__ellipses[data-v-7e8447f4] {
  background: transparent;
  border: none;
  color: #4a4d56;
  font-weight: 700;
  padding: 4px 2px;
}
button.active[data-v-7e8447f4],
.pagination__ellipses.active[data-v-7e8447f4] {
  cursor: pointer;
}
.pagination[data-v-7e8447f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
.pagination[data-v-7e8447f4] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.875rem 0;
}
}
.pagination__pages button[data-v-7e8447f4]:not(:last-child),
.pagination__pages .pagination__ellipses[data-v-7e8447f4]:not(:last-child) {
  margin-right: 0.875rem;
}
.pagination__pages button[data-v-7e8447f4] {
  background-position: 0% 100%;
}
.pagination__pages button.active[data-v-7e8447f4] {
  background-image: -webkit-gradient(linear, left top, right top, from(#b32317), to(#b32317));
  background-image: linear-gradient(to right, #b32317, #b32317);
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.pagination__pages button.active[data-v-7e8447f4]:hover {
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 767px) {
.pagination__pages button.active[data-v-7e8447f4]:hover {
    background-size: 100% 1px;
    color: #4a4d56;
}
.pagination__pages button.active[data-v-7e8447f4]:active {
    background-size: 100% 100%;
    color: #fff;
}
}
.pagination__controls[data-v-7e8447f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
.pagination__controls[data-v-7e8447f4] {
    display: none;
}
}
.pagination__controls button[data-v-7e8447f4] {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 0% 100%;
}
.pagination__controls button[data-v-7e8447f4]:first-child {
  position: relative;
}
.pagination__controls button[data-v-7e8447f4]:first-child::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.625rem;
  color: #AFB5BF;
  content: "\e911";
  margin-right: 0.5rem;
}
@media speech {
.pagination__controls button[data-v-7e8447f4]:first-child::before {
    display: none;
    visibility: hidden;
}
}
.pagination__controls button[data-v-7e8447f4]:first-child::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #AFB5BF;
  top: 0;
  right: 0;
}
.pagination__controls button[data-v-7e8447f4]:last-child::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.625rem;
  color: #AFB5BF;
  content: "\e912";
  margin-left: 0.5rem;
}
@media speech {
.pagination__controls button[data-v-7e8447f4]:last-child::after {
    display: none;
    visibility: hidden;
}
}
.pagination__controls button span[data-v-7e8447f4] {
  padding: 2px;
}
.pagination__controls button.active span[data-v-7e8447f4] {
  background-image: -webkit-gradient(linear, left top, right top, from(#b32317), to(#b32317));
  background-image: linear-gradient(to right, #b32317, #b32317);
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.pagination__controls button.active:hover span[data-v-7e8447f4] {
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 767px) {
.pagination__controls button.active:hover span[data-v-7e8447f4] {
    background-size: 100% 1px;
    color: #4a4d56;
}
.pagination__controls button.active:active span[data-v-7e8447f4] {
    background-size: 100% 100%;
    color: #fff;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-09dcdc64]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.filters[data-v-09dcdc64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.filters h5[data-v-09dcdc64] {
  font-family: roboto, sans-serif;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 1rem;
}
.filters h5[data-v-09dcdc64] {
  font-size: 1.125rem;
}
@media screen and (min-width: 36rem) {
.filters h5[data-v-09dcdc64] {
    font-size: calc(1.125rem + 0.375 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.filters h5[data-v-09dcdc64] {
    font-size: 1.5rem;
}
}
.filters__inner[data-v-09dcdc64] {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: 1fr 1fr 1fr minmax(-webkit-min-content, 130px);
  -ms-grid-columns: 1fr 1fr 1fr minmax(min-content, 130px);
  grid-template-columns: 1fr 1fr 1fr minmax(-webkit-min-content, 130px);
  grid-template-columns: 1fr 1fr 1fr minmax(min-content, 130px);
  gap: 0.75rem 0;
}
.filters__inner[data-v-09dcdc64]::before {
  content: "";
  grid-area: span 1/span 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.filters__inner[data-v-09dcdc64]::after {
  content: "";
  grid-area: span 1/span 3;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (max-width: 767px) {
.filters__inner[data-v-09dcdc64] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}
.filters__inner[data-v-09dcdc64]::before, .filters__inner[data-v-09dcdc64]::after {
    display: none;
}
}
.filters__dropdowns.blue-form[data-v-09dcdc64] {
  display: contents;
}
@media (max-width: 767px) {
.filters__dropdowns.blue-form[data-v-09dcdc64] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}
}
.filters__filter[data-v-09dcdc64] {
  display: contents;
}
@media (max-width: 767px) {
.filters__filter[data-v-09dcdc64] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
}
}
@media (min-width: 768px) {
.filters__filter:not(:last-child) .filters__select-custom select[data-v-09dcdc64] {
    border-right: none;
}
}
.filters__label[data-v-09dcdc64] {
  grid-area: span 1/span 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}
.filters__select-custom[data-v-09dcdc64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: span 1/span 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}
.filters__select-custom[data-v-09dcdc64]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  z-index: -1;
}
@media speech {
.filters__select-custom[data-v-09dcdc64]::before {
    display: none;
    visibility: hidden;
}
}
.filters__select-custom.empty[data-v-09dcdc64]::after {
  content: attr(title);
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5f6e7d;
  z-index: -1;
}
.filters select[data-v-09dcdc64]:not([type=checkbox]):not([type=radio]) {
  margin-bottom: 0;
  border-color: #606E7C;
}
.filters select[data-v-09dcdc64]:not([type=checkbox]):not([type=radio]):active, .filters select[data-v-09dcdc64]:not([type=checkbox]):not([type=radio]):focus {
  border: 1px solid;
  -webkit-box-shadow: 0 0 0 2px #004990;
          box-shadow: 0 0 0 2px #004990;
}
.filters__controls[data-v-09dcdc64] {
  display: contents;
}
@media (max-width: 767px) {
.filters__controls[data-v-09dcdc64] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
}
}
.filters__apply[data-v-09dcdc64] {
  grid-area: span 1/span 1;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -ms-grid-row-align: center;
      align-self: center;
  display: block;
  padding: 0.75rem 1.5rem;
  margin-left: 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
.filters__apply[data-v-09dcdc64] {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
}
.filters__clear[data-v-09dcdc64] {
  grid-area: span 1/span 1;
  -ms-grid-column-align: start;
      justify-self: start;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  text-align: left;
  padding: 2px;
  border: none;
  margin: 0;
  margin-left: 1rem;
  background: transparent;
  font-weight: 700;
  color: #4a4d56;
  background-image: -webkit-gradient(linear, left top, right top, from(#b32317), to(#b32317));
  background-image: linear-gradient(to right, #b32317, #b32317);
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  cursor: pointer;
  position: relative;
}
.filters__clear[data-v-09dcdc64]:hover {
  background-size: 100% 100%;
  color: #fff;
}
.filters__clear[data-v-09dcdc64]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  right: -1rem;
  font-size: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #AFB5BF;
}
@media speech {
.filters__clear[data-v-09dcdc64]::after {
    display: none;
    visibility: hidden;
}
}
@media (max-width: 767px) {
.filters__clear[data-v-09dcdc64] {
    margin: 0 auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-4042cdb2]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.load-more button[data-v-4042cdb2] {
  background: transparent;
  border: none;
  color: #4a4d56;
  font-weight: 700;
  cursor: pointer;
  margin: 2rem auto 0;
  display: block;
  padding: 0.25rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#b32317), to(#b32317));
  background-image: linear-gradient(to right, #b32317, #b32317);
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.load-more button[data-v-4042cdb2] {
  font-size: 1rem;
}
@media screen and (min-width: 36rem) {
.load-more button[data-v-4042cdb2] {
    font-size: calc(1rem + 0.125 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.load-more button[data-v-4042cdb2] {
    font-size: 1.125rem;
}
}
.load-more button[data-v-4042cdb2]:hover {
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 767px) {
.load-more button[data-v-4042cdb2]:hover {
    color: #4a4d56;
    background-size: 100% 1px;
}
.load-more button[data-v-4042cdb2]:active {
    color: #fff;
    background-size: 100% 100%;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-974ba100]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.listing[data-v-974ba100] {
  padding: 2.5rem 0 2.625rem;
  border-bottom: solid 1px #AFB5BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
.listing[data-v-974ba100] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0 2.5rem;
}
}
.listing[data-v-974ba100]:first-child {
  border-top: solid 1px #AFB5BF;
}
.listing__img[data-v-974ba100] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  margin-left: 1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: auto;
}
.listing__img[data-v-974ba100]::before {
  content: "";
  display: block;
  height: 0;
  padding-top: 64%;
}
.listing__img img[data-v-974ba100] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
.listing__img[data-v-974ba100] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}
.listing__img[data-v-974ba100]::before {
    padding-top: 85%;
}
}
@media (max-width: 767px) {
.listing__img[data-v-974ba100] {
    margin: 0 auto 0.75rem;
    width: 100%;
    max-width: 500px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.listing__img[data-v-974ba100]::before {
    padding-top: 57%;
}
}
.listing__heading[data-v-974ba100] {
  font-family: roboto, sans-serif;
  font-weight: 700;
  display: inline;
  position: relative;
  line-height: 38px;
  padding-bottom: 0.125rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#b32317), to(#b32317));
  background-image: linear-gradient(to right, #b32317, #b32317);
  background-size: 44px 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.listing__heading[data-v-974ba100] {
  font-size: 1.5rem;
}
@media screen and (min-width: 36rem) {
.listing__heading[data-v-974ba100] {
    font-size: calc(1.5rem + 0.375 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing__heading[data-v-974ba100] {
    font-size: 1.875rem;
}
}
.listing__heading[data-v-974ba100]:hover {
  background-size: 100% 1px;
  color: #004990;
}
.listing__metadata[data-v-974ba100] {
  margin-top: 0.75rem;
  font-family: museo-slab, serif;
  color: #5f6e7d;
  margin-bottom: 0.375rem;
}
.listing__metadata[data-v-974ba100] {
  font-size: 0.875rem;
}
@media screen and (min-width: 36rem) {
.listing__metadata[data-v-974ba100] {
    font-size: calc(0.875rem + 0.125 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing__metadata[data-v-974ba100] {
    font-size: 1rem;
}
}
.listing__metadata i[data-v-974ba100] {
  margin-right: 0.5rem;
}
.listing__metadata span[data-v-974ba100]:not(:last-child)::after {
  content: "|";
  margin: 0 0.75rem;
}
.listing__description[data-v-974ba100] {
  margin-bottom: 0;
}
.listing__description[data-v-974ba100] {
  font-size: 1rem;
}
@media screen and (min-width: 36rem) {
.listing__description[data-v-974ba100] {
    font-size: calc(1rem + 0.125 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing__description[data-v-974ba100] {
    font-size: 1.125rem;
}
}
.listing__description[data-v-974ba100] {
  line-height: 1.5rem;
}
@media screen and (min-width: 36rem) {
.listing__description[data-v-974ba100] {
    line-height: calc(1.5rem + 0.25 * (100vw - 36rem) / 26);
}
}
@media screen and (min-width: 62rem) {
.listing__description[data-v-974ba100] {
    line-height: 1.75rem;
}
}/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
[data-v-3dd4a864]:root {
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --sm_dn: 575px;
  --md_dn: 767px;
  --lg_dn: 991px;
  --xl_dn: 1199px;
}

/* 
create a fluid property value that adjusts from $min to $max, 
based on screen size (default $minWidth and $maxWidth in the _variables.scss)
example:
h1 {
  @include fluid(font-size, 2rem, 3rem);
  @include fluid(margin-bottom, 20px, 30px);
  @include fluid(padding-left, 0.5rem, 5rem, 900px, 1200px);
}
*/
/*******************************************
******* GLOBAL OVERRIDES *******************
**** You can reassign these global *********
**** defaults by un-commenting the *********
**** variables below & giving them *********
**** new values. The comments show *********
**** the default values.           *********
*******************************************/
/******************************************/
/*******************************************
******* BRAND/GLOBAL COLORS ****************
*******************************************/
/******************************************/
/******************************************/
/*******************************************
******* COMPOSITION BACKGROUNDS ************
**** Any colors included in this   *********
**** map will have composition     *********
**** fill classes automatically    *********
**** generated.                    *********
**** EX. .composition--fill-blue   *********
*******************************************/
/******************************************/
/*******************************************
******* TYPOGRAPHY *************************
*******************************************/
/******************************************/
.loader[data-v-3dd4a864] {
  max-width: 700px;
  height: 200px;
  margin: 2rem auto;
}
.loader__spinner[data-v-3dd4a864] {
  height: 160px;
  width: 160x;
  position: relative;
  margin: 0 auto;
}
.loader__bubble[data-v-3dd4a864] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.loader__bubble[data-v-3dd4a864]::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  min-width: 16px;
  border-radius: 50%;
  display: block;
  top: 0;
  left: calc(50% - 8px);
  background: transparent;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.loader__bubble[data-v-3dd4a864]:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(1)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.065s;
          animation-delay: 0.065s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(2)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(3)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.195s;
          animation-delay: 0.195s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(4) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(4)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(5) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(5)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.325s;
          animation-delay: 0.325s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(6) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(6)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(7) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(7)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.455s;
          animation-delay: 0.455s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(8) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(8)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(9) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(9)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.585s;
          animation-delay: 0.585s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(10) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(10)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(11) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(11)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.715s;
          animation-delay: 0.715s;
}
.loader__bubble[data-v-3dd4a864]:nth-child(12) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.loader__bubble[data-v-3dd4a864]:nth-child(12)::after {
  -webkit-animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
          animation: colorChange-data-v-3dd4a864 infinite 1.5s ease;
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.loader__text[data-v-3dd4a864] {
  font-weight: 700;
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.loader__copy[data-v-3dd4a864] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.error .loader__copy[data-v-3dd4a864]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 5rem;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
@media speech {
.error .loader__copy[data-v-3dd4a864]::before {
    display: none;
    visibility: hidden;
}
}
.loader.fadeIn-leave-active[data-v-3dd4a864], .loader.fadeIn-leave-to[data-v-3dd4a864] {
  display: none;
  opacity: 0;
  width: 0;
}
@-webkit-keyframes colorChange-data-v-3dd4a864 {
0% {
    background: transparent;
}
33% {
    background: #004990;
}
66% {
    background: #b32317;
}
100% {
    background: transparent;
}
}
@keyframes colorChange-data-v-3dd4a864 {
0% {
    background: transparent;
}
33% {
    background: #004990;
}
66% {
    background: #b32317;
}
100% {
    background: transparent;
}
}