/* font */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body{
  font-family: "Lato", Arial, serif;
}

:root{
  --ic-link-color: #295fff;
}
/* icons */
i[class*="icon-"]:before,
i[class^="icon-"]:before,
a[class*="icon-"]:before,
a[class^="icon-"]:before {
  vertical-align: top !important;
}

@font-face {
  font-family: "tast-icon";
  src: url("https://canvas-hosting.s3-ap-southeast-2.amazonaws.com/tastafe/icons/tastafe.eot?31gpbd");
  src: url("https://canvas-hosting.s3-ap-southeast-2.amazonaws.com/tastafe/icons/tastafe.eot?31gpbd#iefix")
      format("embedded-opentype"),
    url("https://canvas-hosting.s3-ap-southeast-2.amazonaws.com/tastafe/icons/tastafe.ttf?31gpbd")
      format("truetype"),
    url("https://canvas-hosting.s3-ap-southeast-2.amazonaws.com/tastafe/icons/tastafe.woff?31gpbd")
      format("woff"),
    url("https://canvas-hosting.s3-ap-southeast-2.amazonaws.com/tastafe/icons/tastafe.svg?31gpbd#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="cbt-icon-"],
[class*="cbt-icon-"],
i[class*="cbt-icon-"]:before,
i[class^="cbt-icon-"]:before,
a[class*="cbt-icon-"]:before,
a[class^="cbt-icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tast-icon" !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.cbt-icon-read:before {
  content: "\e901";
}
.cbt-icon-webinar:before {
  content: "\e902";
}
.cbt-icon-info:before {
  content: "\e904";
}
.cbt-icon-assessment:before {
  content: "\e906";
}
.cbt-icon-activity:before {
  content: "\e907";
}
.cbt-icon-watch:before {
  content: "\e908";
}
.cbt-icon-listen:before {
  content: "\e909";
}
.cbt-icon-tick:before, .icon-complete:before{
  content: "\e90a";
}
.cbt-icon-up:before {
  content: "\e90b";
}
.cbt-icon-down:before {
  content: "\e903";
}
.cbt-icon-left:before {
  content: "\e900";
}
.cbt-icon-right:before {
  content: "\e905";
}

/* text */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-rendering: optimizelegibility;
}
.cbt-content h1,
.cbt-content h2,
.cbt-content h3,
.cbt-content .h1,
.cbt-content .h2,
.cbt-content .h3,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce .h1,
#tinymce .h2,
#tinymce .h3 {
  margin: 18px 0;
  line-height: 1.25;
  font-family: inherit;
  font-family: "Lato", Arial, serif;
}

.cbt-content h4,
.cbt-content h5,
.cbt-content h6,
.cbt-content .h4,
.cbt-content .h5,
.cbt-content .h6,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce .h4,
#tinymce .h5,
#tinymce .h6 {
  margin: 14px 0 !important;
  margin: 0.875rem 0 !important;
  line-height: 1.25;
  font-family: "Lato", Arial, serif;
}

h1,
.h1 {
  font-size: 32px;
  font-weight: 900;
}
h2,
.h2 {
  font-size: 28px;
  font-weight: bold;
}
.user_content h2::after,
.cbt-content h2::after,
#tinymce h2::after {
  content: "";
  margin: 8px 0px;
  width: 100%;
  background-color: #f58220;
  height: 2px;
  display: block;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 22px;
  font-weight: bold;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: bold;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: bold;
}

.text-8 {
  font-size: 8px !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-18 {
  font-size: 18px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-22 {
  font-size: 22px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-26 {
  font-size: 26px !important;
}
.text-28 {
  font-size: 28px !important;
}
.text-32 {
  font-size: 32px !important;
}
.text-36 {
  font-size: 36px !important;
}
.text-38 {
  font-size: 38px !important;
}
.text-42 {
  font-size: 42px !important;
}

.text-red {
  color: #CE362F !important;
}
.text-green {
  color: #64BD5F !important;
}
.text-orange {
  color: #F26522 !important;
}
.text-blue {
  color: #0076BD !important;
}
.text-orange {
  color: #F58220 !important;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}

.spaced {
  letter-spacing: 0.9px !important;
}
.capital {
  text-transform: capitalize !important;
}
.strong,
strong {
  font-family: "Lato", Arial, serif;
  font-weight: 700 !important;
}

.light-blue{
  background-color: #E3EDF8 !important;
}
.pale-blue {
  background-color: #EAF5FB !important;
}
.light-blue {
  background-color: #85BBE5 !important;
}
.mid-blue {
  background-color: #0076BD !important;
}
.dark-blue {
  background-color: #005A96 !important;
}
.green {
  background-color: #64BD5F !important;
}
.red {
  background-color: #CE362F !important;
}
.orange {
  background-color: #F99D1C !important;
}
.orange-red{
  background-color: #F26522 !important;
}
.dark-orange{
  background-color: #F58220 !important;
}
.light-black {
  background-color: #31312F !important;
}
.dark-grey{
  background-color: #808285 !important
}
.light-grey{
  background-color: #B1B3B6 !important
}
.white {
  background-color: #ffffff !important;
}
.caption {
  font-style: italic;
}
.content-selector{
  display: none;;
}
.cbt-video-container .content-selector, #tinymce .content-selector{
  display: block;
}

/* links & buttons */
.cbt-content a:not(.cbt-button):hover,
.cbt-content a:not(.cbt-button):focus,
.cbt-content a:not(.cbt-button):active,
#tinymce a:not(.cbt-button):hover,
#tinymce a:not(.cbt-button):focus,
#tinymce a:not(.cbt-button):active {
  color: #F26522;
}
.cbt-content a:not(.cbt-button),
#tinymce a:not(.cbt-button) {
  /* text-decoration: underline !important; */
}
.cbt-content a,
#tinymce a {
  transition: all 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
  border-bottom: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: "Lato", Arial, serif;
  font-weight: inherit;
  color: #295fff;
}

.icon-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.cbt-button,
.cbt-button {
  text-decoration: none !important;
  color: #ffffff !important;
  font-family: "Lato", Arial, serif !important;
  font-size: 14px !important;
  font-weight: bold;
  background: #434343;
  min-width: 100px;
  width: max-content;
  padding: 13px;
  line-height: 1;
  border-bottom: 0;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: inline-block;
  margin: 10px 0;
}

.cbt-button a{
  color: #ffffff !important;
  text-decoration: none !important;
}

.large:not(.ic-Dashboard-header__layout) {
  padding: 12px 40px !important;
  padding: 0.8rem 3rem !important;
  font-size: 18px !important;
}

