/* bootstrap */
.task-head {
  position: relative;
  display: block;
  border-right-width: 34px;
  border-right-style: solid;
  border-right-color: #77bd1e; }
  .task-head h3 {
    padding: 5px 10px;
    font-size: 1.1rem;
    letter-spacing: 2px;
    position: absolute;
    color: white;
    top: 0;
    right: 0;
    /* Border is the new background */
    background: none;
    /* Rotate from top left corner (not default) */
    transform-origin: top right;
    transform: rotate(-90deg); }

.task-head-right {
  border-left: 34px solid #a64add;
  border-right: none; }
  .task-head-right h3 {
    left: 0;
    right: unset;
    transform-origin: top left;
    transform: rotate(90deg); }

.task-grid {
  grid-template-columns: auto;
  grid-template-rows: 600px auto;
  grid-template-areas: "slides" "answers"; }
  .task-grid.task-grid-comments {
    grid-template-columns: auto minmax(30%, 300px);
    grid-template-areas: "slides comments" "answers comments"; }
  @media (max-width: 991.99px) {
    .task-grid {
      display: block; } }
  @media (min-width: 992px) {
    .task-grid {
      margin-left: 40px; } }
  .task-grid .task-comments {
    grid-area: comments; }
  .task-grid .task-slides {
    grid-area: slides; }
  .task-grid .task-answers {
    grid-area: answers; }

.task-carousel .carousel-indicators li {
  background-color: #313748; }
.task-carousel .carousel-control-next {
  color: #313748;
  width: 5%; }
  .task-carousel .carousel-control-next .fa {
    font-size: 3rem; }
.task-carousel .carousel-control-prev {
  color: #313748;
  width: 5%; }
  .task-carousel .carousel-control-prev .fa {
    font-size: 3rem; }
.task-carousel .carousel-inner {
  padding: 0 7% 5%; }

.task-list-icon {
  min-width: 1.6rem;
  text-align: center;
  display: inline-block; }

#task-aside {
  position: fixed;
  left: -180px;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 220px;
  transition: all 0.2s;
  background-color: #313748;
  color: white; }
  @media (max-width: 991.99px) {
    #task-aside {
      display: none; } }
  #task-aside .active-content {
    opacity: 0;
    transition: all 0.3s; }
  #task-aside .closed-content {
    opacity: 1;
    transition: all 0.3s;
    right: 0;
    width: 40px; }
  #task-aside.active {
    left: 0; }
    #task-aside.active .active-content {
      opacity: 1; }
    #task-aside.active .closed-content {
      opacity: 0; }
  #task-aside a {
    color: #f3f3f3;
    outline: none; }
    #task-aside a:hover, #task-aside a:focus, #task-aside a.active {
      color: white; }
  #task-aside .task-aside-list a {
    background-color: #313748;
    transition: all 0.2s; }
    #task-aside .task-aside-list a:hover, #task-aside .task-aside-list a:focus, #task-aside .task-aside-list a.active {
      outline: none;
      background-color: #3b4357; }

#curtain {
  position: absolute;
  z-index: -999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #313748;
  opacity: 0; }
  #curtain.active {
    z-index: 100;
    opacity: 0.2; }

