/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 6, stdin */
.block.levels-of-study {
  position: relative;
  margin-bottom: 115px;
  overflow: visible; }
  /* line 11, stdin */
  .block.levels-of-study .levels-dots[data-aos=fade] {
    display: block;
    position: absolute;
    width: 190px;
    top: 140px;
    background-image: url("/wp-content/themes/swinburne/dist/images/dot-grid-banner.svg");
    background-repeat: no-repeat;
    background-size: auto; }
    @media (min-width: 768px) {
      /* line 11, stdin */
      .block.levels-of-study .levels-dots[data-aos=fade] {
        height: 0; }
        /* line 24, stdin */
        .block.levels-of-study .levels-dots[data-aos=fade].aos-animate {
          animation: 1s linear 0s 1 height-dots forwards; } }
    /* line 29, stdin */
    .block.levels-of-study .levels-dots[data-aos=fade].right {
      right: -8px; }
      @media (max-width: 991.98px) {
        /* line 29, stdin */
        .block.levels-of-study .levels-dots[data-aos=fade].right {
          height: 60px;
          bottom: unset;
          top: -20px;
          right: 0; } }
    /* line 40, stdin */
    .block.levels-of-study .levels-dots[data-aos=fade].left {
      left: -10px; }
      @media (max-width: 991.98px) {
        /* line 40, stdin */
        .block.levels-of-study .levels-dots[data-aos=fade].left {
          width: 88px;
          height: 60px;
          top: unset;
          bottom: -20px; } }

@keyframes height-dots {
  0% {
    height: 0;
    opacity: 0; }
  100% {
    height: 150px;
    opacity: 1; } }
  /* line 64, stdin */
  .block.levels-of-study .h6 {
    font-weight: 700;
    text-transform: uppercase; }
  /* line 69, stdin */
  .block.levels-of-study .levels-outer {
    margin-top: 48px; }
  /* line 73, stdin */
  .block.levels-of-study .levels-wrapper {
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767.98px) {
      /* line 73, stdin */
      .block.levels-of-study .levels-wrapper {
        margin-right: unset; } }
  /* line 82, stdin */
  .block.levels-of-study .button-medium {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      /* line 82, stdin */
      .block.levels-of-study .button-medium {
        margin-bottom: 24px; } }
    /* line 92, stdin */
    .block.levels-of-study .button-medium .icon {
      width: 18px;
      margin-left: 12px;
      transition: all 0.3s ease 0s; }
    /* line 98, stdin */
    .block.levels-of-study .button-medium:hover {
      color: #ed1c2e;
      text-decoration: underline;
      text-decoration-color: #ed1c2e; }
      /* line 103, stdin */
      .block.levels-of-study .button-medium:hover .icon {
        filter: invert(14%) sepia(75%) saturate(4677%) hue-rotate(346deg) brightness(112%) contrast(92%);
        transform: translateX(4px); }

/*# sourceMappingURL=levels-of-study.css.map*/