a.cbt-button:hover,
a.cbt-button:focus,
a.cbt-button:active,
.cbt-button:hover,
.cbt-button:focus,
.cbt-button:active,
.reveal:hover,
.reveal:focus,
.reveal:active{
  color: #ffffff !important;
  border-bottom: 0 !important;
  text-decoration: none !important;
  box-shadow: 1px 3px 3px 0 rgb(0 0 0 / 20%);
}
.icon-button a:hover,
.icon-button a:focus,
.icon-button a:active {
  text-decoration: none !important;
}
.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.nav i {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  background-color: #0076BD;
  border-radius: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav i::before {
  font-size: inherit !important;
}

blockquote,
#tinymce blockquote {
  text-align: center;
  margin: 5px auto !important;
  border: 0;
  width: 100%;
  max-width: 691px;
  font-size: 24px;
  font-weight: 400 !important;
}

blockquote p,
#tinymce blockquote p {
  font-size: 24px !important;
  font-weight: 400 !important;
}

blockquote strong,
#tinymce blockquote strong {
  color: black !important;
  font-weight: bold !important;
}

blockquote .cbthor,
#tinymce blockquote .cbthor {
  text-transform: capitalize !important;
  text-align: center;
  font-style: normal;
  font-size: 22px;
  font-weight: bold !important;
  margin-top: 16px;
  margin-top: 1rem;
}
/* Container */
.container {
  max-width: 800px;
  width: 100% !important;
  margin: 0 auto;
}
/*  */
/* Bullet points */
/* Lists */
.user_content ul,
.cbt-content ul,
#tinymce ul {
  list-style: none;
  padding: 0px;
  margin: 1rem 0;
}
.user_content ul > li,
.cbt-content ul > li,
#tinymce ul > li {
  display: table-row;
  margin: 0.5rem 0px;
}
.user_content ul > li::before,
.cbt-content ul > li::before,
#tinymce ul > li::before {
  content: "\25CF";
  padding-right: 1rem;
  display: table-cell;
}
.user_content li[style="list-style-type: none;"]::before,
.cbt-content li[style="list-style-type: none;"]::before,
#tinymce li[style="list-style-type: none;"]::before {
    content: "";
}
.user_content ul[style="list-style-type: square;"] > li::before,
.cbt-content ul[style="list-style-type: square;"] > li::before,
#tinymce ul[style="list-style-type: square;"] > li::before {
  content:"\25A0"
}
.user_content .bullet-blue li::before,
.cbt-content .bullet-blue li::before,
#tinymce .bullet-blue li::before,
.user_content ul.bullet-blue > li::before,
.cbt-content ul.bullet-blue > li::before,
#tinymce ul.bullet-blue > li::before {
  color: #0076bd;
}
.user_content .bullet-tick ul > li::before,
.cbt-content .bullet-tick ul > li::before,
#tinymce .bullet-tick ul > li::before,
.user_content ul.bullet-tick > li::before,
.cbt-content ul.bullet-tick > li::before,
#tinymce ul.bullet-tick > li::before {
  color: #0076bd;
  font-weight: 700;
  content: "\2714";
}
.user_content .bullet-arrow ul> li::before,
.cbt-content .bullet-arrow ul> li::before,
#tinymce .bullet-arrow ul> li::before,
.user_content ul.bullet-arrow > li::before,
.cbt-content ul.bullet-arrow > li::before,
#tinymce ul.bullet-arrow > li::before {
  color: black;
  font-weight: 700;
  content: "\1433";
}

.user_content ul ul > li::before,
.cbt-content ul ul > li::before,
#tinymce ul ul > li::before, 
.user_content ul[style="list-style-type: circle;"] > li::before,
.cbt-content ul[style="list-style-type: circle;"] > li::before,
#tinymce ul[style="list-style-type: circle;"] > li::before {
  content: "\26AC";
}

.user_content ul ul ul > li::before,
.cbt-content ul ul ul > li::before,
#tinymce ul ul ul > li::before {
  color: inherit;
  content: "\FF0D";
}

.user_content ul.A, .cbt-content ul.A, #tinymce ul.A {
  counter-reset: list;
}

.user_content ul.A > li, .cbt-content ul.A > li,  #tinymce ul.A > li {
  list-style: none;
  position: relative;
}

.user_content ul.A > li:before, .cbt-content ul.A > li:before , #tinymce ul.A > li:before {
  counter-increment: list;
  content: counter(list, upper-alpha) ". ";
  padding-right: 1rem;
  font-weight: 400;
}

.user_content ol,
.cbt-content ol,
#tinymce ol {
  margin: 0 0 6px 20px;
}

.user_content ol li,
.cbt-content ol li,
#tinymce ol li {
  padding-left: 6px;
}

.user_content ol ol,
.cbt-content ol ol,
#tinymce ol ol {
  list-style-type: lower-alpha;
}

.user_content ol ol ol,
.cbt-content ol ol ol,
#tinymce ol ol ol {
  list-style-type: lower-roman;
}
.user_content ol.strong > li:before,
.cbt-content ol.strong > li:before,
#tinymce ol.strong > li:before {
  font-family: "Lato", Arial, serif;
  font-weight: 700;
}
/* Flex element*/
.flexbox {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.v {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
}
.h {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
}
.v-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}
.h-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
}
.center {
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.v-center {
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.h-center {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.m-auto{
  margin: 0 auto;
}
.v-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
}
.h-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
}
.h-sb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}

/* Canvas Default Setup*/
.pages.show.home .show-content {
  padding: 12px !important;
}

div#content
  > div.ic-Login
  > div.ic-Login__container
  > div.ic-Login__content
  > div.ic-Login__innerContent {
  border: none;
}
div#content > div.ic-Login > div.ic-Login__container > div.ic-Login__content {
  border: 2px solid #fff;
}
div#content
  > div.ic-Login
  > div.ic-Login__container
  > div.ic-Login__content
  > div.ic-Login__innerContent
  > div.ic-Login__body {
  padding-bottom: 0px;
  padding-top: 0px;
}
div#content
  > div.ic-Login
  > div.ic-Login__container
  > div.ic-Login__content
  > footer#footer
  > div#footer-links {
  padding-top: 0px;
}
div#content
  > div.ic-Login
  > div.ic-Login__container
  > div.ic-Login__content
  > div.ic-Login__innerContent
  div.ic-Login-header__logo
  > img {
  width: 50%;
}
div#content
  > div.ic-Login
  > div.ic-Login__container
  > div.ic-Login__content
  > div.ic-Login__innerContent
  div.ic-Login-header__logo {
  text-align: center;
}
div#content
  > div.ic-Login
  > div.ic-Login__container
  > div.ic-Login__content
  > div.ic-Login__innerContent
  div.ic-Login-header {
  display: block;
}
div#content > div.ic-Login > div.ic-Login__container {
  position: fixed;
  top: 45%;
  left: 50%;
  right: 50;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.bcs__trigger {
  z-index: 12 !important;
}
.ic-flash-info.ic-flash-static,
.ic-flash-success.ic-flash-static,
.ic-flash-warning.ic-flash-static,
.ic-flash-error.ic-flash-static {
  margin-top: 75px;
}
body.primary-nav-expanded .menu-item__text {
  font-size: 12px;
}

