/*******************************************
******* 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-297cb094]: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 *************************
*******************************************/
/******************************************/
.search[data-v-297cb094] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
.search__app > .search__container[data-v-297cb094] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search__app > .search__container > .search__main[data-v-297cb094], .search__app > .search__container > .search__rail[data-v-297cb094] {
    overflow: hidden;
    margin: 0 2rem;
}
.search__app > .search__container > .search__main[data-v-297cb094]:nth-child(1), .search__app > .search__container > .search__rail[data-v-297cb094]:nth-child(1) {
    margin-left: 0;
}
.search__app > .search__container > .search__main[data-v-297cb094]:nth-child(2), .search__app > .search__container > .search__rail[data-v-297cb094]:nth-child(2) {
    margin-right: 0;
}
.search__app > .search__container > .search__main[data-v-297cb094]:only-child, .search__app > .search__container > .search__rail[data-v-297cb094]:only-child {
    margin: 0;
}
.search__app > .search__container > .search__main[data-v-297cb094] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2rem);
            flex: 0 1 calc(100% - 2rem);
}
.search__app > .search__container > .search__rail[data-v-297cb094] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(13.75rem + 2rem);
            flex: 1 0 calc(13.75rem + 2rem);
    min-width: calc(13.75rem + 2rem);
    max-width: calc(13.75rem + 2rem);
}
}/*******************************************
******* 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-18904146]: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 *************************
*******************************************/
/******************************************/
.tags[data-v-18904146] {
  position: relative;
  margin-bottom: 2rem;
}
.tags[data-v-18904146]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
  z-index: 2;
}
.tags__inner[data-v-18904146] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 4rem;
  overflow-x: scroll;
}
@media (min-width: 768px) {
.tags__inner[data-v-18904146] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: none;
}
}
.tags__clear[data-v-18904146] {
  display: block;
  -ms-grid-column-align: end;
      justify-self: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 max-content;
          flex: 1 1 max-content;
  margin: 0;
  padding: 0 1rem;
  background-color: transparent;
  border: 0;
  color: #0056ac;
  font-size: 0.875rem;
  font-weight: 200;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 768px) {
.tags__clear[data-v-18904146] {
    margin-bottom: 0.5rem;
}
}/*******************************************
******* 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-5f701d17]: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-5f701d17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.25rem;
}
.filters__toggle[class][class][data-v-5f701d17] {
  width: 100%;
  color: #fff;
  background: #0022aa;
  padding: 0.9375rem 1.5rem;
  font-size: 1rem;
}
.filters__toggle[class][class][data-v-5f701d17]:hover {
  background: #003d79;
}
@media (min-width: 992px) {
.filters__toggle[class][class][data-v-5f701d17] {
    display: none;
}
}
.filters__inner[data-v-5f701d17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9999;
}
.filters__inner[data-v-5f701d17]::before, .filters__inner[data-v-5f701d17]::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
}
.filters__inner[data-v-5f701d17]::before {
  position: absolute;
  z-index: -1;
  left: 0;
  background: #fff;
}
.filters__inner[data-v-5f701d17]::after {
  position: fixed;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.filters--mobile-drawer-active .filters__inner[data-v-5f701d17] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.filters--mobile-drawer-active .filters__inner[data-v-5f701d17]::after {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 992px) {
.filters__inner[data-v-5f701d17] {
    position: relative;
    height: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    z-index: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.filters__inner[data-v-5f701d17]::before, .filters__inner[data-v-5f701d17]::after {
    display: none;
}
}
.filters__inner > *[data-v-5f701d17]:last-child {
  margin-bottom: 0;
}
.filters__content[data-v-5f701d17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
.filters__content[data-v-5f701d17] {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding: 0 0.9375rem;
}
}
.filters__close[data-v-5f701d17] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 3rem;
  margin: 0 -0.9375rem 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-size: 1rem;
  color: #888;
}
.filters__close[data-v-5f701d17]:hover {
  text-decoration: none;
}
.filters__close[data-v-5f701d17]:before, .filters__close[data-v-5f701d17]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.9375rem;
  bottom: 0;
  height: 1rem;
  width: 2px;
  background-color: currentColor;
  margin: auto 0;
}
.filters__close[data-v-5f701d17]:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filters__close[data-v-5f701d17]:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filters__close[data-v-5f701d17]:hover {
  background: #444;
  color: #fff;
}
@media (min-width: 992px) {
.filters__close[data-v-5f701d17] {
    display: none;
}
}
.filters__heading[data-v-5f701d17] {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
  margin: 0 0 0.75rem !important;
  font-size: 0.875rem;
}
.filters__form[data-v-5f701d17] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}
.filters__btn[class][class][data-v-5f701d17] {
  width: 100%;
  padding: 0.9375rem 1.5rem;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media (min-width: 992px) {
.filters__btn[class][class][data-v-5f701d17] {
    margin-bottom: 0;
}
}/*******************************************
******* 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-c65d24f4]: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 *************************
*******************************************/
/******************************************/
.pagination[data-v-c65d24f4] {
  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;
  grid-area: span 1/span 1;
  -ms-grid-row-align: start;
      align-self: start;
  font-size: 1rem;
}
@media (min-width: 768px) {
.pagination[data-v-c65d24f4] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
  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;
  margin-left: 0.25rem;
  color: #444;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
  width: 1rem;
}
@media screen and (min-width: 20rem) {
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
    width: calc(1rem + 1 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
    width: 2rem;
}
}
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
  height: 1rem;
}
@media screen and (min-width: 20rem) {
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
    height: calc(1rem + 1 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
    height: 2rem;
}
}
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
  font-size: 0.875rem;
}
@media screen and (min-width: 20rem) {
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
    font-size: calc(0.875rem + 0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__prev[data-v-c65d24f4], .pagination__next[data-v-c65d24f4] {
    font-size: 1rem;
}
}
.pagination__prev[data-v-c65d24f4]::before, .pagination__next[data-v-c65d24f4]::before {
  display: none;
}
.pagination__prev[data-v-c65d24f4]::after, .pagination__next[data-v-c65d24f4]::after {
  font-size: 1.25rem;
}
.pagination__prev span[data-v-c65d24f4], .pagination__next span[data-v-c65d24f4] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.pagination__prev[data-v-c65d24f4]:not([data-active]), .pagination__next[data-v-c65d24f4]:not([data-active]) {
  color: #444;
  cursor: pointer;
}
.pagination__prev[data-v-c65d24f4]:not([data-active]):hover, .pagination__next[data-v-c65d24f4]:not([data-active]):hover {
  text-decoration: none;
  color: #444;
  cursor: not-allowed;
}
.pagination__prev[data-v-c65d24f4]:hover, .pagination__next[data-v-c65d24f4]:hover {
  color: #0022aa;
  text-decoration: none;
}
.pagination__prev[data-v-c65d24f4] {
  margin-right: 0.5rem;
  margin-left: 0;
  background: url("../img/template-images/page_left.gif") no-repeat center;
}
.pagination__next[data-v-c65d24f4] {
  margin-left: 0.5rem;
  margin-right: 0;
  background: url("../img/template-images/page_right.gif") no-repeat center;
}
.pagination__numbers[data-v-c65d24f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination__numbers[data-v-c65d24f4] {
  margin-left: -0.125rem;
}
@media screen and (min-width: 20rem) {
.pagination__numbers[data-v-c65d24f4] {
    margin-left: calc(-0.125rem + -0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__numbers[data-v-c65d24f4] {
    margin-left: -0.25rem;
}
}
.pagination__numbers[data-v-c65d24f4] {
  margin-right: -0.125rem;
}
@media screen and (min-width: 20rem) {
.pagination__numbers[data-v-c65d24f4] {
    margin-right: calc(-0.125rem + -0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__numbers[data-v-c65d24f4] {
    margin-right: -0.25rem;
}
}
.pagination__number[data-v-c65d24f4] {
  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;
  cursor: default;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.pagination__number[data-v-c65d24f4] {
  width: 1.375rem;
}
@media screen and (min-width: 20rem) {
.pagination__number[data-v-c65d24f4] {
    width: calc(1.375rem + 2.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__number[data-v-c65d24f4] {
    width: 3.5rem;
}
}
.pagination__number[data-v-c65d24f4] {
  height: 1.375rem;
}
@media screen and (min-width: 20rem) {
.pagination__number[data-v-c65d24f4] {
    height: calc(1.375rem + 2.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__number[data-v-c65d24f4] {
    height: 3.5rem;
}
}
.pagination__number[data-v-c65d24f4] {
  font-size: 1rem;
}
@media screen and (min-width: 20rem) {
.pagination__number[data-v-c65d24f4] {
    font-size: calc(1rem + 0.125 * ((100vw - 20rem) / 62));
}
}
@media screen and (min-width: 82rem) {
.pagination__number[data-v-c65d24f4] {
    font-size: 1.125rem;
}
}
.pagination__number[data-v-c65d24f4]::before {
  display: none;
}
.pagination__number--active[data-v-c65d24f4] {
  background-color: #0022aa;
  color: #fff;
  font-weight: 700;
}
.pagination__ellipsis[data-v-c65d24f4] {
  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;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0.25rem;
}
.pagination__ellipsis + .pagination__ellipsis[data-v-c65d24f4] {
  display: none;
}
.pagination a.pagination__number[data-v-c65d24f4] {
  cursor: pointer;
  color: #444;
}
.pagination a.pagination__number[data-v-c65d24f4]:hover {
  text-decoration: none;
  background-color: #0056ac;
  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-3bf6f07e]: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 *************************
*******************************************/
/******************************************/
body:not(.using-mouse) *[data-v-3bf6f07e]:focus {
  outline: none;
}
.search-header[data-v-3bf6f07e] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: span 1/span 1;
}
.search-header__form[data-v-3bf6f07e] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.search-header__heading[data-v-3bf6f07e] {
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 0.5rem;
  color: #739abc;
}
.search-header__heading[data-v-3bf6f07e]:only-child {
  margin: 0;
}
.search-header__input[data-v-3bf6f07e] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #d3d6d8;
}
.search-header__input[data-v-3bf6f07e]::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
}
.search-header__input[data-v-3bf6f07e]::-moz-placeholder {
  color: #000;
  font-weight: 300;
}
.search-header__input[data-v-3bf6f07e]:-ms-input-placeholder {
  color: #000;
  font-weight: 300;
}
.search-header__input[data-v-3bf6f07e]::-ms-input-placeholder {
  color: #000;
  font-weight: 300;
}
.search-header__input[data-v-3bf6f07e]::placeholder {
  color: #000;
  font-weight: 300;
}
.search-header__submit[data-v-3bf6f07e] {
  position: absolute;
  right: 0;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #0056ac;
  color: #000;
  height: 100%;
  margin-bottom: 0;
  padding: 0 0.5rem 0 2rem;
  font-size: 2rem;
  line-height: 1;
  border: 0;
  border-left: 1px solid #d3d6d8;
  font-weight: 600;
  cursor: pointer;
  background: url("../img/template-images/searchresults_submit.gif") no-repeat center;
}
.search-header__submit i[data-v-3bf6f07e] {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.search-header__results[data-v-3bf6f07e] {
  line-height: 1;
  font-weight: 600;
  cursor: default;
  margin-top: 1rem;
  font-size: 1rem;
}
.sorting-container[data-v-3bf6f07e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}
.container-mobile[data-v-3bf6f07e] {
  margin-bottom: 0;
}
.sorting[data-v-3bf6f07e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  color: #444;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  color: #739abc;
  font-size: 1rem;
}
.sorting[data-v-3bf6f07e]::before {
  display: none;
}
.sorting[data-v-3bf6f07e]::after {
  font-size: 1.25rem;
}
.sorting[data-v-3bf6f07e]:first-child {
  margin-right: 1rem;
}
.sorting__label[data-v-3bf6f07e] {
  cursor: default;
}
.sorting__asc[data-v-3bf6f07e] {
  height: 1rem;
}
.sorting__asc[data-v-3bf6f07e]::after {
  content: "Date: Oldest First";
  margin-right: 1rem;
}
.sorting__desc[data-v-3bf6f07e] {
  height: 1rem;
}
.sorting__desc[data-v-3bf6f07e]::after {
  content: "Date: Newest First";
  margin-right: 1rem;
}
.sorting__active[data-v-3bf6f07e] {
  font-size: 1rem;
  font-weight: 700;
}/*******************************************
******* 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-7f7e3728]: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-7f7e3728] {
  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;
  min-height: 50rem;
  width: 100%;
  padding: 0 1.25rem;
  max-width: 82rem;
  margin: 0 auto;
}
.loader-wrapper[data-v-7f7e3728] {
  position: relative;
}
.loader-wrapper span[data-v-7f7e3728] {
  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;
  width: 5rem;
  height: 5rem;
  background-color: #323232;
  border-radius: 50%;
}
.loader-wrapper span[data-v-7f7e3728]:before {
  content: "Loading";
  font-size: 12px;
  color: #fff;
}
.loader-wrapper span[data-v-7f7e3728]:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5rem;
  height: 5rem;
  background-color: rgba(50, 50, 50, 0.6);
  border-radius: 50%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-animation: pulse-data-v-7f7e3728 1s infinite;
          animation: pulse-data-v-7f7e3728 1s infinite;
}
@-webkit-keyframes pulse-data-v-7f7e3728 {
0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
}
100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
}
}
@keyframes pulse-data-v-7f7e3728 {
0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
}
100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
}
}/*******************************************
******* 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-4242a6af]: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 *************************
*******************************************/
/******************************************/
.document[data-v-4242a6af] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  border-bottom: 1px solid #f3f3f3;
}
.document[data-v-4242a6af]:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
.document[data-v-4242a6af] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
.document__content[data-v-4242a6af] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
.document__content[data-v-4242a6af] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}
}
.document__title[data-v-4242a6af] {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.document__title a[data-v-4242a6af] {
  color: #5988b1;
  cursor: pointer;
}
.document__title p[data-v-4242a6af] {
  margin-bottom: 0;
}
.document__meta[data-v-4242a6af] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0.5rem 0.5rem 0;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.document__meta-item[data-v-4242a6af] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  color: #222;
  font-size: 0.875rem;
}
.document__meta-item[data-v-4242a6af]:not(:last-child)::after {
  content: "|";
  margin: 0 0.5rem;
  pointer-events: none;
  color: #888;
}
.document__meta-item *[data-v-4242a6af] {
  margin: 0 0.25rem;
}
.document__meta-item *[data-v-4242a6af]:first-child {
  margin-left: 0;
}
.document__summary[data-v-4242a6af] {
  font-size: 1.1rem;
  margin: 0.25rem 0;
}/*******************************************
******* 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-5519a450]: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 *************************
*******************************************/
/******************************************/
.tag[data-v-5519a450] {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 max-content;
          flex: 1 1 max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0.5rem;
  background-color: #f3f3f3;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media (min-width: 768px) {
.tag[data-v-5519a450] {
    margin-bottom: 0.5rem;
}
}
.tag[data-v-5519a450]::after {
  content: "/d7";
  margin-left: 0.5rem;
  font-size: 0.875rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: color 0.05s ease, -webkit-transform 0.25s ease;
  transition: color 0.05s ease, -webkit-transform 0.25s ease;
  transition: color 0.05s ease, transform 0.25s ease;
  transition: color 0.05s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.tag[data-v-5519a450]:not(:last-child) {
  margin-right: 0.625rem;
}
.tag[data-v-5519a450]:hover {
  background-color: #0022aa;
  color: #fff;
}
.tag[data-v-5519a450]:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}/*******************************************
******* 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-99dc5ab8]: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 *************************
*******************************************/
/******************************************/
.filter-group[data-v-99dc5ab8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-group:first-child .filter-group__title[data-v-99dc5ab8] {
  border-top: 1px solid #f3f3f3;
}
.filter-group[data-v-99dc5ab8]:last-of-type {
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}
.filter-group__title[data-v-99dc5ab8] {
  position: relative;
  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;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #f3f3f3;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
}
.filter-group__title[data-v-99dc5ab8]::before, .filter-group__title[data-v-99dc5ab8]::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #000;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.filter-group__title[data-v-99dc5ab8]::before {
  right: 0;
}
.filter-group__title[data-v-99dc5ab8]::after {
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filter-group__title[data-v-99dc5ab8]:hover {
  color: #0022aa;
}
.filter-group__title[data-v-99dc5ab8]:hover::before, .filter-group__title[data-v-99dc5ab8]:hover::after {
  background-color: #0022aa;
}
.active .filter-group__title[data-v-99dc5ab8]::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.filter-group__options[data-v-99dc5ab8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #f3f3f3;
}
.filter-group__options-inner[data-v-99dc5ab8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.875rem 0 0.875rem;
}@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-0046ba90]: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 *************************
*******************************************/
/******************************************/
.filter-item[data-v-0046ba90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.125rem;
}
.filter-item[data-v-0046ba90]:not(:last-child) {
  margin-bottom: 0.875rem;
}
.filter-item__input[data-v-0046ba90] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.filter-item__input:focus:not(body.using-mouse *) + .filter-item__label[data-v-0046ba90] {
  -webkit-box-shadow: 0 0 0 2px #444;
          box-shadow: 0 0 0 2px #444;
}
.filter-item__input:focus:not(body.using-mouse *) + .filter-item__label[data-v-0046ba90]::before {
  color: #dadada;
}
.filter-item__input:checked + .filter-item__label[data-v-0046ba90]::before {
  background-color: #0022aa;
  color: #fff;
  border-color: #0022aa;
}
.filter-item__label[data-v-0046ba90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
}
.filter-item__label[data-v-0046ba90]::before {
  content: "✓";
  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;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  margin-right: 0.75rem;
  font-size: 1rem;
  color: transparent;
  border: 1px solid #aaaaaa;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}/*******************************************
******* 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-78e5c146]: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 *************************
*******************************************/
/******************************************/
*[data-v-78e5c146] {
  will-change: height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}/*******************************************
******* 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 *************************
*******************************************/
/******************************************/
.expand-enter-active,
.expand-leave-active {
  -webkit-transition: height 350ms ease;
  transition: height 350ms ease;
  overflow: hidden;
}
.expand-enter,
.expand-leave-to {
  height: 0;
}