

/* nav */

.nav-link {
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif!important;
}

.nav-toolkit {
    color: orange!important;
    /* color: grey; */
}

.nav-toolkit:hover {
    text-decoration: none;
    color: cornflowerblue!important;
}


.search-widget-search-results .search-results {
    position: absolute;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eaeaef;
    min-width: 20rem;
    left: 60%;
    top: 100%;
    z-index: 10;
    background-color: white;
}

.user-ribbon {
    background-image: url({{ config.banner_or_default }});
    /* background-image: url({% static 'images/background_image01.jpg'); */
    /* background-size: contain; */
}

.user-ribbon-filter {
    /* background-color: rgba(35, 36, 45, 0.7); */
    /* background-color: rgba(100, 100, 100, 0.6); */
    /* background-color: rgba(52, 58, 64, 0.6); */
    background-color: rgba(100, 100, 100, 0.4);
}

/* forms */

input[type="checkbox"] {
    -webkit-appearance: initial;
    appearance: initial;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid darkgrey;
    position: relative;
}

input[type="checkbox"]:checked {
    background: whitesmoke;
}

input[type="checkbox"]:checked:after {
    font-size: 2rem;
    content: "✔";
    color: orange;
    position: absolute;
    left: 74%;
    top: 36%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* radio buttons */

.course-activity--challenge-question label p,
.course-activity--test label p {
    position: relative;
    top: 4px;
    font-family: 'Poppins', sans-serif!important;
}


.course-activity--challenge-question .checkbox label {
    margin-bottom: 2px;
}
.course-activity--challenge-question .checkbox label span {
    position: relative;
    top: -12px!important;
    left: 14px;
    padding: 0px;
}

.course-activity--challenge-question .form-group .radio,
.course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio,
.course-activity--test .form-group .radio,
.course-activity--test .challenge-question--challenge-question-results-questions .radio,
.course-activity--survey .form-group .radio,
.course-activity--survey .challenge-question--challenge-question-results-questions .radio {
  margin: 0; }
  .course-activity--challenge-question .form-group .radio label input,
  .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label input,
  .course-activity--test .form-group .radio label input,
  .course-activity--test .challenge-question--challenge-question-results-questions .radio label input,
  .course-activity--survey .form-group .radio label input,
  .course-activity--survey .challenge-question--challenge-question-results-questions .radio label input {
    display: none; }
  .course-activity--challenge-question .form-group .radio label span,
  .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label span,
  .course-activity--test .form-group .radio label span,
  .course-activity--test .challenge-question--challenge-question-results-questions .radio label span,
  .course-activity--survey .form-group .radio label span,
  .course-activity--survey .challenge-question--challenge-question-results-questions .radio label span {
    display: block;
    padding-left: 3.5rem;
    position: relative; }            .course-activity--challenge-question .form-group .radio label span:before,
    .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label span:before,
    .course-activity--test .form-group .radio label span:before,
    .course-activity--test .challenge-question--challenge-question-results-questions .radio label span:before,
    .course-activity--survey .form-group .radio label span:before,
    .course-activity--survey .challenge-question--challenge-question-results-questions .radio label span:before {
      border: 1px solid #c8c6c2;
      border-radius: 3px;
      content: "";
      height: 32px;
      left: 0;
      position: absolute;
      text-align: center;
      top: -5px;
      width: 32px; }
      @media (min-width: 768px) {
        .course-activity--challenge-question .form-group .radio label span:before,
        .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label span:before,
        .course-activity--test .form-group .radio label span:before,
        .course-activity--test .challenge-question--challenge-question-results-questions .radio label span:before,
        .course-activity--survey .form-group .radio label span:before,
        .course-activity--survey .challenge-question--challenge-question-results-questions .radio label span:before {
          /* top: -1px; } } */
          top: -2px; } }
    .course-activity--challenge-question .form-group .radio label span:hover,
    .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label span:hover,
    .course-activity--test .form-group .radio label span:hover,
    .course-activity--test .challenge-question--challenge-question-results-questions .radio label span:hover,
    .course-activity--survey .form-group .radio label span:hover,
    .course-activity--survey .challenge-question--challenge-question-results-questions .radio label span:hover {
      color: #4d4d4d; }
  .course-activity--challenge-question .form-group .radio label input:checked + span:before,
  .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label input:checked + span:before,
  .course-activity--test .form-group .radio label input:checked + span:before,
  .course-activity--test .challenge-question--challenge-question-results-questions .radio label input:checked + span:before,
  .course-activity--survey .form-group .radio label input:checked + span:before,
  .course-activity--survey .challenge-question--challenge-question-results-questions .radio label input:checked + span:before {
    border-color: orange; }
    /* border-color: #88c01e; } */
  .course-activity--challenge-question .form-group .radio label input:checked + span:after,
  .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,
  .course-activity--test .form-group .radio label input:checked + span:after,
  .course-activity--test .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,
  .course-activity--survey .form-group .radio label input:checked + span:after,
  .course-activity--survey .challenge-question--challenge-question-results-questions .radio label input:checked + span:after {
    color: #88c01e;
    position: absolute;
    top: -8px;
    left: -4px;
    /* content: ""; */
    content: "✔";
    font-family: 'lms';
    font-size: 40px;
    line-height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px) {              .course-activity--challenge-question .form-group .radio label input:checked + span:after,              .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,              .course-activity--test .form-group .radio label input:checked + span:after,              .course-activity--test .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,              .course-activity--survey .form-group .radio label input:checked + span:after,              .course-activity--survey .challenge-question--challenge-question-results-questions .radio label input:checked + span:after {
        top: -5px; } }

.course-activity--challenge-question .form-group .radio label span:before,
.course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label span:before,
.course-activity--test .form-group .radio label span:before,
.course-activity--test .challenge-question--challenge-question-results-questions .radio label span:before,
.course-activity--survey .form-group .radio label span:before,
.course-activity--survey .challenge-question--challenge-question-results-questions .radio label span:before {
  border-radius: 100%; }

.course-activity--challenge-question .form-group .radio label input:checked + span:after,
.course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,
.course-activity--test .form-group .radio label input:checked + span:after,
.course-activity--test .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,
.course-activity--survey .form-group .radio label input:checked + span:after,
.course-activity--survey .challenge-question--challenge-question-results-questions .radio label input:checked + span:after {
  /* background-color: #88c01e; */
  background-color: orange;
  border-radius: 100%;
  content: "";
  height: 20px;
  width: 20px;
  top: 1px;
  left: 6px; }
  @media (min-width: 768px) {
    .course-activity--challenge-question .form-group .radio label input:checked + span:after,
    .course-activity--challenge-question .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,
    .course-activity--test .form-group .radio label input:checked + span:after,
    .course-activity--test .challenge-question--challenge-question-results-questions .radio label input:checked + span:after,
    .course-activity--survey .form-group .radio label input:checked + span:after,
    .course-activity--survey .challenge-question--challenge-question-results-questions .radio label input:checked + span:after {
      top: 4px; } }

.course-activity--challenge-question .radio label,
.course-activity--test .radio label,
.course-activity--survey .radio label,
.course-activity--question--answer {
  color: #7d7d7e;
  /* font-size: 18px; */
  font-weight: 300;
  /* line-height: 1.2; */
  margin-bottom: 1rem;
  padding-left: 0;
  transition: all 0.2s ease; }
  .course-activity--challenge-question .radio label:before,
  .course-activity--test .radio label:before,
  .course-activity--survey .radio label:before,
  /* .course-activity--question--answer:before {
    height: 32px;
    width: 32px; } */
  @media (min-width: 768px) {
    .course-activity--challenge-question .radio label,
    .course-activity--test .radio label,
    .course-activity--survey .radio label,
    .course-activity--question--answer {
      font-size: 24px; } }

.course-activity--test.course-activity--test--single-page .form-group .radio label span:before {
  top: -2px; }

/* course-activity--question--result--title {
color: #65686a;
font-size: 20px;
font-weight: 300;
line-height: 1.2;
margin-top: 0;
margin-bottom: 1em;
text-transform: none; }
@media (min-width: 768px) {
  .course-activity--question--result--title {
    font-size: 28px; } }
.course-activity--question--result--title img {
  display: block;
  max-width: 100%;
  margin-bottom: 11px; }
.course-activity--question--result--title p:last-child {
  margin-bottom: 0; } */

.course-activity--question--answer--result {
padding-left: 3.5rem;
position: relative;
margin-bottom: 1rem!important;
}

.course-activity--question--answer--result:before {
  border: 1px solid #dddddd;
  border-radius: 100%;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  /* top: 1px; */
  width: 32px; }
  @media (min-width: 768px) {
    .course-activity--question--answer--result:before {
      top: -1px; } }
.course-activity--question--answer--result.selected {
  color: #cc0000; }
  .course-activity--question--answer--result.selected:before {
    background-color: #cc0000;
    border-color: #cc0000;
    color: white;
    font-size: 24px;
    line-height: 28px; }
  .course-activity--question--answer--result.selected:after {
    color: white;
    left: 0;
    position: absolute;
    top: -3px;
    left: 7px;
    content: "✗";
    font-family: 'lms';
    font-size: 32px;
    line-height: 32px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px) {
      .course-activity--question--answer--result.selected:after {
        top: -1px; } }

.course-activity--question--answer--result.missing {
  color: orange; }
  .course-activity--question--answer--result.missing:before {
    background-color: orange;
    border-color: orange!important;
    color: white!important;
    font-size: 24px;
    line-height: 28px; }
  .course-activity--question--answer--result.missing:after {
    color: white!important;
    left: 0;
    position: absolute;
    top: -3px;
    left: 7px;
    content: "✔";
    font-size: 32px;
    line-height: 32px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 768px) {
      .course-activity--question--answer--result.missing:after {
        top: -1px; } }

.course-activity--question--answer--result.correct:before {
  border-color: #88c01e;
  border-width: 2px;
  color: #88c01e; }
.course-activity--question--answer--result.correct:after {
  color: #88c01e;
  position: absolute;
  left: 5px;
  top: -2px;
  content: "✔";
  /* font-family: 'lms'; */
  font-size: 34px;
  line-height: 34px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    .course-activity--question--answer--result.correct:after {
      top: -1px; } }
.course-activity--question--answer--result.correct.selected {
  color: #88c01e; }
  .course-activity--question--answer--result.correct.selected:before {
    background-color: #88c01e;
    border-color: #88c01e;
    color: white; }
  .course-activity--question--answer--result.correct.selected:after {
    color: white; }
.course-activity--question--answer--result span {
  display: none; }

.QuestionMultipleChoice .course-activity--question--result:before,
.QuestionMultipleChoice .course-activity--question--answer--result:before {
border-radius: 5px; }

.course-activity--question--result--feedback {
color: #88c01e;
line-height: 1.2;
margin-bottom: 3rem; }

.course-activity--question--result--feedback.incorrect {
    color: #cc0000; }

.course-activity--question--answer--result--feedback {
color: #88c01e;
font-weight: 400;
line-height: 1.1;
margin: 0.5em 0 0; }
.course-activity--question--answer--result--feedback.incorrect {
    color: #cc0000; }

 
/* icons */

.svg-icon {
    display: inline-block;
    height: 1em;
    margin-right: 0.25em; }

.svg-icon svg {
    position: relative;
    top: 2px;
    display: block;
    width: auto;
    height: 100%; }

.page-title--badge svg {
    /* fill: #f7a300; */
    height: auto;
    /* margin-right: 8px; */
    max-width: 28px;
    left: 0;
    /* position: absolute; */
    top: 0; }

.credit-hours svg {
    display: inline-block;
    height: 2em;
    margin-right: 0.25em; }
}

/* visibility */

.opacity-50 {
    opacity: 0.5!important;
}

.hidden {
    display: none !important; }

/* text variations */

.text-open-sans {
    font-family: 'Open Sans', sans-serif!important;
}

.text-poppins {
    font-family: 'Poppins', sans-serif!important;
}

/* animations */

.grow { transition: all .2s ease-in-out!important; }
.grow:hover { transform: scale(1.02)!important; }

/* headers */

.parallax {
    /* The image used */
    background-image: url({{ config.banner_or_default }});

    /* Full height */
    height: 40%;
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title--heading {
    color: rgba(213, 220, 225, 1);
}

/* course cards */

.card-img-top{
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: whitesmoke;
    overflow: hidden;
    width: 100%;
    height: 0%;
    transition: .5s ease;
}

.course-card:hover .overlay {
    height: 86%;
}

.dashboard-course-in-progress {
    transition: .5s ease;
}

.dashboard-course-in-progress:hover {
    border: 1px solid darkgrey!important;
}

/* spotlight modal */

.spotlight-video-modal-open {
    position: relative; }

.spotlight-video-modal-open:hover {
    cursor: pointer; }

.spotlight-video-modal-open > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px; }

.spotlight-video-modal-open > svg * {
    fill: white; }

.modal-close {
    display: block;
    position: absolute;
    top: -50px;
    right: -10px;
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    padding: 7px;
    border: 10px solid transparent;
    line-height: 17px;
    background-clip: padding-box;
    text-align: center; }
    .modal-close:hover, .modal-close:focus {
    color: white; }
    @media (min-width: 768px) {
    .modal-close {
    top: -10px;
    right: -50px; } }

/* activity progress bars */

* {
    box-sizing: border-box;
}

#progress-bar-label {
    position: absolute;
    top: -10px;
    left: 40px;
}

.progress-bar-body {
    /* width: 100vw; */
    height: 4vh;
    margin: 0;
    padding-top: 10px;
    /* background: #e97162; */
    /* font-family: Arial; */
    /* overflow: hidden; */
}

#lineCont {
    width: 100%;
    height: 20%;
}

.line {
    height: 10px;
    width: 90%;
    background: whitesmoke;
    border-radius: 5px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.inner-line {
    height: 6px;
    /* background: #F6C23E; */
    /* background: rgba(19, 115, 181, 1.0); */
    background: orange;
    border-radius: 5px;
    /* margin: auto; */
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 0%;
    -moz-transition: all 2s ease;
    -moz-transition-delay: 1s;
    -webkit-transition: all 2s ease;
    -webkit-transition-delay: 1s;
    transition: all 2s ease;
    transition-delay: 1s;
}

.track-inner-line {
    height: 4px;
    /* background: #F6C23E; */
    /* background: rgba(19, 115, 181, 1.0); */
    background: orange;
    border-radius: 5px;
    /* margin: auto; */
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 0%;
    -moz-transition: all 2s ease;
    -moz-transition-delay: 1s;
    -webkit-transition: all 2s ease;
    -webkit-transition-delay: 1s;
    transition: all 2s ease;
    transition-delay: 1s;
}

#span {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 25%;
    text-align: center;
    color: white;
}

.circle {
    width: 16px;
    height: 16px;
    /* background: rgba(19, 115, 181, 1.0); */
    background: orange;
    /* background: cornflowerblue; */
    border-radius: 15px;
    position: absolute;
    top: -3px;
    border: 3px solid whitesmoke;
    cursor: pointer;
}

.square {
    width: 20px;
    height: 20px;
    /* background: rgba(19, 115, 181, 1.0); */
    background: orange;
    /* background: cornflowerblue; */
    border-radius: 5px;
    position: absolute;
    top: -5px;
    border: 3px solid whitesmoke;
    cursor: pointer;
}

.incomplete {
    background: darkgrey!important;
}

.hover {
    border: 3px solid rgba(19, 115, 181, 1.0)!important;
}

/* coursetaking */

.course-card--action-button--launch {
    min-width: 120px;
}

.next-link {
    min-width: 100px;
}

/* course activities - VIDEO */

.aspect-ratio-box {
    display: block;
    width: 100%;
    position: relative;
}

.aspect-ratio-box .aspect-prop {
    display: block;
    position: relative;
}

.aspect-ratio-box .aspect-prop + * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* course activities - DOCUMENT */

.course-activity--document-embedded iframe {
    min-height: 300px;
    width: 100%; }
        @media (min-width: 768px) {
        .course-activity--document-embedded iframe {
            min-height: 800px; } }

/* course activities w/an image */

.course-activity--test .form-group > label img,
.course-activity--test .form-group > h3 img,
.course-activity--test .course-activity--test--results .course-activity--test--question--result > img,
.course-activity--challenge-question .form-group > label img,
.course-activity--challenge-question .form-group > h3 img,
.course-activity--challenge-question .challenge-question--challenge-question-results-questions > img,
.course-activity--survey .form-group > label img,
.course-activity--survey .form-group > h3 img,
.course-activity--supplmentary-info--description .ombuassets-image img {
    display: block;
    max-width: 100%;
    margin-bottom: 11px;
}
/* .course-activity--challenge-question .form-group label img {
    display: block;
    max-width: 100%;
} */

/* course activities - EMBED */

.course-activity--embed iframe, .course-activity--embed object, .course-activity--embed embed {
    min-width: 100%;
    min-height: 400px;
    display: block;
}

/* images */

.ombuassets-image {
  max-width: 100%; }
  .ombuassets-image img {
    display: block;
    max-width: 100%; }
  .ombuassets-image .caption {
    font-size: 0.9em;
    display: block;
    padding: 1rem;
    text-align: center; }
  .ombuassets-image.ombuassets-image-align-left, .ombuassets-image.ombuassets-image-align-right {
    max-width: 30%; }
  .ombuassets-image.ombuassets-image-align-left {
    float: left;
    margin: 0.5rem 1.5rem 1.5rem 0; }
  .ombuassets-image.ombuassets-image-align-right {
    float: right;
    margin: 0.5rem 0 1.5rem 1.5rem; }
  .ombuassets-image.ombuassets-image-align-center {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    text-align: center;
    display: table; }
    .ombuassets-image.ombuassets-image-align-center img {
      margin: 0 auto; }
    .ombuassets-image.ombuassets-image-align-center .caption {
      display: table-caption;
      caption-side: bottom; }

/* modals */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }

.modal-backdrop.in {
    opacity: 0.7!important;
    filter: alpha(opacity=50); }

/* course library */

.course-library-search-form #id_search {
    display: none;
}

.course-library-search-form .checkbox {
    position: relative;
    padding-left: 10px;
}

.course-library-search-form .checkbox label input {
    position: relative;
    padding-right: 5px;
}

.course-library-form-filter label input {
    width: 24px;
}

.filter-result {
    position: relative;
    margin-top: 5px;
}

.filter-result .clear-filter {
    position: absolute;
    top: 0px;
    left: -20px;
}


.course-library-form-filter input[type="checkbox"] {
    -webkit-appearance: initial;
    appearance: initial;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid darkgrey;
    position: relative;
}

.course-library-form-filter input[type="checkbox"]:checked {
    background: whitesmoke;
}

.course-library-form-filter input[type="checkbox"]:checked:after {
    font-size: 1.5rem;
    content: "✔";
    color: orange;
    position: absolute;
    left: 74%;
    top: 36%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.course-library-search-form .subject {
    display: none;
}

.course-library-search-form .channels {
    display: none;
}

.filter-result .label {
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: bold;
}

/* tracks */
