:root{--color-primary: #69bd45;--color-secondary: #007ab8;--color-tertiary: #1ea4a9;--color-state: #4b7e2b;--color-state-hover: #3c6721;--color-state-focus: #3c6721;--color-state-active: #30541a;--color-state-highlight: #f6f9d7;--color-state-highlight-neutral: var(--color-neutral-3);--color-state-disabled: var(--color-neutral-5);--color-neutral-1: #fff;--color-neutral-2: #fafafa;--color-neutral-3: #f7f7f7;--color-neutral-4: #e6e4e4;--color-neutral-5: #c7c7c7;--color-neutral-6: #767676;--color-neutral-7: #262626;--color-background: var(--color-neutral-1);--color-border: var(--color-neutral-5);--color-text: var(--color-neutral-7);--color-text-disabled: var(--color-neutral-5);--color-text-hint: var(--color-neutral-6);--link-color: var(--color-state);--link-color-hover: var(--color-state-hover);--nav-bg-color: #fff;--nav-text-color: var(--color-text);--footer-bg-color: #fff;--footer-text-color: var(--color-text);--footer-text-color-hover: var(--footer-text-color);--btn-accent-color: var(--color-state);--btn-accent-color-active: var(--color-state-active);--btn-accent-color-hover: var(--color-state-hover);--btn-accent-color-disabled: var(--color-state-disabled)}:root{--nav-bg-color: #ffffff;--nav-text-color: #000000;--color-primary: #d3072a;--color-state: #d3072a;--color-text: #000000;--footer-bg-color: #ffffff;--footer-text-color: #262626;--color-state-hover: #c90020;--color-state-focus: #c90020;--color-state-active: #b8000f;--footer-text-color-hover: #1c1c1c;}
/* BODY */
body {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
  background: url(//docs.learningnexus.co.uk/totara-files/slimworld/pix/slimmingworld-background-light.jpg) no-repeat center center fixed;
  background-size: cover;
  min-height: 100%;
}

body.pagelayout-popup, body.pagelayout-embedded, body.pagelayout-redirect {
  background-image: none;
}

.breadcrumb {
  background-color: #f5f5f5;
}

/* LOGIN */
.path-login #page,
.block.block_course_search {
  background-color: transparent;
}

/* BLOCKS */
.block .block-header h2 {
  color: var(--link-color);
  font-weight: 700;
}

/* LOGO */
.totaraNav_prim .masthead_logo--header_img {
  height: 80px;
  width: auto;
}

/* LEGACY CATEGORY */
.course_category_tree .category h3 {
  font-size: 18px;
}

.coursebox .name, .coursebox .coursename {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ///////////////////// COURSE PAGE ////////////////////////// */
.sectionname span {
  font-size: 36px;
}

.sectionname > span > span, .sectionname > span {
  /* text styling for the topic titles */
  font-family: 'Sorts Mill Goudy', serif !important;
  font-size: 36px;
  /* text-transform: capitalize; */
  color: #dc182d;
  font-weight: 400;
}

#section-0 {
  /* aligns the first section element */
  border-bottom: 0px;
  margin-top: 0;
}

#section-0 .sectionname {
  /* left align first topic title */
  margin: 0px;
}

#section-0 .modtype_forum {
  /* removes the initial form activity on the coursepage
  display: none;
  */
}

.course-content ul li.section.main {
  /* adds the red border to the bottom of each section */
  border-bottom: 3px solid #dc182d;
  margin-bottom: 20px;
}

.section li.activity {
  /* spacing and styling the activities */
  margin-bottom: 20px;
  padding-left: 0px;
  margin-top: 0px;
  font-weight: 600;
}

.section li.activity.label h4 {
  font-size: 17px;
}

.activityicon {
  /* hides the icons next to the activity ames */
  display: none;
}

.section .activity .actions {
  /* making the completion indicator circles bigger and blue */
  color: #dc182d;
  font-size: 1.2em;
}

.section {
  font-size: 16px;
  font-weight: 200;
  color: #414141;
}

.content .summary img {
  margin-left: 0px;
}

/* FOOTER */
#page-footer {
  min-height: 120px;
  background-color: #2a2a2a;
}

#page-footer .page-footer-poweredby {
  display: none;
}
