button.fav-icon {
  position: relative;
  background: url("/themes/careers-2015/resources/images/favourite-unsaved.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 22px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0; }
  button.fav-icon:focus {
    outline-style: dotted;
    outline-width: thin; }
  button.fav-icon:hover {
    filter: brightness(110%); }
  button.fav-icon[data-is-fav] {
    background-image: url("/themes/careers-2015/resources/images/favourite-saved.svg"); }
  button.fav-icon:after {
    content: '';
    opacity: 1; }
  button.fav-icon[data-clicked]:after {
    display: block;
    width: 22px;
    height: 22px;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(2.5);
    opacity: 0;
    transition: transform 1s, opacity 1s; }
  button.fav-icon[data-clicked][data-is-fav]:after {
    background-image: url("/themes/careers-2015/resources/images/favourite-saved.svg"); }
  button.fav-icon[data-clicked]:not([data-is-fav]):after {
    background-image: url("/themes/careers-2015/resources/images/favourite-unsaved.svg"); }
  button.fav-icon[data-failed] {
    animation: shake 0.5s; }

@keyframes shake {
  0% {
    transform: translateX(-4px);
    filter: grayscale(0%); }
  25% {
    transform: translateX(4px); }
  50% {
    transform: translateX(-2px); }
  75% {
    transform: translateX(2px); }
  100% {
    transform: none;
    filter: grayscale(100%); } }

.with-fav-icon {
  position: relative; }
  .with-fav-icon button.fav-icon {
    position: absolute;
    left: -36px;
    top: 1px; }
    @media (max-width: 768px) {
      .with-fav-icon button.fav-icon {
        left: -30px; } }

/*
Targets IE 10 and 11
Usage:
@include ie-only {
  color: cyan;
}
*/
/*
I've left this here for reference, but note that compass seems to strip out @supports directives for some reason.
For now, you'll just have to copy-paste this selector.
*/
#share-my-results-form {
  width: 100%; }
  #share-my-results-form label {
    margin-top: 0; }
  #share-my-results-form .form-group {
    margin-top: 15px; }
  #share-my-results-form textarea#desc {
    resize: vertical;
    height: 145px; }
    @media (max-width: 991px) {
      #share-my-results-form textarea#desc {
        height: 100px; } }

.share-container {
  position: relative; }
  .share-container .share-btns {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: inherit;
    padding-left: inherit; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .share-container .share-btns {
        width: 475px; } }
  @media (min-width: 480px) {
    .share-container {
      padding-top: 60px; } }
  @media (max-width: 785px) {
    .share-container {
      padding-top: 0;
      margin-bottom: 1em; }
      .share-container .share-btns {
        position: relative;
        margin-bottom: 1em; } }
  .share-container .share-btn-email, .share-container .share-btn-download {
    height: auto; }
    .share-container .share-btn-email:before, .share-container .share-btn-download:before {
      content: '';
      display: inline-block;
      margin-right: 4px;
      vertical-align: middle;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    .share-container .share-btn-email[disabled] span, .share-container .share-btn-download[disabled] span {
      color: #18819c; }
    .share-container .share-btn-email:not([disabled]):hover, .share-container .share-btn-download:not([disabled]):hover {
      text-decoration: none; }
      .share-container .share-btn-email:not([disabled]):hover span, .share-container .share-btn-download:not([disabled]):hover span {
        text-decoration: underline; }
  .share-container .share-btn-email:before {
    width: 24px;
    height: 25px;
    background-size: 16px 21px;
    background-image: url(/themes/careers-2015/resources/images/email-black.svg); }
  .share-container .share-btn-download:before {
    width: 24px;
    height: 19px;
    background-size: 16px 21px;
    background-image: url(/themes/careers-2015/resources/images/download-black.svg); }
  .share-container .share-btn-short {
    font-family: "MullerLight", "Arial", arial, sans-serif;
    font-size: 1.8rem; }
    @media (min-width: 480px) {
      .share-container .share-btn-short {
        display: none; } }
  .share-container .share-btn-full {
    display: none;
    font-family: "MullerLight", "Arial", arial, sans-serif;
    font-size: 1.8rem; }
    @media (min-width: 480px) {
      .share-container .share-btn-full {
        display: inline-block; } }
  .share-container a.btn-link {
    line-height: 25px; }
  .share-container .btn-block {
    margin-top: 0; }
  .share-container #download-pdf.btn-lg {
    padding: 0 15px; }
  .share-container #share-my-results.btn-lg {
    padding: 0 15px; }

