/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 6, stdin */
.course-glance-v3 {
  color: #fff;
  min-height: 1060px;
  height: 100vh;
  padding: 0;
  position: relative;
  background: #231e21;
  padding-top: 148px; }
  @media (max-height: 980px), (max-width: 1024px) {
    /* line 6, stdin */
    .course-glance-v3 {
      height: 100%; } }
  @media (max-width: 991.98px) {
    /* line 6, stdin */
    .course-glance-v3 {
      height: 100%;
      padding-top: 88px; }
      /* line 24, stdin */
      .course-glance-v3 .container {
        padding-top: 48px; } }
  @media (max-width: 991.98px) {
    /* line 6, stdin */
    .course-glance-v3 {
      padding-top: 48px; } }
  /* line 33, stdin */
  .course-glance-v3 .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }
    @media (max-width: 1199.98px) {
      /* line 33, stdin */
      .course-glance-v3 .bg {
        background-position: center top; } }
    /* line 49, stdin */
    .course-glance-v3 .bg::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 31%, rgba(255, 255, 255, 0) 100%); }
      @media (max-width: 1199.98px) {
        /* line 49, stdin */
        .course-glance-v3 .bg::after {
          background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.8) 60%, rgba(255, 255, 255, 0) 100%); } }
  /* line 64, stdin */
  .course-glance-v3 .course-glance-v2-row {
    display: flex;
    flex-direction: row;
    gap: 0 45px;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      /* line 64, stdin */
      .course-glance-v3 .course-glance-v2-row {
        gap: 0; } }
  /* line 75, stdin */
  .course-glance-v3 .content-top {
    position: relative;
    z-index: 1;
    width: 100%; }
    @media (max-width: 991.98px) {
      /* line 75, stdin */
      .course-glance-v3 .content-top {
        margin-bottom: 42px;
        padding-left: 0;
        padding-right: 0; } }
    /* line 86, stdin */
    .course-glance-v3 .content-top .category {
      color: #fff;
      font-size: 20px;
      line-height: 34px;
      font-weight: 500; }
      @media (max-width: 991.98px) {
        /* line 86, stdin */
        .course-glance-v3 .content-top .category {
          font-size: 16px;
          margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      /* line 98, stdin */
      .course-glance-v3 .content-top #staticButtons {
        width: auto; } }
    /* line 103, stdin */
    .course-glance-v3 .content-top #staticButtons .btn {
      height: 44px;
      border-radius: 2px; }
  /* line 110, stdin */
  .course-glance-v3 .course-title {
    z-index: 1; }
    /* line 113, stdin */
    .course-glance-v3 .course-title .title {
      font-weight: 700; }
    /* line 117, stdin */
    .course-glance-v3 .course-title .major {
      font-weight: 700; }
  /* line 122, stdin */
  .course-glance-v3 .course-buttons {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 16px; }
    @media (max-width: 991.98px) {
      /* line 122, stdin */
      .course-glance-v3 .course-buttons {
        margin-top: 32px;
        flex-direction: column; } }
    /* line 133, stdin */
    .course-glance-v3 .course-buttons .btn {
      min-width: 275px; }
    /* line 137, stdin */
    .course-glance-v3 .course-buttons .download-btn {
      order: 1; }
      /* line 140, stdin */
      .course-glance-v3 .course-buttons .download-btn img {
        display: block !important; }
    /* line 145, stdin */
    .course-glance-v3 .course-buttons .apply-btn {
      order: 0; }
      /* line 148, stdin */
      .course-glance-v3 .course-buttons .apply-btn.intro-btn {
        max-height: none;
        min-height: 52px; }
        /* line 152, stdin */
        .course-glance-v3 .course-buttons .apply-btn.intro-btn .btn-text-wrap {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          /* line 157, stdin */
          .course-glance-v3 .course-buttons .apply-btn.intro-btn .btn-text-wrap .remaining {
            white-space: normal;
            text-align: left; }
  /* line 166, stdin */
  .course-glance-v3 .content-left {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    width: calc(56.82% - 24px);
    padding-left: 6px; }
    @media (max-width: 1024px) {
      /* line 166, stdin */
      .course-glance-v3 .content-left {
        width: 70%; } }
    @media (max-width: 767.98px) {
      /* line 166, stdin */
      .course-glance-v3 .content-left {
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      /* line 166, stdin */
      .course-glance-v3 .content-left {
        width: 100%;
        margin-bottom: 0; } }
    /* line 186, stdin */
    .course-glance-v3 .content-left .title {
      font-weight: 700;
      margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      /* line 192, stdin */
      .course-glance-v3 .content-left .title + .major {
        margin-top: -24px; }
      /* line 196, stdin */
      .course-glance-v3 .content-left .major {
        margin-bottom: 32px; } }
  /* line 202, stdin */
  .course-glance-v3 .intro {
    z-index: 1; }
    /* line 205, stdin */
    .course-glance-v3 .intro ul {
      font-size: 18px;
      line-height: 32px;
      list-style: disc !important; }
      /* line 210, stdin */
      .course-glance-v3 .intro ul li {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
        /* line 214, stdin */
        .course-glance-v3 .intro ul li::marker {
          color: #fff !important; }
  /* line 221, stdin */
  .course-glance-v3 .content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 40px;
    width: calc(43.16% - 24px);
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      /* line 221, stdin */
      .course-glance-v3 .content-right {
        width: 100%;
        flex-direction: row;
        justify-content: space-between; } }
    @media (max-width: 991px) {
      /* line 221, stdin */
      .course-glance-v3 .content-right {
        width: 50%;
        flex-direction: column;
        margin-bottom: 40px; } }
    @media (max-width: 576px) {
      /* line 221, stdin */
      .course-glance-v3 .content-right {
        width: 100%; } }
    /* line 246, stdin */
    .course-glance-v3 .content-right .intro {
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        /* line 246, stdin */
        .course-glance-v3 .content-right .intro {
          width: 50%; } }
      @media (max-width: 991px) {
        /* line 246, stdin */
        .course-glance-v3 .content-right .intro {
          width: 100%;
          margin-bottom: 32px; } }
      @media (max-width: 767.98px) {
        /* line 246, stdin */
        .course-glance-v3 .content-right .intro {
          margin-bottom: 24px;
          font-weight: 700; } }
    /* line 266, stdin */
    .course-glance-v3 .content-right .course-buttons {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end; }
      /* line 272, stdin */
      .course-glance-v3 .content-right .course-buttons .btn {
        font-weight: 700; }
  /* line 278, stdin */
  .course-glance-v3 .details-wrapper {
    margin-top: 40px; }
    @media (max-width: 991.98px) {
      /* line 282, stdin */
      .course-glance-v3 .details-wrapper .col-12 {
        padding-left: 0;
        padding-right: 0; } }
    /* line 288, stdin */
    .course-glance-v3 .details-wrapper .details-dots {
      position: absolute;
      width: 100%;
      height: 40px;
      left: 60px;
      bottom: -60px;
      background-image: url("/wp-content/themes/swinburne/dist/images/dot-fading.svg");
      background-repeat: no-repeat;
      filter: brightness(0) invert(1); }
      @media (max-width: 991.98px) {
        /* line 288, stdin */
        .course-glance-v3 .details-wrapper .details-dots {
          display: none; } }
    /* line 303, stdin */
    .course-glance-v3 .details-wrapper .details {
      display: flex;
      background-color: #181818;
      border-radius: 4px 0 0 4px;
      justify-content: space-between;
      padding: 40px 60px;
      position: relative; }
      @media (max-width: 991.98px) {
        /* line 303, stdin */
        .course-glance-v3 .details-wrapper .details {
          padding: 20px 15px;
          display: flex;
          flex-wrap: wrap;
          border-radius: 0; } }
      @media (max-width: 991.98px) {
        /* line 318, stdin */
        .course-glance-v3 .details-wrapper .details .detail {
          padding-right: 0;
          flex-basis: 50%;
          align-items: center;
          display: flex;
          flex-direction: column;
          padding-bottom: 48px; } }
      /* line 329, stdin */
      .course-glance-v3 .details-wrapper .details .image-wrapper {
        margin-bottom: 16px;
        width: auto;
        height: 24px; }
        /* line 334, stdin */
        .course-glance-v3 .details-wrapper .details .image-wrapper .icon {
          width: auto;
          height: 24px; }
      /* line 340, stdin */
      .course-glance-v3 .details-wrapper .details .medium-label {
        font-weight: 700;
        margin-bottom: 12px; }
        /* line 344, stdin */
        .course-glance-v3 .details-wrapper .details .medium-label a {
          color: #fff !important;
          text-decoration: underline; }
      /* line 351, stdin */
      .course-glance-v3 .details-wrapper .details p.caption a {
        color: #fff !important;
        text-decoration: underline; }
      /* line 356, stdin */
      .course-glance-v3 .details-wrapper .details p.caption.with-tooltip {
        display: flex;
        align-items: center; }
        /* line 360, stdin */
        .course-glance-v3 .details-wrapper .details p.caption.with-tooltip .icon.tool {
          margin-left: 8px;
          width: 14px;
          height: 14px;
          cursor: pointer; }

/* line 372, stdin */
.csp-banner_link {
  color: #231e21; }
  /* line 375, stdin */
  .csp-banner_link:hover, .csp-banner_link:focus {
    color: #231e21;
    text-decoration-color: #231e21 !important; }

/* line 382, stdin */
.csp-banner_container {
  border-radius: 0 0 4px 4px;
  background: #fff;
  display: flex;
  color: black;
  padding: 20px 56px;
  align-items: flex-start;
  gap: 8px; }
  @media (max-width: 991.98px) {
    /* line 382, stdin */
    .csp-banner_container {
      padding: 32px 20px;
      background: #f6f6f6;
      border-radius: 0;
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    /* line 382, stdin */
    .csp-banner_container {
      flex-direction: column;
      padding: 32px 16px;
      justify-content: center;
      background: #f6f6f6; } }

/* line 406, stdin */
.csp-banner_title-wrap {
  display: flex;
  gap: 8px;
  flex: 1 auto;
  margin-top: 5px;
  border-right: 1px solid #000; }
  @media (max-width: 991.98px) {
    /* line 406, stdin */
    .csp-banner_title-wrap {
      margin-top: 0; } }

/* line 418, stdin */
.csp-banner_icon {
  width: 20px;
  height: 20px; }

/* line 423, stdin */
.csp-banner_title {
  color: #231e21;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding-right: 8px;
  line-height: normal;
  margin-bottom: 0; }

/* line 433, stdin */
.csp-banner_content {
  font-size: 12px;
  color: #231e21;
  font-weight: normal;
  line-height: 15px; }
  /* line 439, stdin */
  .csp-banner_content p,
  .csp-banner_content a {
    font-size: 12px;
    color: #231e21;
    font-weight: normal;
    line-height: 15px; }
  /* line 447, stdin */
  .csp-banner_content p:last-child {
    margin-bottom: 0; }

/*# sourceMappingURL=course-glance-v3.css.map*/