/** hide page titles **/
h1.page-title {
  display: none;
}
.cbt-content {
  position: relative;
  margin: auto;
  /* min-height: 100%; */
  margin-top: 1rem;
  max-width: 1000px !important;
  padding: 0 !important;
}
.cbt-content * {
  box-sizing: border-box
} 
/*.cbt-content ul, #tinymce ul{padding-left:0px;}*/
h2.course-title {
  display: none;
}

/* Module cards */
.home-grid-tast {
  justify-content: center;
}
.home-block-cbt{
  background-color: #F6F6F6;
  box-shadow: 4px 4px 8px #d9d9d9;
  border-radius: 3px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-block-cbt {
  height: 100%;
}

#tinymce .home-block-cbt {
  overflow: visible;
}

.home-block-cbt:hover,
.home-block-cbt:active,
.home-block-cbt:focus{
  box-shadow: 5px 5px 8px #b3b3b3;
}
.home-block-cbt .block-bg {
  height: 120px;
  overflow: hidden;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}

#tinymce .home-block-cbt .block-bg {
  display: block;
}

.home-block-cbt .block-bg img {
  max-width: auto !important;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 120px;
}
.home-block-cbt .block-header {
  padding: 1rem;
  position: relative;
  background-color: #F6F6F6;
  height: calc(100% - 120px);
}
.home-block-cbt .block-header{
  display: block;
}
.block-header .nav{
  width: 100%;
}
.block-header .nav i{
  margin-left: auto !important;
}
.user_content .home-block-cbt a,
.cbt-content .home-block-cbt a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  cursor: pointer;
  color: transparent !important;
}
#tinymce .cbt-home-block a,
#tinymce .home-block-cbt a {
  height: 10%;
  background-color: #EBF8FE;
  color: #5f727a !important;
  line-height: 1;
}
.cbt-home-block span,
.home-block-cbt span,
.topics span{
  display: none;
}

#tinymce .cbt-home-block span,
#tinymce .home-block-cbt span,
#tinymce .topics span{
  display: block;
}

#tinymce .cbt-home-block a{
  background-color: #EBF8FE;
  color: #5f727a !important;
  line-height: 1;
  position: relative;
  height: auto;
}
.home-block-cbt .block-content {
  width: 100%;
  position: relative;
  color:  #000;
}
.home-block-cbt .block-content p {
  margin: 0 !important;
}
.home-block-cbt .block-content h3 {
  margin: 0.5rem 0 !important
}
.home-block-cbt .complete i {
  background-color: #64BD5F !important;
}
.home-block-cbt .complete i::before {
  content: "\e90a";
}
.hide {
  display: none;
}

@media (max-width: 1024px) {
  .block-header .nav{
    width: auto;
  }
  .block-header .nav i{
    margin-left: 10px !important;
  }
  .home-block-cbt .block-header{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;

    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;

    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
  }
}

/*Topics list*/
.cbt-topics {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.cbt-topics .flexbox{
  background-color: #fff;
  padding: 5px 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.cbt-topics .flexbox.complete{
  background: #E3EDF8 !important;
}

.cbt-topics .flexbox.complete i::before{
  color: #64BD5F !important;
  content: "\e90a";
}

.cbt-topics .flexbox.complete i{
  border-radius: 60px;
  border: 2px solid #64BD5F;
  font-size: 24px !important;
}

.cbt-topics .flexbox:before{
  content: "\25CF";
  padding-right: 1rem;
  color: #0076BD;
}
.cbt-topics p{
  margin: 5px 0 !important;
  width: calc(100% - 40px);
  color: #000;
}

.cbt-topics a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: transparent !important;
}

.cbt-topics:hover .flexbox,
.cbt-topics:focus .flexbox,
.cbt-topics:active .flexbox{
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.cbt-accordion-description{
  position: relative;
}

/*Detailed Topics List*/
.cbt-detailed-topics {
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.cbt-detailed-topics .cbt-topic-title{
  padding: 8px 20px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.cbt-detailed-topics.complete{
  background: #E3EDF8 !important;
}

.cbt-detailed-topics.complete .cbt-topic-title i::before{
  color: #64BD5F !important;
  content: "\e90a";
}

.cbt-detailed-topics.complete i{
  border-radius: 60px;
  border: 2px solid #64BD5F;
  font-size: 24px !important;
}

.cbt-detailed-topics .cbt-topic-title:before{
  content: "\25CF";
  padding-right: 1rem;
  color: #0076BD;
}

.cbt-topic-title  .cbt-topic-title__heading {
  margin: 0 !important;
  width: calc(100% - 40px);
  color: #000;
}

.cbt-detailed-topics .cbt-topic-desc{
  padding: 0px 3rem 5px 3rem;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  position: relative;
  z-index: 1;
}
.cbt-detailed-topics .cbt-topic-desc p{
  margin: 0 !important;
}
.cbt-detailed-topics a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: transparent !important;
}

.cbt-detailed-topics:hover,
.cbt-detailed-topics:focus,
.cbt-detailed-topics:active{
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

/* Carousel */
.cbt-carousel {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
}
#tinymce .cbt-carousel__track-container{
  overflow: visible !important;
  height: 100%;
  padding-bottom: 0;
  background: none;
}
.cbt-carousel__track-container {
  background: #E0E0E0;
  /* height: 0; */
  height: 56.25%;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /* padding-bottom: 56.25%; */
}

#tinymce .cbt-carousel__track-container .cbt-video, #tinymce .cbt-carousel__track-container .cbt-img {
  display: block !important;
  position: relative !important;
  margin: 1rem 0;
}

.cbt-carousel__track-container .cbt-img{
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: all 250ms ease-in;
  display: none;
}

.cbt-carousel__track-container .cbt-img img{
  height: auto;
  width: 100%;
  max-width: 100% !important;
  object-fit: cover;
}

.cbt-carousel__track-container .cbt-video{
  position: relative;
  transition: left 250ms ease-in;
  display: none;
}

.cbt-carousel__track-container .cbt-video p{
  margin-left: 0.5rem;
}


.cbt-video{
  width: 100%;
}
.cbt-video-container{
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 40px;
}

.cbt-video-container iframe, #tinymce .cbt-video-container span{
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  border: none;
}

.cbt-carousel__track-container .cbt-img p{
  margin: 0.5rem;
  font-size: 1rem;
}

.cbt-carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 10;
}
.cbt-carousel__button--left {
  left: -20px;
}
.cbt-carousel__button--right {
  right: -20px;
}
.cbt-carousel__nav {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
.cbt-carousel__indicator {
  border: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 10px;
  cursor: pointer;
}
.cbt-carousel__indicator.current-slide {
  background: rgba(0, 0, 0, 0.75);
}
.is-hidden {
  display: none;
}

/*Checklist*/
.cbt_tasks_check, #tinymce .cbt_task_check{
  margin: 1rem auto !important;
}
.cbt-checklist{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cbt-checklist input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  left: 0;
  top: 0;
  z-index: 15;
}

.cbt-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #BDBDBD;
  border-radius: 3px;
}