.SkillMatcherPage #skill-matcher {
  /*
Targets IE 10 and 11
Usage:
@include ie-only {
  color: cyan;
}
*/
  /*
I've left this here for reference, but note that compass seems to strip out @supports directives for some reason.
For now, you'll just have to copy-paste this selector.
*/
  /**
* Adds a throbber to the standard primary button.
*/ }
  .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] input[type="submit"] {
    display: block;
    margin: 2em auto 0; }
    @media (max-width: 767px) {
      .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] input[type="submit"] {
        display: block;
        width: 100%; } }
  @media (max-width: 768px) {
    .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] {
      padding: 1em; }
      .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] h2 {
        margin-top: 0; } }
  .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol, .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol li, .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol label, .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ul, .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ul li, .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ul label {
    margin: 0;
    padding: 0; }
  .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol li::before, .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ul li::before {
    content: none; }
  .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] input[type="checkbox"] {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 1px 5px 0 0;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px; }
    .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] input[type="checkbox"]:checked {
      background: #337ab7;
      transition: background-color 0.5s ease-out;
      border: none; }
      .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] input[type="checkbox"]:checked::after {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        content: '';
        display: block;
        background: url(/skill-matcher/images/tick.svg);
        background-size: contain; }
  .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories {
    display: flex; }
    @media (max-width: 768px) {
      .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories {
        display: block; } }
    .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories > li {
      flex: 1;
      margin: 0; }
      @media (min-width: 1200px) {
        .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories > li {
          margin-left: 1em;
          margin-right: 1em; }
          .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories > li:first-child {
            margin-left: 0; }
          .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories > li:last-child {
            margin-right: 0; } }
    .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories label {
      font-weight: normal;
      display: flex;
      flex: 1;
      cursor: default; }
    .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories h3 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin-top: 0;
      padding-bottom: 10px;
      vertical-align: middle; }
      @media (min-width: 1200px) {
        .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories h3 {
          border-bottom: 1px solid #ccc; } }
    .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories ul {
      margin-bottom: 2em; }
      .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories ul li {
        padding: 5px 0; }
        .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories ul li:first-child {
          padding-top: 0; }
        .SkillMatcherPage #skill-matcher[data-page="choose-your-skills"] ol#categories ul li:last-child {
          padding-bottom: 0; }
  .SkillMatcherPage #skill-matcher button.fav-icon {
    position: relative;
    background: url("/themes/careers-2015/resources/images/favourite-unsaved.svg") no-repeat center center;
    background-size: contain;
    width: 22px;
    height: 22px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0; }
    .SkillMatcherPage #skill-matcher button.fav-icon:focus {
      outline-style: dotted;
      outline-width: thin; }
    .SkillMatcherPage #skill-matcher button.fav-icon:hover {
      filter: brightness(110%); }
    .SkillMatcherPage #skill-matcher button.fav-icon[data-is-fav] {
      background-image: url("/themes/careers-2015/resources/images/favourite-saved.svg"); }
    .SkillMatcherPage #skill-matcher button.fav-icon:after {
      content: '';
      opacity: 1; }
    .SkillMatcherPage #skill-matcher button.fav-icon[data-clicked]:after {
      display: block;
      width: 22px;
      height: 22px;
      background: transparent;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0;
      transform: scale(2.5);
      opacity: 0;
      transition: transform 1s, opacity 1s; }
    .SkillMatcherPage #skill-matcher button.fav-icon[data-clicked][data-is-fav]:after {
      background-image: url("/themes/careers-2015/resources/images/favourite-saved.svg"); }
    .SkillMatcherPage #skill-matcher button.fav-icon[data-clicked]:not([data-is-fav]):after {
      background-image: url("/themes/careers-2015/resources/images/favourite-unsaved.svg"); }
    .SkillMatcherPage #skill-matcher button.fav-icon[data-failed] {
      animation: shake 0.5s; }

