@charset "UTF-8";

body {
  background-color: #f7f7f7;
}

.b-page-section {
  background: #fff;
  padding: 24px;
  border: 1px solid #ebebeb;
}

@media (min-width: 768px) {
  .b-page-section {
    padding: 32px;
  }
}

.b-logo-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: -4px;
}

/* Lists */
.b-list li {
  margin-bottom: 24px;
}

/* Footer */
.b-footer {
  background-color: #e7e7e7;
  border-top: 1px solid #d7d7d7;
  padding: 16px 5% 16px 5%;
  margin-top: 40px;
}

.b-footer-wrapper {
  max-width: 1160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #202020;
  margin: 0 auto;
}

@media (min-width: 1160px) {
  .b-footer {
    padding: 32px 0 32px 0;
  }
  .b-footer-wrapper {
    width: 90%;
  }
}

/***** Typography *****/
.b-t-display {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.b-t-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.b-t-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.b-t-subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.b-t-featured {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.b-t-caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.b-t-display,
.b-t-heading {
  margin-bottom: 16px;
}

.b-t-title,
.b-t-subtitle {
  margin-bottom: 8px;
}

.b-t-display,
.b-t-heading {
  margin-bottom: 16px;
}

/***** Icons *****/
.b-icn {
  display: inline-block;
}

.b-icn--larger {
  width: 24px;
  height: 24px;
}

/***** Hero *****/
.b-hero-title {
  margin-bottom: 12px;
}

.b-hero-subtitle {
  margin-bottom: 16px;
}

.b-card {
  margin-bottom: 16px;
  padding: 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.12), 0 0 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px 16px 0 16px;
  background-color: #fff;
}

/***** Hero *****/
.b-hero-inner {
  display: flex;
  justify-content: flex-start;
}

.b-hero-search {
  width: 100%;
}

.b-hero-illustration {
  display: none;
  max-height: 160px;
}

@media (min-width: 768px) {
  .b-hero-illustration {
    margin-left: 48px;
    display: block;
  }
}

/***** Accordion *****/
.b-card__heading {
  box-sizing: border-box;
  display: flex;
  border: 0;
  background: transparent;
  outline: 0;
  text-align: left;
  width: 100%;
  align-items: center;
  padding-bottom: 16px;
}

/* Accordion heading */
.b-card__heading__title-block {
  width: 100%;
}

.b-card__heading__icon {
  margin-right: 16px;
  align-self: flex-start;
}

[dir="rtl"] .b-card__heading__icon {
  margin-left: 16px;
  margin-right: 0;
}

.b-card__heading__subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #919191;
  margin-top: 2px;
}

/* Accordion row (sections) */
.b-accordion__row {
  margin: 0 -16px;
  border-top: 1px solid #ebebeb;
}

/* Accordion row (section title links) */
button.b-accordion__row__header {
  background: transparent;
  border: 0;
  display: block;
  padding: 16px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

button.b-accordion__row__header:focus {
  outline: 0;
}

.b-accordion__row:hover {
  background-color: #f7f7f7;
}

.js-active.b-accordion__row:hover {
  background-color: #fff;
}

.b-accordion__row:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.b-accordion__row__header__expand {
  align-self: center;
  margin-left: 16px;
  transition: 0.2s transform ease-in-out;
}

.b-accordion__row.js-active .b-accordion__row__header__expand {
  transform: rotate(-45deg);
}

[dir="rtl"] .b-accordion__row__header__expand {
  margin-left: 0;
  margin-right: 16px;
}

.b-accordion__row__content li a.b-accordion__see-all-articles {
  font-weight: bold;
}

/* Accordiong article list */
.b-accordion__row__content {
  margin: -8px 0 16px 0;
}

.b-accordion__row__content li {
  margin: 0;
  padding: 0 16px 0 24px;
}

.b-accordion__row__content li:last-child {
  border-bottom: 0;
}

.b-accordion__row__content li:hover {
  background: #f7f7f7;
}

.b-accordion__row__content li a {
  display: block;
  padding: 8px 0;
  font-weight: normal;
  line-height: 24px;
}

.b-accordion__row__content li a:hover {
  text-decoration: none;
}

.b-accordion__row .b-accordion__row__content {
  display: none;
}

.b-accordion__row.js-active .b-accordion__row__content {
  display: block;
}

/***** Forms *****/
input[type="checkbox"] + p {
}

.form-field .nesty-input:after {
  font-size: 24px;
  top: 10%;
  color: #919191;
}
