/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 73, assets/styles/common/_placeholders.scss */
.header.basic .btn {
  background: #fff;
  color: #231e21;
  border: 1px solid transparent; }
  /* line 78, assets/styles/common/_placeholders.scss */
  .header.basic .btn:hover {
    background: #f2f2f2;
    color: #231e21; }
  /* line 83, assets/styles/common/_placeholders.scss */
  .header.basic .btn .icon {
    filter: brightness(0) invert(0); }

/* line 98, assets/styles/common/_placeholders.scss */
.header.image-right .content-wrapper h1,
.header.image-right .content-wrapper .h1-heading {
  font-size: 32px;
  line-height: 40px; }
  @media (max-width: 991.98px) {
    /* line 98, assets/styles/common/_placeholders.scss */
    .header.image-right .content-wrapper h1,
    .header.image-right .content-wrapper .h1-heading {
      font-size: 24px;
      line-height: 30px; } }

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

/* line 7, stdin */
.header {
  height: calc(100vh - 88px);
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
  /* line 14, stdin */
  .header .icon {
    width: 24px; }
    @media (max-width: 767.98px) {
      /* line 14, stdin */
      .header .icon {
        width: 20px; } }
  /* line 23, stdin */
  .header .button-wrapper .btn {
    margin-right: 1rem;
    margin-bottom: 1rem; }
  @media (max-width: 767.98px) {
    /* line 22, stdin */
    .header .button-wrapper {
      margin-top: 1rem;
      flex-direction: column; }
      /* line 32, stdin */
      .header .button-wrapper .btn {
        margin-right: 0; } }
  /* line 38, stdin */
  .header.basic {
    color: #fff;
    height: 480px;
    background: #231e21;
    position: relative; }
    @media (max-width: 991.98px) {
      /* line 38, stdin */
      .header.basic {
        height: 100%;
        min-height: 250px;
        padding: 2rem 0;
        display: flex;
        align-items: center; } }
    /* line 52, stdin */
    .header.basic .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: conic-gradient(from 105.01deg at 48.68% 43.92%, #333232 0deg, #000 360deg); }
    /* line 61, stdin */
    .header.basic .container,
    .header.basic .row {
      align-items: center;
      align-content: center; }
    /* line 67, stdin */
    .header.basic .extended-background {
      display: none; }
    /* line 71, stdin */
    .header.basic .category {
      border: solid 1px #fff;
      color: #fff; }
    /* line 82, stdin */
    .header.basic .heading-h1 {
      font-size: 64px;
      font-weight: 700;
      line-height: 72px;
      margin-bottom: 32px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        /* line 82, stdin */
        .header.basic .heading-h1 {
          font-size: 40px;
          font-weight: 500;
          line-height: 38px; } }
  /* line 97, stdin */
  .header.image-right {
    height: 100%; }
    /* line 104, stdin */
    .header.image-right .container {
      position: relative;
      align-items: center;
      align-content: center; }
      /* line 109, stdin */
      .header.image-right .container .row {
        align-items: flex-start;
        align-content: center;
        padding-top: 76px;
        padding-bottom: 75px;
        margin-bottom: 75px; }
        @media (max-width: 1199.98px) {
          /* line 109, stdin */
          .header.image-right .container .row {
            padding-top: 65px;
            padding-bottom: 32px;
            margin-bottom: 32px; } }
    /* line 124, stdin */
    .header.image-right .header-dots {
      position: absolute;
      width: 450px;
      height: 120px;
      left: -60px;
      top: 3px;
      z-index: 4;
      background-image: url("/wp-content/themes/swinburne/dist/images/dot-grid-banner.svg");
      background-repeat: repeat-x;
      background-size: 70%;
      opacity: 0.3; }
      @media (max-width: 767.98px) {
        /* line 124, stdin */
        .header.image-right .header-dots {
          top: unset;
          left: unset;
          bottom: 0;
          right: 30%;
          height: 40px;
          width: 200px;
          background-repeat: no-repeat;
          background-size: auto; } }
    /* line 148, stdin */
    .header.image-right .content-wrapper {
      padding-right: 120px; }
      @media (max-width: 991.98px) {
        /* line 148, stdin */
        .header.image-right .content-wrapper {
          padding-right: 0; } }
      /* line 155, stdin */
      .header.image-right .content-wrapper .category {
        border: solid 1px #231e21;
        color: #231e21;
        border-radius: 4px;
        padding: 4px 16px;
        font-size: 20px;
        line-height: 34px;
        font-weight: 700; }
        @media (max-width: 991.98px) {
          /* line 155, stdin */
          .header.image-right .content-wrapper .category {
            font-size: 16px; } }
      /* line 169, stdin */
      .header.image-right .content-wrapper h1,
      .header.image-right .content-wrapper .h1-heading {
        font-weight: 600;
        text-transform: none; }
        @media (min-width: 768px) {
          /* line 169, stdin */
          .header.image-right .content-wrapper h1,
          .header.image-right .content-wrapper .h1-heading {
            font-size: 64px;
            line-height: 72px; } }
    /* line 183, stdin */
    .header.image-right .image {
      padding-left: 0;
      padding-right: 0; }
    /* line 188, stdin */
    .header.image-right .grey-bg {
      max-width: 700px;
      width: 60%;
      height: 620px;
      position: absolute;
      top: 76px;
      left: 50%;
      transform: translateX(-50%);
      background: #f6f6f6; }
      @media (max-width: 767.98px) {
        /* line 188, stdin */
        .header.image-right .grey-bg {
          display: none; } }
    /* line 203, stdin */
    .header.image-right .heading-h1 {
      font-size: 64px;
      font-weight: 700;
      line-height: 72px;
      margin-bottom: 32px; }
      @media (max-width: 767.98px) {
        /* line 203, stdin */
        .header.image-right .heading-h1 {
          font-size: 32px;
          font-weight: 500;
          line-height: 40px; } }
    /* line 216, stdin */
    .header.image-right .extended-background {
      padding-left: 0;
      padding-right: 0;
      height: 76px;
      position: absolute;
      width: 50%;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: #ed1c2e;
      mix-blend-mode: multiply;
      animation: 1s ease-out 0s 1 slideInFromRight; }
      /* line 229, stdin */
      .header.image-right .extended-background::before {
        display: none; }
      /* line 233, stdin */
      .header.image-right .extended-background::after {
        width: 400px;
        height: 100%;
        background: #ed1c2e;
        mix-blend-mode: multiply;
        right: -400px;
        z-index: 3; }
      @media (max-width: 767.98px) {
        /* line 216, stdin */
        .header.image-right .extended-background {
          width: 50%;
          right: 0; }
          /* line 246, stdin */
          .header.image-right .extended-background::before, .header.image-right .extended-background::after {
            display: none; } }
      /* line 252, stdin */
      .header.image-right .extended-background.ml-auto {
        display: none; }
      /* line 260, stdin */
      .header.image-right .extended-background .link-btn {
        display: none; }
    /* line 265, stdin */
    .header.image-right .bg-image,
    .header.image-right .bg-video {
      position: relative;
      min-height: 523px;
      margin-top: 35px; }
      @media (max-width: 767.98px) {
        /* line 265, stdin */
        .header.image-right .bg-image,
        .header.image-right .bg-video {
          min-height: 331px; } }
      /* line 276, stdin */
      .header.image-right .bg-image .icon-wrapper .play-icon,
      .header.image-right .bg-video .icon-wrapper .play-icon {
        width: 96px;
        height: 96px; }
      /* line 282, stdin */
      .header.image-right .bg-image img,
      .header.image-right .bg-video img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  /* line 290, stdin */
  .header.full-width {
    color: #fff; }
    /* line 293, stdin */
    .header.full-width .container {
      align-items: center;
      align-content: center; }
      /* line 297, stdin */
      .header.full-width .container .row {
        align-items: center;
        align-content: center; }
        @media (max-width: 767.98px) {
          /* line 297, stdin */
          .header.full-width .container .row {
            align-items: flex-end;
            align-content: flex-end;
            padding-bottom: 64px; } }
    @media (max-width: 767.98px) {
      /* line 290, stdin */
      .header.full-width {
        height: 70vh; } }
    /* line 313, stdin */
    .header.full-width .bg-image {
      border-bottom: solid 60px #fff; }
      /* line 316, stdin */
      .header.full-width .bg-image > img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media (max-width: 767.98px) {
        /* line 313, stdin */
        .header.full-width .bg-image {
          border-bottom: solid 30px #fff;
          background-position: right center; }
          /* line 326, stdin */
          .header.full-width .bg-image > img {
            object-position: right center; } }
    /* line 332, stdin */
    .header.full-width .grey-bg {
      display: none; }
    /* line 336, stdin */
    .header.full-width .extended-background {
      background: #ed1c2e;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 132px;
      z-index: 3;
      width: 10%; }
      /* line 345, stdin */
      .header.full-width .extended-background::after {
        background: #ed1c2e;
        width: 400px;
        left: -400px; }
      @media (max-width: 767.98px) {
        /* line 336, stdin */
        .header.full-width .extended-background {
          height: 64px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 70%; }
          /* line 358, stdin */
          .header.full-width .extended-background .link-btn {
            color: #fff;
            font-size: 18px;
            line-height: 18px;
            white-space: nowrap; }
            /* line 364, stdin */
            .header.full-width .extended-background .link-btn::after {
              filter: brightness(0) invert(1); }
          /* line 369, stdin */
          .header.full-width .extended-background::before, .header.full-width .extended-background::after {
            display: none; } }
    /* line 376, stdin */
    .header.full-width .sub-heading-wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 24px; }
      /* line 381, stdin */
      .header.full-width .sub-heading-wrapper .icon {
        margin-right: 16px;
        filter: brightness(0) invert(1); }
      /* line 386, stdin */
      .header.full-width .sub-heading-wrapper .category {
        margin-bottom: 0;
        font-weight: normal; }
        @media (max-width: 767.98px) {
          /* line 386, stdin */
          .header.full-width .sub-heading-wrapper .category {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px; } }
    /* line 398, stdin */
    .header.full-width .btn {
      display: none; }
    /* line 402, stdin */
    .header.full-width .heading-h1 {
      font-size: 64px;
      font-weight: 700;
      line-height: 70px;
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        /* line 402, stdin */
        .header.full-width .heading-h1 {
          font-size: 32px;
          line-height: 36px;
          font-weight: 700; } }
    /* line 415, stdin */
    .header.full-width .body-1 {
      font-size: 24px;
      line-height: 36px; }
      @media (max-width: 991.98px) {
        /* line 415, stdin */
        .header.full-width .body-1 {
          font-size: 16px;
          line-height: 24px;
          font-weight: 700; } }
    @media (min-width: 768px) {
      /* line 427, stdin */
      .header.full-width .btn {
        display: inline-flex; }
      /* line 431, stdin */
      .header.full-width .link-btn {
        display: none; } }

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