@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
html {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 28px;
  font-weight: 400; }

h2 {
  font-size: 20px;
  font-weight: 600; }

@media (min-width: 768px) {
  h1 {
    font-size: 32px; }

  h2 {
    font-size: 24px; } }
a {
  color: #E5554E;
  transition: color 0.3s;
  text-decoration: underline dotted; }
  a:visited {
    color: #E5554E; }
  a:hover {
    color: #333333;
    text-decoration: underline dotted; }
  a:active {
    color: #333333; }
  a:focus {
    color: #333333;
    text-decoration: underline dotted; }

.main-content {
  box-sizing: border-box;
  padding: 7px;
  background-color: #FFFFFF;
  flex: 1 1 65%; }
  @media (min-width: 768px) {
    .main-content {
      margin: 1%;
      padding: 7px 25px; } }
  .main-content header {
    min-height: 0;
    margin-bottom: 30px; }

.sidebar-content {
  box-sizing: border-box;
  padding: 25px;
  background-color: #FFFFFF;
  margin: 1%;
  flex: 1 2 35%; }
  @media (max-width: 768px) {
    .sidebar-content {
      display: none; } }
  .sidebar-content:empty {
    display: none; }

.lms-content-container {
  display: flex; }
  @media (min-width: 768px) {
    .lms-content-container {
      margin-bottom: 15px; } }

body {
  display: flex;
  flex-direction: column;
  background-color: #EAEAEA;
  margin: 0; }

.lms-course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 10px;
  font-size: 16px;
  padding-bottom: 5px; }
  .lms-course a {
    color: #E5554E;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    .lms-course a:visited {
      color: #E5554E; }
    .lms-course a:hover {
      color: #333333;
      text-decoration: underline dotted; }
    .lms-course a:active {
      color: #333333; }
    .lms-course a:focus {
      color: #333333;
      text-decoration: underline dotted; }

.video_embed, .audio_embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px; }
  .video_embed iframe, .audio_embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none; }

form label {
  display: block;
  font-weight: 400;
  margin-top: 8px; }
form .django-ckeditor-widget {
  width: 100%; }
form input[type="radio"], form input[type="checkbox"] {
  vertical-align: middle;
  margin: 0; }
form button[type="submit"] {
  margin: 20px 10px;
  display: block; }
  form button[type="submit"]:hover {
    cursor: pointer; }

button, [role=button] {
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  box-shadow: 0 1px 2px 0 #999999;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.428;
  padding: 6px 12px;
  border: 1px solid transparent;
  background-color: #333333;
  color: #FFFFFF; }
  button:visited, [role=button]:visited {
    color: #FFFFFF; }
  button:hover, [role=button]:hover {
    background-color: #CCCCCC;
    color: #333333; }

a[role=button] {
  text-decoration: none; }

header.main-header {
  background-color: #FFFFFF;
  overflow: hidden; }
  header.main-header .title {
    padding-top: 0.1px;
    margin: auto;
    padding: 0 7px; }
  header.main-header a {
    text-decoration: none;
    color: #333333; }

header.content-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    header.content-header {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

@media (min-width: 768px) {
  header {
    padding: 0 2.5%; } }

nav {
  background-color: #333333;
  border-radius: 0;
  border-width: 0;
  color: white;
  padding: 10px 7px;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) {
    nav {
      margin-bottom: 15px;
      padding: 15px 2.5%; } }
  nav a {
    color: #FFFFFF;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    nav a:visited {
      color: #FFFFFF; }
    nav a:hover {
      color: #E5554E;
      text-decoration: underline dotted; }
    nav a:active {
      color: #E5554E; }
    nav a:focus {
      color: #E5554E;
      text-decoration: underline dotted; }
  nav a {
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none !important; }
    @media (min-width: 768px) {
      nav a {
        padding: 0 5px; } }
  nav .container-fluid {
    max-width: 1200px; }

.courses-outline {
  padding-left: 0;
  list-style: none; }
  .courses-outline a {
    color: #333333;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    .courses-outline a:visited {
      color: #333333; }
    .courses-outline a:hover {
      color: #E5554E;
      text-decoration: underline dotted; }
    .courses-outline a:active {
      color: #E5554E; }
    .courses-outline a:focus {
      color: #E5554E;
      text-decoration: underline dotted; }
  .courses-outline a {
    text-decoration: none; }
  .courses-outline li {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 5px;
    padding-top: 5px; }

.sections-outline {
  padding-left: 0;
  list-style: none;
  padding-left: 5px;
  border-bottom: 1px dotted #CCCCCC; }
  .sections-outline li {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 5px;
    padding-top: 5px; }

.lessons-outline {
  padding-left: 0;
  list-style: none; }
  .lessons-outline li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px; }
    .lessons-outline li a {
      flex: 1; }
    .lessons-outline li .oi {
      padding-left: 5px;
      padding-top: 5px;
      float: right; }

.question {
  margin-bottom: 20px; }

.return-link {
  font-size: 18px;
  margin-bottom: 30px; }
  .return-link a {
    color: #E5554E;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    .return-link a:visited {
      color: #E5554E; }
    .return-link a:hover {
      color: #333333;
      text-decoration: underline dotted; }
    .return-link a:active {
      color: #333333; }
    .return-link a:focus {
      color: #333333;
      text-decoration: underline dotted; }

.lms-admin-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 10px;
  font-size: 16px;
  padding-bottom: 5px; }
  .lms-admin-link a {
    color: #E5554E;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    .lms-admin-link a:visited {
      color: #E5554E; }
    .lms-admin-link a:hover {
      color: #333333;
      text-decoration: underline dotted; }
    .lms-admin-link a:active {
      color: #333333; }
    .lms-admin-link a:focus {
      color: #333333;
      text-decoration: underline dotted; }

.button-row a {
  text-decoration: none; }
  .button-row a:hover {
    text-decoration: none; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

footer {
  background-color: #333333;
  color: #FFFFFF;
  padding: 15px 2.5%;
  display: flex;
  justify-content: space-around; }
  footer a {
    color: #FFFFFF;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    footer a:visited {
      color: #FFFFFF; }
    footer a:hover {
      color: #E5554E;
      text-decoration: underline dotted; }
    footer a:active {
      color: #E5554E; }
    footer a:focus {
      color: #E5554E;
      text-decoration: underline dotted; }
  footer .lms-attributions {
    font-size: 13px; }

.lms-sortable-item {
  padding: 5px 20px 2px 20px;
  margin: 10px 0 11px 0;
  border-bottom: solid #999999 1px;
  cursor: move;
  cursor: grab; }
  .lms-sortable-item.sortable-dragging {
    border: solid #999999 1px;
    background-color: #333333;
    color: #FFFFFF; }
  .lms-sortable-item.sortable-dragging .screen-reader-text {
    display: none; }
  .lms-sortable-item.highlighted {
    background-color: #333333;
    color: #FFFFFF; }

.lms-sortable-item-placeholder {
  background-color: #EAEAEA;
  border: solid #CCCCCC 1px;
  padding: 5px 0 2px 0;
  margin: 10px 0; }

.lms-sortable {
  padding: 15px 0;
  display: inline-block; }
  @media (min-width: 768px) {
    .lms-sortable {
      padding: 15px 30px; } }
  .lms-sortable.not-draggable .lms-draghandle {
    display: none; }

.lms-sortable-item-id {
  display: none; }

[class*="lms-sortable-item-move"] {
  cursor: pointer;
  transition: color 0.3s; }
  [class*="lms-sortable-item-move"]:hover {
    color: #E5554E; }

.lms-breadcrumbs {
  font-size: 13px; }

.lms-breadcrumb a {
  color: #E5554E;
  transition: color 0.3s;
  text-decoration: underline dotted; }
  .lms-breadcrumb a:visited {
    color: #E5554E; }
  .lms-breadcrumb a:hover {
    color: #333333;
    text-decoration: underline dotted; }
  .lms-breadcrumb a:active {
    color: #333333; }
  .lms-breadcrumb a:focus {
    color: #333333;
    text-decoration: underline dotted; }
.lms-breadcrumb:not(:last-of-type)::after {
  content: " > "; }
.lms-breadcrumb:last-of-type a {
  color: #333333;
  transition: color 0.3s;
  text-decoration: underline dotted; }
  .lms-breadcrumb:last-of-type a:visited {
    color: #333333; }
  .lms-breadcrumb:last-of-type a:hover {
    color: #E5554E;
    text-decoration: underline dotted; }
  .lms-breadcrumb:last-of-type a:active {
    color: #E5554E; }
  .lms-breadcrumb:last-of-type a:focus {
    color: #E5554E;
    text-decoration: underline dotted; }

.lms-js-visible {
  display: none; }

.lms-forms {
  display: flex;
  background-color: #EAEAEA;
  padding: 20px 20px 0 20px; }
  .lms-forms form {
    margin-right: 10px;
    margin-bottom: 0px;
    flex: 1 1 auto; }
  .lms-forms .lms-help-text {
    flex: 0 1 30%; }

.lms-students {
  height: 400px;
  margin: 5px;
  overflow: auto;
  background-color: #FFFFFF; }

.lms-student-selection {
  min-height: 50px;
  border-bottom: 1px solid #333333;
  flex: 1 1 auto;
  padding: 0 5px;
  display: flex;
  align-items: center; }
  .lms-student-selection .lms-student-info {
    margin: 0 0 0 0.5em; }

.lms-list {
  padding: 0; }
  .lms-list li {
    list-style-type: none;
    margin: 0;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }

.lms-lessons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto -10px; }
  .lms-lessons a {
    color: #E5554E;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    .lms-lessons a:visited {
      color: #E5554E; }
    .lms-lessons a:hover {
      color: #333333;
      text-decoration: underline dotted; }
    .lms-lessons a:active {
      color: #333333; }
    .lms-lessons a:focus {
      color: #333333;
      text-decoration: underline dotted; }
  .lms-lessons .lms-lesson {
    background-color: #3AB0E2;
    color: #FFFFFF;
    padding: 5px 15px;
    margin: 10px;
    box-sizing: border-box;
    flex: 1 1 18%;
    min-width: 15em; }
    .lms-lessons .lms-lesson a {
      color: #FFFFFF;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-lessons .lms-lesson a:visited {
        color: #FFFFFF; }
      .lms-lessons .lms-lesson a:hover {
        color: #333333;
        text-decoration: underline dotted; }
      .lms-lessons .lms-lesson a:active {
        color: #333333; }
      .lms-lessons .lms-lesson a:focus {
        color: #333333;
        text-decoration: underline dotted; }
    .lms-lessons .lms-lesson:nth-of-type(5n) {
      background-color: #E5554E;
      color: #FFFFFF; }
      .lms-lessons .lms-lesson:nth-of-type(5n) a {
        color: #FFFFFF;
        transition: color 0.3s;
        text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(5n) a:visited {
          color: #FFFFFF; }
        .lms-lessons .lms-lesson:nth-of-type(5n) a:hover {
          color: #333333;
          text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(5n) a:active {
          color: #333333; }
        .lms-lessons .lms-lesson:nth-of-type(5n) a:focus {
          color: #333333;
          text-decoration: underline dotted; }
    .lms-lessons .lms-lesson:nth-of-type(2n) {
      background-color: #E7AC44;
      color: #333333; }
      .lms-lessons .lms-lesson:nth-of-type(2n) a {
        color: #333333;
        transition: color 0.3s;
        text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(2n) a:visited {
          color: #333333; }
        .lms-lessons .lms-lesson:nth-of-type(2n) a:hover {
          color: #E5554E;
          text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(2n) a:active {
          color: #E5554E; }
        .lms-lessons .lms-lesson:nth-of-type(2n) a:focus {
          color: #E5554E;
          text-decoration: underline dotted; }
    .lms-lessons .lms-lesson:nth-of-type(7n) {
      background-color: #EAEAEA;
      color: #333333; }
      .lms-lessons .lms-lesson:nth-of-type(7n) a {
        color: #333333;
        transition: color 0.3s;
        text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(7n) a:visited {
          color: #333333; }
        .lms-lessons .lms-lesson:nth-of-type(7n) a:hover {
          color: #E5554E;
          text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(7n) a:active {
          color: #E5554E; }
        .lms-lessons .lms-lesson:nth-of-type(7n) a:focus {
          color: #E5554E;
          text-decoration: underline dotted; }
    .lms-lessons .lms-lesson:nth-of-type(9n) {
      background-color: #E5554E;
      color: #FFFFFF; }
      .lms-lessons .lms-lesson:nth-of-type(9n) a {
        color: #FFFFFF;
        transition: color 0.3s;
        text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(9n) a:visited {
          color: #FFFFFF; }
        .lms-lessons .lms-lesson:nth-of-type(9n) a:hover {
          color: #333333;
          text-decoration: underline dotted; }
        .lms-lessons .lms-lesson:nth-of-type(9n) a:active {
          color: #333333; }
        .lms-lessons .lms-lesson:nth-of-type(9n) a:focus {
          color: #333333;
          text-decoration: underline dotted; }
    .lms-lessons .lms-lesson .lms-lesson-preview {
      max-height: 10ex;
      line-height: 2.5ex;
      overflow: hidden; }
    .lms-lessons .lms-lesson .lms-lesson-link {
      text-align: center;
      font-size: 18px;
      width: 100%; }

.lms-section:nth-of-type(2n) .lms-lessons .lms-lesson {
  background-color: #E5554E;
  color: #FFFFFF; }
  .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson a {
    color: #FFFFFF;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson a:visited {
      color: #FFFFFF; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson a:hover {
      color: #333333;
      text-decoration: underline dotted; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson a:active {
      color: #333333; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson a:focus {
      color: #333333;
      text-decoration: underline dotted; }
  .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(5n) {
    background-color: #E7AC44;
    color: #333333; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(5n) a {
      color: #333333;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(5n) a:visited {
        color: #333333; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(5n) a:hover {
        color: #E5554E;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(5n) a:active {
        color: #E5554E; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(5n) a:focus {
        color: #E5554E;
        text-decoration: underline dotted; }
  .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(2n) {
    background-color: #EAEAEA;
    color: #333333; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(2n) a {
      color: #333333;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(2n) a:visited {
        color: #333333; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(2n) a:hover {
        color: #E5554E;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(2n) a:active {
        color: #E5554E; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(2n) a:focus {
        color: #E5554E;
        text-decoration: underline dotted; }
  .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(7n) {
    background-color: #E5554E;
    color: #FFFFFF; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(7n) a {
      color: #FFFFFF;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(7n) a:visited {
        color: #FFFFFF; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(7n) a:hover {
        color: #333333;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(7n) a:active {
        color: #333333; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(7n) a:focus {
        color: #333333;
        text-decoration: underline dotted; }
  .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(9n) {
    background-color: #3AB0E2;
    color: #FFFFFF; }
    .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(9n) a {
      color: #FFFFFF;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(9n) a:visited {
        color: #FFFFFF; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(9n) a:hover {
        color: #333333;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(9n) a:active {
        color: #333333; }
      .lms-section:nth-of-type(2n) .lms-lessons .lms-lesson:nth-of-type(9n) a:focus {
        color: #333333;
        text-decoration: underline dotted; }

.lms-section:nth-of-type(3n) .lms-lessons .lms-lesson {
  background-color: #E7AC44;
  color: #333333; }
  .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson a {
    color: #333333;
    transition: color 0.3s;
    text-decoration: underline dotted; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson a:visited {
      color: #333333; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson a:hover {
      color: #E5554E;
      text-decoration: underline dotted; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson a:active {
      color: #E5554E; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson a:focus {
      color: #E5554E;
      text-decoration: underline dotted; }
  .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(5n) {
    background-color: #EAEAEA;
    color: #333333; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(5n) a {
      color: #333333;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(5n) a:visited {
        color: #333333; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(5n) a:hover {
        color: #E5554E;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(5n) a:active {
        color: #E5554E; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(5n) a:focus {
        color: #E5554E;
        text-decoration: underline dotted; }
  .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(2n) {
    background-color: #E5554E;
    color: #FFFFFF; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(2n) a {
      color: #FFFFFF;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(2n) a:visited {
        color: #FFFFFF; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(2n) a:hover {
        color: #333333;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(2n) a:active {
        color: #333333; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(2n) a:focus {
        color: #333333;
        text-decoration: underline dotted; }
  .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(7n) {
    background-color: #3AB0E2;
    color: #FFFFFF; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(7n) a {
      color: #FFFFFF;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(7n) a:visited {
        color: #FFFFFF; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(7n) a:hover {
        color: #333333;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(7n) a:active {
        color: #333333; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(7n) a:focus {
        color: #333333;
        text-decoration: underline dotted; }
  .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(9n) {
    background-color: #E5554E;
    color: #FFFFFF; }
    .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(9n) a {
      color: #FFFFFF;
      transition: color 0.3s;
      text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(9n) a:visited {
        color: #FFFFFF; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(9n) a:hover {
        color: #333333;
        text-decoration: underline dotted; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(9n) a:active {
        color: #333333; }
      .lms-section:nth-of-type(3n) .lms-lessons .lms-lesson:nth-of-type(9n) a:focus {
        color: #333333;
        text-decoration: underline dotted; }

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