/**
 * version: 0.0.1
 * file:    wide.css
 * author:  Squiz Australia
 * updated: 08-06-2016 16:18
 *
 * Table of Contents:
 * General
 * Modules
 *    achievement-list
 *    course-planner-view
 *    goal-list
 *    landing-page-view
 *    login
 *    message-collection
 *    messages-view
 *    plan-navigator
 *    proficiency-list-view
 *    question-list-view
 *    registration-view
 *    responsibility-list
 *    summary-charts
 *    theme-switcher-view
 *    understanding-list-view
 *    user-summary-view
 *    viewers-list
 */
/* 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
--------------------
*/
.Main-h {
  font-size: 2.1875em;
  font-size: calc(35em / 16);
  margin-top: 1.08571em;
  margin-top: calc(38em / 35);
  padding-right: 0.34286em;
  padding-right: calc(12em / 35);
  margin-bottom: 0;
}

.float-when-wide {
  float: left;
}

/*
--------------------
Layout
--------------------
*/
.l-Column--left,
.l-Column--right {
  float: left;
  width: 47.73157%;
  width: calc(100% * 505 / 1058);
}

.l-Column--left {
  margin-right: 1.13422%;
  margin-right: calc(100% * 12 / 1058);
}

.l-Column--right {
  margin-left: 1.13422%;
  margin-left: calc(100% * 12 / 1058);
}

.l-Column--full {
  float: none;
  clear: left;
  width: auto;
}

/*
--------------------
Modules
--------------------
*/
/*-- module:achievement-list --*/
.AchievementList-copyBtnRow {
  text-align: center;
}

.AchievementList-msg {
  text-align: left;
}

.AchievementList-inpt--textarea,
.AchievementList-inpt--text {
  max-width: 50%;
}

/*-- module:course-planner-view --*/
.popup-content {
  max-width: 650px;
  margin: 5% auto;
}

.CoursePlanner-col.l-Column--left {
  clear: both;
}

.CoursePlanner-col.l-Column--right {
  float: right;
  clear: right;
}

.CoursePlanner-yearH,
.CoursePlanner-accumulated-points {
  clear: both;
}

.CoursePlanner-yearH {
  padding-top: 1em;
  padding-top: calc(16em / 16);
}

.CoursePlanner-yearH h3 {
  margin-top: 0;
}

/*-- module:goal-list --*/
/*-- module:landing-page-view --*/
.LandingPage > .HTMLView {
  padding-top: 3.125em;
  padding-top: calc(50em / 16);
  max-width: 37.80718%;
  max-width: calc(100% * 400 / 1058);
  margin-left: 17.76938%;
  margin-left: calc(100% * 188 / 1058);
}

/*-- module:login --*/
.l-loginFormInner {
  max-width: 74.25em;
  max-width: calc(1188em / 16);
  margin: 0 auto;
}

.Login {
  background: transparent;
  width: 50.08418%;
  width: calc(100% * 595 / 1188);
}

.lt-ie9 .Login {
  background-image: none;
}

.Login-h {
  margin-left: 4.03361%;
  margin-left: calc(100% * 24 / 595);
  width: 14.28571%;
  width: calc(100% * 85 / 595);
  float: left;
}

.Login-fields {
  float: left;
  width: 77.47899%;
  width: calc(100% * 461 / 595);
  margin-top: 2.5em;
  margin-top: calc(40em / 16);
}

.l-loginFormInner {
  margin-left: 0;
  margin-right: 0;
}

#page_account_manager_691,
#page_account_manager_1215,
form[action='http://cat.dev/login'],
form[action='http://cat.dev/login?'] {
  padding-bottom: 30em;
  padding-bottom: calc(480em / 16);
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/traffic-cars-ltr.svg"), url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/traffic-cars-rtl.svg"), url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/traffic-base.svg");
  background-position: 150% bottom, -150% bottom, center bottom;
  background-repeat: repeat-x, repeat-x, repeat-x;
  overflow: hidden;
  margin-left: -6.14035%;
  margin-left: calc(100% * -42 / 684);
  margin-right: -6.14035%;
  margin-right: calc(100% * -42 / 684);
}

.no-svg #page_account_manager_691,
.no-multiplebgs #page_account_manager_691 {
  background: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/traffic.png") center bottom repeat-x;
  background-image: url("//pathways.act.edu.au/__data/app/dist/styles/mysource_files/traffic.png");
  background-position: center bottom;
  background-repeat: repeat-x;
}

.Login-row {
  margin-bottom: 1.625em;
  margin-bottom: calc(26em / 16);
  max-width: 100%;
}

form .Login-input {
  padding-left: 5.30769em;
  padding-left: calc(69em / 13);
  background-position: 1.5625em center;
  background-size: auto 11px;
}

