@charset "UTF-8";
/*
 * Course browser
 */
#courseBrowser {
  background: #FAFAFA;
  /* Old browsers */
  background: linear-gradient(to bottom, #EAEAEA 0%, #FAFAFA 50px, #FAFAFA 100%);
  /* W3C */
  padding: 0.2em 10px;
  position: relative;
  display: none;
  z-index: 20;
}
#courseBrowser:before {
  content: "";
  display: table;
}
#courseBrowser:after {
  content: "";
  display: table;
  clear: both;
}

#courseBrowserLabel {
  z-index: 20;
  position: relative;
}

#courseBrowserBlind {
  z-index: -1;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #666666;
  transition: z-index 0s linear 1s, opacity 1s linear 0s;
}
#courseBrowserBlind.show {
  z-index: 15;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: z-index 0s linear 0s, opacity 1s linear 0s;
}

#courseBrowser #cbCloseBox {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../images/cb_close.png) no-repeat;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#courseBrowser h2 {
  font-size: 1.7em;
  margin: 0.4em 0;
  padding: 0;
}
#courseBrowser h3 {
  margin: 0;
  font-size: 18px;
  color: #007FC4;
}
#courseBrowser .acc {
  width: 382px;
  margin-top: 0.8em;
  float: left;
}
#courseBrowser .acc div {
  font-size: 0.84em;
}
#courseBrowser #cbCoursesList {
  width: 265px;
  float: left;
  margin-top: 21px;
  padding-left: 6px;
}
#courseBrowser #cbCourseOverview {
  width: 263px;
  float: left;
  margin-top: 21px;
  padding-left: 6px;
}
#courseBrowser #cbDivider {
  display: table;
  margin: 0;
  padding: 0;
}
#courseBrowser .fullList {
  width: 551px;
  float: left;
}
#courseBrowser #cbContent {
  position: relative;
  min-height: 300px;
}
#courseBrowser #cbDivider li {
  padding: 0;
  font-size: 17px;
  display: table-cell;
  border: 1px solid;
  border-top-color: #F0F0F0;
  border-bottom-color: #E9E9E9;
  border-left-color: #DFDFDF;
  border-right-color: #DFDFDF;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
  /* W3C */
}
#courseBrowser #cbDivider li a {
  color: #007FC4;
  text-decoration: none;
  display: block;
  padding: 0.35em 0.6em 0.15em;
}
#courseBrowser #cbDivider li.ui-state-focus a, #courseBrowser #cbDivider li.ui-tabs-active a {
  color: #FF7300;
}
#courseBrowser #cbDivider li a:hover, #courseBrowser #cbDivider li a:active {
  color: #FF7300;
}
#courseBrowser #cbContent .ui-tabs-panel {
  min-width: 366px;
  min-height: 1px;
  float: left;
  padding: 0;
}
#courseBrowser #cbContent .ui-tabs-panel:nth-child(5) {
  min-width: 653px;
}
#courseBrowser #cbDivider li + li {
  border-left: none;
}
#courseBrowser #cbDivider li:active, #courseBrowser #cbDivider li:hover, #courseBrowser #cbDivider li.ui-state-active {
  background: #F1F1F1;
  /* Old browsers */
  background: linear-gradient(to bottom, #F1F1F1 0%, #F1F1F1 100%);
  /* W3C */
}
#courseBrowser .acc h3 {
  display: block;
  margin-bottom: 2px;
  color: #666666;
  padding: 0.3em;
  font-size: 18px;
  border: 1px solid;
  border-top-color: #F0F0F0;
  text-decoration: none;
  border-bottom-color: #E9E9E9;
  border-left-color: #DFDFDF;
  border-right-color: #DFDFDF;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
  /* W3C */
  cursor: pointer;
}
#courseBrowser .acc h3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-right: 5px;
  width: 20px;
  height: 17px;
  background: url(../images/course_browser_accordian_open.png) bottom left no-repeat;
}
#courseBrowser .acc h3 span.ui-icon-circle-arrow-s {
  background-image: url(../images/course_browser_accordian_close.png);
}
#courseBrowser .acc div {
  padding: 0.5em;
}
#courseBrowser .acc.acc2 div {
  padding: 0;
}
#courseBrowser .acc div p {
  margin: 0;
}
#courseBrowser #cbCoursesList ul {
  list-style: none;
  padding: 0;
  font-size: 0.8em;
  margin-top: 15px;
}
#courseBrowser #cbCoursesList ul li {
  margin-bottom: 1em;
  padding: 0;
  background: none;
}
#courseBrowser #cbCoursesList ul li a {
  text-decoration: none;
}
#courseBrowser #cbCoursesList ul li a.cbSelected, #courseBrowser #cbCoursesList ul li a:hover, #courseBrowser #cbCoursesList ul li a:active {
  color: #007FC4;
}
#courseBrowser #cbCourseOverview #cbCourseHeader {
  font-size: 0.8em;
  background-color: #005E90;
  color: #FFFFFF;
  padding: 0.6em 0.5em 2.5em;
  margin-top: 18px;
}
#courseBrowser #cbCourseOverview #cbCourseHeader h4 {
  color: #FFFFFF;
  margin: 0;
  letter-spacing: 0;
}
#courseBrowser #cbCourseOverview #cbCourseHeader h4 a {
  color: #FFFFFF;
  text-decoration: none;
}
#courseBrowser #cbCourseOverview #cbCourseDetail {
  font-size: 0.8em;
  border: 1px solid #D7D7D7;
  background: #FFFFFF;
  padding: 0.5em;
  overflow: auto;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseoutline {
  font-weight: bold;
}
#courseBrowser #cbCourseOverview a.courseDetailsTop {
  display: block;
  background: url(../images/btn_sprite.png?v=1) right 0 no-repeat;
  width: 114px;
  height: 28px;
  text-indent: -999em;
  margin-top: -1.5em;
  float: right;
}
#courseBrowser #cbCourseOverview a.courseDetailsTop:hover {
  background-position: right -28px;
}
#courseBrowser #cbCourseOverview #cbCourseDetail a.cbCourseDetailsBtn {
  color: #005E90;
  display: block;
  min-height: 14px;
  line-height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsMDBYpCEL/JwAAAGxJREFUGNN10MENQDAUh/Gvz8kIpJu4G4gjK1jAKLWOHVzwdxBN0L6kl/6+Js2jGoKODiT9jgH4MujsHd+xdWtdLjCAXGA2iVzgpBufC18GPXHEVPBCgHpc4kvLQfxtCiImYRLFvDdJ+C3hOxfXS1WpC0mtuQAAAABJRU5ErkJggg==") right bottom no-repeat;
  margin-top: 1em;
  float: right;
  padding-right: 16px;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .icons {
  margin-top: 10px;
  overflow: hidden;
  clear: right;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon {
  display: block;
  float: left;
  width: 43px;
  height: 43px;
  text-indent: -999em;
  margin-left: 3px;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.credits30 {
  background: url(../images/icon_30credits.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.credits60 {
  background: url(../images/icon_60credits.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.blended {
  width: 105px;
  background: url(../images/icon_blended.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.bps {
  background: url(../images/icon_bps.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.cpd {
  background: url(../images/icon_cpd.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.facetoface {
  background: url(../images/icon_facetoface.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.mdx {
  background: url(../images/icon_mdx.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.med {
  background: url(../images/icon_med.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.malie {
  background: url(../images/icon_malie.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.online {
  background: url(../images/icon_online.png) left top no-repeat;
}
#courseBrowser #cbCourseOverview #cbCourseDetail .cbCourseIcon.real {
  background: url(../images/icon_real.png) left top no-repeat;
}
#courseBrowser .fullList ul {
  list-style: none;
  padding: 0;
  font-size: 0.8em;
}
#courseBrowser .fullList ul li {
  margin-bottom: 1em;
  padding: 0;
  background: none;
}
#courseBrowser .fullList ul a {
  text-decoration: none;
}
#courseBrowser .fullList ul a.cbSelected, #courseBrowser .fullList ul a:hover {
  color: #007FC4;
}
#courseBrowser .fullList ul.splitCourseList {
  display: block;
  float: left;
  width: 275px;
  padding-right: 50px;
}
#courseBrowser .fullList .atozNav {
  border-top: #DFDFDF 1px solid;
  clear: left;
}
#courseBrowser .fullList .atozNav:before {
  content: "<";
  float: left;
  padding-right: 0.4em;
}
#courseBrowser .fullList .atozNav:after {
  content: ">";
}
#courseBrowser .fullList .atozNav li {
  display: block;
  float: left;
  padding-right: 0.4em;
}

table.course-browser-queue {
  border: 1px solid #000000;
  width: 100%;
}
table.course-browser-queue td {
  border: 1px solid #000000;
  margin: 0;
  padding: 0;
}

/**
  * Course builder shortcode
  */
.cb-shortcode .cb-tabs {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  gap: 10px;
  margin-bottom: 2em;
}
.cb-shortcode .cb-tabs li a {
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 10px 20px;
  white-space: nowrap;
  text-decoration: none;
}
.cb-shortcode .cb-tabs li.active a {
  background-color: #222222;
  color: #FFFFFF;
}

.cb-shortcode .cb-categories {
  position: relative;
  min-height: 550px;
}
.cb-shortcode .cb-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cb-shortcode .cb-category > ul {
  display: block;
}
.cb-shortcode .cb-category > ul > li a.category {
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #222222;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  color: #222222;
}
.cb-shortcode .cb-category ul.courses {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  box-sizing: border-box;
  left: 0;
  padding-left: calc(50% + 10px);
  pointer-events: none;
}
.cb-shortcode .cb-category ul.course_popout {
  display: none;
}
.cb-shortcode .cb-category li.active a.category {
  background: #222222;
  color: #FFFFFF;
}
.cb-shortcode #cb-details li.course > a {
  text-decoration: none;
  color: #007FC4;
}
.cb-shortcode .course:focus-within > a {
  color: #FF7300;
}
.cb-shortcode #cb-details ul.course_popout {
  display: none;
}
.cb-shortcode #cb-details .course:focus-within ul.course_popout {
  display: block;
  position: absolute;
  left: 1.25%;
  width: calc(50% - 40px);
  z-index: 99;
  background: #222222;
  padding: 20px;
  color: #FFFFFF;
  transform: translateY(-50%);
  border-radius: 20px;
  box-shadow: 5px 5px 5px #666666;
}
.cb-shortcode #courses-az .course:focus-within ul.course_popout, .cb-shortcode .course:focus-within ul.course_popout, .cb-shortcode.mobile1 .course > a:hover + ul.course_popout {
  display: block;
  position: absolute;
  left: 1.25%;
  width: calc(50% - 40px);
  z-index: 99;
  background: #222222;
  padding: 20px;
  color: #FFFFFF;
  transform: translateY(-50%);
  border-radius: 20px;
  box-shadow: 5px 5px 5px #666666;
}
.cb-shortcode #courses-az .cb-row .cb-col:first-of-type .course:focus-within ul.course_popout {
  left: unset;
  right: 4.25%;
}
.cb-shortcode #cb-details .course ul.course_popout .link, .cb-shortcode #courses-az .course ul.course_popout .link, .cb-shortcode .course ul.course_popout .link {
  text-align: right;
  margin-top: 1em;
}
.cb-shortcode #cb-details .course ul.course_popout .link a, .cb-shortcode #courses-az .course ul.course_popout .link a, .cb-shortcode .course ul.course_popout .link a {
  display: inline-block;
  padding: 10px 20px;
  background: #CCCCCC;
  color: #222222;
  border-radius: 5px;
}

.cb-shortcode #cb-details .course ul.course_popout .cb-flex, .cb-shortcode #courses-az .course ul.course_popout .cb-flex, .cb-shortcode .course ul.course_popout .cb-flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
  flex-direction: row;
}
.cb-shortcode #cb-details .course ul.course_popout .cb-flex .icon, .cb-shortcode #courses-az .course ul.course_popout .cb-flex .icon, .cb-shortcode .course ul.course_popout .cb-flex .icon, .cb-shortcode #cb-details .course ul.course_popout .cb-flex .credits, .cb-shortcode #courses-az .course ul.course_popout .cb-flex .credits, .cb-shortcode .course ul.course_popout .cb-flex .credits {
  flex-basis: 25%;
}
.cb-shortcode #cb-details .course ul.course_popout .cb-flex, .cb-shortcode #courses-az .course ul.course_popout .cb-flex, .cb-shortcode .course ul.course_popout .cb-flex {
  flex-basis: 50%;
}

