/**
 * Awards Accordion — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/**
 * Awards Accordion — ships as style.css.
 *
 * From theme root (rsi-rcm): `npm run compile:blocks`.
 *
 * @package Rsi_Rcm
 */
.l-h1-v1 {
  font-size: 3.8125rem;
  font-weight: 700;
  line-height: 1;
}

.l-h1-v2 {
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width:1199px) {
  .l-h1-v2 {
    font-size: 8.4375rem;
    font-weight: 700;
    line-height: 1;
  }
}
.l-h2-v1 {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v1 {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
.l-h2-v2 {
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v2 {
    font-size: 3.8125rem;
    font-weight: 500;
    line-height: 1;
  }
}
.l-h2-v3 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h2-v3 {
    font-size: 3.0625rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-h3 {
  font-size: 2.4375rem;
  font-weight: 700;
  line-height: 1.2;
}

.l-h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width:1199px) {
  .l-h4 {
    font-size: 1.9375rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.l-body-lg {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.l-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.l-body-sm {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.l-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03rem;
}

.l-eyebrow {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
}

section.section.section--awards-accordion {
  background: var(--white);
  padding: 5.4375rem 0 5rem;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion {
    padding: 8.4375rem 0 7.5625rem;
  }
}
section.section.section--awards-accordion .rsi.awards-accordion {
  width: 100%;
  max-width: 65.5rem;
  margin: 0 auto;
}
section.section.section--awards-accordion .awards-accordion__header {
  margin-bottom: 3.125rem;
  text-align: center;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__header {
    margin-bottom: 3.8125rem;
  }
}
section.section.section--awards-accordion .awards-accordion__heading {
  margin: 0;
  color: var(--medium-purple);
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__heading {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1;
  }
}
section.section.section--awards-accordion .awards-accordion__body {
  display: flex;
  flex-direction: column;
  gap: 3.8125rem;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__body {
    gap: 2.3125rem;
  }
}
section.section.section--awards-accordion .awards-accordion__featured {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__featured {
    flex-direction: row;
    align-items: stretch;
  }
}
section.section.section--awards-accordion .awards-accordion__featured-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 2.25rem 2rem 1.8125rem;
  border-radius: 1rem;
  background: #f9f9f9;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__featured-card {
    flex: 1 1 0;
    min-width: 0;
    padding: 2.5rem 2.5rem 2rem;
    align-items: flex-start;
  }
}
section.section.section--awards-accordion .awards-accordion__featured-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 4.5rem;
  width: fit-content;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__featured-logo {
    max-width: 5.6875rem;
  }
}
section.section.section--awards-accordion .awards-accordion__featured-logo-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 5.5rem;
  object-fit: contain;
}
section.section.section--awards-accordion .awards-accordion__featured-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__featured-content {
    margin-top: 0.25rem;
    gap: 0.4375rem;
  }
}
section.section.section--awards-accordion .awards-accordion__featured-title {
  margin: 0;
  color: var(--medium-purple);
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}
section.section.section--awards-accordion .awards-accordion__featured-description {
  margin: 0;
  color: #4c4c4c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 1.2;
}
section.section.section--awards-accordion .awards-accordion__list {
  width: 100%;
  border-radius: 1rem;
  background: var(--white);
  overflow: hidden;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__list {
    border-radius: 0;
  }
}
section.section.section--awards-accordion .awards-accordion__list-heading {
  margin: 0;
}
section.section.section--awards-accordion .awards-accordion__list-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin: 0;
  padding: 2.5rem 2.375rem 2.25rem 2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--medium-purple);
  text-align: left;
  font: inherit;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__list-trigger {
    padding: 2.5rem 3rem 2.25rem 2.5rem;
  }
}
section.section.section--awards-accordion .awards-accordion__list-trigger:focus-visible {
  outline: 0.125rem solid var(--light-purple);
  outline-offset: -0.125rem;
}
section.section.section--awards-accordion .awards-accordion__list-trigger-label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-word;
}
section.section.section--awards-accordion .awards-accordion__chevron {
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__chevron {
    margin-bottom: 0.75rem;
  }
}
section.section.section--awards-accordion .awards-accordion.is-open .awards-accordion__chevron {
  transform: rotate(-135deg);
}
section.section.section--awards-accordion .awards-accordion__list-panel {
  overflow: hidden;
}
section.section.section--awards-accordion .awards-accordion__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.section.section--awards-accordion .awards-accordion__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 1.75rem 2.25rem 1.25rem 2.5rem;
  border-top: 0.0625rem solid #d9d9d9;
  min-height: 84px;
}
@media screen and (min-width:1199px) {
  section.section.section--awards-accordion .awards-accordion__item {
    padding: 2.5rem;
    min-height: 5.6875rem;
    padding: 1.75rem 2.5rem 1.25rem;
  }
  section.section.section--awards-accordion .awards-accordion__item:first-child, section.section.section--awards-accordion .awards-accordion__item:nth-child(-n+3) {
    border-color: #C9C9C9;
  }
  section.section.section--awards-accordion .awards-accordion__item:nth-child(n+4) {
    border-top: 0.0625rem solid #d9d9d9;
  }
  section.section.section--awards-accordion .awards-accordion__item:not(:nth-child(3n+1)) {
    border-left: 0.0625rem solid #d9d9d9;
  }
}
section.section.section--awards-accordion .awards-accordion__item-title {
  margin: 0;
  color: var(--medium-purple);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-word;
}
section.section.section--awards-accordion .awards-accordion__item-detail {
  margin: 0;
  color: #4c4c4c;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-word;
}

/*# sourceMappingURL=style.css.map */
