.lessons_list h4 a {
    font-weight: bolder !important;
    /* font-size: 16px !important; */
}

.get-course-btn {
    color: white;
    background: green;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    margin: 20px 10px 20px 0;
    display: inline-block
}

.entry-subtitle {
    font-weight: 400;
    margin: 5px auto;
    opacity: 0.7;
    font-size: 0.9rem;
}

#header_video iframe {
    width: 100%;
    margin: 0px auto 10px;
    height: 375px;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.single-courses #main {
    padding: 0 0 70px 0;
}

.single-courses #main > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
    width: 100%;
    padding: 0;
}
#bluelearning_course_content {
    margin-top: 50px;
}

#bl_course_list .price {
    display: none;
}


div#blueplayer_wrapper {
    position: relative;
}

.blueplayer_wrapper {
    color: #fff;
}

.blueplayer_wrapper .title,.blueplayer_wrapper .time,
.blueplayer_wrapper .thumb {
    float: left;
    color: #fff;
    padding-left: 0;
}

.blueplayer_wrapper .title {
    font-size: 1.1em;
    padding: 10px 0;
}

.blueplayer_wrapper .time {
    font-size: 80%;
}

.blueplayer_wrapper .thumb img {
  max-height: 80px;
}

iframe#blueplayer {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0;
  padding: 0;
}

#video_timer_modal {
  position: absolute;
  bottom: 75px;
  left: 0;
  width: 100%;
  /* height: 85vh; */
  background: rgba(0, 0, 0, .75);
  text-align: center;
  font-size: 1.5em;
  padding: 0;
  display: none;
  color: white;
  z-index: 100;
}
.plyr audio, .plyr video {
  max-height:90vh;
}
@-webkit-keyframes gradientAnimation {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes gradientAnimation {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes gradientAnimation { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}

#video_timer_modal time {
  text-align: center;
  cursor: pointer;
  background: white;
  background: linear-gradient(-225deg, rgb(34, 225, 255) 0%, rgb(29, 143, 225) 48%, rgb(98, 94, 177) 100%);
  background-size: 200% 200%;
  -webkit-animation: gradientAnimation 31s ease infinite;
  -moz-animation: gradientAnimation 31s ease infinite;
  animation: gradientAnimation 10s cubic-bezier(0.4, 0, 1, 1) infinite;
  display: block;
  padding:10px;
  color: white;
  /* max-width: 300px; */
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
}

p.video_next_title {
    color: white;
    margin: 20px auto;
    display: block;
}

a.blueplayer_timer {
    color: white;
    padding: 7px 10px;
    font-size: 0.7em;
    text-decoration: none;
    display: block;
}
#bluelearning_lessons #lesson_heading, #bluelearning_profile .bluelearning_profile_heading, #bluelearning_quizzes #quiz_heading, #bluelearning_lesson_topics_list div > strong {
    background: transparent;
    /* color: #ffffff; */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1% 2%;
    font-weight: normal;
    margin: 0;
    display: block;
}

#bluelearning_lessons, #bluelearning_quizzes, #bluelearning_profile, #bluelearning_lesson_topics_list > div {
    background-color: #FFFFFF;
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

#bl_course_list article h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 5px;
    white-space: normal;
    color: #393f79;
}

#bl_course_list article > a > img,
#bl_course_list article > a {
    display: block;
    text-decoration: none;
}

#bl_course_list .thumbnail .caption {
  padding: 10px 15px !important;
  
  
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.user_has_no_access .is_not_sample a, .user_has_no_access .is_not_sample a span, .user_has_no_access #bluelearning_quizzes a{
    color: #506e9b !important;
  text-decoration: none !important;
}

.single-topic h1.h2-size.entry-title {
    font-size: 20px;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.single-topic .wf-table, .single-topic .page-title {
    height: auto !important;
    min-height: auto !important;
}
.single-topic #phantom, .single-topic .page-title {
  display: none !important;
}

.single-topic #main { padding-top: 10px; }

.single-topic #content {
    padding: 0 !important;
}

.single-topic .sidebar-right .sidebar { border-left: 0px solid white; }


#bluelearning_mark_complete_button {
    font-size: 1.4em;
    width: 100%;
    padding: 10px 20px;
}

#theme-my-login {
    margin: 20px auto !important;
}

.wpProQuiz_content .wpProQuiz_questionList {
    /* margin-bottom: 10px; */
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 20px;
    list-style: none;
    overflow: visible;
}


#bld_group_wrapper {
    margin: 20px auto;
        margin-bottom: 20px;
}

.wpProQuiz_content .wpProQuiz_questionListItem:last-child, .wpProQuiz_content .wpProQuiz_questionListItemLastChildIE {
    margin-bottom: 0;
    overflow: auto;
}

.wpProQuiz_content .wpProQuiz_response {
    background: #ffffff;
    border: 1px solid #C4C4C4;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 0px #fff;
}


.feedback_courses_form {
    max-width: 769px;
    margin: 10px auto;
    padding: 20px 15px;
}