@media screen and (max-width: 1150px) {
  .cb-shortcode .cb-category li.active > ul {
    display: block;
    position: relative;
    padding: 10px 10px 20px;
  }
  .cb-shortcode ul.cb-tabs {
    width: 100%;
  }
  .cb-shortcode .cb-category ul.courses {
    pointer-events: unset;
  }
  .cb-shortcode .cb-category li.active > ul {
    position: unset;
  }
  .cb-shortcode #cb-details .course:focus-within ul.course_popout, .cb-shortcode #courses-az .course:focus-within ul.course_popout, .cb-shortcode .course:focus-within ul.course_popout {
    width: 100%;
    left: 0;
    right: 0;
    transform: unset;
  }
  .cb-shortcode #courses-az .cb-row .cb-col:first-of-type .course:focus-within ul.course_popout {
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  .cb-shortcode .cb-tabs {
    flex-wrap: wrap;
    gap: 0;
  }
  .cb-shortcode .cb-tabs li {
    flex-basis: 100%;
  }
  .cb-shortcode .cb-tabs li a {
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
  }
}
/*
 * Course Builder
 */
#courseBuilder label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  margin: 0;
}
#courseBuilder .radio input[type=radio] {
  display: none;
}
#courseBuilder label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -25px;
}
#courseBuilder .radio {
  border: 1px solid #007FC4;
  color: #FFFFFF;
  background-color: #007FC4;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  padding: 0 2px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 0 3px #000000;
}
#courseBuilder .radio label {
  width: 2em;
  text-align: center;
  margin-bottom: 1px;
}
#courseBuilder .radio label:before {
  width: 16px;
  height: 16px;
}
#courseBuilder .radio input[type=radio] + label {
  background-color: #FFFFFF;
  text-indent: -999em;
  border-radius: 2px;
}
#courseBuilder .radio input[type=radio]:checked + label {
  background: none;
  text-indent: 0;
}
#courseBuilder label > input[type=checkbox] {
  margin-top: -3px;
}
#courseBuilder .checkbox input[type=checkbox] {
  display: none;
}
#courseBuilder .checkbox label {
  padding-left: 40px;
  margin-top: 25px;
}
#courseBuilder .checkbox label:before {
  width: 36px;
  height: 36px;
  border: 1px solid #035F8F;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
  /* W3C */
}
#courseBuilder .checkbox input[type=checkbox] + label:before {
  font-size: 11px;
  content: 'Select';
  text-align: center;
  line-height: 38px;
  color: #CCCCCC;
}
#courseBuilder #bfCourseList.disabled .checkbox input[type=checkbox]:not(:checked) + label:before {
  content: '';
}
#courseBuilder #bfCourseList details.courseBox {
  /*border: 1px solid black;*/
  border: 1px solid #E0E0E0;
  margin: 0 -5px 5px;
  background: linear-gradient(to bottom, #E0E0E0 0%, #F0F0F0 0%, #D9D9D9 100%);
  box-shadow: color-gray-medium-dark 0px 4px 4px 0px;
}
#courseBuilder #bfCourseList details.courseBox summary {
  box-sizing: border-box;
  padding: 5px;
  cursor: pointer;
  font-size: 16px;
  min-height: 25px;
  list-style-position: outside;
  display: block;
  margin-left: 2rem;
  position: relative;
  transition: all 300ms ease-out;
}
#courseBuilder #bfCourseList details.courseBox summary::before {
  width: 27px;
  height: 27px;
  content: url(../images/accordian_anim.png);
  display: block;
  left: -25px;
  position: absolute;
  top: 4px;
  animation-name: dropboxiconclose;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  animation-timing-function: linear;
}
#courseBuilder #bfCourseList details.courseBox > div {
  margin: auto;
  width: 98%;
}
#courseBuilder #bfCourseList details.courseBox[closed] summary {
  height: 0px;
}
#courseBuilder #bfCourseList details.courseBox[open] summary {
  margin-bottom: 10px;
}
#courseBuilder #bfCourseList details.courseBox[open] summary::before {
  /*content: url(/wp-content/themes/realtraining/img/accordian_opened.png);*/
  transform: rotate(90deg);
  animation-name: dropboxiconopen;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
