/**
 * Components - blocks
 */
/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.filter-drawer {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  background-color: #1d1d1b;
  color: #ffffff;
}

.filter-drawer__drawer {
  align-items: center;
}
.filter-drawer__drawer[open] .filter-drawer__handle::after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27><path fill=%27%23ffffff%27 d=%27M8.12 14.71L12 10.83l3.88 3.88c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L12.7 8.71c-.39-.39-1.02-.39-1.41 0L6.7 13.3c-.39.39-.39 1.02 0 1.41.39.38 1.03.39 1.42 0z%27/></svg>");
}

.filter-drawer__handle {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 24px 16px;
  position: relative;
}
.filter-drawer__handle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  min-width: 24px;
  min-height: 24px;
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27><path fill=%27%23ffffff%27 d=%27M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z%27/></svg>");
  background-repeat: no-repeat;
  background-position: right;
}
.filter-drawer__handle::before {
  content: "filter_list";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.filter-drawer__tray {
  background-color: #edeff1;
  color: #1d1d1b;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #1d1d1b;
  padding: 16px;
}

@media (min-width: 768px) {
  .filter-drawer--feed {
    display: none;
  }
}

.filter-drawer__checkboxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-drawer__checkboxes {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .filter-drawer__checkboxes .o-checkbox {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 8px;
  }
}

.w-filter-bar {
  width: 100%;
  padding: 0 16px;
  background: #1d1d1b;
}

.filter-bar {
  width: 100%;
  max-width: 1244px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-bar__filters {
  display: flex;
}

.filter-bar__filter {
  padding: 16px 24px;
  color: #ffffff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.filter-bar__filter:hover, .filter-bar__filter.is-active {
  border-bottom: 2px solid #ffffff;
}

@media (max-width: 767px) {
  .filter-bar--feed {
    display: none;
  }
}

.w-filter-bar--light {
  background: #ebebeb;
}
.w-filter-bar--light .filter-bar__filter {
  color: #1d1d1b;
}
.w-filter-bar--light .filter-bar__filter:hover, .w-filter-bar--light .filter-bar__filter.is-active {
  border-bottom-color: #ef0000;
}

.w-filter-bar--large .filter-bar {
  padding-top: 0;
  padding-bottom: 0;
}
.w-filter-bar--large .filter-bar__filter {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  border-bottom-width: 8px;
}
@media (min-width: 768px) {
  .w-filter-bar--large .filter-bar__filter {
    font-size: 28px;
    line-height: 36px;
  }
}
.w-filter-bar--large .filter-bar__filter:hover, .w-filter-bar--large .filter-bar__filter.is-active {
  border-bottom-width: 8px;
}

.form__errors {
  margin-bottom: 24px;
}

.form__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: #d9121f;
}

.form__field-group {
  margin-bottom: 24px;
}
.form__field-group > .input-field {
  margin-bottom: 0;
}
.form__field-group > .input-field > .input-field__label {
  margin-bottom: 8px;
}
.form__field-group .o-radio {
  margin-bottom: 8px;
}
.form__field-group .o-checkbox:last-child {
  margin-bottom: 0;
}

.form__legend {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .form__legend {
    font-size: 28px;
    line-height: 36px;
  }
}

.form__toggle {
  display: none;
}
.form__toggle.is-visible {
  margin-bottom: 24px;
  display: block;
  background-color: #ebebeb;
}
.form__toggle.is-visible > .input-field {
  padding: 16px;
}
.form__toggle.is-visible > .select-field {
  padding: 16px;
  margin-bottom: 0;
}
.form__toggle.is-visible > .o-checkbox {
  padding: 16px;
  margin-bottom: 0;
}

/**
 * FormField
 *
 * To be used as follows:
 * @include formField(string fieldName);
 * Applies default styling to basic form field elements such as input, label, errors etc.
 *
 */
/**
 * ToggleField
 *
 * To be used as follows:
 * @include toggleField(string fieldName);
 * Applies default styling to toggle form field elements such as checkboxes & radio buttons.
 *
 */
.search {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.search [list]::-webkit-calendar-picker-indicator {
  margin-top: -4px;
}

.search__input {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: #4a4e57;
  font-weight: inherit;
  border-radius: 4px;
  border: 2px solid #7f8695;
  background-color: #ffffff;
  padding: 10px 8px;
}
.search__input:focus {
  border: 4px solid #1d1d1b;
  padding: 8px 6px;
}
.search__input:disabled {
  background-color: #edeff1;
  cursor: not-allowed;
}
.is-invalid .search__input {
  border-color: #d9121f;
}
.search__input::-moz-placeholder {
  color: rgba(74, 78, 87, 0.45);
}
.search__input::placeholder {
  color: rgba(74, 78, 87, 0.45);
}

.search__label {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 8px;
}
.search__label a {
  font-weight: 700;
}

.o-form_row__label--disabled {
  color: #7f8695;
}

.search__label--regular {
  font-weight: 400;
}

.search__label-required {
  font-weight: normal;
}

.search__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  color: #d9121f;
}
.search__error::before {
  content: "error";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.search__help {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: rgba(74, 78, 87, 0.8);
  text-align: left;
  margin-bottom: 8px;
}
.search__help a {
  color: #4a4e57;
  text-decoration: underline;
}

.search-select {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.search-select [list]::-webkit-calendar-picker-indicator {
  margin-top: -4px;
}

.search-select__input {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: #4a4e57;
  font-weight: inherit;
  border-radius: 4px;
  border: 2px solid #7f8695;
  background-color: #ffffff;
  padding: 10px 8px;
}
.search-select__input:focus {
  border: 4px solid #1d1d1b;
  padding: 8px 6px;
}
.search-select__input:disabled {
  background-color: #edeff1;
  cursor: not-allowed;
}
.is-invalid .search-select__input {
  border-color: #d9121f;
}
.search-select__input::-moz-placeholder {
  color: rgba(74, 78, 87, 0.45);
}
.search-select__input::placeholder {
  color: rgba(74, 78, 87, 0.45);
}

.search-select__label {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 8px;
}
.search-select__label a {
  font-weight: 700;
}

.o-form_row__label--disabled {
  color: #7f8695;
}

.search-select__label--regular {
  font-weight: 400;
}

.search-select__label-required {
  font-weight: normal;
}

.search-select__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  color: #d9121f;
}
.search-select__error::before {
  content: "error";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.search-select__help {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: rgba(74, 78, 87, 0.8);
  text-align: left;
  margin-bottom: 8px;
}
.search-select__help a {
  color: #4a4e57;
  text-decoration: underline;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .search {
    width: 100%;
  }
}

.search__search-field {
  display: flex;
  flex: 5;
  position: relative;
}
.search__search-field::before {
  display: none;
}
@media (min-width: 768px) {
  .search__search-field::before {
    content: "search";
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    color: #bcbcbc;
    display: block;
  }
}

.search__input {
  margin-bottom: 0;
  width: 100%;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .search__input {
    padding: 10px 8px 10px 32px;
    margin-right: 16px;
    border-right: 2px solid;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.search__input:focus {
  box-shadow: none;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .search__input:focus {
    box-shadow: 0 2px 4px 0 rgba(127, 134, 149, 0.5);
  }
}

.search__error {
  display: none;
}
.is-invalid > .search__error {
  font-family: var(--body-font);
  font-size: 12px;
  line-height: 20px;
  color: #d9121f;
  position: absolute;
  left: 0;
  margin-top: 50px;
  display: block;
}

.search__text-label {
  opacity: 0;
}

.search__submit {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-indent: -9999px;
  position: relative;
  width: 48px;
}
@media (min-width: 768px) {
  .search__submit {
    text-indent: 0;
    width: auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    line-height: 16px;
  }
}
.search__submit::before {
  content: "search";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  color: #bcbcbc;
  display: block;
  position: absolute;
  text-indent: 0;
  left: 12px;
  top: 12px;
}
@media (min-width: 768px) {
  .search__submit::before {
    display: none;
  }
}

.search__preposition {
  display: none;
}
@media (min-width: 768px) {
  .search__preposition {
    display: block;
    margin-right: 16px;
  }
}

.search-results {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.search-results__search-bar {
  max-width: 1244px;
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 1276px) {
  .search-results__search-bar {
    width: 1244px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .search-results__filter-bar {
    display: none;
  }
}

@media (min-width: 992px) {
  .search-results__filter-drawer {
    display: none;
  }
}

.search-results__showing-results {
  max-width: 1244px;
  margin-right: 16px;
  margin-left: 16px;
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 1276px) {
  .search-results__showing-results {
    width: 1244px;
    margin-right: auto;
    margin-left: auto;
  }
}
.search-results__showing-results strong {
  color: #d9121f;
}

.search-results__pre-results {
  max-width: 1244px;
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 1276px) {
  .search-results__pre-results {
    width: 1244px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .search-results__pre-results {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
  }
}
.search-results__pre-results > .search-results__pagination {
  align-self: flex-end;
}

.search-results__filters-and-sorting {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .search-results__filters-and-sorting {
    display: none;
  }
}
.search-results__filters-and-sorting > *:not(:first-child) {
  border-left: 1px solid #1d1d1b;
  padding-left: 16px;
}

.search-results__sorting,
.search-results__filters {
  display: none;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .search-results__sorting,
  .search-results__filters {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
}
.search-results__sorting > .search-results__sort-field,
.search-results__sorting > .search-results__filter-field,
.search-results__filters > .search-results__sort-field,
.search-results__filters > .search-results__filter-field {
  margin-bottom: 0;
  width: auto;
}

.search-results__pagination {
  display: flex;
  justify-content: right;
}

.search-results__results {
  max-width: 1244px;
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 1276px) {
  .search-results__results {
    width: 1244px;
    margin-right: auto;
    margin-left: auto;
  }
}

.search-results__post-results {
  max-width: 1244px;
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 1276px) {
  .search-results__post-results {
    width: 1244px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .search-results__post-results {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-end;
  }
}

.search-results__sort {
  display: none;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .search-results__sort {
    display: flex;
  }
}
.search-results__sort > .select-field {
  width: auto;
  margin-right: 24px;
  margin-bottom: 24px;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.form__errors {
  margin-bottom: 24px;
}

.form__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: #d9121f;
}

.form__field-group {
  margin-bottom: 24px;
}
.form__field-group > .input-field {
  margin-bottom: 0;
}
.form__field-group > .input-field > .input-field__label {
  margin-bottom: 8px;
}
.form__field-group .o-radio {
  margin-bottom: 8px;
}
.form__field-group .o-checkbox:last-child {
  margin-bottom: 0;
}

.form__legend {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .form__legend {
    font-size: 28px;
    line-height: 36px;
  }
}

.form__toggle {
  display: none;
}
.form__toggle.is-visible {
  margin-bottom: 24px;
  display: block;
  background-color: #ebebeb;
}
.form__toggle.is-visible > .input-field {
  padding: 16px;
}
.form__toggle.is-visible > .select-field {
  padding: 16px;
  margin-bottom: 0;
}
.form__toggle.is-visible > .o-checkbox {
  padding: 16px;
  margin-bottom: 0;
}

/**
 * FormField
 *
 * To be used as follows:
 * @include formField(string fieldName);
 * Applies default styling to basic form field elements such as input, label, errors etc.
 *
 */
/**
 * ToggleField
 *
 * To be used as follows:
 * @include toggleField(string fieldName);
 * Applies default styling to toggle form field elements such as checkboxes & radio buttons.
 *
 */
/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.o-checkbox {
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.o-checkbox__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.o-checkbox__input:focus + .o-checkbox__label::before {
  outline: 2px solid #3244ff;
  outline-offset: 2px;
}
.has-suppressed-highlight .o-checkbox__input:focus + .o-checkbox__label::before {
  outline: none;
  outline-offset: 0;
  box-shadow: 0 0 4px 0 #3244ff;
}

.o-checkbox__label {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 24px;
  color: #1d1d1b;
  cursor: pointer;
}
.o-checkbox__label::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  border: 2px solid #4a4e57;
  margin-right: 8px;
  display: inline-block;
  background-color: #ffffff;
}
.o-checkbox__label > span {
  flex: 1;
}
.o-checkbox__label:hover::before {
  background: #edeff1;
}

.o-checkbox__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  color: #d9121f;
}
.o-checkbox__error::before {
  content: "error";
  font-family: "Material Icons Round";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.o-checkbox__help {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(74, 78, 87, 0.8);
  text-align: left;
}
.o-checkbox__help a {
  color: #4a4e57;
  text-decoration: underline;
}

.o-checkbox__label {
  align-items: center;
}
.o-checkbox__label.input-field__label {
  font-weight: normal;
}
.o-checkbox__label::before {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  align-self: flex-start;
}

.o-checkbox__input:checked + .o-checkbox__label::before {
  background-color: #3244ff;
  border-radius: 3px;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #3244ff;
}
.o-checkbox__input:checked + .o-checkbox__label::after {
  content: "";
  transform: rotate(45deg) scale(1);
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 1;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.o-radio {
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.o-radio__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.o-radio__input:focus + .o-radio__label::before {
  outline: 2px solid #3244ff;
  outline-offset: 2px;
}
.has-suppressed-highlight .o-radio__input:focus + .o-radio__label::before {
  outline: none;
  outline-offset: 0;
  box-shadow: 0 0 4px 0 #3244ff;
}

.o-radio__label {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 24px;
  color: #1d1d1b;
  cursor: pointer;
}
.o-radio__label::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  border: 2px solid #4a4e57;
  margin-right: 8px;
  display: inline-block;
  background-color: #ffffff;
}
.o-radio__label > span {
  flex: 1;
}
.o-radio__label:hover::before {
  background: #edeff1;
}

.o-radio__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  color: #d9121f;
}
.o-radio__error::before {
  content: "error";
  font-family: "Material Icons Round";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.o-radio__help {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: rgba(74, 78, 87, 0.8);
  text-align: left;
}
.o-radio__help a {
  color: #4a4e57;
  text-decoration: underline;
}

.o-radio__label.input-field__label {
  font-weight: normal;
}
.o-radio__label::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex: 0 0 18px;
  align-self: flex-start;
}

.o-radio__input:checked + .o-radio__label::before {
  background: transparent;
  border-color: #3244ff;
}
.o-radio__input:checked + .o-radio__label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background: #3244ff;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.select-field {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.select-field [list]::-webkit-calendar-picker-indicator {
  margin-top: -4px;
}

.select-field__input {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: #4a4e57;
  font-weight: inherit;
  border-radius: 4px;
  border: 2px solid #7f8695;
  background-color: #ffffff;
  padding: 10px 8px;
}
.select-field__input:focus {
  border: 4px solid #1d1d1b;
  padding: 8px 6px;
}
.select-field__input:disabled {
  background-color: #edeff1;
  cursor: not-allowed;
}
.is-invalid .select-field__input {
  border-color: #d9121f;
}
.select-field__input::-moz-placeholder {
  color: rgba(74, 78, 87, 0.45);
}
.select-field__input::placeholder {
  color: rgba(74, 78, 87, 0.45);
}

.select-field__label {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 8px;
}
.select-field__label a {
  font-weight: 700;
}

.o-form_row__label--disabled {
  color: #7f8695;
}

.select-field__label--regular {
  font-weight: 400;
}

.select-field__label-required {
  font-weight: normal;
}

.select-field__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  color: #d9121f;
}
.select-field__error::before {
  content: "error";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.select-field__help {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: rgba(74, 78, 87, 0.8);
  text-align: left;
  margin-bottom: 8px;
}
.select-field__help a {
  color: #4a4e57;
  text-decoration: underline;
}

.select-field__input {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27><path d=%27M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z%27/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 50%;
  padding-right: 40px;
}
.select-field__input:focus {
  padding-right: 40px;
}

.select-field__input--no-padding {
  padding: 0;
}

.select-field--inline {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .select-field--inline {
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
}
.select-field--inline .select-field__label {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .select-field--inline .select-field__label {
    margin: 0 12px 0 0;
  }
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.input-field {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.input-field [list]::-webkit-calendar-picker-indicator {
  margin-top: -4px;
}

.input-field__input {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: #4a4e57;
  font-weight: inherit;
  border-radius: 4px;
  border: 2px solid #7f8695;
  background-color: #ffffff;
  padding: 10px 8px;
}
.input-field__input:focus {
  border: 4px solid #1d1d1b;
  padding: 8px 6px;
}
.input-field__input:disabled {
  background-color: #edeff1;
  cursor: not-allowed;
}
.is-invalid .input-field__input {
  border-color: #d9121f;
}
.input-field__input::-moz-placeholder {
  color: rgba(74, 78, 87, 0.45);
}
.input-field__input::placeholder {
  color: rgba(74, 78, 87, 0.45);
}

.input-field__label {
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 8px;
}
.input-field__label a {
  font-weight: 700;
}

.o-form_row__label--disabled {
  color: #7f8695;
}

.input-field__label--regular {
  font-weight: 400;
}

.input-field__label-required {
  font-weight: normal;
}

.input-field__error {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
  color: #d9121f;
}
.input-field__error::before {
  content: "error";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field__help {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: rgba(74, 78, 87, 0.8);
  text-align: left;
  margin-bottom: 8px;
}
.input-field__help a {
  color: #4a4e57;
  text-decoration: underline;
}

.input-field--with-associated-control {
  margin-bottom: 8px;
}

/**
 * This file is read by the styleguide to automatically produce the list of colours names and variables
 * in the General/Colours page.
 *
 * It will assume any line beginning with an "$" is a colour definition line, and will ignore all others.
 */
/**
 * Site colours
 */
/**
 * Theme colours
 */
/**
 * General success / error type colours
 */
/**
 * Overrides for defaults set in include-media.scss
 */
/**
 * Icon font
 *
 * To be used as follows:
 * @include icon(string ligature, fontSize);
 * default font size 24px as this is preferred for material icons
 *
 */
/**
 * AvatarImage
 * Styles the standard avatar image (round icon)
 *
 * To be used as follows:
 * @include avatarImage($size);
 * where $size provides the height and width of the image
 *
 */
/**
 * Line clamp
 *
 * To be used as follows:
 * @include line-clamp(int number-of-lines);
 *
 */
/**
 * Loading shimmer
 * A loading animation in which a gradient sweeps through the background
 *
 * To be used as follows:
 * @include loadingShimmer;
 *
 */
/**
 * Card percentage width
 *
 * To be used as follows:
 * @include cardPercentageWidth(int number-per-row, horizontal-margin-between);
 *
 */
/**
 * Fade
 *
 * To be used as follows:
 * @include fade(int transition-time, bool reverse-animation, string transition-type);
 * reverse-animation defaults to false (fadeOut), true will make this a fadeIn transition.
 * transition-type defaults to ease
 * Requires '.fade' class to be applied to the element.
 *
 */
/**
 * Fields
 *
 * To be used as follows:
 * @include fields;
 * Applies default styling to basic form field elements such as input, textarea, select etc.
 *
 */
/**
 * Waffles
 */
.o-bar-input {
  border: none;
  margin: 0;
  padding: 4px 0 8px;
}

.o-bar-input__title {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.o-bar-input__options {
  display: flex;
}

.o-bar-input__input {
  display: none;
}

.o-bar-input__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  flex: 1 1 20%;
  background-color: #edeff1;
  color: #1d1d1b;
  margin-right: 8px;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  padding: 4px;
  cursor: pointer;
}
.o-bar-input__label:last-child {
  margin-right: 0;
}

.o-bar-input__input:not(:checked) + .o-bar-input__label:hover {
  background-color: #d9121f;
  color: #ffffff;
}

.o-bar-input__input:checked + .o-bar-input__label {
  background-color: #d9121f;
  color: #ffffff;
}

.search-select {
  margin-bottom: 0;
  display: flex;
  flex: 2 0;
  max-width: calc(55% - 48px);
}
@media (min-width: 768px) {
  .search-select {
    margin-right: 16px;
    max-width: none;
  }
}

.search-select__input {
  margin-bottom: 0;
  border-right: 0;
  border-radius: 0;
  padding-right: 24px;
  min-width: 104px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27><path d=%27M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z%27/></svg>");
  background-repeat: no-repeat;
  background-position: right;
}
@media (min-width: 768px) {
  .search-select__input {
    border-radius: 4px;
    border-right: 2px solid;
  }
}

.search-select__input:focus {
  box-shadow: none;
}
@media (min-width: 768px) {
  .search-select__input:focus {
    box-shadow: 0 2px 4px 0 rgba(127, 134, 149, 0.5);
  }
}

.no-search-results__title {
  font-family: var(--header-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .no-search-results__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.no-search-results__title::before {
  content: "search";
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  align-self: center;
  margin-right: 24px;
}
