.container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
}

.logo {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-left: 0px;
}

.image {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.body {
  overflow: visible;
  height: 100%;
  min-height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px none #000;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.toolbar {
  position: relative;
  z-index: 2;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff2d55;
  background-color: #fff;
}

.left-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.image-4 {
  height: 20px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.bell-div {
  display: none;
  padding-right: 30px;
}

.text-block-2 {
  margin-top: 9px;
  padding-right: 16px;
  color: #333;
  font-size: 0.89vw;
}

.arrow_down_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.down_arrow {
  height: 0.7vw;
  margin-top: 9px;
  margin-right: 8px;
}

.image-col {
  border-radius: 100%;
}

.text {
  margin-left: 12px;
}

.title {
  font-size: 15px;
  font-weight: 500;
}

.email {
  color: rgba(51, 51, 51, 0.62);
  font-size: 12px;
}

.prof_pref {
  color: #48a9dc;
  font-size: 14px;
  font-weight: 500;
}

.image-9 {
  height: 55px;
  border-radius: 100%;
}

.div-block-4 {
  position: relative;
}

.link {
  color: #2c4f77;
  font-weight: 500;
  text-decoration: none;
}

.link:active {
  color: #48a9dc;
  text-decoration: none;
}

.options {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d2d0d0;
}

.link-options {
  margin-right: 0%;
  padding: 12px 15px 8px;
  border-bottom: 4px solid transparent;
  color: #667078;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-options:hover {
  border-bottom-width: 3px;
  border-bottom-color: #ff2d55;
  color: #ff2d55;
}

.link-options.active {
  border-bottom-color: #ff2d55;
  color: #ff2d55;
}

.button-blue-2 {
  width: 200px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #239ed9;
  font-size: 16px;
  text-align: center;
}

.button-blue-2:hover {
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
}

.button-blue-2.expand {
  width: 80px;
  margin-left: 18px;
  padding: 0.8% 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #ff2d55;
  background-color: rgba(255, 255, 255, 0);
  color: #ff2d55;
  font-size: 0.89vw;
}

.button-blue-2.expand:hover {
  background-color: #ff2d55;
  box-shadow: none;
  color: #fff;
}

.button-blue-2.expand.helpful {
  width: 45px;
  margin-left: 0px;
  padding-top: 0.4%;
  padding-bottom: 0.4%;
  font-size: 0.95vw;
}

.button-blue-2.expand.helpful.l {
  margin-right: 3%;
  margin-left: 3%;
}

.footer-3 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #437fbc;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff2d55),
    color-stop(79%, #01aec9),
    to(#18d6f3)
  );
  background-image: linear-gradient(90deg, #ff2d55, #01aec9 79%, #18d6f3);
}

.container-3 {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: 3%;
}

.text-block-13 {
  color: #fff;
}

.faq-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 14px;
  margin-right: 1px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(35, 158, 217, 0);
}

.faq-wrap-2.section.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-wrap-2.in_ar.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-content-2 {
  display: block;
  overflow: hidden;
  height: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.faq-content-2.open {
  display: block;
  height: auto;
}

.course_name {
  position: relative;
  width: auto;
  height: 50px;
  margin-right: 10px;
  margin-left: 0px;
}

.text-block-35 {
  margin-top: 16px;
  color: #667078;
  font-size: 0.9vw;
  font-weight: 500;
}

.image-32 {
  height: 2.7vw;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 12px;
}

.question-title-2 {
  position: relative;
  margin-left: 5px;
  float: right;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* font-family: 'DM Sans', sans-serif; */
  color: #6b6969;
  font-size: 1.1em;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.question-title-2:active {
  color: #239ed9;
}

.question-title-2.f {
  top: auto;
  margin-left: 5px;
  /* font-family: 'Open Sans', sans-serif; */
  color: #667078;
  font-size: 16px;
  font-weight: 400;
}

.faq-question-bar-2 {
  display: block;
  width: auto;
  margin-bottom: 0px;
  padding: 10px 2px 10px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fff;
  line-height: 1;
  text-decoration: none;
}

.faq-question-bar-2:hover {
  background-color: #f7f7f7;
}

.faq-question-wrap-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(0, 0, 0, 0.07);
  line-height: 1.5;
}

.faq-column-wrapper {
  margin-top: 0;
  padding-right: 0px;
  /* font-family: 'DM Sans', sans-serif; */
  line-height: 1px;
}

.faq-column-wrapper .children {
  padding-left: 12px;
}

.log {
  width: 2.2vw;
  height: 1.8vw;
  margin-right: 8px;
  padding-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 16%;
}

.module_row {
  padding: 12px 4px 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-left: 6px solid transparent;
  /* font-family: 'Open Sans', sans-serif; */
}

.module_row:hover {
  border-left-color: #2bc168;
  background-color: #f7f7f7;
}

.module_row.active {
  border-left-color: #2bc168;
  background-color: #f7f7f7;
}

/* .module_row.sec_lvl:hover {
  border-left-color: transparent;
  background-color: transparent;
} */

.link-4 {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* font-family: 'Open Sans', sans-serif; */
  color: #667078;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
}

.popup_block {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: 65px;
  display: none;
  overflow: hidden;
  width: 26%;
  margin-left: 1.8%;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
  color: #000;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.shadow {
  padding: 27px 12px 10px;
  border-style: solid none none;
  border-width: 6px 1px 12px;
  border-color: #ff2d55 #000 rgba(245, 247, 255, 0.52);
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-37 {
  width: 10%;
}

.text-block-41 {
  margin-left: 2%;
  color: #333;
  font-size: 1.4vw;
  font-weight: 500;
}

.close_icon {
  position: absolute;
  left: auto;
  top: 11%;
  right: 5%;
  bottom: auto;
  width: 4%;
}

.popup_paragraph {
  margin-right: 0%;
  margin-left: 12.2%;
  color: #333;
  font-size: 1.05vw;
  font-weight: 400;
}

.popup_paragraph.helpful {
  font-size: 0.95vw;
}

.popup_paragraph.p {
  margin-top: 10px;
}

.div-block-54 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course_inside_menu {
  /*position: fixed;*/
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100%;
  margin-top: 0px;
  padding-top: 163px;
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  background-color: #fff;
}

.left_m {
  overflow: scroll;
  width: 255px;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.left_m-copy.right {
  width: 39px;
  padding-top: 0px;
  border-left: 1px solid #c7c7c7;
  background-color: #f7f7f7;
  box-shadow: 1px 0 4px 0 rgba(61, 61, 61, 0.37);
}

.wr {
  /*position: fixed;*/
  /* top: 110px; */
  top: 0;
  position: sticky;
  z-index: 2;
  width: 100%;
  padding-bottom: 0px;
}

.left_m_w {
  overflow: visible;
  padding-left: 0px;
}

.collapse_h {
  padding: 7px;
  background-color: transparent;
}

.inner {
  overflow: hidden;
  height: 0px;
  margin-left: 0px;
}

.inner.open {
  height: auto;
}

.inner_text {
  margin-left: 5px;
  float: right;
  /* font-family: 'DM Sans', sans-serif; */
  color: #ff2d55;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.inner_text:active {
  color: #239ed9;
}

.c_l {
  margin-left: 10px;
  color: #667078;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.top_menu {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 0;
  overflow: visible;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
}

.secondary_menu {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 0;
  overflow: visible;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  padding: 15px 16px;
  border-bottom: 1px solid #d2d0d0;
  background-color: #fff;
}

.secondary_options {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #d2d0d0;
}

.secondary_link {
  max-width: 35%;
  min-width: 60px;
  margin-right: 0%;
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 4px none transparent;
  color: #ff2d55;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.secondary_link:hover {
  border-bottom-width: 3px;
  border-bottom-color: #ff2d55;
  color: #ff2d55;
}

.secondary_text {
  /* max-width: 30%; */
  min-width: 60px;
  padding-right: 15px;
  padding-left: 15px;
  color: #667078;
}

.inside_page {
  position: relative;
  display: block;
  height: 100%;
  margin-left: 268px;
  padding-top: 55px;
  padding-right: 9px;
  padding-left: 5px;
  background-color: transparent;
}

.sequence_nav {
  display: none;
  height: 50px;
  margin-bottom: 20px;
}

.left_ar_seq {
  height: 16px;
  padding-right: 10px;
}

.seq_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 200px;
  min-width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  text-decoration: none;
}

.text-block-42 {
  color: #6b6969;
  font-size: 16px;
  text-decoration: none;
}

.film_seq {
  height: 16px;
  padding-right: 0px;
}

.right_ar_seq {
  height: 16px;
  padding-right: 0px;
  padding-left: 10px;
}

.section_number {
  width: 30px;
  margin-left: 15px;
  color: #ff2d55;
  font-size: 12px;
}

.section_number.bl {
  width: 15px;
  height: 1em;
  margin-top: 1px;
  margin-left: 5px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #6b6969;
}

.s_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-38 {
  display: block;
  width: 100%;
}

.f_a {
  width: auto;
  height: auto;
  margin-top: 6px;
  font-family: "Fa 400", sans-serif;
  color: #000;
  line-height: 1.2;
  cursor: pointer;
}

.f_a.dr {
  margin-top: 0px;
}

.bold-text-6 {
  font-family: "Fa solid 900", sans-serif;
  color: #0076aa;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-6.dr {
  color: #667078;
}

.sequence_navigation {
  margin-top: 8px;
  display: flex;
}

.nav_btn.next_btn:disabled,
.nav_btn.previous_btn:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.sequence_navigation .next_btn,
.sequence_navigation .previous_btn {
  flex-basis: 10%;
}

.sequence_navigation .next_btn span {
  padding-left: 8px;
}

.sequence_navigation .previous_btn span {
  padding-right: 8px;
}

.nav_btn {
  background: transparent;
  color: #707070;
  border: 1px solid #e9e6e4;
  padding: 8px 16px;
  display: flex;
}

.sequence_navigation__tabs--mobile .units .nav_btn {
  text-align: left;
}

.sequence_navigation__tabs--mobile .nav_btn .unit-name {
  display: inline-block;
}

.sequence_navigation__tabs {
  display: none;
  flex-basis: 80%;
}

.sequence_navigation__tabs--mobile {
  display: flex;
  flex-basis: 80%;
  position: relative;
}

.sequence_navigation__tabs--mobile .units {
  border: 1px solid #e9e6e4;
  margin-top: 4px;
  padding: 4px 0;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  background: #fff;
}

.sequence_navigation__tabs--mobile button {
  width: 100%;
}

.sequence_navigation__tabs--mobile button span {
  padding-left: 8px;
}

.sequence_navigation__tabs .nav_btn {
  flex-basis: 100%;
}

.nav_btn:not(disabled):hover {
  color: #000;
}

.sequence_navigation__tabs .nav_btn.active {
  border-bottom: 2px solid #000;
  color: #528ac1;
}

.sequence_navigation__tabs--mobile .units .nav_btn.active {
  border-left: 2px solid #000;
}

.sequence_navigation__tabs--mobile .units .nav_btn {
  padding: 12px;
}

.nav_btn.previous_btn .nav_btn.previous_btn {
  flex-basis: 20%;
}

.inside_page .loader-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside_page .loader-wrapper i {
  color: #000;
}

.nav_btn.previous_btn .btn_title,
.nav_btn.next_btn .btn_title {
  display: none;
}

.view_as_wrapper {
  margin-top: 78px;
  /* min-height: 100px; */
  background: #528ac1;
  background-image: linear-gradient(90deg, #6cafe1, #4a78b8);
  display: flex;
  color: #fff;
  padding: 18px;
  /* flex-direction: column; */
  position: fixed;
  width: 100%;
  z-index: 999999;
}

.view_as_wrapper button {
  background: #e9eaeb;
  padding: 5px 8px;
  border-radius: 4px;
  color: #6d717f;
}

.view_as_wrapper button a {
  text-decoration: none;
  color: #6d717f;
}


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

.view_as {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.view_as .dropdown-wrapper {
  display: flex;
  align-items: center;
}

.view_in button {
  margin-left: 14px;
}

.view_as .dropdown {
  margin-left: 14px;
  position: relative;
}

.view_as .dropdown .dropdown-menu {
  position: absolute;
  top: 42px;
  z-index: 100;
  left: 0;
  background: #e9eaeb;
  border-radius: 4px;
  padding: 8px;
  width: 200px;
  display: none;
  flex-direction: column;
}

.view_as .dropdown .dropdown-menu a {
  padding: 4px 8px;
  text-decoration: none;
  color: #6d717f;
}

.view_as .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}

.view_as .dropdown .dropdown-menu.show {
  display: flex;
}

.view_in {
  padding-top: 20px;
}

.specific_student_info {
  display: none;
  align-items: center;
  margin-top: 12px;
}

.specific_student_info.show {
  display: flex;
}

.specific_student_info input {
  padding: 4px 8px;
  min-width: 300px;
  background: #fff;
  min-height: 40px;
  border-radius: 8px;
  border: none;
  color: #000;
  margin-left: 8px;
}

.specific_student_info input:focus {
  border: none;
}

@media screen and (min-width: 684px) {
  .sequence_navigation__tabs {
    display: flex;
  }

  .sequence_navigation__tabs--mobile {
    display: none;
  }
  .sequence_navigation__tabs--mobile .nav_btn {
    text-align: center;
  }

  .sequence_navigation__tabs--mobile .nav_btn .unit-name {
    display: none;
  }

  .nav_btn.previous_btn .btn_title,
  .nav_btn.next_btn .btn_title {
    display: inline-block;
  }

}


.view_as_wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.view_as_wrapper .view_as {
  padding-bottom: unset;
  border-bottom: none;
}

.view_as_wrapper .view_in {
  padding-top: unset;
}

@media screen and (min-width: 1411px) {
  .nav {
    margin-right: 16px;
    margin-left: 16px;
  }

  .image-col {
    margin-left: auto;
  }

  .prof_pref {
    color: #2c4f77;
  }

  .image-9 {
    position: relative;
    height: 55px;
  }

  .link {
    color: #2c4f77;
  }

  .options {
    width: auto;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-options {
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-bottom-width: 4px;
  }

  .link-options.active {
    border-bottom-color: #ff2d55;
    color: #ff2d55;
  }

  .container-3 {
    margin-left: 5%;
  }

  .secondary_options {
    width: auto;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .secondary_link {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    border-bottom-width: 4px;
  }
}

@media screen and (min-width: 1920px) {
  .button-blue-2.expand {
    display: block;
    width: 105px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .question-title-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* .faq-column-wrapper {
    margin-top: 20px;
  } */

  .collapse_h {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .options {
    overflow: hidden;
    width: auto;
    padding-right: 22px;
    padding-left: 22px;
  }

  .link-options {
    margin-right: 15px;
  }

  .faq-wrap-2 {
    min-height: 0px;
    min-width: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-47 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .question-title-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1;
  }

  .faq-question-bar-2 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .left_m {
    width: 0px;
  } */

  .left_m_w {
    width: 100%;
  }

  .inner_text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 1;
  }

  .secondary_options {
    overflow: hidden;
    width: auto;
    padding-right: 22px;
    padding-left: 22px;
  }

  .secondary_link {
    max-width: none;
    min-width: auto;
    margin-right: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }

  .inside_page {
    margin-left: 40px;
  }

  .f_a {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .options {
    overflow: auto;
    width: 100%;
  }

  .question-title-2 {
    line-height: 1;
  }

  .inner_text {
    line-height: 1;
  }

  .secondary_menu {
    overflow: auto;
    width: 100%;
    padding-right: 16px;
  }

  .secondary_options {
    overflow: visible;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .secondary_text {
    padding-right: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .image-4 {
    width: auto;
    height: 20px;
    max-width: 13px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bell-div {
    display: none;
  }

  .text-block-2 {
    display: none;
  }

  .options {
    overflow: auto;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-options {
    padding-bottom: 8px;
  }

  .container-3 {
    width: auto;
    margin-right: 3%;
  }

  .text-block-13 {
    text-align: center;
  }

  .question-title-2 {
    line-height: 1;
  }

  .inner_text {
    line-height: 1;
  }

  .secondary_options {
    overflow: visible;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .secondary_link {
    padding-bottom: 0px;
  }
}

@font-face {
  font-family: "Fa 400";
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype"),
    url("../fonts/fa-regular-400.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa brands 400";
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype"),
    url("../fonts/fa-brands-400.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa solid 900";
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype"),
    url("../fonts/fa-solid-900.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.faq-wrap-2 {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.course_inside_menu .faq-wrap-2:hover {
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border: none !important;
}

/* .wr{
  position:relative;
} */

.course_inside_menu {
  /*margin-top: 3px;
  padding-bottom: 100px;*/
  margin-top: -1px;
}

.left_m .bold-text-6 {
  color: #ff2d55;
}

.faq-column-wrapper {
  padding-right: 0 !important;
}

.left_m-copy.right {
  display: none !important;
}

.left_m {
  overflow: auto;
}

/* .faq-column-wrapper{
  margin-top: 0;
} */

.faq-question-bar-2.w-inline-block {
  display: block;
}

.question-title-2.f {
  line-height: 20px;
}

.menu-col {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #d2d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -12.5px;
  background: #fff;
  top: 10.7px;
  cursor: pointer;
  color: #667078;
  top: 105px;
  z-index: 2;
}

.menu-col:hover {
  background: #f7f7f7;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.faq-question-wrap-2 {
  margin-bottom: 0;
}

.faq-question-bar-2.w-inline-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.level_one_box, .level_two_box {
  cursor: pointer;
}

.children.open > .faq-content-2 {
  height: auto;
}

.level_one_box.open .faq-wrap-2.section, .level_two_box.open .faq-wrap-2.section {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.module_row.sec_lvl {
  cursor: pointer;
}

#progress_btn {
  cursor: pointer;
}

.navigation_arrows_div {
  /* display: none;  */
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}

.navigation_arrows_div .nav_btn {
  cursor: pointer;
}

.nav_arrow {
  width: 104px;
  padding: 6px 12px;
  color: #ff2d55;
  border: 1px solid #ff2d55;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav_arrow:hover {
  color: #fff;
  background: #ff2d55;
}

.navigation_arrows_div {
  margin: 20px 0;
}

.nav_arrow.disabled {
  border-color: #bfbfbf;
  color: #bfbfbf;
  pointer-events: none;
  visibility: hidden;
}

.collapsed .left_m {
  width: 15px;
}

.collapsed .left_m_w {
  display: none;
}

.collapsed .menu-col i {
  transform: rotate(0.5turn);
}

.collapsed .inside_page {
  margin-left: 32px;
}

@media screen and (max-width: 991px) {
  .div-block-60 {
    margin-left: auto;
  }

  .mobile .left_m {
    width: 15px;
  }

  .mobile .left_m_w {
    display: none;
  }

  .mobile .menu-col i {
    transform: rotate(0.5turn);
  }

  .mobile .inside_page {
    margin-left: 32px;
  }

  .mobile.mobile-expand .left_m {
    width: 255px;
  }

  .mobile.mobile-expand .left_m_w {
    display: block;
  }

  .mobile.mobile-expand .menu-col i {
    transform: rotate(0turn);
  }

  .mobile.mobile-expand .inside_page {
    margin-left: 268px;
  }
}

.mobile.mobile-expand {
  overflow: auto;
}

.mobile.mobile-expand .inside_page {
  min-width: 500px;
}

.navigation_arrows_div {
  /* display: none !important; */
}

#edx-iframe {
  min-height: calc(100vh - 100px - 96px);
}

.edx-course-inside {
  display: flex;
  align-items: center;
}

.logo-course-inside {
  margin-right: 10px;
}

.wr {
  /*position: fixed;*/
  z-index: 2;
  width: 100%;
  padding-bottom: 0px;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-nav {
  border-bottom: 0 !important;
}

.div-block-47 {
  padding: 0;
  flex-direction: inherit;
  align-items: flex-start;
}

.faq-question-wrap-2 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.course-inside.c_title {
  display: block !important;
  margin-right: 32px;
}

.div-block-47.w-clearfix {
  padding: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.sequence_navigation {
  margin-top: 15px;
}

.inside_page {
  padding-right: 15px;
  padding-left: 4px;
}

.nav_btn {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 19px;
}

.link-options {
  padding-bottom: 12px !important;
}

.fqb {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

.fqb:hover {
  background-color: #f7f7f7;
}

.fqb {
  border-bottom: 1px solid #ebebeb;
}

.link-options {
  padding-top: 15px !important;
}

.p_menu .w-inline-block {
  flex-shrink: 0;
}

.with-mentor .p_menu {
  padding-right: 65px !important;
}

body.with-mentor.mentor-open .site-main {
  padding-left: 0 !important;
}

body.with-mentor.mentor-open .site-header .p_menu {
  padding-left: 15px !important;
}

 .p_menu {
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .nav-center {
    position: static !important;
    transform: none !important;
  }
}

.unit-name {
  display: none;
}

.sequence_navigation__tabs .nav_btn {
  justify-content: center;
}

@media screen and (max-width: 610px) {
  .image {
    margin-right: 16px !important;
  }

  .course-inside.c_title {
    margin-right: 16px !important;
  }

  .nav-center {
    margin-right: 16px !important;
  }
}

.with-mentor .mobile_nav {
  padding-right: 58px;
}

 .mobile_nav {
  margin-top: 53px;
  position: fixed !important;
}




.opt-left{
  display: flex;
}

.opt-right{
  display: flex;
}

.toolbar-div.progress-div {
  position: relative;
  z-index: 999999999999999;
  cursor: pointer;
}

.div-block-61 {
  position: relative !important;
  width: 120px !important;
  height: 10px !important;
  border-radius: 4px !important;
  background-color: #e9eaeb !important;
  padding: 0 !important;

}


.text-block-46 {
  margin-left: 8px;
  font-size: 14px;
  color:#528ac1
  /* font-weight: 600; */
}

.progress-hover {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  height: auto;
  padding: 6px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d2d0d0;
  background-color: #fff;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.options {
  justify-content: space-between !important;
}

.div-block-62 {
  position: absolute !important;
  width: 0;
  height: 100% !important;
  border-radius: 4px !important;
  background-color: #528ac1 !important;
  background-image: none !important;
}

.text-block-49 {
  font-size: 14px !important;
}

.text-block-49 {
  margin-right: 12px;
  margin-left: 8px;
  /* font-weight: 600; */
}

.toolbar-div.skills-div {
  position: relative;
  margin-left: 0px;
  padding-right: 12px;
  border-right: none !important;
}


 .site-main  .inside_page {
  padding-top: calc(96px + 58px + 12px) !important;
}

 .site-main .course_inside_menu {
  /*padding-top: 300px !important;*/
   padding-top: 0px !important;
}

 .site-main .menu-col {
  top: 331px !important;
}

.wr {
  background-color: #fff;
}

.plus_skills{
  color: inherit !important;
  color: #528ac1 !important;
}

.plus_skills:hover{
  text-decoration: none !important;
}

.text-block-49, .text-block-45.text-level.sp.pp0, .text-block-44.bl{
  color: #528ac1 !important;
}

.text-block-45.text-level{
  color: #528ac1 !important;
}

.text-block-48{
  color: #528ac1 !important;
}

.top_menu{
  z-index: 9;
}


.div-block-64{
  padding: 0 !important;
  background-color: transparent !important;
}

.div-block-65{
  justify-content: space-between !important;
  margin-top:0 !important;
  margin-bottom: 12px !important;
}

.div-block-65.last{
  margin-bottom: 0 !important;
}


/* .text-block-44{
  font-weight: 600;
} */

.text-block-47{
  /* font-weight: 600; */
  font-size: 14px;
}

.text-block-48{
  font-size: 14px;
}

.text-block-44.bl.pp{
  font-weight: 400 !important;
}

.tr.sk {
  left: 31px !important;
}

.text-block-44{
  display: none;
}

.toolbar-div.grade{
  border-right: 0 !important;
}

.with-mentor .top_menu{
  padding-right: 55px;
}


.with-mentor .view_as_wrapper{
  padding-right: 74px;
}


.top_menu{
  margin-top: 58px !important;
}

.user-staff .top_menu{
  margin-top: 139px !important;
}

.user-staff .site-main .inside_page {
  padding-top: calc(96px + 58px + 86px) !important;
}

.user-staff .course_inside_menu {
  margin-top: calc(85px + 60px + 89px) !important;
  /*padding-bottom: 100px;*/
}

.progress-div .div-block-62{
  width: 0;
}


@media screen and (max-width: 700px) {
  .view_as_wrapper_cont{
    position: fixed;
    z-index: 999;
    width: 100%;
    overflow: auto;
  }

  .view_as_wrapper{
    position: relative;
    min-width: 700px;
  }
}

.top_menu .options{
  overflow: auto;
}

.no_overflow{
  overflow: unset;

}

.text-block-45.zm.grade-text, .text-block-49, .div-block-61, .text-block-46{
  display: none;,
}

.top_menu{
  padding-left: 0;
}

.view_as button i{
  font-size: 12px;
}

 .secondary_text:first-child{
  padding-left: 0;
}

.nav{
  z-index: 9999999 !important;
}


.no-course-data-cont{
  display:none;
}

.site-main.no-course-data .wr, .site-main.no-course-data .course_inside_menu, .site-main.no-course-data .inside_page{
  display:none;
}

.site-main.no-course-data .no-course-data-cont{
  display:block;
  border-top: 1px solid #d2d0d0;
  margin-top: 78px;
}


.ibl-ai-mentor-web.closed{
  z-index: 99999999 !important;
}

.no-course-data-box{
  margin-top: 24px;
    padding: 24px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 225, 230);
    border-radius: 4px;
    height: 238px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
}

.no-course-flex{
  display: flex;
  flex-direction: column;
}

.no-course-flex img{
  display:block;
  margin: 0 auto;
  margin-bottom:16px;
}

.course-inner-wr{
  padding-top:132px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom:20px;
}

.gr_div-3 {
  width: auto;
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.div-block-243 {
  width: 46% !important;
  margin-top: 16px;
  position: relative !important;
  margin-left: 0 !important;
  bottom:0 !important;
}

.div-block-216.gr_ {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-216 {
  width: 40%  !important;
  margin-left: 20px;
  height:auto !important;
  border:none !important;
}

.avg_tooltip-2 {
  width: 52px;
  background-color: #6cafe1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: calc(86% - 30px);
  right: 0%;
}

.text-block-126 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px;
  display: inline-block;

}

.user_grade .text-block-126{
  left: calc(86% - 130px);
  position: relative;
}


.div-block-214 {
  width: 12px;
  height: 12px;
  background-color: #6cafe1;
  position: absolute;
  top: 80%;
  bottom: 0%;
  left: 39%;
  right: 0%;
  transform: rotate(45deg);
  z-index: -1;
}

.ggr-2 {
  width: 100%;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-215.pg.user_grade {
  left: 0%;
  width: 100%;

}
.div-block-215 {
  margin-bottom: 24px;
  display: flex;
  position: relative;
  padding: 0 !important;
  border: none !important;
  cursor: text !important;
  pointer-events: none !important;
}


.gr_line {
  width: 100%;
  height: 10px;
  background-color: #e9eaeb;
  border-radius: 10px;
  margin-left: 0;
  position: relative;
}

.div-block-213 {
  width: 12px !important;
  height: 12px !important;
  background-color: #4a78b8;
  border-radius: 100%;
  position: absolute;
  top: -1px;
  left: 60%;
}

.avg_p.p {
  background-color: #4a78b8;
  top: 30px;
  left: calc(60% - 20px);
  color: #fff;
}

.avg_tooltip-2{
  color: #fff;
}

.avg_p {
  width: 52px;
  background-color: #6cafe1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  display: flex;
  position: absolute;
  top: 71%;
  bottom: auto;
  left: 78%;
  right: 0%;
}


.div-block-214.p {
  background-color: #4a78b8;
  top: -16%;
  left: 39%;
}

.div-block-214 {
  width: 12px;
  height: 12px !important;
  background-color: #6cafe1;
  position: absolute;
  top: 80%;
  bottom: 0%;
  left: 39%;
  right: 0%;
  transform: rotate(45deg);
}

.gr_b._86 {
  width: 86%;
  background-color: #6cafe1;
}

.gr_b {
  width: 43%;
  height: 10px;
  background-color: #31a7fd;
  border-radius: 10px;
}

.div-block-215.bot {
  margin-top: 24px;
  margin-bottom: 0;
  width: 100%;
}

.text-block-126.p {
  position: relative;
  left: calc(60% - 140px)
}

.mg-t-20{
  margin-top: 20px !important;
}

.text-block-142.gs{
  font-size:18px
}

.text-block-142.cc{
  margin-bottom:0;
}


.th {
  border-bottom: 1px solid #dde1e6;
  justify-content: flex-start;
  display: flex;
}

.tr {
  border-bottom: 1px solid #dde1e6 !important;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static !important;
  transform: none !important;
  width: auto  !important;
  height: auto !important;
  border-style: solid;
  border-left: none !important;
  border-top: none !important;
  margin-left: 0 !important;
}

.tf {
  margin-top: 20px !important;
}

.div-block-252{
  display: block !important;
  margin-bottom:  0 !important;
}

.tc.num {
  width: 10%;
}
.num {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tc {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tc._30 {
  width: 30%;
  flex: none;
}

.tc._20 {
  width: 20%;
}

.w_sort {
  align-items: center;
  display: flex;
}

.text-block-134.fa_icon.sort {
  margin-right: 6px;
  font-size: 12px;
}
.text-block-134 {
  font-family: "Fa solid 900", sans-serif;
}

.div-block-169 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.w-select.show {
  width: 50px !important;
  height: 26px !important;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-bottom: 0;
  margin-left: 6px !important;
  margin-right: 6px !important;
  padding: 0 0 0 5px !important;
  font-size: 12px !important;
  display: inline-block !important;
}
.w-input, .w-select{
  border: 1px solid #e9eaeb !important;
}

.tc.tcell {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  display: flex;
}

.w_per {
  flex: 1;
  align-items: center;
  display: flex;
}

.p_text {
  font-size: 14px;
}

.div-block-177 {
  width: 100% !important;
  height: 8px !important;
  background-color: #e9eaeb;
  border-radius: 10px;
  margin-left: 6px;
  position: relative;
  background-image: none !important;
  justify-content: flex-start !important;
}

.div-block-203 {
  width: 43% !important;
  height: 8px !important;
  background-color: #4a78b8;
  border-radius: 10px;
  mix-blend-mode: unset !important;
}

.div-block-289 {
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
}

.input {
  width: 137px;
  height: 30px !important;
  border-radius: 2px;
  margin-bottom: 0;
  margin-left: 6px;
}

.th.dg {
  border-radius: 2px;
  justify-content: space-between;
  padding: 4px 10px;
  background-color: #e4e5e6;
}

.tr.dg {
  border-bottom-style: solid;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  border-left: 1px solid #dde1e6 !important;
  border-right: 1px solid #dde1e6 !important;
}

.text-block-134.fa_icon.da {
  margin-right: 8px;
  font-size: 12px;
}

.table.weekly.fcw{
  margin-top:0;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .arrow {
  font-weight: bold;
  display: flex;
}
.pagination a {
  cursor: pointer;
}

.pagination a {
  color: inherit;
  text-decoration: none;
  padding: 2px 10px;
  margin: 0 4px;
  border-radius: 2px;
  display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px
}

.pagination a.active {
  color: #fff;
  background-color: #4a78b8;
}

.pagination a {
  cursor: pointer;
}

.tp {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.image-35 {
  width: 15px;
  margin-left: 0;
}

.tp_trigger {
  cursor: pointer;
  flex: none;
  margin-left: 10px;
}

.pagination .dots {
  position: static !important;
  padding: 0 8px;
  display: flex;
  align-items: center;
  margin:0 !important;
}

.l-h-holder{
  overflow: auto;
}

.div-block-13.l-h.h{
  min-width: 760px;
}

.ibl-ai-mentor-web.closed{
  z-index: 9999999 !important;
}

.th.dg .tc{
  padding-top:6px;
  padding-bottom:6px;

}

.nav{
    position: fixed !important;
    width: 100%;
}

.link-options {
    color: #6d717f !important;
    font-size: 16px !important;
    border-bottom: 3px solid transparent !important;
    font-weight: 400;
}

.div-block{
  margin-top:0 !important;
}

.secondary_menu{
  padding-left:3%;
}

.link-4{
  font-size: 14px;
}

.module_row.active {
  border-left-color: #76b900;
  background-color: #f7f7f7;
}

.module_row:hover {
  border-left-color: #76b900;
  background-color: #f7f7f7;
}

.sequence_navigation__tabs .nav_btn.active{
  color: #76b900;
  border-bottom: 2px solid #76b900;
}


.site-main .inside_page{
  /*padding-top: 306px !important;*/
  padding-top: 0px !important;
}

.site-main .menu-col{
  top: 80px;
}

.secondary_text, .bold-text-6.dr, .link-4{
  color: #000
}

.about_header.main_page.course_inner{
  /*position: fixed;*/
  top: 0px;
  position: sticky;
  z-index: 22222  ;
  width: 100%;
}

.training-menu {
  /*position: fixed;
  top: 239px;*/
  position: sticky;
  top: 0px;
  z-index: 222;
  width: 100%;
}

#footer {
  position: relative;
  z-index: 222222;
  background-color: #fff;
}

.text-block-2.display_name{
  height: 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .text-block-2.display_name{
    height: auto;
  }
}

.question-title-2.f, .menu-col{
  color: #000;
}

.nav_bot .div-block{
  /* max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; */
}

.nav_top, .header_flex, .ft-cont{
  max-width: none !important;
  padding-left: 3%;
  padding-right: 3%;
}

.text-block-2{
  display: block !important;
}

.ft-cont {
  margin-left: 0;
  margin-right: 0;
}

.question-title-2.f{
  font-size: 14px;
}

.nav_bot .div-block {
  max-width: 1380px;
  margin-left: 0;
  margin-right: auto;
}

.sequence_navigation{
  display: none;
}
.header_left{
  height: 90px;
}
.header_left p.short_description{
  display: none;
}
.course_inner .display_name{
  font-size: 28px!important;
}
.header_left {
  width: 75%;
}