/* compiled by scssphp v0.6.7 on Tue, 18 Feb 2025 23:56:00 +0000 (0.0478s) */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
/**
 * Only displays styles above a certain number of pixels wide
 * @param	pixels	dimension	The number of pixels to be below
 * @cont						The content to display below that number of pixels
 * @return						Styles to display below that width
 */
/**
 * Creates an animation
 * @param	string	$name	The name of the animation
 * @cont	The animation contents
 * @return	The CSS for the animation
 */
/**
 * Only displays styles below a certain number of pixels wide
 * @param	pixels	dimension	The number of pixels to be below
 * @cont						The content to display below that number of pixels
 * @return						Styles to display below that width
 */
/**
 * Creates a simple gradient
 * @param	colour	$start	The start colour
 * @param	colour	$end	The end colour
 * @param	bool	$horizontal		If the gradient should be horizontal
 * @return	Styles for that type of gradient
 */
/**
 * Applies styles to all headings
 * @cont	The styles to apply
 * @return	Applies styles to headings from h1 through h6
 */
/**
 * Applies styles to the hover, focus and active pseudoclasses of an element
 * @cont	The styles to apply
 * @return	Hover, focus and active styles for that element
 */
/**
 * Applies provided styles to the placeholder of the current element
 * @cont	The styles to apply
 * @return	Styles, applied to the element
 */
/**
 * Only displays styles below the responsive limit
 * @cont	The content to display below the reponsive limit
 * @return	Styles to display below the limit
 */
/**
 * Only displays styles when a touch device is being used
 * @cont	The styles to display
 * @return	Styles for displaying only in touch
 */
/**
 * Creates vendor specific versions of a style
 * @param	string	The property to create each style for
 * @param	list	The value for that style
 * @return			Vendor specific versions of each style
 */
/**
 * Removes element from page flow
 */
body:before, .question-animation:before, .training-categories:before, .question-page .video:before, body:after, .question-animation:after, .training-categories:after, .question-page .video:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

