
/* Theming CSS */

  /* Header text color */
  .u-org--header {
    color: #393b3d;
  }

  button.u-org--header.appheader__button:hover,
  button.u-org--header.appheader__button:active {
    background-color: rgba(57, 59, 61, 0.1) !important;
  }

  button.u-org--header:not(.appnav__link):hover,
  button.u-org--header:not(.appnav__link):active,
  button.u-org--header:not(.appnav__link):focus {
    color: #393b3d;
  }

  button.u-org--header.appheader__searchbutton,
  button.u-org--header.appheader__categoriesbutton,
  input[type="search"].u-org--header {
    border-color: rgba(57, 59, 61, 0.3) !important;
  }

  button.u-org--header.appheader__searchbutton:hover,
  button.u-org--header.appheader__searchbutton:active,
  button.u-org--header.appheader__searchbutton:focus,
  button.u-org--header.appheader__searchbutton:focus-visible,
  button.u-org--header.appheader__categoriesbutton:hover,
  button.u-org--header.appheader__categoriesbutton:active,
  button.u-org--header.appheader__categoriesbutton:focus,
  button.u-org--header.appheader__categoriesbutton:focus-visible,
  input[type="search"].u-org--header:hover,
  input[type="search"].u-org--header:active,
  input[type="search"].u-org--header:focus,
  input[type="search"].u-org--header:focus-visible {
    border-color: rgba(57, 59, 61, 0.5) !important;
  }

  input[type="search"].u-org--header:focus {
    border-color: transparent !important;
  }

  .u-org--header .search__input--appheader:not(:focus):-ms-input-placeholder {
    color: #393b3d;
  }

  .u-org--header .search__input--appheader:not(:focus)::-ms-input-placeholder {
    color: #393b3d;
  }

  .u-org--header .search__input--appheader:not(:focus)::placeholder {
    color: #393b3d;
  }


  /* Organization color */
  .u-orgcolor--color,
  .u-orgcolor--hovercolor:hover {
    color: #6D68F6 !important;
  }
  .u-orgcolor--bg,
  .u-orgcolor--hoverbg:hover {
    background-color: #6D68F6 !important;
  }
  .u-orgcolor--border,
  .u-orgcolor--border:link,
  .u-orgcolor--border:visited,
  .u-orgcolor--border:hover,
  .u-orgcolor--border:active,
  .u-orgcolor--border:focus {
    border-color: #6D68F6;
    color: #6D68F6;
  }
  .u-orgcolor--borderonly,
  .u-orgcolor--borderonly:link,
  .u-orgcolor--borderonly:visited,
  .u-orgcolor--borderonly:hover,
  .u-orgcolor--borderonly:active,
  .u-orgcolor--borderonly:focus {
    border-color: #6D68F6;
  }
  .u-orgcolor--borderhover:hover,
  .u-orgcolor--borderhover:hover {
    border-color: #6D68F6;
  }
  .u-orgcolor--svgfill {
    color: #6D68F6;
    fill: #6D68F6;
  }
  .u-orgcolor--svgstroke {
    color: #6D68F6;
    stroke: #6D68F6;
  }
  .u-orgcolor--svgall {
    color: #6D68F6;
    fill: #6D68F6;
    stroke: #6D68F6;
  }
  .u-org--svgactive[data-active="true"],
  .u-org--svgactive:hover {
    color: #6D68F6 !important;
    stroke: #6D68F6 !important;
  }
  .u-org--barchart:after {
    background-color: #6D68F6 !important;
  }
  .u-org--piechart {
    color: rgba(0, 0, 0, 0.15);
    stroke: #6D68F6;
  }
  .u-org--tooltip {
    background-color: #6D68F6;
  }
  .u-org--tooltiptop:before {
    border-top-color: #6D68F6;
  }
  .u-org--tooltipright:before {
    border-right-color: #6D68F6;
  }
  .u-org--tooltipbottom:before {
    border-bottom-color: #6D68F6;
  }
  .u-org--tooltipleft:before {
    border-left-color: #6D68F6;
  }
  .updatecard__heading--new:before {
    background-color: #6D68F6;
  }
  .session:before {
    background-color: #6D68F6;
  }
  .activityprogress__value {
    background-color: #6D68F6;
  }
}
  .iconbutton,
  .comments__headerbutton, {
    color: #6D68F6;
  }

  .u-org--catalogflag {
    background-image: linear-gradient(225deg, #6D68F6 50%, transparent 50%);
  }

  .u-org--catalogflagsearch {
    background-image: linear-gradient(225deg, #6D68F6 50%, transparent 50%);
  }

  .u-org--catalogflag-in-progress {
    background-image: linear-gradient(225deg, #fff 47%, #6D68F6 3%, transparent 50%);
    border-top: 1px solid #6D68F6;
    border-right: 1px solid #6D68F6;
    svg {
      color: #6D68F6;
    }
  }

  .u-org--enrollmentmsgimage {
    background-color: #6D68F6
  }

  .u-org--catalogflagbg {
    background-image: linear-gradient(225deg, #6D68F6 50%, transparent 50%);
  }
  .u-org--catalogflagfill {
    color: #6D68F6;
    fill: #6D68F6;
  }

  .u-org--tabactive,
  .u-org--tab:hover,
  .u-org--tab:active,
  .u-org--tab:focus {
    border-color: #6D68F6;
  }
  .link--primary,
  .u-org--link,
  .u-org--link:link,
  .u-org--link:visited,
  .u-org--link:hover,
  .u-org--link:active,
  .u-org--link:focus {
    color: #6D68F6;
  }
  .u-org--linkhover:hover,
  .u-org--linkhover:active,
  .u-org--linkhover:focus {
    color: #6D68F6;
  }

.button--primary:not([disabled]),
  .button--primary:link,
  .button--primary:visited,
  .button--primary:hover,
  .button--primary:active,
  .button--primary:focus,
  .blankslate .button,
  .coursebar__btn--active,
  .coursebar__btn--active:hover,
  .coursebar__btn--active:focus,
  .tagbutton--selected:not(.tagbutton--taxonomy) {
    background-color: #6D68F6 !important;
    border-color: #6D68F6 !important;
    color: #fff !important;
  }


  .tooltip {
    background-color: #6D68F6;
  }
  .tooltip--left::before {
    border-left-color: #6D68F6;
  }
  .tooltip--right::before {
    border-right-color: #6D68F6;
  }
  .tooltip--bottom::before,
  .tooltip--bottom-left::before,
  .tooltip--bottom-right::before {
    border-bottom-color: #6D68F6;
  }
  .tooltip--top::before,
  .tooltip--top-left::before,
  .tooltip--top-right::before {
    border-top-color: #6D68F6;
  }
  .checkbox--primary .checkbox__input:checked + .checkbox__ui {
    background-color: #6D68F6;
    border: 2px solid #6D68F6;
  }
  .question .checkbox__input:checked + .checkbox__ui {
    background-color: #6D68F6;
    border: 1px solid #6D68F6;
  }
  .question .radio__input:checked + .radio__ui {
    border-color: #6D68F6;
  }
  .question .radio__input:checked + .radio__ui::before {
    background-color: #6D68F6;
  }
  .assessment__completedicon, .assessment__gradingicon {
    background-color: #6D68F6;
  }
  .enrollmentmsg__image.enrollmentmsg__image--complete  {
    background-color: #6D68F6;
  }

  .rank__listitem .radio__input:checked + .radio__ui {
    border-color: #6D68F6;
  }
  .rank__listitem .radio__input:checked + .radio__ui::before {
    background-color: #6D68F6;
  }
  .sharelinks__link:hover,
  .sharelinks__link:focus,
  .sharelinks__link.button:hover,
  .sharelinks__link.button:focus {
    color: #6D68F6;
  }
  .rating input[type="radio"]:not([disabled]) + label {
    color: #6D68F6;
  }
  .courselist__item[data-status="completed"] .courselist__marker, .courselist__item[data-status="in-progress"] .courselist__marker,
  .pathmenu__sectionitem[data-status="completed"] .pathmenu__itemmarker, .pathmenu__sectionitem[data-status="in-progress"] .pathmenu__itemmarker {
    color: #6D68F6;
  }
  .courselist__item[data-status="in-progress"]:not([data-shape]) .courselist__marker {
    border-color: #6D68F6;
  }

    .u-org--catalogflag-in-progress svg {
    color: #6D68F6;
  }
}
  .pageoutline__currentlink,
  .pageoutline__currentlink:hover,
  .pageoutline__currentlink:focus {
    color: #6D68F6;
  }
  .tagbutton--selected,
  .tagbutton--selected:hover,
  .tagbutton--selected:active,
  .tagbutton--selected.tagbutton--taxonomy:hover,
  .tagbutton--selected.tagbutton--taxonomy:active {
    border-color: inherit !important;
    background-color: #6D68F6;
  }
  .tagbutton--selected.tagbutton--taxonomy {
    background-color: #6D68F60c !important;
    border-color: #6D68F6 !important;
  }
  .datepicker .pika-prev,
  .datepicker .pika-next {
    border: 1px solid #6D68F6;
  }
  .datepicker .pika-prev,
  .datepicker .is-rtl .pika-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2025'%20version%3D'1.1'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%236D68F6'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20points%3D'16.7%209.4%2011.6%2012.4%2016.6%2015.3'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .pika-next,
  .datepicker .is-rtl .pika-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20version%3D'1.1'%20viewBox%3D'0%200%2030%2025'%3E%3Cpath%20d%3D'M12.6%209.5L17.7%2012.4%2012.6%2015.3'%20fill-opacity%3D'0'%20stroke%3D'%236D68F6'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .is-today .pika-button {
    color: #6D68F6;
  }
  .datepicker .is-selected .pika-button,
  .datepicker .is-selected .pika-button:hover {
    background: #6D68F6;
  }
  .banner__icon {
    color: #6D68F6;
    background: #6D68F6;
  }

  /* Branding logo */
  .header__titleicon.u-org--titleicon {
    max-width: 120px;
  }
  @media (min-width: 370px) {
    .header__titleicon.u-org--titleicon {
      max-width: 160px;
    }
  }
  .u-org--titleicon + .header__titletext,
  .u-org--titleicon + .sidemenu__titletext {
    display: none;
  }
  .u-org--header .header__titlelink {
    text-overflow: clip;
  }

  /* Custom CSS */
  /* Sets grey background on live events on the landing page */
.catalogcard--event {
background-color: #F8F8F8;
border-color: #F8F8F8;
}
/*Set the triangle flag to light blue */
.u-org--catalogflag {
    background-image: linear-gradient(225deg, #73EEDF 50%, transparent 50%);
}
/*UP NEXT Set the triangle flag to light blue */
.uikitCardsCardMedia-module-statusMarker-D-TRm {
    color: #393b3d  !important;
    background-image: linear-gradient(225deg, #73EEDF 50%, transparent 50%) !important;
}
/*UP NEXT Overdue */
.uikitCardsCardMedia-module-isStatusOverdue-UV3hc {
    background-image: linear-gradient(225deg, #D43E2B 50%, transparent 50%)  !important;
color: #fff !important;
}
/*UP NEXT small text CHECK WITH LAURA IF NO LONGER NEEDED
.uikitContentTypo-module-element-rNmnU.uikitContentTypo-module-isVariantSupport01-nRawH {
color: #fff !important;
}*/
/*UP NEXT small text bar CHECK WITH LAURA IF NO LONGER NEEDED
.uikitCardsCardMedia-module-dateMessage-LqKln {
background-color: #73EEDF !important;
}*/
/* Set the progress bar to light blue*/
.activityprogress__value {
    background-color: #73EEDF;
}
/* Sets the triangle icon to dark grey colour */
.catalogflag img, .catalogflag svg {
color: #393b3d;
}
/* ! on Overdue */
.catalogflag--overdue svg {
color: #fff;
}
/*'Enroll Now' button style*/
.button--secondary, .button--secondary:link, .button--secondary:visited, .button--secondary:hover, .button--secondary:active, .button--secondary:focus, .dropdown__trigger:not(.dropdown__trigger--link) {
    background-color: transparent;
    border-color: #1C1D24;
    color: #1C1D24;
}

/* Sets the 'View all' button to pill shape and light blue background*/
.catalogcards__footerlink {
background-color: #73EEDF;
border-radius: 20px;
}
/* Sets the 'View all' button hover state colour to the same as active state (above)*/
.catalogcards__footerlink:hover {
background-color: #73EEDF;
}
/* Sets All buttons to light blue background colour and drak grey font colour */
.button--primary:not([disabled]), .button--primary:link, .button--primary:visited, .button--primary:hover, .button--primary:active, .button--primary:focus, .blankslate .button, .coursebar__btn--active, .coursebar__btn--active:hover, .coursebar__btn--active:focus, .tagbutton--selected:not(.tagbutton--taxonomy) {
    background-color: #73EEDF !important;
    border-color: #73EEDF !important;
    color: #393b3d !important;
}
/* Sets the 'View all' button on the right hand side rather than centre*/
.catalogcards__footer {
justify-content: right;
}
/*Homepage scrollbar(x-axis) on cards - set to be hidden by 'none' (change to 'auto' to enable*/
.catalogcards__list--scroll {
    overflow-x: hidden;
}
/* Cookie banner style */
.u-orgcolor--bg, .u-orgcolor--hoverbg:hover {
    background-color: #73EEDF !important;
}
.consent {
color: #1C1D24;
}
.consent a {
color: #1C1D24 !important;
}
.consent__icon {
color: #1C1D24 !important;
}

/*homepage top banner video controls */
.herovideo__controls {
display: none;
}

/*Homepage banner bottom radius*/
.herovideo video {
border: 1px #fff solid;
border-radius: 0% 0% 8% 8%;
}

/* Plan > filter icon style */
.filterlayout__filtersicon {
color: #1C1D24;
}
/*Font color of the announcements icon*/
.u-orgcolor--bg, .u-orgcolor--hoverbg:hover {
color: #1C1D24;
}
/*Announcement Font size and style*/
.updatecard__details p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}
.updatecard__contentname {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

