@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.press-releases {
  padding: 5.625rem; }
  @media (max-width: 74.9375rem) {
    .press-releases {
      padding: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .press-releases {
      padding: 1.875rem; } }
  .press-releases__header {
    display: flex;
    margin-bottom: 3.125rem; }
    @media (max-width: 61.9375rem) {
      .press-releases__header {
        flex-wrap: wrap; } }
    .press-releases__header-text {
      flex-shrink: 0; }
      @media (max-width: 47.9375rem) {
        .press-releases__header-text {
          flex-shrink: 1; } }
      .press-releases__header-text h1 {
        font-size: 3.75rem;
        margin: 0;
        line-height: 1.2; }
        @media (max-width: 47.9375rem) {
          .press-releases__header-text h1 {
            font-size: 2.25rem; } }
    .press-releases__header-search {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding-top: 0.625rem;
      padding-left: 3.125rem; }
      @media (max-width: 61.9375rem) {
        .press-releases__header-search {
          padding-top: 1.875rem;
          padding-left: 0rem; } }
      .press-releases__header-search form {
        position: relative;
        display: block;
        width: 100%;
        height: 3.125rem;
        max-width: 30.625rem; }
        @media (max-width: 61.9375rem) {
          .press-releases__header-search form {
            max-width: none; } }
      .press-releases__header-search input {
        height: 100%;
        padding-right: 3.75rem;
        font-size: 1.125rem; }
        .press-releases__header-search input::-moz-placeholder {
          color: #6c6c6c;
          opacity: 1; }
        .press-releases__header-search input::placeholder {
          color: #6c6c6c;
          opacity: 1; }
      .press-releases__header-search button {
        all: unset;
        box-sizing: border-box;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0.625rem;
        top: 50%;
        transform: translateY(-50%);
        padding: 0.625rem; }
        .press-releases__header-search button:focus-visible {
          border: 1px solid #2b2b2b; }

.pr-featured {
  border: 1px solid red;
  padding: 1.875rem;
  border: solid 1px #e0e0e0;
  border-radius: 1.25rem;
  background: white; }
  .pr-featured a {
    display: flex;
    gap: 3.75rem;
    text-decoration: none; }
    .pr-featured a:hover {
      text-decoration: none;
      color: #2b2b2b; }
      .pr-featured a:hover .pr-featured__content-title {
        text-decoration: underline;
        color: #6c6c6c; }
    @media (max-width: 61.9375rem) {
      .pr-featured a {
        flex-wrap: wrap;
        gap: 1.875rem; } }
  .pr-featured__image {
    width: 45%;
    aspect-ratio: 1.5;
    border-radius: 0.625rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0; }
    @media (max-width: 86.9375rem) {
      .pr-featured__image {
        width: 34.375rem; } }
    @media (max-width: 74.9375rem) {
      .pr-featured__image {
        width: 50%; } }
    @media (max-width: 61.9375rem) {
      .pr-featured__image {
        width: 100%; } }
  .pr-featured__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25rem 0; }
    @media (max-width: 61.9375rem) {
      .pr-featured__content {
        padding: 0; } }
    .pr-featured__content-sup {
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0.9375rem; }
    .pr-featured__content-title {
      font-size: 1.875rem;
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 1.5625rem; }
      @media (max-width: 61.9375rem) {
        .pr-featured__content-title {
          max-width: 43.75rem; } }
      @media (max-width: 47.9375rem) {
        .pr-featured__content-title {
          font-size: 1.5rem;
          margin-bottom: 0.9375rem; } }
    .pr-featured__content-description {
      font-size: 1.25rem;
      line-height: 1.4;
      margin-bottom: 1.5625rem; }
      @media (max-width: 61.9375rem) {
        .pr-featured__content-description {
          max-width: 43.75rem; } }
    .pr-featured__content-date {
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #666666;
      letter-spacing: 0.08313rem; }

.pr-articles {
  display: flex;
  flex-wrap: wrap;
  margin: 3.125rem 0;
  gap: 3%; }
  @media (max-width: 74.9375rem) {
    .pr-articles {
      gap: 2%; } }
  @media (max-width: 900px) {
    .pr-articles {
      gap: 4%; } }
  .pr-articles--m-0 {
    margin: 0; }
  .pr-articles .pr-article {
    width: 31.333333%;
    margin-bottom: 1.875rem; }
    @media (max-width: 900px) {
      .pr-articles .pr-article {
        width: 48%; } }
    @media (max-width: 35.9375rem) {
      .pr-articles .pr-article {
        width: 100%; } }

.pr-article-item {
  width: 100%;
  height: 100%;
  background: white;
  border: 1px solid transparent;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #e0e0e0;
  border-radius: 0.625rem;
  transition: all 500ms ease; }
  .pr-article-item:hover, .pr-article-item:focus-visible {
    border: 1px solid #ffcf3e;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
  .pr-article-item a {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-decoration: none;
    padding: 1.875rem; }
    .pr-article-item a:hover {
      text-decoration: none;
      color: #2b2b2b; }
      .pr-article-item a:hover .hover-link {
        text-decoration: underline;
        color: #6c6c6c; }
  .pr-article-item__image {
    width: 100%;
    aspect-ratio: 1.5;
    border-radius: 0.625rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .pr-article-item__content {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .pr-article-item__content-title {
      font-size: 1.375rem;
      line-height: 1.4;
      font-weight: bold;
      margin-bottom: 1.25rem; }
      @media (max-width: 61.9375rem) {
        .pr-article-item__content-title {
          font-size: 1.25rem; } }
    .pr-article-item__content-date {
      margin-top: auto;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #666666;
      letter-spacing: 0.08313rem; }

/*# sourceMappingURL=press-releases.css.map */