#courseBuilder .checkbox input[type=checkbox]:checked + label:before {
  content: url(../images/tick.png);
  border-color: #3D9000;
  font-size: 58px;
  color: #96BE0A;
  line-height: 23px;
  background: #E6E6E6;
  /* Old browsers */
  background: linear-gradient(to bottom, #E6E6E6 0%, #FFFFFF 100%);
  /* W3C */
}

.no-svg #courseBuilder .checkbox input[type=checkbox]:checked + label:before {
  content: "\2713";
}

#courseBuilder select {
  color: #777777;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  width: 100%;
}
#courseBuilder .selectDiv {
  display: inline-block;
  background: #FFFFFF;
}
#courseBuilder .rtExisting {
  width: 50%;
  float: right;
}
#courseBuilder #bfSection1 .radio {
  margin-left: 10px;
}
#courseBuilder #bfSection1 > div {
  position: relative;
  border: 1px solid #EAEAEA;
  padding: 1em 1em 1em 4em;
  font-weight: normal;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
  /* W3C */
}
#courseBuilder #bfSection1 > a {
  text-align: right;
  display: block;
  font-size: 0.8em;
}
#courseBuilder #bfSection1 > div:before {
  content: '';
  position: absolute;
  left: 1em;
  bottom: -15px;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #F1F1F1;
}
#courseBuilder #bfSection1 > div + div {
  border-top: 0;
}
#courseBuilder #bfSection1 div ul {
  margin: 10px 0 0 0;
  padding: 0;
}
#courseBuilder #bfSection1 div ul li {
  color: #FFFFFF;
  background: none;
  background-color: #007FC4;
  padding: 5px;
  cursor: pointer;
}
#courseBuilder #bfSection1 div ul li:hover {
  background-color: #005E90;
}
#courseBuilder #bfSection1 div ul li:after {
  content: '';
  background: url(../images/cb_close.png) no-repeat;
  margin: 3px 0;
  font-size: 20px;
  float: right;
  width: 16px;
  height: 16px;
}
#courseBuilder #bfSection1 #rtExistingSelected {
  clear: right;
  padding: 2px 0 0 0;
}
#courseBuilder #bfSection2 {
  display: flex;
  flex-direction: column;
}
#courseBuilder .bfSectionPathway {
  display: flex;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 140px;
}
#courseBuilder .bfSectionPathway > div {
  background: #F7F7F7;
  flex: 1 0 auto;
  padding: 0.6em;
  border: 1px solid #CCCCCC;
  text-align: center;
  font-size: 1.5em;
  cursor: pointer;
  user-select: none;
  border-top-left-radius: 18px;
  box-shadow: 0 -20px 11px -17px #A1A1A1 inset;
}
#courseBuilder .bfSectionPathway > label.bfSectionPathwayToggle {
  display: none;
}
#courseBuilder .bfSectionPathway > div.selected {
  box-shadow: -1px -1px 3px 1px #B9B9B9;
  background-color: #00507A;
  color: #FFFFFF;
}
#courseBuilder #bfSection2 {
  padding: 8px;
  border: 1px solid #EAEAEA;
  position: relative;
  margin-bottom: 25px;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
  /* W3C */
}
#courseBuilder #bfSection2 .bfSection2Col {
  flex: 1;
}
#courseBuilder #bfSection2 .bfSection2Col:last-child {
  position: sticky;
  bottom: 0;
  padding: 8px 0 0;
}
#courseBuilder #bfSection2 .credits {
  position: sticky;
  bottom: 0;
  height: auto;
  border: 1px solid #B7B8B7;
  background: linear-gradient(to bottom, #FFFFFF 0%, #CFCFCF 100%);
  margin-top: 100px;
}
#courseBuilder #bfSummary {
  padding: 8px;
  border: 1px solid #EAEAEA;
  position: relative;
  margin-bottom: 25px;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
  /* W3C */
}
#courseBuilder #bfDetails {
  padding: 8px;
  border: 1px solid #EAEAEA;
  position: relative;
  margin-bottom: 25px;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
  /* W3C */
  overflow: hidden;
}
#courseBuilder #bfSummary {
  overflow: hidden;
}
#courseBuilder #bfSection2 {
  padding-top: 15px;
}
#courseBuilder .bfSection2Wrapper {
  position: relative;
}
#courseBuilder .bfSection2Wrapper:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 15px;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #F1F1F1;
}
#courseBuilder #bfSection1 h2 {
  display: inline-block;
  font-size: 1.3em;
  margin: 0;
  position: relative;
  padding-left: 2em;
  margin-left: -2em;
}
#courseBuilder #bfSection2 h2 {
  display: inline-block;
  font-size: 1.3em;
  margin: 0 0 0.5em 1em;
  position: relative;
  padding-left: 2em;
  font-weight: normal;
}
#courseBuilder #bfSummary h2 {
  display: inline-block;
  font-size: 1.3em;
  margin: 0;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
