

@font-face {
  font-family: 'Qct';
  src: url('../icons/icons.eot');
  src: url('../icons/icons.eot?#iefix') format('embedded-opentype'),
       url('../icons/icons.woff2') format('woff2'),
       url('../icons/icons.woff') format('woff'),
       url('../icons/icons.ttf') format('truetype'),
       url('../icons/icons.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}




.qct {
    display: inline-block;
    font: normal normal normal 14px/1 'Qct';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


  .qct-lg {
      font-size: 1.33333333em;
      line-height: 0.75em;
      vertical-align: -15%;
  }

  .qct-2x {
      font-size: 2em;
  }

  .qct-3x {
      font-size: 3em;
  }

  .qct-4x {
      font-size: 4em;
  }

  .qct-5x {
      font-size: 5em;
  }



  .qct-fw {
      width: 1.28571429em;
      text-align: center;
  }



  .qct-ul {
      padding-left: 0;
      margin-left: 2.14285714em;
      list-style-type: none;
  }

  .qct-ul> li {
      position: relative;
  }

  .qct-li {
      position: absolute;
      left: -2.14285714em;
      width: 2.14285714em;
      top: 0.14285714em;
      text-align: center;
  }

  .qct-li.qct-lg {
      left: -1.85714286em;
  }



  .qct-border {
      padding: .2em .25em .15em;
      border: solid 0.08em #eeeeee;
      border-radius: .1em;
  }

  .pull-right {
      float: right;
  }

  .pull-left {
      float: left;
  }

  .qct.pull-left {
      margin-right: .3em;
  }

  .qct.pull-right {
      margin-left: .3em;
  }



  .qct-spin {
      -webkit-animation: qct-spin 2s infinite linear;
      animation: qct-spin 2s infinite linear;
  }

  .qct-pulse {
      -webkit-animation: qct-spin 1s infinite steps(8);
      animation: qct-spin 1s infinite steps(8);
  }

  @-webkit-keyframes qct-spin {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
      }
  }

  @keyframes qct-spin {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
      }
  }



  .qct-rotate-90 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=1)";
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .qct-rotate-180 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2)";
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  }

  .qct-rotate-270 {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=3)";
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  }

  .qct-flip-horizontal {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
  }

  .qct-flip-vertical {
      filter: "progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
      -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1);
  }

  :root .qct-rotate-90,
  :root .qct-rotate-180,
  :root .qct-rotate-270,
  :root .qct-flip-horizontal,
  :root .qct-flip-vertical {
      filter: none;
  }



  .qct-stack {
      position: relative;
      display: inline-block;
      width: 2em;
      height: 2em;
      line-height: 2em;
      vertical-align: middle;
  }

  .qct-stack-1x,
  .qct-stack-2x {
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
  }

  .qct-stack-1x {
      line-height: inherit;
  }

  .qct-stack-2x {
      font-size: 2em;
  }

  .qct-inverse {
      color: #ffffff;
  }



  .qct-menu-home:before {
      content: '\f001';
  }

  .qct-menu-cpd-records:before {
      content: '\f002';
  }

  .qct-menu-mailbox:before {
      content: '\f003';
  }

  .qct-menu-web-conferences:before {
      content: '\f004';
  }

  .qct-menu-applications:before {
      content: '\f005';
  }

  .qct-menu-coaching-modules:before {
      content: '\f006';
  }

  .qct-menu-pay-fees:before {
      content: '\f007';
  }

  .qct-menu-receipts:before {
      content: '\f008';
  }

  .qct-menu-refund:before {
      content: '\f009';
  }

  .qct-action-add:before {
      content: '\f00a';
  }

  .qct-action-download:before {
      content: '\f00b';
  }

  .qct-action-edit:before {
      content: '\f00c';
  }

  .qct-action-more:before {
      content: '\f00d';
  }

  .qct-action-info:before {
      content: '\f00e';
  }

  .qct-file-xml:before {
      content: '\f00f';
  }

  .qct-file-csv:before {
      content: '\f010';
  }

  .qct-file-xls:before {
      content: '\f011';
  }

  .qct-file-pdf:before {
      content: '\f012';
  }

  .qct-file-blank:before {
      content: '\f013';
  }

  .qct-file-text:before {
      content: '\f014';
  }

  .qct-file-jpg:before {
      content: '\f015';
  }

  .qct-file-exe:before {
      content: '\f016';
  }

  .qct-file-mpg:before {
      content: '\f017';
  }

  .qct-file-avi:before {
      content: '\f018';
  }

  .qct-file-gif:before {
      content: '\f019';
  }

  .qct-file-mov:before {
      content: '\f01a';
  }

  .qct-file-png:before {
      content: '\f01b';
  }

  .qct-file-zip:before {
      content: '\f01c';
  }

  .qct-file-wma:before {
      content: '\f01d';
  }

  .qct-user:before {
      content: '\f01e';
  }

  .qct-action-close:before {
      content: '\f01f';
  }

  .qct-action-open:before {
      content: '\f020';
  }

  .qct-action-logout:before {
      content: '\f021';
  }

  .qct-menu-change-password:before {
      content: '\f022';
  }

  .qct-menu-certificate:before {
      content: '\f023';
  }

  .qct-menu-profile:before {
      content: '\f024';
  }

  .qct-menu-hatlt-assessment:before {
      content: '\f025';
  }

  .qct-menu-teacher-standards:before {
      content: '\f026';
  }

  .qct-menu-permission-to-teach:before {
      content: '\f027';
  }

  .qct-menu-returning-to-teaching:before {
      content: '\f028';
  }

  .qct-menu-provisional-to-full:before {
      content: '\f029';
  }

  .qct-menu-professional-boundaries:before {
      content: '\f02a';
  }

  .qct-menu-teachers-based-at-school:before {
      content: '\f02b';
  }

  .qct-menu-board-and-committee-papers:before {
      content: '\f02c';
  }

  .qct-sort-both:before {
      content: '\f02d';
  }

  .qct-sort-desc:before {
      content: '\f02e';
  }

  .qct-sort-asc:before {
      content: '\f02f';
  }

  .qct-action-next:before {
      content: '\f030';
  }

  .qct-action-back:before {
      content: '\f031';
  }

  .qct-checkbox-checked:before {
      content: '\f032';
  }

  .qct-checkbox-unchecked:before {
      content: '\f033';
  }

  .qct-radio-checked:before {
      content: '\f034';
  }

  .qct-radio-unchecked:before {
      content: '\f035';
  }

  .qct-action-upload:before {
      content: '\f036';
  }

  .qct-file-success:before {
      content: '\f037';
  }

  .qct-file-error:before {
      content: '\f038';
  }

  .qct-alert-icon:before {
      content: '\f039';
  }

  .qct-check-tick:before {
      content: '\f03a';
  }

  .qct-check-cross:before {
      content: '\f03b';
  }

  .qct-chevron-down:before {
      content: '\f03c';
  }

  .qct-chevron-up:before {
      content: '\f03d';
  }

  .qct-chevron-left:before {
      content: '\f03e';
  }

  .qct-chevron-right:before {
      content: '\f03f';
  }

  .qct-object-school:before {
      content: '\f040';
  }

  .qct-info-na:before {
      content: '\f041';
  }

  .qct-home-address:before {
      content: '\f042';
  }

  .qct-info-wait:before {
      content: '\f043';
  }

  .qct-info-inprogress:before {
      content: '\f044';
  }

  .qct-company-apple:before {
      content: '\f045';
  }

  .qct-info-paperclip:before {
      content: '\f046';
  }

  .qct-style-guide-headings:before {
      content: '\f047';
  }

  .qct-style-guide-page-titles:before {
      content: '\f048';
  }

  .qct-style-guide-buttons:before {
      content: '\f049';
  }

  .qct-style-guide-links:before {
      content: '\f04a';
  }

  .qct-style-guide-tables:before {
      content: '\f04b';
  }

  .qct-style-guide-forms:before {
      content: '\f04c';
  }

  .qct-style-guide-modals:before {
      content: '\f04d';
  }

  .qct-style-guide-alerts:before {
      content: '\f04e';
  }

  .qct-style-guide-info-cards:before {
      content: '\f04f';
  }

  .qct-style-guide-cards:before {
      content: '\f050';
  }

  .qct-style-guide-columns:before {
      content: '\f051';
  }

  .qct-style-guide-description-lists:before {
      content: '\f052';
  }

  .qct-style-guide-collapsible-containers:before {
      content: '\f053';
  }

  .qct-style-guide-components-containers:before {
      content: '\f054';
  }

  .qct-style-guide-documentation-old:before {
      content: '\f055';
  }

  .qct-style-guide-pages:before {
      content: '\f056';
  }

  .qct-info-user-card-inverted:before {
      content: '\f057';
  }

  .qct-style-guide-legal-banners:before {
      content: '\f058';
  }

  .qct-rtt-resource-eye:before {
      content: '\f059';
  }

  .qct-rtt-resource-default:before {
      content: '\f05a';
  }

  .qct-rtt-resource-qld-gov:before {
      content: '\f05b';
  }

  .qct-account-check:before {
      content: '\f05c';
  }

  .qct-acecqa:before {
      content: '\f05d';
  }

  .qct-action-copy:before {
      content: '\f05e';
  }

  .qct-action-delete:before {
      content: '\f060';
  }

  .qct-ondemand-video:before {
      content: '\f061';
  }

  .qct-toggle-off:before {
      content: '\f062';
  }

  .qct-toggle-on:before {
      content: '\f063';
  }

  .qct-search:before {
      content: '\f064';
  }

  .qct-action-save:before {
      content: '\f065';
  }

  .qct-action-cancel:before {
      content: '\f066';
  }

  .qct-action-submit:before {
      content: '\f067';
  }

  .qct-action-view:before {
      content: '\f068';
  }

  .qct-action-okay:before {
      content: '\f069';
  }

  .qct-action-remove-account:before {
      content: '\f06a';
  }

  .qct-action-update:before {
      content: '\f06b';
  }

  .qct-action-thumb-up:before {
      content: '\f06c';
  }

  .qct-action-thumb-down:before {
      content: '\f06d';
  }

  .qct-action-judge:before {
      content: '\f06e';
  }

  .qct-action-finish:before {
      content: '\f06f';
  }

  .qct-check-tick-solid:before {
      content: '\f070';
  }

  .qct-action-info-solid:before {
      content: '\f071';
  }

  .qct-checkbox-indeterminate:before {
      content: '\f072';
  }

  .qct-mastercard:before {
      content: '\f073';
  }

  .qct-visacard:before {
      content: '\f074';
  }

  .qct-action-view-off:before {
      content: '\f076';
  }

  .qct-action-first-aid:before {
      content: '\f077';
  }

  .qct-action-login:before {
      content: '\f078';
  }

  .qct-bookmark-border:before {
      content: '\f079';
  }

  .qct-calendar-deadline:before {
      content: '\f07a';
  }

  .qct-calendar-blank:before {
      content: '\f07b';
  }

  .qct-web:before {
      content: '\f07c';
  }

  .qct-hei-resource:before {
      content: '\f07d';
  }

  .qct-accreditation-portal:before {
      content: '\f07e';
  }

  .qct-maps:before {
      content: '\f07f';
  }

  .qct-nominated-contact:before {
      content: '\f080';
  }

  .qct-programs:before {
      content: '\f081';
  }

  .qct-calendar-text:before {
      content: '\f082';
  }

  .qct-menu-notifications:before {
      content: '\f083';
  }

  .qct-info-access-time:before {
      content: '\f086';
  }

  .qct-info-autorenew:before {
      content: '\f087';
  }

  .qct-brokenmap:before {
      content: '\f088';
  }

  .qct-star:before {
      content: '\f089';
  }

  .qct-doobie:before {
      content: '\f08a';
  }

  .qct-qctlogo:before {
      content: '\f08b';
  }

  .qct-calendar:before {
      content: '\f08c';
  }

  .qct-phone:before {
      content: '\f08d';
  }

  .qct-menu-help:before {
      content: '\f08f';
  }

  .qct-menu-group:before {
      content: '\f090';
  }


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