@keyframes shake {
  0% {
    transform: translateX(-4px);
    filter: grayscale(0%); }
  25% {
    transform: translateX(4px); }
  50% {
    transform: translateX(-2px); }
  75% {
    transform: translateX(2px); }
  100% {
    transform: none;
    filter: grayscale(100%); } }
  .SkillMatcherPage #skill-matcher .with-fav-icon {
    position: relative; }
    .SkillMatcherPage #skill-matcher .with-fav-icon button.fav-icon {
      position: absolute;
      left: -36px;
      top: 1px; }
      @media (max-width: 768px) {
        .SkillMatcherPage #skill-matcher .with-fav-icon button.fav-icon {
          left: -30px; } }
  .SkillMatcherPage #skill-matcher #favourites-tab {
    position: relative; }
    .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs {
      position: relative; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs[data-updating]:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: white;
        opacity: 0.5; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs ul, .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs ul li {
        margin: 0;
        padding: 0; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs ul li:not(:last-child) {
        margin-bottom: 1em; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs ul li:before {
        content: ''; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs ul li[data-deleting] {
        margin-left: -150px;
        opacity: 0;
        transition: margin-left 0.5s, opacity 0.5s; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .row {
        padding-left: 24px; }
        @media (max-width: 768px) {
          .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .row {
            padding-left: 34px; } }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs header {
        margin-bottom: 1em; }
        .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs header .en-header {
          font-size: larger;
          font-weight: bold; }
        .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs header .mi-header {
          font-size: smaller; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .added-in {
        margin-bottom: 1em; }
        .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .added-in ul {
          display: inline; }
          .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .added-in ul, .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .added-in ul li {
            padding: 0;
            margin: 0;
            display: inline; }
          .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .added-in ul li {
            font-weight: bold; }
            .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .added-in ul li:before {
              content: ''; }
            .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .added-in ul li:not(:last-child):after {
              content: ','; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs .more-about-this-job {
        display: inline-block;
        margin-top: 2em; }
      .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs #my-favourites-content {
        position: relative;
        padding-top: 45px;
        margin-bottom: 2em; }
        @media (max-width: 768px) {
          .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs #my-favourites-content {
            padding: 0 20px; } }
        @media (max-width: 480px) {
          .SkillMatcherPage #skill-matcher #favourites-tab #my-favourite-jobs #my-favourites-content {
            padding-top: 0; } }
    .SkillMatcherPage #skill-matcher #favourites-tab #no-favourites h3 {
      margin-top: 16px;
      margin-top: 1.6rem; }
    .SkillMatcherPage #skill-matcher #favourites-tab #no-favourites #my-tools .column {
      margin-bottom: 0; }
  .SkillMatcherPage #skill-matcher #remove-favourite-modal-content {
    margin: 0 auto; }
  .SkillMatcherPage #skill-matcher #favourites-tab {
    padding-top: 0; }
    .SkillMatcherPage #skill-matcher #favourites-tab h3 {
      margin-top: 1.6rem; }

