/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 29, assets/styles/common/_placeholders.scss */
.news-archive__article.first-article .link-wrapper .content-wrapper .excerpt {
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    /* line 29, assets/styles/common/_placeholders.scss */
    .news-archive__article.first-article .link-wrapper .content-wrapper .excerpt {
      font-size: 14px;
      line-height: 18px; } }

/* line 88, assets/styles/common/_placeholders.scss */
.news-archive__article.first-article .link-wrapper .content-wrapper .title {
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 991.98px) {
    /* line 88, assets/styles/common/_placeholders.scss */
    .news-archive__article.first-article .link-wrapper .content-wrapper .title {
      font-size: 18px;
      line-height: 24px; } }

/* line 155, assets/styles/common/_placeholders.scss */
.news-archive__category {
  font-size: 16px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block; }
  /* line 162, assets/styles/common/_placeholders.scss */
  .outline.news-archive__category {
    border: solid 1px #231e21;
    color: #231e21;
    border-radius: 4px;
    padding: 8px 16px;
    margin-right: 8px;
    margin-bottom: 8px; }

/* line 239, assets/styles/common/_placeholders.scss */
.news-archive__article.first-article .link-wrapper .content-wrapper .term {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase; }

/* line 8, stdin */
.news-archive {
  overflow: hidden; }
  /* line 11, stdin */
  .news-archive .news-archive-container {
    padding-bottom: 55px; }
    @media (max-width: 767.98px) {
      /* line 11, stdin */
      .news-archive .news-archive-container {
        padding-bottom: 0; } }
  /* line 19, stdin */
  .news-archive .more-posts {
    text-transform: uppercase; }
  /* line 23, stdin */
  .news-archive .headline {
    padding: 40px 0; }
  /* line 27, stdin */
  .news-archive__categories {
    margin-bottom: 10px; }
    /* line 30, stdin */
    .news-archive__categories__form {
      flex-direction: column; }
      @media (max-width: 767.98px) {
        /* line 30, stdin */
        .news-archive__categories__form {
          flex-direction: row;
          flex-wrap: wrap;
          padding-bottom: 24px;
          border-bottom: solid 1px #231e21; } }
      /* line 40, stdin */
      .news-archive__categories__form a {
        margin: 0 5px 0 0; }
        @media (max-width: 767.98px) {
          /* line 40, stdin */
          .news-archive__categories__form a {
            margin: 2px 5px 5px 2px; } }
    /* line 49, stdin */
    .news-archive__categories .collapse-inner {
      flex-wrap: wrap;
      flex-direction: row;
      display: flex; }
    @media (min-width: 768px) {
      /* line 56, stdin */
      .news-archive__categories .collapse:not(.show) {
        display: block; }
      /* line 60, stdin */
      .news-archive__categories .collapse-inner {
        flex-wrap: nowrap;
        flex-direction: column; } }
    /* line 66, stdin */
    .news-archive__categories__heading {
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767.98px) {
        /* line 66, stdin */
        .news-archive__categories__heading {
          border-top: solid 1px #231e21; } }
      /* line 74, stdin */
      .news-archive__categories__heading .blog-view-less,
      .news-archive__categories__heading .blog-view-more {
        display: flex;
        align-items: center;
        align-content: center;
        margin-left: 15px; }
      /* line 82, stdin */
      .news-archive__categories__heading a {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #ed1c2e; }
        /* line 88, stdin */
        .news-archive__categories__heading a .icon.plus {
          filter: invert(14%) sepia(75%) saturate(4677%) hue-rotate(346deg) brightness(112%) contrast(92%);
          width: 20px;
          margin-left: 5px; }
  @media (max-width: 767.98px) {
    /* line 97, stdin */
    .news-archive p.category {
      padding-top: 24px;
      font-size: 18px;
      line-height: 18px; } }
  /* line 105, stdin */
  .news-archive #current_category {
    scroll-margin: var(--nav-bar-height);
    padding-top: 20px; }
  /* line 110, stdin */
  .news-archive #current_description {
    border-bottom: solid 1px #231e21;
    padding-bottom: 24px; }
    /* line 114, stdin */
    .news-archive #current_description:empty {
      padding-bottom: 0; }
  /* line 119, stdin */
  .news-archive__category {
    border-bottom: solid 1px #231e21;
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer; }
    /* line 128, stdin */
    .news-archive__category .icon {
      width: 24px;
      margin-right: 16px; }
    /* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
    .news-archive__category:hover, .news-archive__category:focus {
      color: #ed1c2e; }
    @media (max-width: 767.98px) {
      /* line 119, stdin */
      .news-archive__category {
        border: solid 1px #231e21;
        border-radius: 4px;
        padding: 8px 16px;
        margin-right: 8px;
        margin-bottom: 8px; }
        /* line 144, stdin */
        .news-archive__category .icon {
          display: none; }
        /* line 148, stdin */
        .news-archive__category.active, .news-archive__category:hover {
          background: #231e21;
          color: #fff; } }
  @media (max-width: 767.98px) {
    /* line 156, stdin */
    .news-archive__featured-news {
      margin-bottom: 48px; } }
  /* line 162, stdin */
  .news-archive__featured-news .link-wrapper .image-wrapper {
    height: 622px;
    position: relative;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    width: 100%;
    background-color: #e6e6e6; }
    @media (max-width: 767.98px) {
      /* line 162, stdin */
      .news-archive__featured-news .link-wrapper .image-wrapper {
        height: 274px; } }
    /* line 176, stdin */
    .news-archive__featured-news .link-wrapper .image-wrapper::before {
      content: "";
      position: absolute;
      background: #ed1c2e;
      mix-blend-mode: multiply;
      width: 50%;
      height: 156px;
      right: 0;
      bottom: 0;
      transition: width 0.25s, height 0.25s;
      transition-timing-function: ease-in-out; }
    /* line 189, stdin */
    .news-archive__featured-news .link-wrapper .image-wrapper .image {
      object-fit: cover;
      height: 622px;
      width: 100%; }
      @media (max-width: 991.98px) {
        /* line 189, stdin */
        .news-archive__featured-news .link-wrapper .image-wrapper .image {
          height: 274px; } }
  /* line 202, stdin */
  .news-archive__featured-news .link-wrapper:hover .image-wrapper::before {
    width: 100%;
    height: 100%;
    transition: width 0.25s, height 0.25s;
    transition-timing-function: ease-in-out; }
  /* line 210, stdin */
  .news-archive__featured-news .link-wrapper:hover h3 {
    color: #ed1c2e;
    text-decoration: underline; }
  /* line 215, stdin */
  .news-archive__featured-news .link-wrapper:hover .link-btn {
    color: #ed1c2e;
    text-decoration: underline; }
    /* line 219, stdin */
    .news-archive__featured-news .link-wrapper:hover .link-btn::after {
      right: -4px;
      transition-timing-function: ease-in-out; }
  /* line 226, stdin */
  .news-archive__featured-news .link-wrapper .body-1-medium {
    font-weight: normal; }
  /* line 232, stdin */
  .news-archive__article {
    background: none; }
    /* line 237, stdin */
    .news-archive__article.first-article {
      background: #f6f6f6;
      margin-bottom: 120px;
      padding-top: 68px;
      padding-bottom: 68px; }
      @media (max-width: 991.98px) {
        /* line 237, stdin */
        .news-archive__article.first-article {
          padding-top: 0;
          padding-bottom: 34px;
          margin-bottom: 34px;
          border-bottom: solid 1px #f6f6f6; } }
      /* line 251, stdin */
      .news-archive__article.first-article.extended-background {
        position: relative;
        background: #f6f6f6; }
        /* line 255, stdin */
        .news-archive__article.first-article.extended-background::before {
          background: #f6f6f6;
          width: 860px;
          left: -860px; }
        /* line 261, stdin */
        .news-archive__article.first-article.extended-background::after {
          background: #f6f6f6;
          width: 860px;
          right: -860px; }
        @media (max-width: 767.98px) {
          /* line 251, stdin */
          .news-archive__article.first-article.extended-background {
            background: none; }
            /* line 270, stdin */
            .news-archive__article.first-article.extended-background::before, .news-archive__article.first-article.extended-background::after {
              display: none; } }
      /* line 278, stdin */
      .news-archive__article.first-article .link-wrapper .image-wrapper {
        padding-left: 0;
        padding-right: 0;
        height: 390px;
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
        width: 100%;
        background-color: #e6e6e6; }
        @media (max-width: 991.98px) {
          /* line 278, stdin */
          .news-archive__article.first-article .link-wrapper .image-wrapper {
            margin-bottom: 24px;
            height: 274px; } }
        /* line 293, stdin */
        .news-archive__article.first-article .link-wrapper .image-wrapper::after {
          content: "";
          position: absolute;
          bottom: 0;
          right: 25%;
          width: 174px;
          height: 124px;
          background-image: url("/wp-content/themes/swinburne/dist/images/dot-grid-articles.svg");
          background-size: contain;
          background-repeat: no-repeat; }
        /* line 305, stdin */
        .news-archive__article.first-article .link-wrapper .image-wrapper::before {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 50%;
          height: 124px;
          background: #ed1c2e;
          mix-blend-mode: multiply;
          transition: width 0.25s, height 0.25s;
          transition-timing-function: ease-in-out; }
        /* line 318, stdin */
        .news-archive__article.first-article .link-wrapper .image-wrapper .image {
          object-fit: cover;
          height: 390px;
          width: 100%; }
          @media (max-width: 991.98px) {
            /* line 318, stdin */
            .news-archive__article.first-article .link-wrapper .image-wrapper .image {
              height: 274px; } }
      /* line 331, stdin */
      .news-archive__article.first-article .link-wrapper:hover .image-wrapper::before {
        width: 100%;
        height: 100%;
        transition: width 0.25s, height 0.25s;
        transition-timing-function: ease-in-out; }
      /* line 339, stdin */
      .news-archive__article.first-article .link-wrapper:hover h3 {
        color: #ed1c2e;
        text-decoration: underline; }
      /* line 344, stdin */
      .news-archive__article.first-article .link-wrapper:hover .link-btn {
        color: #ed1c2e;
        text-decoration: underline; }
        /* line 348, stdin */
        .news-archive__article.first-article .link-wrapper:hover .link-btn::after {
          right: -4px;
          transition-timing-function: ease-in-out; }
      @media (max-width: 767.98px) {
        /* line 356, stdin */
        .news-archive__article.first-article .link-wrapper .content-wrapper .term {
          display: none; } }
      /* line 372, stdin */
      .news-archive__article.first-article .link-wrapper .content-wrapper .details {
        display: flex;
        align-items: center; }
        /* line 376, stdin */
        .news-archive__article.first-article .link-wrapper .content-wrapper .details .square-icon {
          width: 8px;
          height: 8px; }

/*# sourceMappingURL=news-archive.css.map*/