.cbt-checklist input:focus ~ .cbt-checkmark, .cbt-checklist:hover input ~ .cbt-checkmark {
  background-color: #E1E1E1;
}

.cbt-checkmark::before {
  display: none;
}

.cbt-checklist input:checked ~ .cbt-checkmark::before {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}

.cbt-checklist input:checked ~ .cbt-checkmark {
  background-color: #64BD5F;
  border-color: #64BD5F;
  color: white;
}

/*Accordion*/
#tinymce .cbt-accordion-list,
#tinymce .cbt-accordion-header {
  cursor: auto !important;
  margin: 0 !important;
}

#tinymce .cbt-line-header {
  margin: auto !important;
}

.cbt-line-header, #tinymce .cbt-line-header{
  border: 0px !important;
}

.cbt-accordion-list,
#tinymce .cbt-accordion-list {
  position: relative;
  display: block;
  height: auto;
  background-color: #fff;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
}

#tinymce .cbt-accordion-list {
  background-color: transparent;
}

.cbt-accordion-list .answer {
  display: none !important;
}

#tinymce .cbt-accordion-list .answer{
  display: block !important;
  z-index: 5;
}

.cbt-accordion-list .answer.white,
.cbt-accordion-list.active .white {
  margin-top: 10px !important;
  padding-bottom: 5px !important;
}


.cbt-accordion-list.active .cbt-accordion-header{
  background-color: #005A96 !important;
}
.cbt-line-header.active > .cbt-accordion-header{
  background-color: #fff !important;
}

.cbt-line-header > .cbt-accordion-header{
    background-color: #fff !important;
    padding: 8px 0px !important;
    border-bottom: 2px solid #f58220;;
}

.cbt-line-header > .cbt-accordion-header > h2, #tinymce .cbt-line-header > .cbt-accordion-header > h2{
    margin: 0 !important;
}

.cbt-line-header > .cbt-accordion-header > h2::after, #tinymce .cbt-line-header > .cbt-accordion-header > h2::after{
    display:none;
}

.cbt-accordion-list .cbt-accordion-header {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;

  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;

  position: relative;
  width: 100%;
  height: auto;
  letter-spacing: 0.01em;
  cursor: pointer;
  padding: 15px 20px;
  background-color: #0076BD;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.cbt-accordion-list .cbt-accordion-header p {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: #fff;
}

.cbt-accordion-list .cbt-accordion-header i {
  border-radius: 100px;
  font-size: 38px;
}

.cbt-line-header > .cbt-accordion-header i::before {
  color: black !important;
}

.cbt-accordion-list .cbt-accordion-header i::before {
  color: white;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.cbt-accordion-header.complete i{
  border-radius: 60px;
  background-color:#64BD5F;
  font-size: 32px !important;
}

.cbt-accordion-header.complete i::before{
  content: "\e90a";
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  color: #fff !important;
}

.cbt-accordion-list.active .cbt-accordion-header i::before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

.cbt-accordion-list .cbt-accordion-content {
  position: relative;
  display: block;
  padding: 15px 20px;
  background-color: #F9F9F9;
}

.cbt-line-header > .cbt-accordion-content {
  padding: 1rem 0 !important;
  background-color: #fff;
}

#tinymce .cbt-line-header > .cbt-accordion-content {
  padding: 0.25rem !important;
  margin: 0.25rem;
  background-color: transparent;
}

/*Hide the modules cards since we don't want teacher to edit the cards*/
#tinymce .cbt-home-cards .cbt-accordion-content .row *{
  display:none !important;
}

/* Tabs */
.cbt-tabs {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

ul.cbt-tab-trigger-list li::before,
#tinymce ul.cbt-tab-trigger-list li::before {
  content: "";
  padding-right: 0;
  margin: 0;
}

ul.cbt-tab-trigger-list li.active::after {
  content: "";
  background-color: #f6f6f6;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

ul.cbt-tab-trigger-list li {
  flex: 1;
}

#tinymce .cbt-content ul.cbt-tab-trigger-list,
.cbt-content  ul.cbt-tab-trigger-list{
  justify-content: space-between;
  margin: 0;
}

#tinymce .cbt-content ul.cbt-tab-trigger-list li,
.cbt-content  ul.cbt-tab-trigger-list li{
  margin: 0;
}
.cbt-tab-trigger-list {
  padding: 0;
  display: -webkit-box !important; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important; /* TWEENER - IE 10 */
  display: -webkit-flex !important; /* NEW - Chrome */
  display: flex !important;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0 !important;
}

/* Position all triggers at the top in a row */
.cbt-tab-trigger {
  order: -1; /* Move all triggers to the beginning */
  display: inline-flex !important;
  height: auto !important;
  background: #0076BD;
  flex-basis: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 14px 10px;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 5;
  position: relative;
  align-items: center;
  justify-content: center;
}

.cbt-tab-trigger:first-of-type {
  border-left: 0px !important;
}

.cbt-tab-trigger:last-of-type {
  border-right: 0px !important;
}

.cbt-tab-trigger.active {
  background-color: #F6F6F6;
  color: black;
}

.cbt-tab-trigger.active::after {
  content: "";
  background-color: #f6f6f6;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.cbt-tab-trigger:focus {
  outline: 1;
}
.cbt-tab-trigger-list li:last-child {
  border-right: 0px !important;
}
.cbt-tab-trigger-list li:first-child {
  border-left: 0px !important;
}

.cbt-tab-trigger-list li.active {
  position: relative;
}
.cbt-tab-trigger-list li.active .cbt-tab-trigger,
.cbt-tab-trigger-list li.active * {
  color: black;
  background-color: #F6F6F6;
}

.cbt-tab-trigger-list li *{
  display: block;
  text-align: center;
  padding: 14px 10px;
  font-weight: 700;
  width: 100%;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 5;
  position: relative;
}


.cbt-tab-trigger-list:focus {
  outline: 1;
}

/* Make content take full width below triggers */
.cbt-tab-content {
  order: 999; /* Keep content after all triggers */
  width: 100%;
  padding: 30px;
  background: #f6f6f6;
  border-top: 0;
}

/* Hide inactive content */
.cbt-content-hidden {
  display: none !important;
}

#tinymce .cbt-tab-content {
  margin: 20px 10px;
  position: relative;
}

.cbt-tab-content p:first-child {
  margin-top: 0;
}

.cbt-tab-content p:last-child {
  margin-bottom: 0;
}

/* Callout box */
.cbt-callout-box {
  background: #eaf5fb;
  margin: 1rem 0;
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  /* width: 100%; */
}

.cbt-callout-box h4 {
  color: black;
  font-size: 24px;
  margin-top: 0px !important;
}

.cbt-callout-box.icon {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  flex-direction: row;
}

