/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 6, stdin */
.brochure-form-inline-v2 {
  flex-direction: column; }
  /* line 10, stdin */
  .brochure-form-inline-v2 .select-group::before {
    background-image: url("/wp-content/themes/swinburne/dist/images/icon-chevron-down.svg");
    filter: brightness(0) invert(0) !important; }
  /* line 16, stdin */
  .brochure-form-inline-v2 select {
    cursor: pointer;
    background: #fff !important; }
  /* line 22, stdin */
  .brochure-form-inline-v2 .iti__flag {
    background-image: url("/wp-content/themes/swinburne/dist/images/flags.png"); }
  /* line 26, stdin */
  .brochure-form-inline-v2 .iti__country-list {
    background: #fff;
    color: rgba(35, 30, 33, 0.75);
    font-size: 18px;
    padding-left: 0 !important; }
    @media (max-width: 991.98px) {
      /* line 26, stdin */
      .brochure-form-inline-v2 .iti__country-list {
        font-size: 16px; } }
  /* line 37, stdin */
  .brochure-form-inline-v2 .iti__selected-flag {
    color: rgba(35, 30, 33, 0.75); }

/* line 43, stdin */
.inline-brochure-form-v2 {
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-color: black;
  color: white; }
  /* line 50, stdin */
  .inline-brochure-form-v2 .brochure-form__bk-img {
    position: absolute;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-position: right; }
    @media (max-width: 991.98px) {
      /* line 50, stdin */
      .inline-brochure-form-v2 .brochure-form__bk-img {
        display: none; } }
    /* line 65, stdin */
    .inline-brochure-form-v2 .brochure-form__bk-img::after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background: linear-gradient(90deg, black 50%, rgba(255, 255, 255, 0) 100%); }
  /* line 74, stdin */
  .inline-brochure-form-v2 .brochure-form__bk-img-mobile {
    display: none;
    position: absolute;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 991.98px) {
      /* line 74, stdin */
      .inline-brochure-form-v2 .brochure-form__bk-img-mobile {
        display: block; } }
    /* line 89, stdin */
    .inline-brochure-form-v2 .brochure-form__bk-img-mobile::after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.8) 60%, rgba(255, 255, 255, 0) 100%); }
  /* line 98, stdin */
  .inline-brochure-form-v2 .container {
    position: relative;
    padding: 60px 0;
    z-index: 2; }
    @media (max-width: 991.98px) {
      /* line 98, stdin */
      .inline-brochure-form-v2 .container {
        padding-top: 100px; } }
    /* line 107, stdin */
    .inline-brochure-form-v2 .container .col,
    .inline-brochure-form-v2 .container .row [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
      @media (max-width: 767.98px) {
        /* line 107, stdin */
        .inline-brochure-form-v2 .container .col,
        .inline-brochure-form-v2 .container .row [class*="col-"] {
          padding-left: 15px;
          padding-right: 15px; } }
  /* line 119, stdin */
  .inline-brochure-form-v2 .form-wrapper {
    padding: 40px; }
    @media (max-width: 991.98px) {
      /* line 119, stdin */
      .inline-brochure-form-v2 .form-wrapper {
        padding: 20px; } }
    /* line 126, stdin */
    .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 991.98px) {
        /* line 126, stdin */
        .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap {
          flex-direction: column; } }
      /* line 135, stdin */
      .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__heading-wrap {
        flex-direction: column;
        display: flex; }
        /* line 139, stdin */
        .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__heading-wrap .brochure-form__heading {
          font-size: 24px;
          font-weight: 700;
          line-height: 24px;
          color: #fff;
          margin-bottom: 0; }
      /* line 148, stdin */
      .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content {
        max-width: 60%; }
        @media (max-width: 991.98px) {
          /* line 148, stdin */
          .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content {
            max-width: 100%; } }
        /* line 155, stdin */
        .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content p {
          color: #fff;
          line-height: 26px;
          margin-bottom: 26px; }
          @media (max-width: 991.98px) {
            /* line 155, stdin */
            .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content p {
              font-size: 16px; } }
        /* line 165, stdin */
        .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
          gap: 14px 20px;
          padding: 0;
          margin: 0; }
          @media (max-width: 767.98px) {
            /* line 165, stdin */
            .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items {
              gap: 16px 10px; } }
          /* line 177, stdin */
          .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items .brochure-form__item {
            display: flex;
            flex-direction: row;
            gap: 7px;
            margin: 0 !important;
            align-items: center; }
            @media (max-width: 767.98px) {
              /* line 177, stdin */
              .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items .brochure-form__item {
                gap: 6px;
                width: calc(50% - 20px); } }
            /* line 189, stdin */
            .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items .brochure-form__item .brochure-form__item-icon {
              width: 20px; }
              /* line 192, stdin */
              .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items .brochure-form__item .brochure-form__item-icon .brochure-form__icon {
                width: 20px; }
                @media (max-width: 991.98px) {
                  /* line 192, stdin */
                  .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items .brochure-form__item .brochure-form__item-icon .brochure-form__icon {
                    width: 14px;
                    height: 14px; } }
            /* line 202, stdin */
            .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items .brochure-form__item .brochure-form__item-text {
              color: #fff;
              font-size: 16px;
              line-height: 18px;
              flex: 1 auto; }
              @media (max-width: 991.98px) {
                /* line 202, stdin */
                .inline-brochure-form-v2 .form-wrapper .brochure-form__content-wrap .brochure-form__content .brochure-form__items .brochure-form__item .brochure-form__item-text {
                  font-size: 14px; } }
  /* line 218, stdin */
  .inline-brochure-form-v2 .h6 {
    margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      /* line 218, stdin */
      .inline-brochure-form-v2 .h6 {
        font-size: 20px; } }
  /* line 226, stdin */
  .inline-brochure-form-v2 .form-group {
    position: relative;
    margin: 0;
    width: 100%;
    gap: 12px;
    margin-top: 25px; }
    /* line 233, stdin */
    .course-glance-v2 .inline-brochure-form-v2 .form-group {
      gap: 24px; }
    @media (max-width: 991.98px) {
      /* line 226, stdin */
      .inline-brochure-form-v2 .form-group {
        justify-content: flex-start;
        gap: 0;
        margin-top: 8px; } }
    /* line 243, stdin */
    .inline-brochure-form-v2 .form-group.full-width {
      width: 100%; }
    /* line 247, stdin */
    .inline-brochure-form-v2 .form-group.g-recaptcha__wrap {
      gap: 0;
      margin-top: 24px; }
    /* line 252, stdin */
    .inline-brochure-form-v2 .form-group .form-field-wrap {
      width: 16.666%;
      flex: 1;
      gap: 0;
      position: relative; }
      @media (max-width: 1199.98px) {
        /* line 252, stdin */
        .inline-brochure-form-v2 .form-group .form-field-wrap {
          width: calc(25.5% - 24px);
          flex: unset; } }
      @media (max-width: 991.98px) {
        /* line 252, stdin */
        .inline-brochure-form-v2 .form-group .form-field-wrap {
          width: 100%;
          margin-bottom: 20px; } }
      /* line 269, stdin */
      .inline-brochure-form-v2 .form-group .form-field-wrap.select-group::before {
        filter: brightness(0) invert(0); }
      /* line 273, stdin */
      .inline-brochure-form-v2 .form-group .form-field-wrap.select-group select {
        background-color: #8d8a8c;
        color: #231e21;
        border-color: #ccc; }
        /* line 278, stdin */
        .inline-brochure-form-v2 .form-group .form-field-wrap.select-group select:focus {
          color: #231e21; }
      /* line 284, stdin */
      .inline-brochure-form-v2 .form-group .form-field-wrap.select-group.text-white::before {
        filter: brightness(0) invert(1); }
      /* line 288, stdin */
      .inline-brochure-form-v2 .form-group .form-field-wrap.select-group.text-white select {
        background-color: transparent;
        color: rgba(246, 246, 246, 0.75) !important; }
        /* line 292, stdin */
        .inline-brochure-form-v2 .form-group .form-field-wrap.select-group.text-white select:focus {
          background-color: #231e21;
          color: #fff !important; }
    @media (max-width: 991.98px) {
      /* line 226, stdin */
      .inline-brochure-form-v2 .form-group {
        flex-direction: column;
        align-items: flex-start;
        width: 100%; } }
    /* line 307, stdin */
    .inline-brochure-form-v2 .form-group label.validate-error {
      bottom: 0;
      left: 0;
      margin-top: 0;
      padding-top: 6px;
      top: inherit !important;
      transform: translateY(110%); }
      /* line 315, stdin */
      .inline-brochure-form-v2 .form-group label.validate-error#mobile-error {
        display: block;
        top: inherit; }
      @media (max-width: 991.98px) {
        /* line 307, stdin */
        .inline-brochure-form-v2 .form-group label.validate-error {
          top: 0;
          margin-bottom: 0; } }
    /* line 326, stdin */
    .inline-brochure-form-v2 .form-group input {
      background: white;
      color: black;
      padding: 10px;
      border-radius: 5px;
      border: none;
      margin-bottom: 20px;
      flex: 1;
      font-size: 16px; }
      @media (max-width: 991.98px) {
        /* line 326, stdin */
        .inline-brochure-form-v2 .form-group input {
          margin-bottom: 0;
          margin-right: 0;
          margin-top: 0;
          width: 100%; } }
      /* line 343, stdin */
      .inline-brochure-form-v2 .form-group input#first_name, .inline-brochure-form-v2 .form-group input#last_name {
        width: 100%; }
        @media (max-width: 991.98px) {
          /* line 343, stdin */
          .inline-brochure-form-v2 .form-group input#first_name, .inline-brochure-form-v2 .form-group input#last_name {
            max-width: 100%; } }
      /* line 352, stdin */
      .inline-brochure-form-v2 .form-group input.phone-input {
        margin-right: 0;
        margin-top: 0;
        width: 100%; }
        @media (max-width: 991.98px) {
          /* line 352, stdin */
          .inline-brochure-form-v2 .form-group input.phone-input {
            max-width: 100%; } }
      /* line 362, stdin */
      .inline-brochure-form-v2 .form-group input.email-input {
        width: 100%; }
        @media (max-width: 991.98px) {
          /* line 362, stdin */
          .inline-brochure-form-v2 .form-group input.email-input {
            max-width: 100%; } }
      /* line 370, stdin */
      .inline-brochure-form-v2 .form-group input::placeholder {
        color: rgba(246, 246, 246, 0.75); }
    /* line 375, stdin */
    .inline-brochure-form-v2 .form-group .form-control__select {
      width: 100%;
      padding: 0.375rem 0.75rem; }
    /* line 380, stdin */
    .inline-brochure-form-v2 .form-group.recaptcha-submit {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-top: 24px; }
    /* line 387, stdin */
    .inline-brochure-form-v2 .form-group button[type="submit"],
    .inline-brochure-form-v2 .form-group .submit-btn {
      background-color: transparent;
      color: #fff;
      border: 2px solid red;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      margin-top: 0;
      min-width: 0;
      font-size: 16px;
      min-height: 60px;
      font-weight: bold;
      text-transform: none; }
      @media (max-width: 991.98px) {
        /* line 387, stdin */
        .inline-brochure-form-v2 .form-group button[type="submit"],
        .inline-brochure-form-v2 .form-group .submit-btn {
          width: 100%;
          margin-top: 10px; } }
      /* line 408, stdin */
      .inline-brochure-form-v2 .form-group button[type="submit"] .download-icon,
      .inline-brochure-form-v2 .form-group .submit-btn .download-icon {
        content: "";
        background-image: url("/wp-content/themes/swinburne/dist/images/download.svg");
        width: 16px;
        height: 16px; }
    /* line 416, stdin */
    .inline-brochure-form-v2 .form-group .iti {
      margin-top: 0; }
      @media (max-width: 991.98px) {
        /* line 416, stdin */
        .inline-brochure-form-v2 .form-group .iti {
          margin-top: 0;
          width: 100%; } }
    /* line 425, stdin */
    .inline-brochure-form-v2 .form-group .iti__country-list {
      background-color: black; }
  /* line 432, stdin */
  .inline-brochure-form-v2 #courseBrochureForm .form-group input {
    background: #fff;
    color: #231e21 !important;
    border-color: #ccc;
    margin-bottom: 0; }
    /* line 438, stdin */
    .inline-brochure-form-v2 #courseBrochureForm .form-group input::placeholder {
      color: #231e21; }
  /* line 443, stdin */
  .inline-brochure-form-v2 #courseBrochureForm .form-group .iti__country-list {
    background-color: white; }

/*# sourceMappingURL=inline-brochure-form-v2.css.map*/