body {
  background: #eeeff2 url(sidebar-back.png) left repeat-y;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  position: relative; }
  body:after {
    content: ""; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
  font-weight: 300; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 16px; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a img {
    border: 0; }

.button {
  background-color: #ed7940;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 10px 45px;
  text-transform: uppercase; }
  .button:hover, .button:focus, .button:active {
    background-color: #f3a47d; }
  .button.disabled {
    background-color: #404040;
    opacity: 0.5;
    cursor: default; }

.load-down {
  margin-top: 0;
  position: absolute;
  transition: all 0.2s; }
  .load-down.ng-enter, .load-down.ng-hide-remove {
    margin-top: -5px; }
    .load-down.ng-enter-active, .load-down.ng-hide-remove-active {
      margin-top: 0; }
  .load-down.ng-leave, .load-down.ng-hide-add {
    margin-top: 0; }
    .load-down.ng-leave-active, .load-down.ng-hide-add-active {
      margin-top: -5px; }
  .load-down.ng-enter, .load-down.ng-hide-remove {
    opacity: 0; }
    .load-down.ng-enter-active, .load-down.ng-hide-remove-active {
      opacity: 1; }
  .load-down.ng-leave, .load-down.ng-hide-add {
    opacity: 1; }
    .load-down.ng-leave-active, .load-down.ng-hide-add-active {
      opacity: 0; }

.fade {
  transition: opacity 0.4s; }
  .fade.ng-enter, .fade.ng-hide-remove {
    opacity: 0; }
    .fade.ng-enter-active, .fade.ng-hide-remove-active {
      opacity: 1; }
  .fade.ng-leave, .fade.ng-hide-add {
    opacity: 1; }
    .fade.ng-leave-active, .fade.ng-hide-add-active {
      opacity: 0; }

.rotate {
  transition: all 0.4s; }
  .rotate.ng-enter, .rotate.ng-hide-remove {
    opacity: 0; }
    .rotate.ng-enter-active, .rotate.ng-hide-remove-active {
      opacity: 1; }
  .rotate.ng-leave, .rotate.ng-hide-add {
    opacity: 1; }
    .rotate.ng-leave-active, .rotate.ng-hide-add-active {
      opacity: 0; }
  .rotate.ng-enter, .rotate.ng-hide-remove {
    transform: rotateX(45deg) rotateY(45deg) rotateZ(45deg); }
    .rotate.ng-enter-active, .rotate.ng-hide-remove-active {
      transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  .rotate.ng-leave, .rotate.ng-hide-add {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    .rotate.ng-leave-active, .rotate.ng-hide-add-active {
      transform: rotateX(-45deg) rotateY(-45deg) rotateZ(-45deg); }

.curr-widget {
  width: 400px; }

.log-in form, .manage-account form {
  text-align: center;
  width: 260px; }
  .log-in form .g-signin2 > div, .manage-account form .g-signin2 > div {
    margin: auto; }
  .log-in form input[type=text], .manage-account form input[type=text], .log-in form input[type=email], .manage-account form input[type=email], .log-in form input[type=password], .manage-account form input[type=password] {
    background: #fbfdf5;
    border-radius: 5px;
    border: 2px solid #94be26;
    color: #343434;
    display: block;
    font-family: inherit;
    font-size: inherit;
    margin: 10px auto;
    padding: 5px 10px; }
  .form-errors {
    color: #f00;
    padding: 0; }
  .form-errors li {
    display: block; }

.log-in {
  background-color: #343434;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .log-in h1 {
    left: 0;
    position: absolute;
    text-align: center;
    top: 110px;
    width: 100%; }
  .log-in h2 {
    margin: 10px 0 20px; }
  .log-in form {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -130px;
    padding: 25px;
    position: absolute;
    top: 200px;
    z-index: 100; }
  .log-in .loading {
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: 225px; }

.errors {
  background-color: rgba(52, 52, 52, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .errors .box {
    box-sizing: border-box;
    left: 50%;
    margin: 0;
    margin-left: -132px;
    padding: 0;
    position: absolute;
    top: 200px;
    width: 260px;
    z-index: 100; }
    .errors .box li {
      background-color: #fff;
      border: 2px solid #fd1a00;
      border-radius: 5px;
      color: #fd1a00;
      display: block;
      padding: 25px;
      text-align: center; }
  .errors .close {
    color: #fff;
    position: absolute;
    right: 0;
    top: -20px; }

.sidebar {
  background-color: #343434;
  color: #e4e4e4;
  float: left;
  min-height: calc(100vh - 50px);
  padding-bottom: 50px;
  position: relative;
  width: 260px;
  z-index: 10; }
  .sidebar header {
    background-color: #3d3d3d;
    padding: 15px; }
    .sidebar header h1 {
      margin: 0;
      text-align: center; }
  .sidebar h2 {
    font-size: 13px;
    font-weight: 300;
    margin: 15px 0;
    padding: 0 15px;
    text-transform: uppercase; }
  .sidebar ul {
    border-bottom: 1px solid #2b2b2b;
    font-size: 13px;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase; }
  .sidebar li {
    border-top: 1px solid #2b2b2b; }
    .sidebar li a {
      background: 15px center no-repeat;
      padding: 15px;
      display: block; }
      .sidebar li a:hover, .sidebar li a:focus, .sidebar li a:active {
        background-color: #64792d; }
    .sidebar li.sel > a {
      background-color: #94be26;
      position: relative; }
      .sidebar li.sel > a:after {
        border: 6px solid transparent;
        border-left: 0;
        border-right: 6px solid #eeeff2;
        content: "";
        margin-top: -6px;
        position: absolute;
        right: 0;
        top: 50%; }
    .sidebar li ul {
      border-bottom: 0;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 15px;
      margin-bottom: 0;
      text-transform: none; }
      .sidebar li ul a {
        background-image: url(menu-arrow.png);
        padding-left: 30px; }
  .sidebar p {
    padding: 0 15px;
    margin: 15px 0; }

footer {
  bottom: 0;
  font-size: 12px;
  font-weight: normal;
  padding: 15px;
  position: absolute;
  width: 230px;
  z-index: 20; }
  footer a {
    color: #6d6d6d; }

.page-animation {
  transition: all 0.4s; }
  .page-animation.ng-enter, .page-animation.ng-hide-remove {
    opacity: 0; }
    .page-animation.ng-enter-active, .page-animation.ng-hide-remove-active {
      opacity: 1; }
  .page-animation.ng-leave, .page-animation.ng-hide-add {
    opacity: 1; }
    .page-animation.ng-leave-active, .page-animation.ng-hide-add-active {
      opacity: 0; }
  .page-animation.ng-enter, .page-animation.ng-hide-remove {
    margin-top: 20px; }
    .page-animation.ng-enter-active, .page-animation.ng-hide-remove-active {
      margin-top: 0; }
  .page-animation.ng-leave, .page-animation.ng-hide-add {
    margin-top: 0; }
    .page-animation.ng-leave-active, .page-animation.ng-hide-add-active {
      margin-top: -20px; }
  .page-animation.ng-enter, .page-animation.ng-hide-remove {
    transition-delay: 0.4s; }
  .page-animation.ng-enter, .page-animation.ng-hide-remove {
    position: absolute;
    width: calc(100% - 50px); }
  .page-animation.ng-leave, .page-animation.ng-hide-add {
    position: absolute;
    width: calc(100% - 50px); }

.question-animation-holder {
  overflow: hidden;
  white-space: nowrap; }

.question-animation {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  width: 100%; }
  .question-animation.ng-enter, .question-animation.ng-hide-remove {
    opacity: 0; }
    .question-animation.ng-enter-active, .question-animation.ng-hide-remove-active {
      opacity: 1; }
  .question-animation.ng-leave, .question-animation.ng-hide-add {
    opacity: 1; }
    .question-animation.ng-leave-active, .question-animation.ng-hide-add-active {
      opacity: 0; }
  .question-animation.ng-enter, .question-animation.ng-hide-remove {
    margin-left: 100%; }
    .question-animation.ng-enter-active, .question-animation.ng-hide-remove-active {
      margin-left: 0; }
  .question-animation.ng-enter {
    transition-delay: 0.4s; }
  .question-animation.ng-enter.prev {
    margin-left: -100%; }
    .question-animation.ng-enter-active.prev {
      margin-left: 0; }
  .question-animation.ng-leave-active.prev.prev {
    margin-left: 0; }
    .question-animation.ng-leave-active.prev-active.prev {
      margin-left: 100%; }

.page {
  float: right;
  position: relative;
  width: calc(100% - 260px); }
  .page header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    font-weight: normal;
    height: 52px;
    padding: 20px 15px 15px;
    text-align: right; }
    .page header a.menu {
      background: #94be26 url(menu-icon.png) center no-repeat;
      display: inline-block;
      height: 29px;
      margin-left: 15px;
      overflow: hidden;
      text-indent: 9999px;
      vertical-align: middle;
      width: 29px; }
    .page header ul.menu {
      background-color: #94be26;
      border-radius: 5px;
      color: #fff;
      padding: 5px 15px;
      position: absolute;
      right: 15px;
      top: 55px;
      z-index: 100; }
      .page header ul.menu li {
        display: block;
        margin: 5px -15px;
        text-align: left; }
        .page header ul.menu li:hover, .page header ul.menu li:focus, .page header ul.menu li:active {
          background-color: #aed93f; }
        .page header ul.menu li a {
          display: block;
          padding: 5px 15px; }

main {
  display: block;
  padding: 25px; }

.videos .video {
  border-bottom: 1px solid #d6d7d9;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative; }
  .videos .video:before, .videos .video:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%; }
  .videos .video:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    content: "";
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px; }
  .videos .video img {
    border-radius: 5px;
    display: block; }
  .videos .video h2 {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    bottom: 0;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 100%; }
  .videos .video p.watched {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    left: 0;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    top: 175px; }
  .videos .video:after {
    border: 25px solid transparent;
    border-right: 0;
    border-left: 50px solid #fff;
    margin-left: -25px;
    margin-top: -25px; }

video {
  background-color: #000; }

.video-page .video-holder video {
  border-radius: 5px;
  display: inline-block;
  height: auto;
  margin-top: -10px;
  max-width: 54%;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  vertical-align: top; }
  .video-page .video-holder .description {
    display: inline-block;
    margin-left: 1%;
    max-width: 44%;
    vertical-align: bottom; }
  .video-page .video-holder .description > *:first-child {
    margin-top: 0; }
  .video-page .video-holder .description > *:last-child {
    margin-bottom: 0; }

.video-recorder-dashboard .video-recorder:first-child, .video-recorder-outer > .video-recorder {
  display: none !important; }

.training-categories {
  padding: 0; }
  .training-categories li {
    background-color: #fff;
    border-bottom: 1px solid #d6d7d9;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 30px;
    vertical-align: top;
    width: 375px; }
  .training-categories h2 {
    border-bottom: 1px solid #d6d7d9;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    margin: -30px -30px 20px;
    padding: 15px 30px; }
  .training-categories p {
    margin: 20px 0; }
  .training-categories p:last-child {
    margin-bottom: 0; }
  .training-categories .button {
    background-color: #94be26;
    padding: 10px 20px; }
  .training-categories .button:hover, .training-categories .button:focus, .training-categories .button:active {
    background-color: #aed93f; }

.question-page .details, .question-page .navigation, .question-page .video .tips {
  background-color: #fff;
  border-bottom: 1px solid #d6d7d9;
  border-radius: 5px;
  padding: 30px 60px; }
  .question-page .details {
    margin-bottom: 20px;
    padding: 0; }
  .question-page h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 15px 60px;
    position: relative; }
  .question-page h2 span {
    background-color: #94be26;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 58px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px; }
  .question-page p {
    margin: 20px 0; }
  .question-page p:last-child {
    margin-bottom: 0; }
  .question-page .video .tips {
    box-sizing: border-box;
    float: right;
    margin-left: 1%;
    min-width: 49.5%;
    padding: 30px;
    transition: opacity 0.2s;
    width: calc(99% - 700px); }
    .question-page .video .tips h2 {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px; }
    .question-page .video .tips video, .question-page .video .tips audio {
      max-width: 100%; }
  .question-page .video .video-holder {
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    width: 49.5%; }
    .question-page .video .video-holder canvas, .question-page .video .video-holder video {
      background: #000;
      display: block;
      height: auto !important;
      max-height: 525px;
      max-width: 100%;
      width: auto !important; }
  .question-page .navigation {
    margin-top: 20px; }
  .question-page .button {
    margin-right: 20px; }
  .question-page .button.listen {
    background: #94be26 url(listen-icon.png) 10px center no-repeat;
    padding-left: 50px; }
  .question-page .button.finished {
    background-color: #94be26; }
    .question-page .button.finished:hover, .question-page .button.finished:focus, .question-page .button.finished:active {
      background-color: #b3db4b; }

table.subscriptions {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  max-width: 850px; }
  table.subscriptions tr:first-child th:first-child, table.subscriptions tr:first-child td:first-child {
    border-top-left-radius: 3px; }
    table.subscriptions tr:first-child th:last-child, table.subscriptions tr:first-child td:last-child {
      border-top-right-radius: 3px; }
  table.subscriptions th, table.subscriptions td {
    padding: 10px; }
  table.subscriptions th {
    background-color: #3d3d3d;
    color: #fff; }
  table.subscriptions td {
    background-color: #fff;
    border: 1px solid #d6d7d9; }
  table.subscriptions input[type=email] {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    width: 100%; }

.code {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: 5px; }

#loading-bar .bar {
  background-color: #94be26;
  left: 260px; }
  #loading-bar .peg {
    box-shadow: #94be26 1px 0 6px 1px; }

#loading-bar-spinner {
  left: 270px; }

#loading-bar-spinner .spinner-icon {
  border-top-color: #94be26;
  border-left-color: #94be26; }
