/**
 * version: 0.0.1
 * file:    medium.css
 * author:  Squiz Australia
 * updated: 08-06-2016 16:18
 *
 * Table of Contents:
 * General
 * Modules
 *    achievement-list
 *    avatar-picker-view
 *    course-planner-view
 *    email-sections-view
 *    goal-list
 *    html-view
 *    landing-page-view
 *    login
 *    message-collection
 *    messages-view
 *    plan-navigator
 *    plan-router
 *    question-list-view
 *    registration-view
 *    resume-builder
 *    section-list-view
 *    summary-charts
 *    swap-list
 *    theme-switcher-view
 *    user-summary-view
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
--------------------
General
--------------------
*/
h1 {
  margin-left: 5.46875%;
  margin-left: calc(100% * 42 / 768);
  padding-left: 0;
}

.Banner {
  padding-left: 1.63636em;
  padding-left: calc(36em / 22);
}

.Main-content {
  margin-left: 5.46875%;
  margin-left: calc(100% * 42 / 768);
  margin-right: 5.46875%;
  margin-right: calc(100% * 42 / 768);
}

/*
--------------------
Modules
--------------------
*/
/*-- module:achievement-list --*/
.AchievementList .AchievementList-addBtn {
  margin-top: 0.55556em;
  margin-top: calc(10em / 18);
  width: auto;
}

.AchievementList .AchievementList-inpt--number {
  width: auto;
}

/*-- module:avatar-picker-view --*/
.AvatarPicker-popup {
  padding-left: 1.11111em;
  padding-left: calc(20em / 18);
  padding-right: 1.11111em;
  padding-right: calc(20em / 18);
  display: inline-block;
  width: auto;
}

/*-- module:course-planner-view --*/
.popup-content {
  margin: 5%;
}

/*-- module:email-sections-view --*/
.EmailSections-header {
  margin-left: -6.14035%;
  margin-left: calc(100% * -42 / 684);
  margin-right: -6.14035%;
  margin-right: calc(100% * -42 / 684);
  padding-left: 6.14035%;
  padding-left: calc(100% * 42 / 684);
  padding-right: 6.14035%;
  padding-right: calc(100% * 42 / 684);
}

/*-- module:goal-list --*/
.GoalList-stickerPicker {
  margin: 10% auto;
}

.GoalList-stickerPicker ul {
  max-height: 25em;
}

.GoalList-stickerPicker ul li {
  margin: 0 1%;
  width: 23%;
  overflow: hidden;
}

/*-- module:html-view --*/
/*-- module:landing-page-view --*/
.LandingPage-h {
  font-size: 1.75em;
  font-size: calc(28em / 16);
  /*@include calc-percs('width', 90, 320);*/
}

/*-- module:login --*/
.l-loginFormInner {
  margin-left: -6.14035%;
  margin-left: calc(100% * -42 / 684);
  margin-right: -6.14035%;
  margin-right: calc(100% * -42 / 684);
}

.Login {
  background-position: -3px bottom;
  padding-bottom: 11.3125em;
  padding-bottom: calc(181em / 16);
}

.Login-row,
.Login-submitRow {
  margin-left: 5.46875%;
  margin-left: calc(100% * 42 / 768);
  margin-right: 0.02083em;
  margin-right: calc(16em / 768);
}

.Login-row {
  max-width: 66.53646%;
  max-width: calc(100% * 511 / 768);
}

.Login-button {
  max-width: 26.43229%;
  max-width: calc(100% * 203 / 768);
}

.RegisterLink,
.About {
  box-sizing: border-box;
  float: left;
  margin-right: 0;
}

.RegisterLink {
  margin-left: 5.46875%;
  margin-left: calc(100% * 42 / 768);
  width: 36.19792%;
  width: calc(100% * 278 / 768);
}

.Register-btn {
  max-width: 12.6875em;
  max-width: calc(203em / 16);
}

.About {
  margin-left: 7.8125%;
  margin-left: calc(100% * 60 / 768);
  width: 37.890625%;
}

/*-- module:message-collection --*/
/*-- module:messages-view --*/
.MessagesView--5-6-plan {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/bikes-forest-wide.svg");
}
.no-svg .MessagesView--5-6-plan {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/bikes-forest-wide.png");
}