#courseBuilder #bfDetails h2 {
  display: block;
  font-size: 1.3em;
  margin: 3px 0 0;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
#courseBuilder h2:before {
  color: #FF7300;
  font-size: 2em;
  position: absolute;
  left: 0;
  top: -0.3em;
  font-weight: normal;
}
#courseBuilder h2.first:before {
  content: '1';
}
#courseBuilder h2.second:before {
  content: '2';
}
#courseBuilder h2.third:before {
  content: '3';
}
#courseBuilder h2.fourth:before {
  content: '4';
}
#courseBuilder h2.fifth:before {
  content: '5';
}
#courseBuilder h2.sixth:before {
  content: '6';
}
#courseBuilder h2.seventh:before {
  content: '7';
}
#courseBuilder .otherCredits {
  float: right;
  width: 100px;
}
#courseBuilder .bfCourseList {
  position: relative;
  display: block;
  border: 1px solid #B7B8B7;
  padding: 9px;
  margin-bottom: 5px;
  color: #000000;
  min-height: 65px;
  overflow: hidden;
  background: #FFFFFF;
  /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
  /* W3C */
}
#courseBuilder .bfCourseList h3 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
}
#courseBuilder .bfCourseList h4 {
  margin: -4px 0 0;
  font-size: 13px;
  letter-spacing: 0;
}
#courseBuilder .bfCourseList small {
  display: block;
  clear: left;
}
#courseBuilder .bfCourseList .checkbox {
  float: left;
  padding: 0;
  position: relative;
}
#courseBuilder .bfCourseList .bfItemIcons {
  color: #005E90;
  font-weight: bold;
}
#courseBuilder .bfCourseList.preSelected {
  display: none;
}
#courseBuilder .bfCourseList.disabled {
  color: #868686;
  background: #C9C9C9;
  /* Old browsers */
  background: linear-gradient(to bottom, #C9C9C9 0%, #E0E1E0 100%);
  /* W3C */
}
#courseBuilder .bfCourseList.disabled input[type=checkbox] + label:before {
  border-color: #B7B8B7;
  background: none;
}
#courseBuilder .bfCourseList.disabled input[type=checkbox]:not(:checked) + label:before {
  color: #F2F3F2;
}
#courseBuilder .bfCourseList.disabled input[type=checkbox] + label:after {
  line-height: 1em;
  /*content: 'Not eligible';*/
  position: absolute;
  left: 0;
  top: 15px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons {
  color: inherit;
}
#courseBuilder .bfCourseList.disabled h3, #courseBuilder .bfCourseList.disabled h4 {
  color: #868686;
}
#courseBuilder .bfCourseList .not-eligible {
  display: none;
  position: absolute;
  left: 53px;
  bottom: 5px;
}
#courseBuilder .bfCourseList.disabled .not-eligible {
  display: block;
}
#courseBuilder .bfItemIcons {
  float: right;
}
#courseBuilder .bfItemIcons .bfCourseIcon {
  display: block;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  text-indent: -999em;
  margin-left: 3px;
  background: url(../images/course_builder_sprite.png) 0 30px no-repeat;
}
#courseBuilder .bfItemIcons .bfCourseIcon.blended {
  width: 73px;
  background-position: 0 -30px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.real {
  background-position: 0 -90px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.mdx {
  background-position: 0 -150px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.credits60 {
  background-position: 0 -210px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.credits30 {
  background-position: 0 -270px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.med {
  background-position: 0 -330px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.malie {
  background-position: 0 -700px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.facetoface {
  background-position: 0 -390px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.online {
  background-position: 0 -450px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.cpd {
  background-position: 0 -510px;
}
#courseBuilder .bfItemIcons .bfCourseIcon.bps {
  background-position: 0 -570px;
}
#courseBuilder .bfItemIcons a.bfCourseIcon.info {
  background-position: 0 -600px;
}
#courseBuilder .bfItemIcons a.bfCourseIcon.info:hover {
  background-position: 0 -630px;
}
#courseBuilder .bfCourseList .credit {
  float: right;
  text-align: center;
  line-height: 0.8em;
  margin-bottom: 10px;
}
#courseBuilder .bfCourseList .credit .number {
  display: block;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  color: #025E8E;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.blended {
  background-position: 0 0;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.real {
  background-position: 0 -60px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.mdx {
  background-position: 0 -120px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.credits60 {
  background-position: 0 -180px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.credits30 {
  background-position: 0 -240px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.med {
  background-position: 0 -300px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.malie {
  background-position: 0 -729px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.facetoface {
  background-position: 0 -360px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.online {
  background-position: 0 -420px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.cpd {
  background-position: 0 -480px;
}
#courseBuilder .bfCourseList.disabled .bfItemIcons .bfCourseIcon.bps {
  background-position: 0 -540px;
}
#courseBuilder .bfCourseList.disabled .credit .number {
  color: #868686;
}
#courseBuilder #bfCourseList {
  overflow: auto;
  width: auto;
  border: 1px solid #C8C9C8;
  padding: 10px;
  background-color: #CFCFCF;
  margin-top: -140px;
  margin-bottom: -100px;
}
#courseBuilder .credits {
  padding: 3px;
  font-size: 1.3em;
}

#courseBuilder .credits h4 {
  display: inline-block;
}
#courseBuilder .credits #upsell {
  margin-top: 18px;
  display: block;
  color: #007FC4;
  font-size: 1.2em;
  float: right;
  width: 190px;
}
#courseBuilder #yourCredits {
  color: #005E90;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  letter-spacing: -2px;
}
#courseBuilder #bfSummary {
  clear: both;
}
#courseBuilder #bfSummary.wide {
  width: 100%;
}
#courseBuilder #bfSummary p {
  font-size: 0.8em;
}
#courseBuilder #bfSummary p a {
  font-size: 1.3em;
  margin-right: 2em;
}
#courseBuilder table {
  width: 800px;
}
#courseBuilder #bfSummary.wide table {
  width: 100%;
}
#courseBuilder #bfSummary select {
  width: auto;
  margin-right: 2em;
}
#courseBuilder #bfSummary span.subType {
  display: block;
}
#courseBuilder table tr td, #courseBuilder table tbody tr th {
  border: 1px solid #B7B8B7;
  background-color: #FFFFFF;
  padding: 6px;
}
#courseBuilder table td.courseInstalmentPrice {
  background: none;
  border-right: 0;
  border-bottom: 0;
  color: #9A9B9D;
  text-align: right;
}
#courseBuilder table td#rtCourseSummaryTotal, #courseBuilder table td#rtCourseSummaryDiscount, #courseBuilder table td.coursePrice {
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
}
#courseBuilder table td.installmentChoices {
  min-width: 100px;
  text-align: center;
  min-height: 33px;
}
#courseBuilder #rtCourseSummaryDiscount, #courseBuilder #rtCourseSummaryTotal {
  height: 33px;
}
#courseBuilder table td.courseTitle, #courseBuilder #rtCourseSummaryDiscountText {
  border-bottom: 0;
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 0;
}
#courseBuilder table td.courseTitle span, #courseBuilder #rtCourseSummaryDiscountText span {
  font-weight: normal;
  display: block;
}
#courseBuilder table td.courseOptions {
  border-top: 0;
}
#courseBuilder #bfSummary table td.courseOptions p {
  font-size: 0.95em;
}
#courseBuilder table td.courseOptions span.subType {
  display: block;
  display: inline-block;
}
#courseBuilder table tr#rtCourseSummaryLower {
  height: 46px;
}
#courseBuilder table tr th.sectionHead {
  text-align: left;
}
#courseBuilder table tr.courseRow td.deleteCol {
  text-align: center;
}
#courseBuilder table td.deleteCol a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url(../images/course_builder_sprite.png) -43px -600px no-repeat;
  text-indent: -999em;
}
#courseBuilder table td.deleteCol a:hover {
  background-position: -43px -630px;
}
#courseBuilder .price {
  border: 1px solid #B7B8B7;
  border-radius: 20px;
  width: 26px;
  height: 28px;
  padding-right: 2px;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
  cursor: pointer;
  font-size: 20px;
  color: #007FC4;
  background: #E6E6E6;
  /* Old browsers */
  background: linear-gradient(to bottom, #E6E6E6 0%, #FFFFFF 100%);
  /* W3C */
}
#courseBuilder .price.selected {
  border-color: #004164;
  color: #FFFFFF;
  background: #005E91;
  /* Old browsers */
  background: linear-gradient(to bottom, #005E91 0%, #007EC3 100%);
  /* W3C */
}
#courseBuilder .targetQ span {
  display: block;
  font-size: 0.75em;
}
#courseBuilder #studyDuration {
  color: #3D3D3D;
  font-size: 1em;
  font-weight: bold;
}
#courseBuilder #studyDuration .years {
  color: #007FC4;
}
#courseBuilder #studyDuration .info {
  text-indent: -999em;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  height: 20px;
  background: url(../images/course_builder_sprite.png) 0 -680px no-repeat;
}
#courseBuilder .targetQ {
  color: #9A9B9D;
  font-weight: bold;
  line-height: 1.1em;
  position: relative;
  background: #E6E6E6;
  /* Old browsers */
  background: linear-gradient(to bottom, #E6E6E6 0%, #FFFFFF 100%);
  /* W3C */
  height: 63px;
  padding: 3px 20px 3px 50px;
  margin: 14px 0;
  font-size: 1em;
  border: 1px solid #D2D2D2;
  min-width: 120px;
}
#courseBuilder .targetQ span {
  font-weight: normal;
  font-size: 12px;
  line-height: 1em;
}
#courseBuilder .targetQ span a {
  font-weight: normal;
  font-size: 12px;
  line-height: 1em;
  display: block;
  color: #007FC4;
}
#courseBuilder .targetQ.active span a {
  color: #FFFFFF;
}
#courseBuilder .small {
  overflow: hidden;
  padding-top: 20px;
}
#courseBuilder .small .targetQ {
  width: 68px;
  height: 42px;
  margin: 0;
  padding-left: 50px;
  padding-right: 30px;
}
#courseBuilder .targetQ.active {
  color: #FFFFFF;
  background: #005E91;
  /* Old browsers */
  background: linear-gradient(to bottom, #005E91 0%, #007EC3 100%);
  /* W3C */
}
#courseBuilder .targetQ:before {
  content: '';
  /*background: url(../images/large_cert_sprite.png) top left no-repeat;*/
  position: absolute;
  /*	width: 55px;
      height: 72px;*/
  top: 6px;
  left: 6px;
  background-image: url(../images/small_cert_sprite.png);
  height: 50px;
  width: 39px;
}
#courseBuilder .small .targetQ:before {
  background-image: url(../images/small_cert_sprite.png);
  height: 50px;
  width: 39px;
}
#courseBuilder .targetQ div.info {
  background: url(../images/course_builder_sprite.png) 0 -600px no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  top: 5px;
  right: 5px;
  position: absolute;
}
#courseBuilder .targetQ.active div.info {
  background-position: 0 -630px;
}
#courseBuilder .small .targetQ div.info {
  width: 20px;
  height: 20px;
  background-position: 0 -660px;
}
#courseBuilder .small .targetQ.active div.info {
  width: 20px;
  height: 20px;
  background-position: 0 -680px;
}
#courseBuilder #qNASCO.targetQ.active:before {
  background-position: 0 0;
}
#courseBuilder #qNASCO.targetQ:before {
  background-position: 0 -50px;
}
#courseBuilder .small #qCCET.targetQ.active:before {
  background-position: 0 -400px;
}
#courseBuilder .small #qCCET.targetQ:before {
  background-position: 0 -450px;
}
#courseBuilder #q30.targetQ:before {
  background-position: 0 -650px;
}
#courseBuilder #q30.targetQ.active:before {
  background-position: 0 -600px;
}
#courseBuilder #qPCE.targetQ:before {
  background-position: 0 -250px;
}
#courseBuilder #qPCE.targetQ.active:before {
  background-position: 0 -200px;
}
#courseBuilder #qPDE.targetQ.active:before {
  background-position: 0 -100px;
}
#courseBuilder #qPDE.targetQ:before {
  background-position: 0 -150px;
}
#courseBuilder #qME.targetQ.active:before {
  background-position: 0 -300px;
}
#courseBuilder #qME.targetQ:before {
  background-position: 0 -350px;
}
#courseBuilder .btn {
  background: url(../images/btn_sprite.png?v=1) left top no-repeat;
  width: 80px;
  height: 28px;
  text-indent: -999em;
  display: inline-block;
}