.comment-list .comment-item {
  background-color: #fbfbfb; }
  .comment-list .comment-item:hover {
    background-color: #f6f6f6; }
  .comment-list .comment-item.comment-mentor {
    background-color: #effae0; }
    .comment-list .comment-item.comment-mentor:hover {
      background-color: #e3f7ca; }
  .comment-list .comment-item.comment-coordinator {
    background-color: #f6edfc; }
    .comment-list .comment-item.comment-coordinator:hover {
      background-color: #f0e0f9; }

.task-slides .task-pdf {
  top: 0;
  left: 0;
  z-index: 100; }
.task-slides .task-no-pdf {
  top: 0;
  left: 0;
  z-index: 0; }

#home--content {
  min-height: 95vh; }

.user-thumb {
  border: 1px solid #77bd1e;
  border-radius: 50%; }

h2, h3 {
  color: #77bd1e;
  text-transform: uppercase;
  font-weight: 600; }

.color-bg-primary {
  background-color: #fff; }

.color-bg-secondary {
  background-color: #f3f3f3; }

.square-image {
  position: relative;
  z-index: 0;
  padding: 2rem; }
  .square-image * {
    transition: all 0.2s;
    border-color: #878787 !important; }
  .square-image::before {
    content: '';
    width: 6rem;
    height: 6rem;
    background-color: #878787;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: -1;
    transition: background-color 0.3s; }
  .square-image:not(.disabled):hover, .square-image:not(.disabled):hover *, .square-image:not(.disabled).active, .square-image:not(.disabled).active * {
    border-color: #77bd1e !important; }
  .square-image:not(.disabled):hover::before, .square-image:not(.disabled).active::before {
    background-color: #77bd1e; }

.square-image-right::before {
  right: 0rem;
  left: unset;
  top: 0rem; }
.square-image-right:not(.disabled):hover, .square-image-right:not(.disabled):hover *, .square-image-right:not(.disabled).active, .square-image-right:not(.disabled).active * {
  border-color: #a64add !important; }
.square-image-right:not(.disabled):hover::before, .square-image-right:not(.disabled).active::before {
  background-color: #a64add; }

.square-image-highlight * {
  border-color: #77bd1e !important; }
.square-image-highlight.square-image-right * {
  border-color: #a64add !important; }
.square-image-highlight::before {
  background-color: #77bd1e; }
.square-image-highlight.square-image-right::before {
  background-color: #a64add; }

.mentor .mentor-image {
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
  padding: 2rem; }
  .mentor .mentor-image img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.2s; }
  .mentor .mentor-image::after {
    content: '';
    width: 6rem;
    height: 6rem;
    background-color: #878787;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: -1;
    transition: background-color 0.3s; }
.mentor .mentor-header {
  transition: all 0.2s; }
.mentor .mentor-body {
  color: #747474;
  transition: all 0.2s; }
.mentor:hover .mentor-image::after {
  background-color: #77bd1e; }
.mentor:hover .mentor-image img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }
.mentor:hover .mentor-header {
  color: #77bd1e; }
  .mentor:hover .mentor-header hr {
    border-color: #77bd1e; }
.mentor:hover .mentor-body {
  color: #0e0e0e; }

.hr-left {
  display: flex;
  align-items: center;
  text-align: left; }
  .hr-left::before {
    content: '';
    flex: 1;
    max-width: 3rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: inherit; }
  .hr-left::before {
    margin-right: .5em; }

.hr-bold {
  border-width: 2px; }

.hr-primary::before, .hr-primary::after {
  border-bottom-color: #0e0e0e !important; }

.hr-white::before, .hr-white::after {
  border-bottom-color: #fff !important; }

.hr-highlight::before, .hr-highlight::after {
  border-bottom-color: #77bd1e !important; }

.hr-both {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  --line-width: 4rem; }
  .hr-both::before, .hr-both::after {
    content: '';
    flex: 1;
    max-width: 4rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: inherit; }
  .hr-both::before {
    margin-right: .5em; }
  .hr-both::after {
    margin-left: .5em; }

#site-content {
  min-height: calc(100vh - 21.7rem); }

#site-footer .links {
  color: #fff; }
  #site-footer .links h3 {
    color: #fff; }
  #site-footer .links .icons {
    margin: 0 1rem;
    font-size: 2rem; }
    #site-footer .links .icons .icon {
      padding: 0.5rem 1rem; }
#site-footer .credits {
  padding: 1rem 0;
  background-color: #0e0e0e;
  color: #fff;
  font-size: 0.9rem; }

.org {
  margin-bottom: 4rem; }
  .org .org-image {
    padding: 0.5rem; }
    .org .org-image img {
      max-width: 200px; }
  .org .org-body h5 {
    font-size: 1.1rem;
    font-weight: 600; }

.grey-out {
  transition: color 0.3s;
  color: #878787; }
  .grey-out img {
    transition: all 0.2s;
    -webkit-filter: grayscale(100);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .grey-out:hover:not(.disabled), .grey-out.active:not(.disabled) {
    color: #77bd1e; }
    .grey-out:hover:not(.disabled) img, .grey-out.active:not(.disabled) img {
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }

.greyd img {
  transition: all 0.2s;
  -webkit-filter: grayscale(100);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.rotate {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.user-dropdown {
  min-width: 16rem; }
  .user-dropdown .fa-even .fa {
    width: 1.5rem;
    text-align: center; }

.quiz-question ul {
  list-style: none;
  padding-left: 1.3rem; }
.quiz-question.quiz-question-answered ul {
  padding-left: 2.5rem;
  list-style: lower-alpha; }

.fa-avatar-placeholder {
  text-align: center;
  line-height: 191px !important;
  width: 191px;
  height: 221px;
  background-color: white;
  font-size: 140px !important; }

#site-header {
  box-shadow: 0 0.08rem 0.12rem rgba(49, 55, 72, 0.1); }

.full-height {
  height: 100; }

.rotate-90 {
  position: relative;
  width: 100%;
  height: 300px; }
  .rotate-90 a {
    position: absolute;
    right: 100%;
    top: 0;
    line-height: 40px;
    white-space: nowrap;
    text-align: right;
    transform-origin: top right;
    transform: rotate(-90deg); }
    .rotate-90 a:hover {
      backgrounc-color: #464e66; }

@media (min-width: 992px) {
  section.links::before, section.links::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-color: #77bd1e;
    z-index: -1; }

  section.links {
    position: relative; }
    section.links::before {
      left: 0;
      background-position: left center;
      background-image: url("/static/front/img/footer-left.png"); }
    section.links::after {
      right: 0;
      background-position: right center;
      background-image: url("/static/front/img/footer-right.png"); } }
#login a:not(.button) {
  color: #878787; }
  #login a:not(.button):hover, #login a:not(.button):focus {
    color: #a64add; }

.form-control {
  border-color: #77bd1e;
  border-radius: 0; }
  .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 189, 30, 0.75); }

.side-rhombs::before, .side-rhombs::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40vh;
  width: 40vw;
  background-repeat: no-repeat;
  background-size: 80%; }

.side-rhombs {
  position: relative; }
  .side-rhombs::before {
    right: 120%;
    background-image: url("/static/front/img/pattern-log-1.png");
    background-position: center right; }
  .side-rhombs::after {
    left: 120%;
    background-image: url("/static/front/img/pattern-log-2.png");
    background-position: center left; }

.list-group-item.active {
  border-color: #a64add;
  background-color: #a64add; }

/*# sourceMappingURL=tmp.css.map */