form .Login-input:focus {
  background-position: -17px center;
}

form .Login-button {
  font-size: 1em;
  max-width: 12.6875em;
  max-width: calc(203em / 16);
  border-width: 0.125em;
  border-width: calc(2em / 16);
}

.RegisterLink,
.About {
  float: none;
  margin-left: 0;
  width: 75.05155%;
  width: calc(100% * 364 / 485);
}

.RegisterLink {
  margin-bottom: 4.625em;
  margin-bottom: calc(74em / 16);
}

.Login,
.AdditionalInfo {
  float: left;
}

.AdditionalInfo {
  margin-left: 8.16498%;
  margin-left: calc(100% * 97 / 1188);
  width: 40.82492%;
  width: calc(100% * 485 / 1188);
}

.Login-forgot {
  text-align: left;
}

.Login-forgotEmailRequestRow {
  max-width: 50%;
}

/*-- module:message-collection --*/
/*-- module:messages-view --*/
.MessagesView {
  left: 0;
  width: 100%;
  margin-top: 20.625em;
  margin-top: calc(330em / 16);
}

/*-- module:plan-navigator --*/
.PlanNavigatorView-mainHeading,
.theme-purple .PlanNavigatorView-mainHeading,
.theme-orange .PlanNavigatorView-mainHeading {
  background: transparent;
}

.PlanNavigatorView {
  clear: left;
}

.PlanNavigatorView-mainHeading {
  font-size: 1.625em;
  font-size: calc(26em / 16);
  padding-bottom: 0.76923em;
  padding-bottom: calc(20em / 26);
  padding-top: 2.15385em;
  padding-top: calc(56em / 26);
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

/*-- module:proficiency-list-view --*/
.ProficiencyList {
  overflow: hidden;
}

.ProficiencyList-submitRow {
  margin-top: 0.375em;
  margin-top: calc(6em / 16);
  clear: both;
}

/*-- module:question-list-view --*/
.QuestionList {
  *zoom: 1;
}
.QuestionList:after, .QuestionList:before {
  display: table;
  line-height: 0;
  content: "";
}
.QuestionList:after {
  clear: both;
}

.QuestionList-submitRow {
  margin-top: 0;
  padding-top: 0.75em;
  padding-top: calc(12em / 16);
}

/*-- module:registration-view --*/
.Registration-container {
  clear: left;
}

.Registration--submitRow {
  clear: left;
}

/*-- module:responsibility-list --*/
.ResponsibilityList {
  clear: left;
}

/*-- module:summary-charts --*/
/*-- module:theme-switcher-view --*/
.ThemeSwitcher {
  width: 10.3125em;
  width: calc(165em / 16);
  margin-right: 1.30841%;
  margin-right: calc(100% * 7 / 535);
}

.ThemeSwitcher-btn {
  width: 11.78571em;
  width: calc(165em / 14);
  margin-right: 1.30841%;
  margin-right: calc(100% * 7 / 535);
}

/*-- module:understanding-list-view --*/
.UnderstandingList-submitRow {
  clear: both;
  padding-top: 0.375em;
  padding-top: calc(6em / 16);
}

.UnderstandingList-btn {
  margin-right: 0.75em;
  margin-right: calc(12em / 16);
}

/*-- module:user-summary-view --*/
.UserSummaryView {
  width: 50.56711%;
  width: calc(100% * 535 / 1058);
  clear: left;
  float: left;
}

.UserSummaryView-h {
  margin-bottom: 1.33333em;
  margin-bottom: calc(40em / 30);
}

.UserSummaryView-avatar {
  min-height: 9em;
  min-height: calc(144em / 16);
  margin-right: 4.85981%;
  margin-right: calc(100% * 26 / 535);
  width: 21.682242991%;
  background-size: auto;
}

.UserSummaryView-details {
  padding-top: 0;
}

.UserSummaryView-row {
  margin-top: 0.83333em;
  margin-top: calc(15em / 18);
  margin-bottom: 0.83333em;
  margin-bottom: calc(15em / 18);
}

.UserSummaryView-updateDetailsBtn:link,
.UserSummaryView-updateDetailsBtn:visited {
  width: 10.4375em;
  width: calc(167em / 16);
}

.UserSummaryView-row--lastLogin {
  margin-bottom: 0.5em;
}

.UserSummaryView-logout {
  max-width: 21.1875em;
  max-width: calc(339em / 16);
  margin-bottom: 1em;
}

/*-- module:viewers-list --*/
.ViewersList {
  float: left;
  clear: none;
  width: 38.9414%;
  width: calc(100% * 412 / 1058);
  margin-top: 8.75em;
  margin-top: calc(140em / 16);
}