.no-js #courseBuilder a.btn.print {
  display: none;
}

#courseBuilder a.btn.print {
  background-position: 0 -28px;
}
#courseBuilder a.btn.print:hover {
  background-position: 0 0;
}
#courseBuilder a.btn.email {
  background-position: 0 -84px;
}
#courseBuilder a.btn.email:hover {
  background-position: 0 -56px;
}
#courseBuilder input.btn.basket {
  background-position: 0 -112px;
  width: 138px;
  height: 37px;
  border: 0;
  float: right;
  text-indent: -999em;
  text-align: left;
}
#courseBuilder input.btn.basket:hover {
  background-position: 0 -149px;
}
#courseBuilder a.linkedIn {
  width: 24px;
  height: 23px;
  background: url(../images/icon_linkedin.png) 0 bottom no-repeat;
  display: inline-block;
  text-indent: -999em;
  position: relative;
  top: 2px;
}
#courseBuilder #bfDetails .detailsForm {
  width: 750px;
  overflow: hidden;
}
#courseBuilder #bfDetails .detailsForm *:invalid {
  background-color: #FFFFFF;
  box-shadow: none;
}
#courseBuilder #bfDetails .detailsForm .selectDiv select {
  background-color: transparent;
}
#courseBuilder #bfDetails .detailsForm .required, #courseBuilder #bfDetails .detailsForm .error {
  border-color: #FF8573;
}
#courseBuilder #bfDetails .selectDiv select {
  color: grey;
}
#courseBuilder #bfDetails .selectDiv select.required {
  color: #FF8573;
}
#courseBuilder #bfDetails .detailsForm label.required:after {
  content: '*';
}
#courseBuilder #bfDetails input, #courseBuilder #bfDetails .selectDiv, #courseBuilder #bfDetails textarea {
  vertical-align: top;
  width: 600px;
  margin-top: 1em;
  border: 1px solid #EAEAEA;
  padding: 3px;
}
#courseBuilder #bfDetails input[type="button"] {
  color: #FFFFFF;
  width: auto;
  background: #005E90;
  font-weight: bold;
  padding: 10px;
  margin: 10px 0;
  border-radius: 15px 0 0;
  box-shadow: 0 3px 5px -2px #999999;
  border: 0;
}
#courseBuilder #bfDetails label.emailRadio {
  margin-top: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  color: #6C757D;
}
#courseBuilder #bfDetails label.emailRadio input {
  width: auto;
  vertical-align: baseline;
  margin-top: 0;
}
#courseBuilder #bfDetails input[type="button"]:hover, #courseBuilder #bfDetails input[type="button"]:active {
  background: #007FC4;
}
#courseBuilder #bfDetails .addressBox input, #courseBuilder #bfDetails .addressBox .selectDiv {
  margin-top: 0;
}
#courseBuilder #bfDetails .selectDiv select {
  width: 100%;
}
#courseBuilder #bfDetails label {
  width: 115px;
  font-weight: bold;
  padding-left: 23px;
  margin-top: 1em;
  padding-top: 3px;
}
#courseBuilder #bfDetails label.wide {
  width: 700px;
}
#courseBuilder #bfDetails label.lowpri {
  font-weight: normal;
}
#courseBuilder #bfDetails label.single {
  display: block;
}
#courseBuilder #bfDetails label.rightLabel {
  width: 550px;
}
#courseBuilder #bfDetails div.extra {
  width: 700px;
  font-weight: normal;
  padding-left: 23px;
  font-size: smaller;
}
#courseBuilder #bfDetails div.wide {
  margin-left: 142px;
}
#courseBuilder #bfDetails select.wide, #courseBuilder #bfDetails input.wide {
  margin-left: 142px;
}
#courseBuilder #bfDetails textarea {
  height: 80px;
}
#courseBuilder #bfDetails textarea.wide {
  margin-left: 140px;
}
#courseBuilder #bfDetails input[type="checkbox"] {
  width: auto;
  display: block;
  float: left;
  margin: 1.25em 0 0 138px;
}
#courseBuilder #bfDetails input[type="checkbox"].required + label {
  color: #FF8573;
}
#courseBuilder #bfDetails div.detailsForm label > input[type=checkbox] {
  margin-top: -3px;
}
#courseBuilder input#submitBooking:hover {
  background-position: 0 -273px;
}
#courseBuilder #basketBreak p {
  color: #F00;
  font-size: 1em;
}
#courseBuilder #basketBreak p:last-child {
  margin-bottom: 0;
}
#courseBuilder #bfDetails .selectedSchoolURN {
  opacity: 0;
  width: 0;
}
#courseBuilder .courseShare {
  float: left;
  font-weight: bold;
}
#courseBuilder .bfSmallPrint {
  font-weight: bold;
}
#courseBuilder #bfAddToBasket {
  float: right;
  margin-top: -9px;
}