.feedback_courses_form .acf-form-submit {
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}
.quiz .entry-content {
    background: var(--background-extralight);
    box-shadow: var(--box-shadow);
    padding: 30px;
}
#group_leader_wrapper ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#group_leader_wrapper ul.tabs li{
  /* background: #F9F9F9; */
  /* color: #222; */
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 90%;
  text-transform: uppercase;
  border: 2px solid transparent;
}

#group_leader_wrapper ul.tabs li.current{
  /* background: rgb(255 255 255 / 70%); */
  /* color: #ffffff; */
  border: 2px solid rgb(211 213 236 / 70%);
}

#group_leader_wrapper .tab-content{
  display: none;
  /* padding: 15px; */
  box-sizing: border-box;
  max-width: 100%;
  /* background: #f2f2f2; */
  border: 2px solid rgb(211 213 236 / 70%);
  border-radius: 10px;
  margin-top: 20px;
}

#group_leader_wrapper .tab-content.current{
  display: inherit;
}

#group_leader_wrapper .section-toggles {
  display: none;
}

#group_leader_wrapper .select2-search__field {    
    background-repeat: no-repeat;
    background-position: center right !important;
    padding: 6px 5px !important;

}

#group_leader_wrapper .select2-search.select2-search--inline {
    padding: 0 !important;
    margin: 0 !important;
}

#group_leader_wrapper .select2-selection.select2-selection--multiple.filter-courseStatus-select2 {
    max-height: 37px !important;
    border: 1px solid #fff;
    border-radius: 0px;
}

/*#group_leader_wrapper .statspanel-reporting { display: none; }*/

#group_leader_wrapper .select2-selection__arrow {
    margin-top: 5px !important;
    margin-right: -2px;
}

#group_leader_wrapper .bl-statspanel-widget-filtering .toggle-section {
    background: #e0e1f1;
    border: 0px solid #ccc;
    margin: 0;
    padding: 30px 25px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    box-shadow: 0 0 0 !important;
    position: relative;
    z-index: 0;
    border-radius: 5px 5px 0 0;
    color: #444;
    display: f;
}

#group_leader_wrapper .section-content {
    max-width: 100%;
    padding: 25px;
    margin: 30px auto;
    clear: both;
}

#group_leader_wrapper .bl-statspanel-widget-progress-chart .statspanel-admin-row .col-1-2 {
    max-width: 50%;
    margin-bottom: 15px;
}

#group_leader_wrapper .bl-statspanel-reporting-pager-info {
    line-height: 45px;
}

#group_leader_wrapper .bl-statspanel-widget-filtering .reporting-actions p .button {
  float: left;
}

#group_leader_wrapper .tab-content table input[type="text"],#group_leader_wrapper .tab-content table input[type="email"] {
    max-width: 100%;
}

#group_leader_wrapper #bld-clear {
    /* margin-left: 0; */
    /* display: block; */
    /* text-align: center; */
    /* border: 0; */
}

#bluelearning_profile .completed {
    /* background: transparent; */
    line-height: 16px !important;
}

#bluelearning_profile .bluelearning-course-certificate a {
    line-height: 24px;
    display: block;
    padding: 5px;
    margin: 0 auto 5px;
}


#bluelearning_profile .certificate_icon_large {
    height: 24px;
}
.bluelearning .notcompleted, #bluelearning_profile .notcompleted,
#bluelearning_profile .bluelearning-course-status a {
    /* line-height: 24px; */
    /* max-height: 30px; */
}

#bluelearning_profile .list_arrow.expand {
  /* background-size: 10px; */
  /* background-position: 50% 20px; */
}

#bluelearning_profile .list_arrow.collapse {
    background-size: 5px !important;
    padding: 10px;
    margin: 0;
    background-position: 50% 20px;
}

.bluelearning_content p {
    text-align: justify;
}

.course_goals div {
    float: left;
    min-width: 300px;
    /* min-height: 54px; */
    width: 50%;
    display: inline-block;
    padding: 5px 0;
    color: white;
    font-size: 80%;
}

.course_goals div i {
  margin-right: 10px;
}

.course_subside_wrapper {
    text-align: center;
    padding: 0;
    margin: 10px auto;
    font-size: 80%;
}

.course_subside_wrapper a {
  color: white;
}

.course_subside_wrapper p {
  color: #eee;
}

.course_header_right.affixed {
}

.affixed .course_side_wrapper {
}

.single-courses .entry-content {
    margin-left: 0 !important;
    max-width: 66.6%;
}

.course_side_links {
    text-align: center;
    font-size: 80%;
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
}

.course_side_fixer {
  position: absolute;
  z-index: 2222;
}

.course_side_fixer.affixed .course_subside_wrapper p, .course_side_fixer.affixed .course_subside_wrapper a {
  color: inherit;
}

.course_side_fixer .associated_course_link {
    display: block;
    color: #525f7f;
    transition: all 0.5s;
}

.course_side_fixer.affixed .associated_course_link {
    background: #fff;
    padding: 20px;
    display: block;
    color: #525f7f;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.report-header button.button.button-primary{
    font-size: 14px;
    max-height: 33px;
}
.report-header button.button.button-primary span {
    font-size: 12px;
    position: relative;
    top: -2px;
}


