/* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before, rule-empty-line-before */
/**
 * Convert px to rem or em. Unitless values are assumed to be in px.
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to either rem or em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Bool}   $em Use `em` units, if true
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to em
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Convert a list of px values (with or without the 'px' string) to rem
 *
 * @param {List}   $values Single value or list of values to convert
 * @param {Number} $base-value Root font size on which to base conversions
 */
/**
 * Remove default browser button styles
 */
/**
 * Default input button styles
 */
/**
 * Visually hide an element and leave it only for screenreaders
 */
/**
 * Allow item outdent within a static width container.
 */
/**
 * Reusable button style mixin.
 */
/**
 * Build corners for callout module.
 */
/*
  https://github.com/fregante/object-fit-images/blob/master/preprocessors/mixin.scss
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Flexbox utility originally from curated content
*/
/* stylelint-enable */
/**
 * Generate map of breakpoint values
 */
/**
 * If you want, include custom media queries in the first parameter of map_merge below
 * (example 'admin-bar' media query provided)
 */
/**
 * Retrive prepared media query
 *
 * @param {string} $query Key to acess in breakpoints object. If you're lookin for one of the generated breakpoints,
 *                        pass in a string constructed using a key from $bp-values
 *                        and either 'min' (for `min-width`) or 'max' (for `max-width`), separated by a hyphen.
 */