@media screen and (max-width: 48em) {
  #courseBuilder #bfSection1 > div {
    overflow: hidden;
  }
  #courseBuilder #bfSection1 div select {
    display: block;
    width: 100%;
  }
  #courseBuilder #bfSection2 #bfCourseList {
    width: 100%;
    max-height: none;
    padding: 0.5em 0;
  }
  #courseBuilder #bfSection2 .bfCourseList.disabled, #courseBuilder #bfSection2 .bfCourseList.preSelected {
    display: none;
  }
  #courseBuilder #bfSection2 .bfCourseList .checkbox {
    float: right;
    margin-left: 1em;
  }
  #courseBuilder #bfSection2 #bfCredits {
    position: static;
    width: 100%;
    float: none;
  }
  #courseBuilder #bfSection2 #bfCredits h4 {
    float: left;
    line-height: 1.4em;
    margin: 0.3em  0.3em 0 0;
    font-size: 1.5em;
    padding: 0;
  }
  #courseBuilder #bfSection2 #bfCredits #yourCredits {
    margin-left: 1em;
    font-size: 1.5em;
    margin: 0.3em 0;
    padding: 0;
  }
  #courseBuilder #bfSection2 #bfCredits #upsell {
    font-size: 1.3em;
    clear: left;
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
  }
  #courseBuilder #bfSection2 #bfCredits .small {
    clear: left;
  }
  #courseBuilder #bfSummary table#rtCourseSummary {
    width: auto;
  }
  #courseBuilder #bfSection2 {
    flex-direction: column;
  }

  .bfSectionPathway {
    /*flex-wrap: wrap;*/
    word-wrap: normal;
  }
  .bfSectionPathway > div {
    word-wrap: normal;
  }

  #courseBuilder .bfSectionPathway > div {
    padding: 1px;
    border-top-left-radius: 0;
    box-shadow: none;
    flex: 1 1 auto;
    font-size: 1em;
  }

  #bfSection2 .bfSection2Col .credits .awards {
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
  }

  #courseBuilder #bfSection2 .credits {
    bottom: -200px;
  }
  #courseBuilder #bfSummary.wide {
    width: 96%;
    padding: 2%;
  }
  #courseBuilder div.selectDiv.rtExisting, #courseBuilder div.selectDiv.otherCredits {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  #courseBuilder #rtExistingSelected li {
    padding-right: 20px;
  }
  #courseBuilder #rtExistingSelected li:after {
    margin-right: -20px;
  }
  #courseBuilder #bfDetails div.detailsForm {
    width: 96%;
    padding: 2%;
  }

  form#courseBuilder #bfDetails input, form#courseBuilder #bfDetails textarea {
    width: 98%;
    display: block;
  }
  form#courseBuilder div#bfDetails div.detailsForm label {
    padding-left: 0;
  }
  form#courseBuilder #bfDetails input.wide, form#courseBuilder #bfDetails textarea.wide, form#courseBuilder #bfDetails div.wide {
    margin-left: 0;
    width: 98%;
  }

  #courseBuilder #bfDetails input[type="checkbox"] {
    width: auto;
    margin: 0;
  }
  #courseBuilder #bfDetails input[type="submit"] {
    margin: 0;
  }

  form#courseBuilder div#bfDetails div.detailsForm label.rightLabel {
    width: 98%;
    display: block;
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 426px) {
  #courseBuilder #bfSection2 .credits {
    bottom: -400px;
  }
}
@media screen and (max-width: 768px) {
  #courseBuilder .bfSectionPathway {
    flex-direction: column;
  }
  #courseBuilder .bfSectionPathway > label.bfSectionPathwayToggle {
    display: block;
    font-size: 1.1em;
    background: #F3F6F6;
    border: 1px solid #B7B8B7;
    padding: .6em .5em;
    text-align: center;
    position: relative;
  }
  #courseBuilder .bfSectionPathway > label.bfSectionPathwayToggle:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cmVjdCB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgZmlsbD0ibm9uZSIvPjxsaW5lIHgxPSI0MCIgeTE9IjEyOCIgeDI9IjIxNiIgeTI9IjEyOCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxNiIvPjxsaW5lIHgxPSI0MCIgeTE9IjY0IiB4Mj0iMjE2IiB5Mj0iNjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMTYiLz48bGluZSB4MT0iNDAiIHkxPSIxOTIiIHgyPSIyMTYiIHkyPSIxOTIiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMTYiLz48L3N2Zz4=");
  }
  #courseBuilder .bfSectionPathway > div:not(.bfSectionPathwayToggle) {
    display: none;
  }
  #courseBuilder .bfSectionPathway > #bfSelectionPathwayToggleBox:checked ~ div {
    display: block;
  }
  #courseBuilder .bfSectionPathway > #bfSelectionPathwayToggleBox:not(:checked) + label.bfSectionPathwayToggle:has(~ .selected) {
    color: transparent;
  }
  #courseBuilder .bfSectionPathway > #bfSelectionPathwayToggleBox:not(:checked) ~ div.selected {
    display: block;
    position: absolute;
    width: 100%;
    border: 0;
    background: transparent;
    color: #444444;
    box-shadow: none;
    pointer-events: none;
  }
  #courseBuilder #bfCourseList {
    box-sizing: border-box;
  }
}
@keyframes dropboxiconopen {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes dropboxiconclose {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.credits .awards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: auto;
  align-content: start;
  flex-wrap: nowrap;
}
.credits .awards .targetQ {
  flex: 0 0 auto;
}
.credits .awards .targetQ > a {
  display: block;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: -19px;
  overflow: visible;
}

/*#courseBuilder #bfDetails .detailsForm .valid {border-color: #96be0a;}*/
button.cbButton {
  border: 0;
  background: #800080;
  /* fallback for old browsers */
  background: linear-gradient(to bottom, #FE7200, #D45301);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFFFFF !important;
  border-top-left-radius: 0.7em;
  font-size: 1.2em;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
  float: right;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.42);
}
button.cbButton:hover {
  cursor: pointer;
}
button.cbButton:hover::after {
  background: #00507A;
  /* fallback for old browsers */
  background: linear-gradient(to bottom, #007EC3, #00507A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #97C1D8;
}
button.cbButton:not(#_hj_feedback_container button)::after {
  position: absolute;
  padding: 0 0.4em;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 2em;
  content: '⟩';
  color: #E6B197;
  background: #AD2E00;
  /* fallback for old browsers */
  background: linear-gradient(to bottom, #D65401, #AD2E00);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.clear-school {
  color: red;
  cursor: pointer;
  float: right;
  margin: -2.25em 0.3em 0 0;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 28em) {
  #bfSummary table#rtCourseSummary {
    display: block;
    border-bottom: 0;
  }
  #bfSummary table#rtCourseSummary thead, #bfSummary table#rtCourseSummary tbody, #bfSummary table#rtCourseSummary th, #bfSummary table#rtCourseSummary td, #bfSummary table#rtCourseSummary tr {
    display: block;
    border-bottom: 0;
  }
  #bfSummary table#rtCourseSummary th {
    display: none;
  }
  #bfSummary table#rtCourseSummary thead tr {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  #bfSummary table#rtCourseSummary tr.courseRow {
    border-top: 5px solid #CCCCCC;
  }
  #bfSummary table#rtCourseSummary tr.courseRow:first-child {
    border: 0;
  }
  #bfSummary table#rtCourseSummary td {
    border: none;
    border-bottom: 1px;
    position: relative;
    text-align: center;
    padding-left: 50%;
  }
  #bfSummary table#rtCourseSummary td:empty {
    display: none;
  }
  #bfSummary table#rtCourseSummary td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    content: attr(data-title);
  }
  #bfSummary table#rtCourseSummary #rtCourseSummaryDiscountText, #bfSummary table#rtCourseSummary #rtCourseSummaryLower {
    display: none;
  }
  #bfSummary table#rtCourseSummary td.coursePrice, #bfSummary table#rtCourseSummary td#rtCourseSummaryTotal, #bfSummary table#rtCourseSummary td#rtCourseSummaryDiscount, #bfSummary table#rtCourseSummary td.courseInstalmentPrice {
    text-align: right;
  }
  #bfSummary table#rtCourseSummary td.courseTitle {
    text-align: left;
  }
}
#basket-popup {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #004F81;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  width: 600px;
  height: 200px;
  margin: auto;
  position: fixed;
  top: 100px;
  z-index: 20;
  padding: 10px;
  display: none;
}