.cbt-callout-box.icon i {
  width: 35px;
  height: 35px;
  min-width: 35px;
  max-height: 35px;
  margin-right: 22px;
  background-color: #007cb5;
  color: #fff;
  border-radius: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cbt-callout-box i.cbt-icon-info::before {
  font-size: 30px;
}
.cbt-callout-box i::before {
  font-size: 25px;
}
/*Two or three coloumn content*/
#tinymce .cbt-column{
  position: relative;
}
.cbt-column div[class*="col-"] p:first-child {
  margin-top: 0 !important;
}

.cbt-circle-shape {
  margin: 0 auto;
  width: 100%;
  max-width: 433px;
  min-height: 360px;
  /* position: relative; */
  /* width has to be 70% of height */
  /* could use width:70%; in a square container */
  background-color:#f59d10;
  box-sizing: content-box;
  padding: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
  /* beware that Safari needs actual
  px for border radius (bug) */
  -webkit-border-radius:63px 63px 63px 63px/
  108px 108px 72px 72px;
  /* fails in Safari, but overwrites in Chrome */
  border-radius:50% 50% 50% 50%/60% 60% 40% 40%;
}

.cbt-circle-shape p, .cbt-circle-shape h1, .cbt-circle-shape h2, .cbt-circle-shape h3, .cbt-circle-shape h4{
  margin: 0 !important;
}

.cbt-column img{
  max-width: 433px;
}

.cbt-text-overlay-warper{
  position: relative;
}
.cbt-text-overlay-warper img{
  margin: 0 auto !important;
  display: block;
}
.cbt-text-overlay{
  position:absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 60%;
}

.cbt-text-overlay *{
  margin: auto !important;
  box-sizing: content-box;
}

@media (max-width: 1024px){
  .cbt-text-overlay-warper img{
    max-width: 433px !important;
  }
}
/* .circle-shape p{ */
  /* position:absolute; */
  /* box-sizing: border-box;
  padding: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
} */
/* Banner */
.cbt-banner h2 {
  margin: 0px !important;
  line-height: 1;
}

.cbt-banner{
  display: flex;
  margin: 0.5rem auto;
  width: 100%;
  height: 100%;
  min-height: 300px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: #757575
}
.cbt-banner.diploma{
  min-height: 300px;
}
.cbt-banner-content {
  height: 100%;
  position: absolute;
  width: 60%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color:white;
}
.banner-overlay{
  background: black;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .3;
}
.cbt-banner__dark .cbt-banner-content img {
  opacity: .3;
}
.cbt-banner-content img {
  height: 110%;
  width: 100%;
  max-width: 100% !important;
  object-fit: cover;
  position: relative;
  left: -7%;
  opacity: .8;
}
.diploma .cbt-banner-content img {
  height: 150%;
  width: 100%;
  max-width: 100% !important;
  object-fit: cover;
  object-position: top;
  position: relative;
  left: -10%;
  opacity: 1;
}
.homepage-banner {
  height: 100%;
  position: absolute;
  width: 60%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-banner img {
  height: 110%;
  width: 100%;
  object-fit: cover;
  position: relative;
  left: -7%;
}

.diploma .cbt-banner-content {
  height: 100%;
  position: absolute;
  width: 60%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diploma .cbt-banner-header{
  left: 5%;
  top: 60%;
}
.cbt-banner-header {
  padding: 5%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;

  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 10%;
  width: 80%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.cbt-banner__dark .cbt-banner-content .cbt-banner-header{
  color: black;
}
.cbt-banner-content .cbt-banner-header{
  left: 5%;
  color: white;
}

.diploma .cbt-banner-header{
  color: black;
}

.diploma .cbt-banner-header.text-white{
  color: white;
}

.cbt-banner-header h2::after{
  display: none !important;
}

.cbt-banner-header h2, .cbt-banner-header h1{
  font-size: 28px;
  line-height: 1.2;
}
.cbt-header-bg img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 100% !important;
}

.cbt-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cbt-banner-details {
  line-height: 1;
}
a.cbt-banner-details{
  color:white;
  margin:1rem 0;
  font-size: 18px;
  cursor:pointer;
}

a.cbt-banner-details:hover{
   color:#F26522;
}
.cbt-banner-link{
  background: #454545; 
  position: absolute; 
  right: 5%; 
  padding: 10px; 
  display: flex; 
  border-bottom-left-radius: 25px; 
  border-bottom-right-radius: 25px; 
  z-index: 10;
  text-decoration: none;
  color: white;
}
.cbt-banner-link a{
  color: white;
  text-decoration: none !important;
  cursor: pointer;
}
.cbt-banner-link a:hover{
  text-decoration: underline !important;
}

@media only screen and (max-width: 960px) {
  .cbt-banner-details.text-20, a.cbt-banner-details{
    font-size: 16px !important;
  }
  a.cbt-banner-details{
    margin:0.5rem 0;
  }
  .cbt-banner-header h2, .cbt-banner-header h1{
    font-size: 21px !important;
    line-height: 1;
  }
  .cbt-banner{
    min-height: 250px;
  }
  .diploma .cbt-banner-content .cbt-banner-header{
    top: 50%;
  }
  .cbt-banner.diploma{
    min-height: 230px;
  }
  .diploma .cbt-banner-content img {
    height: 130%;
    object-position: center;
    left: -10%;
  }
}
/*Homepage information block*/
.cbt-home-block,
#tinymce .cbt-home-block {
  position: relative;
  cursor: pointer;
  border: 1px solid #B1B3B6;
  border-radius: 3px;
  box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  text-align: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cbt-home-block *{
  font-weight: 700 !important;
  line-height: 1 !important;
}

.cbt-home-block a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  line-height: 0;
  color: transparent !important;
}

.cbt-home-block:focus a,
.cbt-home-block:hover a,
.cbt-home-block:active a {
  box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.25);
}

/* Activity container */
.cbt-activity-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */

  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;

  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;

  /* -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; */

  margin: auto;
  margin-bottom: 1rem;
}
.cbt-activity-container > div {
  max-width: 100%;
  min-width: 10%;
  position: relative;
}
.button-holder {
  position: relative;
  max-width: 720px;
  margin: auto;
}
.button-holder--podcast {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.button-holder--read {
  position: relative;
  width: 100%;
  margin: auto;
}

.cbt-activity-container .cbt-button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
}