.header-large #content, .header-large #content .wrap, .header-large #content #primary {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.header-large #content .entry-content{
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0;
}

.custom-header-bg {
    height: 400px;
    padding: 85px;
    color: white;
}

.course_grid .col-left, .course_grid .col-right  {
    float: left;
    padding: 10px 15px;
    width: 50%;
}

.course_grid.odd .col-left, .course_grid.odd .col-right  {
  float:right;
  text-align: right;
}

.course_grid {
}

.course_grid.odd {
  background: #F2F2F2;
}

.course_grid .col-left a {
    display: block;
}

.wpProQuiz_AnswerMessage ul {
    margin-left: 20px;
}

.topic_comments {
    padding: 0em 40px;
    /* max-width: 840px; */
    margin: 10px auto 0px;
    background: #F9F9F9;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18); */
}

#secondary dd.course_progress {
    width: 100%;
    margin: 0 auto;
}

.course_progress_low_percentage {
  float: right; 
  margin-right: 10px;
  line-height: 1.6em;
}

.course_progress {
    display: block;
    padding: 0;
    position: relative;
    width: 90%;
    background-color: #F5F5F5;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
    margin: 12px auto;
}
.course_progress .course_progress_blue {
    display: block;
    position: relative;
    text-align: right;
    /* width: 75%; */
    background: linear-gradient(-225deg, rgb(34, 225, 255) 0%, rgb(29, 143, 225) 48%, rgb(98, 94, 177) 100%);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    transition: width 0.6s ease 0s;
    text-align: center;
    line-height: 20px;
}

td.bld-remove .course_progress {
    margin: 10px 0;
}
.course_grid_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.course_grid {
    width: 31.3%;
    padding-bottom: 25px; /* 32:18, i.e. 16:9 */
     /* (100-32*3)/2 */
    box-shadow: var(--box-shadow);
    margin: 1%;
    background: var(--background-extralight);
}

.course_grid_thumb {
    max-height: 150px;
    overflow: hidden;
}

.course_grid_thumb img {
    border-radius: 8px 8px 0 0;
}

.list_categories {
    margin-top: 15px;
}
.course_grid_container {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
}

.course_grid_description {
    padding: 15px;
}

.course_grid_description h3.entry-title {
    margin-top: 0;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.course_grid_description a.button {
    position: relative;
    bottom: 0;
    box-shadow: none;
}

.course_has_access_wrapper, .course_has_access_wrapper h3,.course_has_access_wrapper h5 {
    text-align: center;
    color: white;
}

.course_header_icon {
    font-size: 3rem;
}

.course_has_access_wrapper h3{
      margin: 2rem auto 1rem;
}
.course_has_access_wrapper h5 {
      margin: 1rem auto 2rem;
}

.course_has_access_wrapper a.button {
    margin: 1em auto 2rem;
}

.quiz_passing_percentage {
    font-size: 12px;
    opacity: 0.7;
}

.wpProQuiz_content .wpProQuiz_question_page {
    font-size: 12px;
}

@media(max-width:769px) {

    #bluelearning_profile .bluelearning_profile_heading {
        display: none;
    }

    #bluelearning_profile .list_arrow {
        /* background-position: 50% 20px; */
        margin-top: 10px !important;
    }
    
    #bluelearning_profile .list_arrow.expand {
        background-size: 10px;
        background-position: 50% 25px;
    }
    
    #bluelearning_profile .list_arrow {
        /* width: 14%; */
    }

    #bluelearning_profile dd.course_progress {
        margin: 2px auto;
    }

    #bluelearning_profile .bluelearning-course-status {
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }
    
    #bluelearning_profile .bluelearning-course-certificate {
        float: left;
        width: 90%;
        margin: 10Px;
    }
    
    #bluelearning_profile .bluelearning-course-link a {
        padding: 10px 15px 0px;
    }
    
    #bluelearning_profile .quiz_title {
        width: auto;
    }

    div#bluelearning_course_content {
        margin: 20px auto;
    }

    #bluelearning_course_content_title {
        margin-top: 10px;
    }

  .course_grid .col-left, .course_grid .col-right, .course_grid.odd .col-right, .course_grid.odd .col-left {
      float: none; 
      width: 100%; 
      padding: 0 15px 10px;
      text-align: left; 
  }

  #header_video iframe, 
  #video-container {
    height: 250px;
  }

  #bluelearning_profile .bluelearning-course-link {
      width: 100%;
  }

  #lessons_list > div {
      margin: 10px;
  }

  #lessons_list .list-count {
      width: 20px;
      font-size: 90%;
      opacity: 0.8;
  }

  .profile_subtopic_link {
      margin: 5px;
      font-size: 90%;
  }

  .front-page-partners {
      max-width: 300px;
  }

  .front-page-partner {
      width: 50% !important;
  }


  .course_grid {
      width: 300px;
      margin: 20px auto;
  }

}