.theme-purple .MessagesView--5-6-plan {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/bikes-forest-wide-purple.svg");
}
.no-svg .theme-purple .MessagesView--5-6-plan {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/bikes-forest-wide-purple.png");
}

.theme-orange .MessagesView--5-6-plan {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/bikes-forest-wide-orange.svg");
}
.no-svg .theme-orange .MessagesView--5-6-plan {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/bikes-forest-wide-orange.png");
}

.MessagesView {
  padding-bottom: 12.375em;
  padding-bottom: calc(198em / 16);
  margin-left: -6.14035%;
  margin-left: calc(100% * -42 / 684);
  margin-right: -6.14035%;
  margin-right: calc(100% * -42 / 684);
  padding-left: 6.14035%;
  padding-left: calc(100% * 42 / 684);
  padding-right: 6.14035%;
  padding-right: calc(100% * 42 / 684);
}

.MessagesView-message {
  padding-left: 7.28863%;
  padding-left: calc(100% * 50 / 686);
  padding-right: 7.28863%;
  padding-right: calc(100% * 50 / 686);
  padding-top: 1.25em;
  padding-top: calc(20em / 16);
  padding-bottom: 1.125em;
  padding-bottom: calc(18em / 16);
  background-position: 3.125em 1.25em;
  background-size: 1.9375em 1.9375em;
}

.MessagesView-msgTitle {
  padding-bottom: 0.25em;
  padding-bottom: calc(4em / 16);
  min-width: 13.99317%;
  min-width: calc(100% * 82 / 586);
}

.MessagesView-msgTitle,
.MessagesView-msgContents {
  padding-left: 9.04437%;
  padding-left: calc(100% * 53 / 586);
  display: inline-block;
}

/*-- module:plan-navigator --*/
.PlanNavigatorView-mainHeading {
  margin-left: -6.14035%;
  margin-left: calc(100% * -42 / 684);
  margin-right: -6.14035%;
  margin-right: calc(100% * -42 / 684);
  padding-left: 6.14035%;
  padding-left: calc(100% * 42 / 684);
}

/*-- module:plan-router --*/
/*-- module:question-list-view --*/
.QuestionList-btn {
  width: auto;
  padding-left: 1.11111em;
  padding-left: calc(20em / 18);
  padding-right: 1.11111em;
  padding-right: calc(20em / 18);
}

/*-- module:registration-view --*/
/*-- module:resume-builder --*/
.ResumeBuilder-form .checkList li {
  width: 50%;
  float: left;
}

.ResumeBuilder-form button[type="submit"] {
  width: auto;
  float: right;
  margin-right: 0;
}

/*-- module:section-list-view --*/
.SectionList-item .PrintSectionModule {
  display: none;
}

.SectionList-item.is-expanded .PrintSectionModule {
  display: block;
  float: right;
  overflow: hidden;
  clear: both;
  margin-bottom: 0.9375em;
  margin-bottom: calc(15em / 16);
  padding-top: 0.625em;
  padding-top: calc(10em / 16);
  margin-right: 8px;
}

.SectionList-item.is-expanded .PrintSectionModule .print-section,
.SectionList-item.is-expanded .PrintSectionModule .PDF-section {
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 28px;
  width: 27px;
}

.SectionList-item.is-expanded .PrintSectionModule .print-section:hover,
.SectionList-item.is-expanded .PrintSectionModule .PDF-section:hover {
  background-position-y: bottom;
}

.SectionList-item.is-expanded .PrintSectionModule .print-section {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/print-this-section.svg");
}
.no-svg .SectionList-item.is-expanded .PrintSectionModule .print-section {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/print-this-section.png");
}

.SectionList-item.is-expanded .PrintSectionModule .PDF-section {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/save-section-to-pdf.svg");
  margin-left: 10px;
}
.no-svg .SectionList-item.is-expanded .PrintSectionModule .PDF-section {
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/save-section-to-pdf.png");
}

/*-- module:summary-charts --*/
.BarChart,
.DonutChart {
  width: 50%;
}

.BarChart--usersBySchool {
  width: 100%;
}