.cbt-button a,
.cbt-button span {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

@media all and (max-width: 500px) {
  .cbt-activity-container {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
  }
  .cbt-activity-container > div {
    max-width: 100%;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .cbt-activity-container .cbt-button {
    width: 100%;
    padding: 0.75rem 0;
  }
}
.cbt-activity-container .cbt-button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
}

.cbt-button a,
.cbt-button span {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

@media all and (max-width: 500px) {
  .cbt-activity-container {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
  }
  .cbt-activity-container > div {
    max-width: 100%;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .cbt-activity-container .cbt-button {
    width: 100%;
    padding: 0.75rem 0;
  }
}

@media (max-width: 1026px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }

  .text-8 {
    font-size: 6px !important;
  }
  .text-12 {
    font-size: 10px !important;
  }
  .text-14 {
    font-size: 12px !important;
  }
  .text-18 {
    font-size: 14px !important;
  }
  .text-20 {
    font-size: 16px !important;
  }
  .text-22 {
    font-size: 18px !important;
  }
  .text-24 {
    font-size: 20px !important;
  }
  .text-26 {
    font-size: 22px !important;
  }
  .text-28 {
    font-size: 24px !important;
  }
  .text-32 {
    font-size: 26px !important;
  }
  .text-36 {
    font-size: 28px !important;
  }
  .text-38 {
    font-size: 32px !important;
  }
  .text-42 {
    font-size: 36px !important;
  }
  .strong{
    font-weight: 700 !important;
  }

  .cbt-content h1,
  .cbt-content h2,
  .cbt-content h3,
  .cbt-content .h1,
  .cbt-content .h2,
  .cbt-content .h3 {
    margin: 12px 0;
    /* margin: 0.75rem 0 !important; */
    line-height: 1.5;
    font-family: inherit;
    font-family: "Lato", Arial, serif;
  }

  .cbt-content h4,
  .cbt-content h5,
  .cbt-content h6,
  .cbt-content .h4,
  .cbt-content .h5,
  .cbt-content .h6 {
    margin: 8px 0 !important;
    margin: 0.5rem 0 !important;
    line-height: 1.5;
    font-family: inherit;
    font-family: "Lato", Arial, serif;
  }

  .cbt-content body,
  .cbt-content p,
  .cbt-content li,
  #tinymce body,
  #tinymce p,
  #tinymce li {
    line-height: 1.75;
  }

  .cbt-content strong,
  .cbt-content span,
  #tinymce span,
  #tinymce strong {
    font-size: inherit;
  }
  .cbt-completion-status {
    width: 20px;
    height: 20px;
  }
  .module-content {
    height: calc(100% - 50px);
  }
  .inner .cbt-button {
    width: auto;
  }
  .cbt-content body,
  .cbt-content p,
  .cbt-content strong,
  .cbt-content li,
  .cbt-content span,
  #tinymce body,
  #tinymce p,
  #tinymce strong,
  #tinymce li,
  #tinymce span {
    font-family: "Lato", Arial, serif;
    line-height: 1.5 !important;
    font-weight: inherit;
  }

  .nav-footer .row .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .progress_bar > div {
    min-width: 150px !important;
  }
  .progress_bar p,
  .progress_bar > div {
    margin: 0.5rem 0.25rem !important;
  }

  .cbt-progress-percentage p {
    font-size: 16px;
  }

  .module-title,
  .module-info,
  .module-nav {
    padding: 8px 14px;
    padding: 0.5rem 1rem;
  }

  .cbt-callout-box h4 {
    color: black;
    font-size: 24px;
    margin-top: 0px !important;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.row::before,
.row::after {
  display: none !important;
  content: '';
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cbt-content video {
  border: 0px;
  padding: 0px;
  margin: 0px;
  max-width: 100%;
}
@media (max-width: 425px) {
  .cbt-banner-details.text-20, a.cbt-banner-details{
    font-size: 10px !important;
    margin: 5px 0;
  }
  .cbt-banner-header h2, .cbt-banner-header h1{
    font-size: 14px !important;
  }
  .cbt-banner{
    min-height: 175px;
  }

  .cbt-banner-link{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 8px;
    right: 3%;
  }

  .cbt-banner-link *{
    font-size: 8px;
  }

  .cbt-banner.diploma{
    min-height: 150px;
  }
  .diploma .cbt-banner-content img {
    height: 130%;
    object-position: right;
    top:0;
  }
  
  .cbt-callout-box.icon i.cbt-icon-cross,
  .cbt-callout-box.icon i.cbt-icon-tick {
    padding: 5px;
  }
  .cbt-progress-bar{
    min-height: 100px;
  }
}

/*Theme tool css*/
.cbt-video,
.cbt-audio,
.cbt-img,
.cbt-iframe {
  position: relative;
}
.cbt-audio {
  width: 100%;
  height: 40px;
  overflow: hidden;
}

#tinymce .cbt-audio {
  height: 100%;
}


/*Audio Container*/
.audio-container {
  position: relative;
  margin: auto;
  max-width: 600px;
  border-radius: 4px;
  border: solid 1.5px #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f1f3f4;
}

.audio-container .audio-background {
  position: absolute;
  top: 0;
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.audio-container .audio-content {
  width: 100%;
  min-height: 200px;
  z-index: 3;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.audio-container .audio-content.row {
  margin: 0;
}

.audio-content .audio_avatar {
  /* margin:0rem 2rem; */
}

.audio-info {
  width: 80%;
  word-wrap: break-word;
  overflow: hidden;
  /* margin-right:1rem; */
}

.audio-info h4 {
  margin-bottom: 1rem !important;
  font-size: 18pt;
}

.audio-info p {
  margin: 0rem !important;
  font-size: 12pt;
}

.audio_avatar img {
  width: 100px;
  margin: 1rem;
}

.audio-container audio {
  width: 100%;
  max-height: 40px;
}

/*the LTI pop up from the editor drop down*/
.tox.tox-tinymce-aux{
  z-index: 9999 !important;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
/* .user_content *,
::after,
::before {
  box-sizing: inherit;
} */

.cbt-content.container, .cbt-content .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}
#tinymce .container{
  overflow-x: initial;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 968px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.row::before,
.row::after {
  display: none !important;
  content: '';
}


/*Footer-navigation*/
.nav-footer {
  margin: 50px 0px;
}

.nav-footer .row .col-md-6 {
  margin: 10px 0;
}

.nav-prev,
.nav-next {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  background-color: #434343;
  min-height: 80px;
  position: relative;
  color: white !important;
  height: 100%;
  width: 100%;
}

.nav-prev:hover .nav-wrapper,
.nav-prev:active .nav-wrapper,
.nav-prev:focus .nav-wrapper,
.nav-next:hover .nav-wrapper,
.nav-next:active .nav-wrapper,
.nav-next:focus .nav-wrapper {
  background-color: #F58220 !important;
  transition: all 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
}
.nav-prev:hover .nav-wrapper .nav i,
.nav-prev:active .nav-wrapper .nav i,
.nav-prev:focus .nav-wrapper .nav i,
.nav-next:hover .nav-wrapper .nav i,
.nav-next:active .nav-wrapper .nav i,
.nav-next:focus .nav-wrapper .nav i,
.nav-next:hover .nav-wrapper .nav i {
  background-color: #F26522;
  transition: all 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
}

.nav-prev:hover .nav-item-name,
.nav-prev:active .nav-item-name,
.nav-prev:focus .nav-item-name,
.nav-next:hover .nav-item-name,
.nav-next:active .nav-item-name,
.nav-next:focus .nav-item-name {
  text-decoration: underline;
}

/* .nav-prev:hover,.nav-prev:focus,.nav-prev:active, .nav-next:hover, .nav-next:active, .nav-next:focus{
    box-shadow: 2px 2px 5px 0px #ccc;
} */

.nav-next {
  justify-content: flex-end;
}
.nav-prev {
  justify-content: flex-start;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F58220;
  min-width: 90px;
  color: white;
  height: 100%;
}

.nav-wrapper i {
  margin: 10px;
}

.nav-item-detail {
  padding: 10px 20px;
  width: 100%;
  font-family: "Lato", Arial, serif !important;
  font-weight: 300;
}
.nav-item-detail p {
  margin: 5px 0;
  word-break: break-word;
}

.nav-module-name {
  font-weight: 700;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
}

.nav-item-name {
  font-size: 18px;
  font-weight: 400;
  color: white;
}

.nav-item-detail.left {
  text-align: left;
}

.nav-item-detail.right {
  text-align: right;
}

.nav-wrapper .nav {
  width: auto;
}

.nav-wrapper .nav i {
  background-color: #F26522;
  color: #fff;
  font-size: 43px;
}

.nav-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cbt-mark-task .btn{
  display: block; 
  margin: 0px auto; 
  padding: 20px; 
  border: none; 
  background: rgb(234, 245, 251);
}

#mark-as-done-checkbox i.icon-complete::before, .cbt-mark-task i.icon-complete::before{
  font-family: "tast-icon" !important;
  font-style: normal;
  font-size: 14px;
  margin: auto;
  color: #fff;
}
#mark-as-done-checkbox i.icon-complete, .cbt-mark-task i.icon-complete{
  background-color: #64BD5F;
  border: 1px solid #64BD5F;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  display: inline-block;
}
#mark-as-done-checkbox i.icon-empty::before, .cbt-mark-task i.icon-empty::before{
  content: "";
  border: 1px solid #808285;
  height: 14px !important;
  width: 14px !important;
  border-radius: 80px;
  display: inline-block;
}
#mark-as-done-checkbox.btn-success, .cbt-mark-task .btn-success{
  color: #000 !important;
}