@keyframes deleteAni {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    height: initial;
    margin: initial;
    padding: initial; }
  100% {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }
    .SkillMatcherPage #skill-matcher #favourites-tab ul#my-favourites li {
      position: relative; }
    .SkillMatcherPage #skill-matcher #favourites-tab ul#my-favourites li[data-deleted] {
      animation: deleteAni 0.5s forwards;
      overflow: hidden; }
    .SkillMatcherPage #skill-matcher #favourites-tab ul#my-favourites li:not([data-is-fav]) {
      display: none; }
    @media (max-width: 480px) {
      .SkillMatcherPage #skill-matcher #favourites-tab ul#my-favourites li {
        padding-right: 24px; } }
    .SkillMatcherPage #skill-matcher #favourites-tab #no-favs:not([data-visible]) {
      display: none; }

@keyframes throbber-ie {
  0% {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg); }
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
  .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"]:not([data-ready]) {
    display: none; }
  .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs {
    position: relative;
    margin: 1em 0; }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul {
      padding: 0;
      margin: 0; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li {
        padding: 0;
        margin: 0;
        display: inline-block; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li:before {
          content: ''; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li:first-child {
          margin-left: 0.5em; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li:not(:first-child) {
          margin-left: -14px; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li:nth-child(1) button {
          z-index: 2; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li:nth-child(2) button {
          z-index: 1; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li[data-active] button {
          border-width: 2px;
          font-weight: bold;
          z-index: 10; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li:not([data-active]) button {
          padding-top: 11px;
          padding-right: 18px; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs ul li button {
          position: relative;
          padding: 10px 12px;
          border: 1px solid #34b257;
          border-bottom: none;
          border-top-right-radius: 10px;
          color: #34b257;
          font-family: "MullerRegular", Arial, sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.4;
          background: #f7f7f7; }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root #sm-tabs #sm-tabs-border {
      border-bottom: 2px solid #34b257;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3; }
  .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root:not([data-active-tab="jobs"]) #jobs-tab {
    display: none; }
  .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .sm-tabs-root:not([data-active-tab="my-favourites"]) #favourites-tab {
    display: none; }
  .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] #page-title {
    position: relative; }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] #page-title #back-to-choose-skills {
      position: absolute;
      top: 0;
      left: -38px; }
      @media (max-width: 768px) {
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] #page-title #back-to-choose-skills {
          display: none; } }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] #page-title #back-to-choose-skills img {
        height: 32px;
        opacity: 0.15; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] #page-title #back-to-choose-skills img:hover {
          opacity: 0.7;
          transition: opacity 0.25s; }
  .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results {
    padding-top: 1em; }
    @media (max-width: 768px) {
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results {
        padding: 1em; } }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results h2 {
      margin-top: 0; }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose {
      padding: 0;
      margin: 0; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li {
        padding: 0.5em 0.75em;
        margin: 10px 10px 10px 0;
        background: #169745;
        display: inline-block;
        border-radius: 0 4px 4px;
        color: white;
        text-shadow: 1px 1px 0 #106a31;
        cursor: pointer; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li:hover {
          background: #17a049; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li[data-skill-disabled] {
          opacity: 0.5;
          background-color: #a2a2a2;
          text-shadow: 1px 1px 0 #000;
          transition: opacity 1s, background-color 1s, text-shadow 1s; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li button {
          background: none;
          border: none; }
          .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li button:active, .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li button:focus {
            outline: dashed 1px white;
            outline-color: rgba(255, 255, 255, 0.5); }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li[data-skill-disabled] button:active, .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li[data-skill-disabled] button:focus {
          outline-color: black; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li:before {
          content: ''; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ul#you-chose li label {
          display: inline;
          font-weight: normal; }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container {
      min-height: 300px; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container[data-loading] {
        position: relative; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container[data-loading] #results-loading-overlay {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(247, 247, 247, 0.5); }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container[data-loading] #results-throbber {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container[data-loading] #results-throbber:before {
            content: '';
            display: block;
            background: url("/themes/careers-2015/resources/images/throbbers/throbber.svg") no-repeat center center;
            background-size: contain;
            height: 5em;
            width: 5em;
            margin: 4em auto 0; }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container[data-loading] #results-throbber:before {
                background-image: url("/themes/careers-2015/resources/images/throbbers/throbber-ie.svg");
                -ms-transform: rotate(359deg);
                animation: throbber-ie 2s infinite; } }
            @supports (-ms-ime-align: auto) {
              .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container[data-loading] #results-throbber:before {
                background-image: url("/themes/careers-2015/resources/images/throbbers/throbber-ie.svg");
                -ms-transform: rotate(359deg);
                transform: rotate(359deg);
                animation: throbber-ie 2s infinite; } }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #results-container #results {
        margin-top: 1em; }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share {
      margin: 2em 0 0.25em; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share .share-container {
        padding: 0;
        margin: 0;
        float: right; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share .share-container .share-btns {
          display: flex;
          position: static;
          top: unset;
          right: unset;
          padding-right: 0;
          padding-right: unset;
          padding-left: 0;
          padding-left: unset; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share .share-container .share-btns {
              display: block; } }
          @media (max-width: 991px) {
            .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share .share-container .share-btns {
              flex: 1; } }
          @media (max-width: 480px) {
            .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share .share-container .share-btns {
              margin-bottom: 0; } }
          .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share .share-container .share-btns button {
            flex: 1; }
      @media (max-width: 767px) {
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share #change-my-answers {
          width: 100%;
          margin: 0.5em 0; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results #header-and-share .share-container {
          width: 100%;
          float: none; } }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs {
      margin: 0; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs a {
        color: #545454; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs li:before {
        content: ''; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs > li {
        background: white;
        border-radius: 0 25px 25px;
        padding: 25px 20px 20px;
        box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.25); }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs > li ul.jobs {
          opacity: 1; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs > li button.collapse-industry {
          transition: transform 0.3s; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs > li:first-child {
          margin-top: 0; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs > li.collapsed ul.jobs {
          opacity: 0;
          transition: opacity 0.25s;
          display: none; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs > li.collapsed button.collapse-industry {
          transform: translateY(-50%) rotate(180deg) translate(0, 5px); }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs > li.collapsed h3 {
          margin-bottom: 0; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs h3 {
        position: relative;
        margin-top: 0; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs h3 .industry-title {
          cursor: pointer;
          max-width: calc(100% - 100px);
          display: inline-block;
          vertical-align: middle; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs h3 .job-count {
          font-size: small;
          border: 1px solid #d5d5d5;
          padding: 3px 6px;
          padding-top: 6px;
          border-radius: 2px;
          margin-left: 8px; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs h3 button.collapse-industry {
          position: absolute;
          right: 0;
          top: 50%;
          background: none;
          border: none;
          transform: translateY(-50%); }
          .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs h3 button.collapse-industry .icon {
            font-size: 16px;
            margin-top: 4px;
            color: #a1a1a1; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs .mobile-click-overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        @media (min-width: 1200px) {
          .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs .mobile-click-overlay {
            display: none; } }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs ul.jobs {
        padding: 0;
        margin: 0;
        margin-left: 10px; }
        .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs ul.jobs li {
          margin: 0;
          padding: 0;
          margin-bottom: 0.6em; }
          .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs ul.jobs li:before {
            content: ''; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs li[data-first-child] {
        margin-top: 0; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results ol#industries-and-jobs button.fav-icon {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px; }
    .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results .with-superscript-fav-icon {
      position: relative;
      display: inline-block; }
      .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] .skill-matcher-results .with-superscript-fav-icon:after {
        content: '';
        display: block;
        background: url("/themes/careers-2015/resources/images/favourite-saved.svg") no-repeat center center;
        background-size: contain;
        width: 13px;
        height: 13px;
        position: absolute;
        top: -3px;
        right: -15px; }
  .SkillMatcherPage #skill-matcher[data-page="skill-matcher-results"] button.tooltip-link {
    line-height: 18px;
    vertical-align: middle; }

.SkillMatcherPage .navbar .search-toggle {
  display: none; }