/*-- module:swap-list --*/
.SwapList-option,
.SwapList-option-value,
.SwapList-choices-answer {
  min-height: 3.4375em;
  min-height: calc(55em / 16);
}

.SwapList-option,
.SwapList-choice-rath,
.SwapList-choice-than {
  width: 48.45679%;
  width: calc(100% * 314 / 648);
}

.SwapList-option:nth-child(2n+1),
.SwapList-choice-rath {
  margin-right: 2.92398%;
  margin-right: calc(100% * 20 / 684);
}

.SwapList-pairs-list .pair .title:first-of-type {
  margin-right: 3.50877%;
  margin-right: calc(100% * 24 / 684);
}

.SwapList-pairs-list .pair .title:nth-of-type(2) {
  text-indent: 2px;
}

/* ie 8 fix */
.lt-ie9 .SwapList-option-value {
  min-height: auto;
}

.lt-ie9 .SwapList-pairs-list,
.lt-ie10 .SwapList-pairs-list {
  width: 100%;
}

.lt-ie9 .SwapList-pairs-list .pair {
  margin: 1em 0;
}

.lt-ie9 .SwapList-option,
.lt-ie9 .SwapList-pairs-list .pair .SwapList-option-value {
  width: 48%;
  margin: 1em 1%;
}

.lt-ie9 .SwapList-choice-rath,
.lt-ie9 .SwapList-choice-than,
.lt-ie9 .SwapList-pairs-list .title,
.lt-ie9 .SwapList-pairs-list .pair .SwapList-option-value {
  width: 48%;
  margin: 0 1%;
}

/*-- module:theme-switcher-view --*/
.ThemeSwitcher {
  width: 11.9375em;
  width: calc(191em / 16);
  margin-right: 1.8125em;
  margin-right: calc(29em / 16);
  float: left;
}

.ThemeSwitcher.expanded {
  margin-right: 0;
}

.ThemeSwitcher-btn {
  width: 13.64286em;
  width: calc(191em / 14);
  font-size: 0.875em;
  font-size: calc(14em / 16);
  line-height: 3.07143em;
  line-height: calc(43em / 14);
  margin-right: 2.07143em;
  margin-right: calc(29em / 14);
  font-weight: bold;
}

.ThemeSwitcher-btn.expanded:after {
  border-left-width: 0.28571em;
  border-left-width: calc(4em / 14);
  border-right-width: 0.28571em;
  border-right-width: calc(4em / 14);
  border-top-width: 0.57143em;
  border-top-width: calc(8em / 14);
  bottom: -0.57143em;
  bottom: calc(-8em / 14);
}

/*-- module:user-summary-view --*/
.UserSummaryView-h {
  font-size: 1.875em;
  font-size: calc(30em / 16);
  margin-bottom: 1.2em;
  margin-bottom: calc(36em / 30);
}

.UserSummaryView-name {
  font-size: 0.86667em;
  font-size: calc(26em / 30);
}

.UserSummaryView-avatar {
  border-width: 0.125em;
  border-width: calc(2em / 16);
  min-height: 13.4375em;
  min-height: calc(215em / 16);
  margin-right: 5.60224%;
  margin-right: calc(100% * 40 / 714);
  width: 21.428571429%;
  background-position: left center;
  background-size: 6.875em auto;
}

.UserSummaryView-details {
  margin-left: 27.31092%;
  margin-left: calc(100% * 195 / 714);
  padding-top: 1.375em;
  padding-top: calc(22em / 16);
}

.UserSummaryView-row {
  font-size: 1.125em;
  font-size: calc(18em / 16);
  margin: 1em 0;
}

.UserSummaryView-updateDetailsBtn:link,
.UserSummaryView-updateDetailsBtn:visited {
  font-size: 1em;
  width: 11.9375em;
  width: calc(191em / 16);
  line-height: 1.3125em;
  line-height: calc(21em / 16);
  padding-top: 0.625em;
  padding-top: calc(10em / 16);
  padding-bottom: 0.625em;
  padding-bottom: calc(10em / 16);
}

.UserSummaryView-row--lastLogin {
  font-size: 0.875em;
  font-size: calc(14em / 16);
  margin-bottom: 0;
}

.UserSummaryView-logout {
  max-width: 25.8125em;
  max-width: calc(413em / 16);
}