/*Theme tool css*/
.cbt-video,
.cbt-audio,
.cbt-img,
.cbt-iframe {
  position: relative;
  max-width: 960px;
  margin: auto;
}

.cbt-audio {
  width: 100%;
  height: 40px;
  overflow: hidden;
}

#tinymce .cbt-audio {
  height: 100%;
}

#tinymce [data-context-menu]:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border: 1px dotted #9baeb7;
  cursor: context-menu;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

#tinymce [data-context-menu]:hover:before {
  border: 1px solid #F26522;
  box-shadow: 0px 0px 0px 4px #f2f2f2;
}

.context-menu-wrapper {
  position: absolute;
  z-index: 150;
}
.context-menu-wrapper.pointer-bottom .context-menu-inner-wrapper:before {
  bottom: -7px;
  -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}
.context-menu-wrapper.pointer-top .context-menu-inner-wrapper:before {
  top: -7px;
  -webkit-box-shadow: -2px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px -1px 1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.context-menu-wrapper .context-menu-inner-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #c5c5c5;
  margin: 0;
  font-size: 16px;
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.context-menu-wrapper .context-menu-inner-wrapper button {
  background-color: transparent;
  border: none;
  padding: 8px 3px;
  position: relative;
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  font-family: "Lato", Arial, serif !important;
  font-weight: 300;
}
.context-menu-wrapper .context-menu-inner-wrapper button:first-child {
  margin-left: 0;
}
.context-menu-wrapper .context-menu-inner-wrapper button:last-child {
  margin-right: 0;
}
.context-menu-wrapper .context-menu-inner-wrapper button:hover {
  background-color: #f2f2f2;
}
.context-menu-wrapper .context-menu-inner-wrapper button span {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
.context-menu-wrapper .context-menu-inner-wrapper button i {
  vertical-align: middle;
}
.context-menu-wrapper .context-menu-inner-wrapper button i:before {
  font-size: 14px;
}

.context-menu-wrapper .context-menu-inner-wrapper:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
}

.template-link-wrapper {
  position: absolute;
  width: 200px;
  height: 48px;
  margin: 8px 0;
}

.template-link-wrapper .element-item {
  cursor: pointer;
  padding: 8px 5px;
  border-top: 1px #B1B3B6 solid;
  color: #000;
  font-weight: 700;
}
.template-link-wrapper .element-item:hover {
  background: #EAF5FB;
}

.template-link {
  position: absolute;
  left: 0;
  padding: 5px;
  top: 5px;
  font-size: 16px;
  background: #95e3ff;
  color: #000;
  font-family: "Lato", Arial, serif !important;
  margin: 0 !important;
}

.edit-content .edit-header, #edit_assignment_wrapper .control-group:first-child, #discussion-details-tab .control-group:first-child, #quiz_options_form .title{
  position: relative;
  margin-bottom: 3.5rem !important;
}

.element-wrapper {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 1px 11px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid #c5c5c5;
  margin: 0;
  font-size: 16px;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  font-family: "Lato", Arial, serif;
}

.element-header {
  padding: 10px 20px;
}

.element-header input {
  width: 90%;
  margin-top: 10px;
}

.element-header h4 {
  margin: 15px 0 !important;
}

.element-wrapper-close {
  cursor: pointer;
  width: 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", Arial, serif !important;
  color: #595959;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 2px 4px;
  text-align: center;
  float: right;
}

.element-wrapper-close:hover {
  border: 2px solid #1d69d9;
  color: #1d69d9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-weight: 800;
}

.element-wrapper .cbt-accordion-list{
  margin: 0;
  padding: 0;
  border-bottom: 1px #B1B3B6 solid;
  border-radius: 0;
  background-color: #EBF8FE;
}

.element-wrapper .cbt-accordion-header{
  width: auto;
  font-weight: 700;
  color: #fff;
}

.element-wrapper .cbt-accordion-content{
  background:#fff;
  margin: 0;
  padding: 0;
}

.category-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 20px;
  cursor: pointer;
}

.category-title p,
.category-title i {
  margin-bottom: 0 !important;
  line-height: 0;
}

.category-options {
  background-color: #f2f2f2;
}

.favourite-options {
  background-color: #f2f2f2;
}

.category-padding {
  padding: 20px 40px 5px 20px;
}

.block-options {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.block-options i {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 20px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #595959;
}

.yellow {
  color: #fdb516 !important;
  -webkit-text-stroke-width: 0px !important;
}
/* Progress bar */
.cbt-progress-container{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  padding: 10px 15px;
  margin: 15px 0;
}
.cbt-progress-diploma-container{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background: #F6F6F6;
  padding: 10px 15px; */
  margin: 15px 0;
}
.cbt-progress-diploma-container img{
  z-index: 10;
}
.cbt-progress-diploma-container{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.cbt-progress-diploma .cbt-progress-diploma-container{
  margin: 15px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}
.cbt-progress-diploma:hover .cbt-progress-diploma-container, .cbt-progress-diploma:focus .cbt-progress-diploma-container, .cbt-progress-diploma:active .cbt-progress-diploma-container{
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4)
}
.cbt-progress-diploma #cbt-progress-current .flexbox{
  padding:15px;
}