/* Gradients */
/* stylelint-disable declaration-no-important */
/* stylelint-enable declaration-no-important */
/** Styles for the search results listing */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* stylelint-disable */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  background-color: white; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* stylelint-enable */
/* stylelint-disable selector-max-specificity, declaration-no-important */
.search__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem;
  max-width: 79rem; }
  .search__wrapper .page__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.75rem;
    padding: 1.25rem 0; }
    @media (min-width: 48.0625rem) {
      .search__wrapper .page__header {
        padding: 1.25rem; } }
  .search__wrapper .page__title {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
    padding: 0 1.25rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 48.0625rem) {
      .search__wrapper .page__title {
        font-size: 2.25rem;
        line-height: 2.75rem; } }
    @media (min-width: 48.0625rem) {
      .search__wrapper .page__title {
        padding: 0; } }
    .page-topic-archive .search__wrapper .page__title {
      margin-bottom: 0.625rem; }
  .search__wrapper.has-sidebar .page__header {
    margin-bottom: 1.75rem;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 80rem) {
      .search__wrapper.has-sidebar .page__header {
        margin-bottom: 4rem; } }
    .page-topic-archive .search__wrapper.has-sidebar .page__header {
      margin: 0; }
  .search__wrapper.has-sidebar .page__title {
    width: 100%; }
    .page-topic-archive .search__wrapper.has-sidebar .page__title {
      margin-bottom: 0.625rem;
      text-align: left; }
  .search__wrapper .search-form,
  .search__wrapper .search__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media (min-width: 80rem) {
      .search__wrapper .search-form,
      .search__wrapper .search__container {
        padding-left: 0;
        padding-right: 0; } }
    .search__wrapper .search-form--context-body,
    .search__wrapper .search__container--context-body {
      margin-bottom: 0; }
      @media (min-width: 48.0625rem) {
        .search__wrapper .search-form--context-body,
        .search__wrapper .search__container--context-body {
          margin-bottom: 2.25rem; } }
      .page-topic-archive .search__wrapper .search-form--context-body, .page-topic-archive
      .search__wrapper .search__container--context-body {
        margin-bottom: 2.25rem; }
  .search__wrapper select.form-control {
    -webkit-appearance: none; }
  .search__wrapper select.form-control,
  .search__wrapper .form-group > input,
  .search__wrapper .search-input > input {
    font-size: 0.875rem;
    line-height: 1.375rem;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #6c5e70;
    height: 2.4375rem;
    line-height: 1.6;
    margin-top: 0.25rem;
    outline: none;
    padding: 0.375rem 0.75rem;
    -webkit-transition: border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out; }
  .search__wrapper .search__container {
    border-top: 1px solid #efefef;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: "Roboto", helvetica, arial, sans-serif;
    min-height: 100vh;
    padding-top: 2.25rem; }
    @media (max-width: 63.9375rem) {
      .search__wrapper .search__container {
        border-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0; }
        .page-topic-archive .search__wrapper .search__container {
          border-top: 1px solid #efefef;
          padding-top: 2.25rem; } }
    .search__wrapper .search__container .search__facets {
      margin-right: 2.25rem;
      width: 30%; }
      @media (max-width: 63.9375rem) {
        .search__wrapper .search__container .search__facets {
          margin-right: 0;
          width: 100%; } }
  @media (min-width: 64rem) {
    .search__wrapper .entry__content-wrapper .search__facets {
      width: 30%;
      will-change: min-height; } }
  @media (min-width: 64rem) {
    .search__wrapper.page--type--sidebar-left .entry__content-wrapper .search__facets {
      float: left; } }
  @media (min-width: 64rem) {
    .search__wrapper.page--type--sidebar-right .entry__content-wrapper .search__facets {
      float: right; } }
  .search__wrapper .entry__content-wrapper .search__facets,
  .search__wrapper .search__container .search__facets {
    background-color: #efefef;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 2.25rem; }
    @media (max-width: 63.9375rem) {
      .search__wrapper .entry__content-wrapper .search__facets,
      .search__wrapper .search__container .search__facets {
        margin-bottom: 2.25rem;
        padding: 0.875rem; } }
    .search__wrapper .entry__content-wrapper .search__facets .filters,
    .search__wrapper .search__container .search__facets .filters {
      position: relative; }
    .search__wrapper .entry__content-wrapper .search__facets .caret--input,
    .search__wrapper .search__container .search__facets .caret--input {
      display: none; }
    .search__wrapper .entry__content-wrapper .search__facets .caret,
    .search__wrapper .search__container .search__facets .caret {
      cursor: pointer;
      display: block;
      height: 15px;
      margin-left: auto;
      position: absolute;
      right: 0.125rem;
      top: 0.25rem;
      width: 15px; }
      @media (min-width: 64rem) {
        .search__wrapper .entry__content-wrapper .search__facets .caret,
        .search__wrapper .search__container .search__facets .caret {
          border-bottom: 1px solid #a7a9ab;
          display: none; } }
      .search__wrapper .entry__content-wrapper .search__facets .caret::before,
      .search__wrapper .search__container .search__facets .caret::before {
        border-radius: 3px;
        border-style: solid;
        border-width: 4px 0 0 4px;
        content: '';
        height: 0.9375rem;
        left: 50%;
        pointer-events: none;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%) rotate(-135deg);
            -ms-transform: translateX(-50%) rotate(-135deg);
                transform: translateX(-50%) rotate(-135deg);
        -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s;
        transition: top 0.3s ease-in-out, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, top 0.3s ease-in-out;
        transition: transform 0.3s, top 0.3s ease-in-out;
        transition: transform 0.3s, top 0.3s ease-in-out, -webkit-transform 0.3s;
        width: 0.9375rem; }
    .search__wrapper .entry__content-wrapper .search__facets .search__facet-form,
    .search__wrapper .search__container .search__facets .search__facet-form {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s, opacity 0.3s ease-in-out;
      -o-transition: max-height 0.3s, opacity 0.3s ease-in-out;
      transition: max-height 0.3s, opacity 0.3s ease-in-out; }
      @media (min-width: 64rem) {
        .search__wrapper .entry__content-wrapper .search__facets .search__facet-form,
        .search__wrapper .search__container .search__facets .search__facet-form {
          max-height: 625rem;
          opacity: 1; } }
    .search__wrapper .entry__content-wrapper .search__facets input[type=checkbox]:checked ~ label::before,
    .search__wrapper .search__container .search__facets input[type=checkbox]:checked ~ label::before {
      top: 0;
      -webkit-transform: translateX(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }
    .search__wrapper .entry__content-wrapper .search__facets input[type="checkbox"]:checked + label + .search__facet-form,
    .search__wrapper .search__container .search__facets input[type="checkbox"]:checked + label + .search__facet-form {
      max-height: 62.5rem !important;
      opacity: 1; }
  .search__wrapper .entry__content-wrapper h3.search__facets-section,
  .search__wrapper .search__container h3.search__facets-section {
    font-size: 1.125rem;
    line-height: 1.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    width: 100%; }
  .search__wrapper .entry__content-wrapper .form-group,
  .search__wrapper .search__container .form-group {
    margin-top: 3.5rem; }
    .search__wrapper .entry__content-wrapper .form-group.date-custom[aria-hidden='true'],
    .search__wrapper .search__container .form-group.date-custom[aria-hidden='true'] {
      display: none; }
    .search__wrapper .entry__content-wrapper .form-group:first-child,
    .search__wrapper .search__container .form-group:first-child {
      border-top: 1px solid #a7a9ab;
      margin-top: 0;
      padding-top: 1.75rem; }
    .search__wrapper .entry__content-wrapper .form-group.is-dropdown .form-label + input[type="checkbox"] + .placeholder,
    .search__wrapper .search__container .form-group.is-dropdown .form-label + input[type="checkbox"] + .placeholder {
      background: #fff;
      border: 1px solid #eaeaea;
      border-radius: 0.1875rem;
      color: #6c5e70;
      display: block;
      font-size: 0.875rem;
      font-weight: 400;
      margin-top: 0.25rem;
      padding: 0.375rem 0.625rem;
      text-transform: capitalize; }
    .search__wrapper .entry__content-wrapper .form-group.is-dropdown .form-label + input[type="checkbox"],
    .search__wrapper .search__container .form-group.is-dropdown .form-label + input[type="checkbox"] {
      left: 0;
      margin: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      visibility: hidden; }
    .search__wrapper .entry__content-wrapper .form-group.is-dropdown input[type="checkbox"]:checked + .placeholder + .form-group-dropdown-wrapper,
    .search__wrapper .search__container .form-group.is-dropdown input[type="checkbox"]:checked + .placeholder + .form-group-dropdown-wrapper {
      max-height: 15.5rem !important;
      opacity: 1;
      overflow-y: scroll; }
    .search__wrapper .entry__content-wrapper .form-group.is-dropdown .form-group-dropdown-wrapper,
    .search__wrapper .search__container .form-group.is-dropdown .form-group-dropdown-wrapper {
      background: white;
      border: 1px solid #eaeaea;
      border-bottom-left-radius: 0.1875rem;
      border-bottom-right-radius: 0.1875rem;
      border-top: 0;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      padding: 0.5rem 0.5rem 0;
      -webkit-transition: max-height 0.3s, opacity 0.3s ease-in-out;
      -o-transition: max-height 0.3s, opacity 0.3s ease-in-out;
      transition: max-height 0.3s, opacity 0.3s ease-in-out; }
  .search__wrapper .entry__content-wrapper .form-group label,
  .search__wrapper .entry__content-wrapper .form-group .form-label,
  .search__wrapper .search__container .form-group label,
  .search__wrapper .search__container .form-group .form-label {
    font-size: 0.875rem;
    line-height: 1.375rem;
    display: block;
    font-weight: 600;
    text-transform: uppercase; }
    .search__wrapper .entry__content-wrapper .form-group label[aria-hidden="true"],
    .search__wrapper .entry__content-wrapper .form-group .form-label[aria-hidden="true"],
    .search__wrapper .search__container .form-group label[aria-hidden="true"],
    .search__wrapper .search__container .form-group .form-label[aria-hidden="true"] {
      display: none; }
  .search__wrapper .entry__content-wrapper .form-control-wrapper,
  .search__wrapper .entry__content-wrapper .form-control,
  .search__wrapper .search__container .form-control-wrapper,
  .search__wrapper .search__container .form-control {
    display: block;
    width: 100%; }
    .search__wrapper .entry__content-wrapper .form-control-wrapper.inline,
    .search__wrapper .entry__content-wrapper .form-control.inline,
    .search__wrapper .search__container .form-control-wrapper.inline,
    .search__wrapper .search__container .form-control.inline {
      display: inline;
      width: auto; }
  .search__wrapper .entry__content-wrapper .checkbox-wrapper,
  .search__wrapper .search__container .checkbox-wrapper {
    margin-bottom: 0.25rem; }
    .search__wrapper .entry__content-wrapper .checkbox-wrapper label,
    .search__wrapper .search__container .checkbox-wrapper label {
      font-weight: 400;
      text-transform: none; }
  .search__wrapper .entry__content-wrapper .reset,
  .search__wrapper .search__container .reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
    .search__wrapper .entry__content-wrapper .reset a,
    .search__wrapper .search__container .reset a {
      font-size: 0.875rem;
      line-height: 1.375rem;
      font-weight: 600; }
  .search__wrapper .entry__content-wrapper .search__results,
  .search__wrapper .search__container .search__results {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0; }
    @media (min-width: 48.0625rem) {
      .search__wrapper .entry__content-wrapper .search__results,
      .search__wrapper .search__container .search__results {
        padding: 0 1.75rem; } }
  .search__wrapper .entry__content-wrapper .searchresult__item,
  .search__wrapper .search__container .searchresult__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 3.375rem 0; }
  .search__wrapper .entry__content-wrapper .searchresult__thumbnail,
  .search__wrapper .search__container .searchresult__thumbnail {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.75rem;
    width: 7.5rem; }
    @media (min-width: 48.0625rem) {
      .search__wrapper .entry__content-wrapper .searchresult__thumbnail,
      .search__wrapper .search__container .searchresult__thumbnail {
        display: block; } }
    .search__wrapper .entry__content-wrapper .searchresult__thumbnail img,
    .search__wrapper .search__container .searchresult__thumbnail img {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      width: 100%; }
  .search__wrapper .entry__content-wrapper .searchresult__title a,
  .search__wrapper .entry__content-wrapper .searchresult__meta a,
  .search__wrapper .search__container .searchresult__title a,
  .search__wrapper .search__container .searchresult__meta a {
    color: #262626; }
    .search__wrapper .entry__content-wrapper .searchresult__title a:hover, .search__wrapper .entry__content-wrapper .searchresult__title a:focus,
    .search__wrapper .entry__content-wrapper .searchresult__meta a:hover,
    .search__wrapper .entry__content-wrapper .searchresult__meta a:focus,
    .search__wrapper .search__container .searchresult__title a:hover,
    .search__wrapper .search__container .searchresult__title a:focus,
    .search__wrapper .search__container .searchresult__meta a:hover,
    .search__wrapper .search__container .searchresult__meta a:focus {
      text-decoration: underline; }
  .search__wrapper .entry__content-wrapper .searchresult__title,
  .search__wrapper .search__container .searchresult__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700; }
    @media (min-width: 48.0625rem) {
      .search__wrapper .entry__content-wrapper .searchresult__title,
      .search__wrapper .search__container .searchresult__title {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
  .search__wrapper .entry__content-wrapper .searchresult__meta,
  .search__wrapper .search__container .searchresult__meta {
    margin-bottom: 0.25rem; }
  .search__wrapper .entry__content-wrapper .searchresult__meta time,
  .search__wrapper .search__container .searchresult__meta time {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 300; }
  .search__wrapper .entry__content-wrapper .searchresult__excerpt,
  .search__wrapper .search__container .searchresult__excerpt {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4f463d; }
  .search__wrapper .entry__content-wrapper .pagination,
  .search__wrapper .search__container .pagination {
    font-size: 0.875rem;
    line-height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.25rem auto;
    text-transform: uppercase; }
    .search__wrapper .entry__content-wrapper .pagination li,
    .search__wrapper .search__container .pagination li {
      background-color: #eaeaea;
      margin: 0 0.0625rem; }
      .search__wrapper .entry__content-wrapper .pagination li span,
      .search__wrapper .entry__content-wrapper .pagination li a,
      .search__wrapper .search__container .pagination li span,
      .search__wrapper .search__container .pagination li a {
        background-color: #eaeaea;
        padding: 0.6875rem 0.84375rem; }
  .search__wrapper .entry__content-wrapper .no-results,
  .search__wrapper .search__container .no-results {
    text-align: center; }
    .search__wrapper .entry__content-wrapper .no-results h2,
    .search__wrapper .search__container .no-results h2 {
      font-size: 1.375rem;
      line-height: 2rem;
      font-weight: 700;
      margin: 1.25rem 0; }
      @media (min-width: 48.0625rem) {
        .search__wrapper .entry__content-wrapper .no-results h2,
        .search__wrapper .search__container .no-results h2 {
          font-size: 1.75rem;
          line-height: 2.25rem; } }


/*# sourceMappingURL=search.1dbdd10f2c370b29d9b9.min.css.map*/