#basket-popup-text {
  font-size: 14px;
}
#basket-popup-text p {
  margin-top: 8px;
  margin-bottom: 8px;
}
#basket-popup-text span {
  background-color: #004F81;
  color: #FFFFFF;
  display: block;
  margin: -10px -10px 0 -10px;
  padding: 10px 32px 10px 10px;
  font-size: 16px;
}

#basket-popup-close {
  background: url(../images/close_white.png) 0 0 no-repeat;
  top: 8px;
  cursor: pointer;
  font-size: large;
  position: absolute;
  right: 8px;
  color: #FFFFFF;
  text-align: center;
  min-width: 20px;
  width: 25px;
  height: 25px;
}

.modal .container {
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  max-width: 600px;
  background: #fff;
  box-sizing: border-box;
}
.modal .container .modalContent {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
}
.modal .container .modalTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  border-bottom: 2px solid #ccc;
  padding: 10px;
  height: 23px;
}
.modal .container .modalTitle h2 {
  margin: 0;
}
.modal .container .modalTitle .close {
  float: right;
}
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

/* CB CSS */
a {
  text-decoration: none;
}

.cbList {
  margin-top: 5px;
}
.cbList tr {
  background-color: #fff;
  background-color: #FFFFFF;
}
.cbList tr.inactive td {
  color: #CCCCCC;
}
.cbList tr.inactive td {
  color: #CCCCCC;
}
.cbList tr:nth-child(even) {
  background-color: #FAFAFA;
}
.cbList tr:hover {
  background: #EEEEEE;
  cursor: pointer;
}