.cbt-progress-pie{
  height: 70px;
  width: 70px;
  background-color: #0076BD;
  border-radius:35px;
}

.cbt-progress-mask-left, .cbt-progress-mask-right{
  height: 70px;
  width: 70px;
  position: absolute;
  border-radius:35px;
  background-color:#f1f1f1;
}

.cbt-progress-mask-left{
  transform: rotate(0deg);
  clip: rect(0 35px 70px 0);
}

.cbt-progress-mask-right{
  background-color: #0076BD;
  transform: rotate(90deg);
  clip: rect(0 70px 35px 0);
}

.cbt-progress-percentage{
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  margin: 10px;
  background-color: #FFF;
  border-radius:50px;
}

.cbt-progress-percentage{
  margin-left: 10px;
  align-items: center;
}

.cbt-progress-bar{
  margin: 16px 0;
  margin: 1rem 0;
  height: 100%; /*Delete this line if there is a heading*/
}

.cbt-progress-status{
  margin: 0 1rem;
}

.cbt-progress-bar, .cbt-progress-percentage{
  position:relative;
  display: -ms-flexbox; 
  display: -webkit-box; 
  display: flex;
  align-items: center;
}
#cbt-progress-current .overlay{
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 2;
  left: 15px;
  top: 15px;
}
#cbt-progress-current .cbt-progress-current-info{
  width:100%;
}
.cbt-progress-button{
  font-size: 45px;
  background: #0076BD;
  text-align: center;
  border-radius: 60px;
  color: #ffffff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 10px;
}

.selected[data-context-menu] {
  outline: 0px;
}

.cbt-poll {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  max-width: 380px;
  margin: 0 auto;
}

.cbt-poll h3 {
  font-size: 20px;
  font-weight: 700
}

.cbt-poll .cbt-poll-options {
  margin: 20px 0 15px 0
}

.cbt-poll .cbt-poll-option {
  display: flex;
  margin-bottom: 10px
}

.cbt-poll .cbt-poll-option-text-wrapper {
  padding: 10px;
  border: 3px solid;
  border-radius: 5px;
  flex-grow: 1
}

.cbt-poll .cbt-poll-option-submit {
  margin-left: 10px;
  background: #fff;
  border: 3px solid;
  border-radius: 5px
}

.cbt-poll .cbt-poll-option-result-wrapper {
  width: 100%;
  height: 10px;
  background: #ccc;
  border-radius: 5px
}

.cbt-poll .cbt-poll-option-result {
  height: 10px;
  background: var(--ic-brand-primary);
  border-radius: 5px
}

.cbt-poll .cbt-poll-warming{
  color: #f26522;
  font-weight: bold;
}

.cbt-editor--custom-menu {
  display: none
}

#tinymce .icon-Line{
  font-family: "InstructureIcons-Line"
}

.cbt-editor--custom-menu {
  display: none
}

#tinymce .cbt-callout-box.icon{
  flex-wrap: wrap;
}
#tinymce .cbt-editor--custom-menu {
  flex-basis: 100%;
  display: inline-block;
}

#tinymce .cbt-editor--custom-menu::before{
  text-align: center;
  border: 2px dashed #f26522;
  border-radius: 50%;
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 0 1rem 0;
  padding: 3px 3px 1px 3px;
}

#tinymce .cbt-editor--custom-menu--options-list{
  display: none
}

#tinymce .cbt-editor--custom-menu.cbt-show .cbt-editor--custom-menu--options-list {
  display: inline-block;
  list-style-type: none;
  text-align: left;
  border: 1px dotted #9baeb7;
  padding: .5rem;
  width: 310px;
  position: absolute;
  top: 50px;
  background-color: #fff;
  z-index: 35;
  overflow-y: auto;
  max-height: 230px;
  border-radius: 5px;
}

#tinymce .cbt-editor--custom-menu.cbt-show .cbt-editor--custom-menu--options-list.cbt-icons-list {
  display: flex;
  flex-wrap: wrap
}

#tinymce .cbt-editor--custom-menu:hover .cbt-editor--custom-menu--options-list li {
  border-bottom: 1px solid #000
}

#tinymce .cbt-editor--custom-menu:hover .cbt-editor--custom-menu--options-list li::before {
  content: "";
}
#tinymce .cbt-editor--custom-menu:hover .cbt-editor--custom-menu--options-list.cbt-icons-list li {
  border: 0;
  padding: 5px;
  width: 45px;
  height: 45px;
}

#tinymce .cbt-editor--custom-menu:hover .cbt-editor--custom-menu--options-list li.cbt-custom-menu--selected {
  border: 1px dashed #f9ab3e;
}

#tinymce .cbt-editor--custom-menu:hover .cbt-editor--custom-menu--options-list li:not(.cbt-custom-menu--selected):hover {
  border: 1px dashed #f9ab3e;
  transform: scale(1.01);
}

/*App & Mobile style*/
/* html,body{margin: 0 auto !important; padding: 0 !important;}
.pages.show .show-content {padding: 0 !important;}

#content:not(.ic-Layout-contentMain){
  overflow-x: auto;
  padding: 0px 10px 10px;
}


@supports (-webkit-touch-callout: none) {
  html,body{margin: 0 auto !important; padding: 0 5px !important;}
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 1024px){
    .row{
      margin-left: 5px;
      margin-right: 5px;
    }
    .col-sm-12 {
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}

@media only screen
    and (min-device-width : 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape){

      .col-md-4, .col-lg-4 {
          -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
          max-width: calc(33.33333% - 30px);
      }

      .col-md-6, .col-lg-6 {
          -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
          max-width: calc(50% - 30px);
      }

      .cbt-progress-container{
          height: calc(100% - 60px);
      }
      .cbt-progress-diploma-container{
          height: calc(100% - 60px);
      }
} */


/* #module_sequence_footer {
  position: static !important;
  bottom: auto !important;
  z-index: auto !important;
  width: 100% !important;
  right: auto !important;
} */

/* #module_sequence_footer {
  width: 100% !important;
} */

div[data-testid="discussion-root-entry-container"]{
  padding-bottom: 300px !important;
}

.nav-footer {
  margin: 0px 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

.nav-footer .col-md-6 {
  padding-left: 0px !Important;
}

/* Reset module sequence footer positioning */
#module_sequence_footer {
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  width: 100% !important;
  z-index: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 2rem;
}

/* Navigation footer styles */
.nav-footer {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);

}

#module_sequence_footer .nav-footer {
  padding-right: 24px !important;
}

.nav-footer .row {
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.nav-footer .col-md-6 {
  padding: 0 0.5rem !important;
  margin: 10px 0;
}

.nav-footer .col-md-6:first-child {
  padding-left: 0 !important;
}

.nav-footer .col-md-6:last-child {
  padding-right: 0 !important;
}

.nav-prev,
.nav-next {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1027px) {
  .nav-footer .col-md-6 {
    padding: 0 !important;
  }
}