.cbInputTableWrapper {
  padding: 8px 0px;
  display: inline-block;
}

.cbInputTable {
  border: 1px solid #E8E8E8;
  padding: 15px;
  border-radius: 8px;
  background-color: #F1F1F1;
  background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
  background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
  background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
  background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
  background-image: linear-gradient(top, #F9F9F9, #ECECEC);
}
.cbInputTable input, .cbInputTable select {
  width: 220px;
}

.courseOption label {
  width: 25%;
  display: inline-block;
}
.courseOption input, .courseOption select {
  width: 70%;
}
.courseOption input[type='checkbox'], .courseOption select[type='checkbox'] {
  width: auto;
}
.courseOption .enable-toggle {
  display: inline;
}
.courseOption .enable-toggle label {
  margin-left: 26%;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
.courseOption select {
  max-width: unset !important;
}
.courseOption h4, .courseOption h6 {
  margin: 0;
  cursor: pointer;
}
.courseOption div.options {
  margin-top: 1em;
}

#CB_controls {
  width: 98%;
  border-bottom: solid 1px #777777;
  padding: 5px;
  background: #F7F7F7;
}

.CB_Control {
  padding-right: 15px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
}
.CB_Control img {
  vertical-align: bottom;
  width: 20px;
  height: 20px;
}
.CB_Control a {
  color: #333333;
}

.CBbutton {
  border: 1px solid #777777;
  background: #F7F7F7;
  padding: 5px;
}

#CB {
  width: 98%;
  padding: 5px;
}

#CB-loader {
  padding: 10px;
  display: none;
  font-size: 16px;
  vertical-align: bottom;
}

th {
  font-family: sans-serif;
}

.CBLabel {
  font-weight: bold;
  vertical-align: top;
  width: 120px;
}

.CBinfo {
  float: right;
  font-size: 10px;
  margin-top: -2px;
  line-height: 12px;
  text-align: right;
}

.CBicon {
  vertical-align: bottom;
  width: 20px;
  padding-right: 3px;
}

.activity-preview {
  max-height: 48px;
  display: block;
}

.excerpt {
  display: none;
}

.full {
  display: block;
}

.activity-preview .excerpt {
  display: block;
}
.activity-preview .full {
  display: none;
}

.formNotes {
  width: 530px;
  color: #555555;
  font-size: 10px;
  line-height: 10px;
}

.timer {
  margin-bottom: 5px;
  color: #CCCCCC;
  float: right;
}

hr {
  clear: both;
}

.taskInfo {
  float: right;
  margin: -23px 30px 0px 0px;
}

.button.cbButton {
  width: auto !important;
}

.box-sizing {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cbInputTable.optionInactive {
  display: none;
}
.cbInputTable.optionInactive h2, .cbInputTable.optionInactive h3, .cbInputTable.optionInactive h4, .cbInputTable.optionInactive h5, .cbInputTable.optionInactive h6 {
  color: #AAAAAA;
}

.lblOptionInactive {
  display: block;
  float: right;
  color: darkred;
}

.cbInputTableToggle {
  float: right;
  margin-top: -38px;
  margin-right: 8px;
  font-weight: bold;
}
.cbInputTableToggle label {
  cursor: pointer;
}

.cb-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  gap: 1em;
}

.cb-categories, #cb-details {
  flex-basis: 50%;
}

#cb-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cb-row {
  display: flex;
  gap: 3em;
}

.cb-tabs:has(.tab-courses-az.active) + .cb-container {
  flex-wrap: wrap;
}
.cb-tabs:has(.tab-courses-az.active) + .cb-container .cb-categories {
  flex-basis: 100%;
}

.cb-flex .link {
  flex-basis: 116px;
}
.cb-flex .icons {
  flex-basis: calc(100% - 116px);
}

@media screen and (max-width: 1150px) {
  .cb-row, .cb-container {
    display: block;
  }

  #cb-details * {
    display: none;
  }
}
.error-notice {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid red;
  background: #ffeeee;
}

/*# sourceMappingURL=cb.css.map */
.chip-wrapper {
  display: inline-block;
}
.chip-wrapper .chip-item {
  padding: 5px 10px;
  border: 1px solid #666;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 5px 10px 5px 0px;
}
.chip-wrapper .chip-item .remove-chip {
  margin-left: 5px;
  font-size: 1.2em;
  cursor: pointer;
  color: mediumvioletred;
  font-weight: bold;
}

.courseOptionForm .chip-wrapper {
  width: 70%;
}
.courseOptionForm .chip-wrapper .chip-proxy-input {
  width: 100%;
}

.modal .container {
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  max-width: 600px;
  background: #fff;
  box-sizing: border-box;
}
.modal .container .modalContent {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
}
.modal .container .modalTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  border-bottom: 2px solid #ccc;
  padding: 10px;
  height: 23px;
}
.modal .container .modalTitle h2 {
  margin: 0;
}
.modal .container .modalTitle .close {
  float: right;
}
.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

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