.tui-performOverviewPageLayoutTwoColumn {color: var(--color-text);font-weight: normal;font-size: var(--font-body-size);line-height: var(--font-body-line-height);}
.tui-performOverviewPageLayoutTwoColumn>*+* {margin-top: var(--gap-8);}
.tui-performOverviewPageLayoutTwoColumn__heading>*+* {margin-top: var(--gap-2);}
.tui-performOverviewPageLayoutTwoColumn__body--flush {margin-top: var(--gap-4);}
.tui-overviewActivitiesSection__chart {min-width: 100px;max-width: 320px;margin: auto;}
.tui-overviewActivitiesSection__content>*+* {margin-top: var(--gap-6);}
.tui-overviewActivitiesSection__content--stacked {margin-top: var(--gap-4);}
.tui-overviewCompetenciesSection__chart {min-width: 100px;max-width: 320px;margin: auto;}
.tui-overviewCompetenciesSection__content>*+* {margin-top: var(--gap-6);}
.tui-overviewCompetenciesSection__content--stacked {margin-top: var(--gap-4);}
.tui-overviewCompetenciesSection__noCompetencies>*+* {margin-top: var(--gap-4);}
.tui-overviewCount {display: flex;width: 100%;margin-top: var(--gap-2);padding-bottom: var(--gap-4);}
.tui-overviewCount__items, .tui-overviewCount__due {width: 50%;text-align: center;}
.tui-overviewCount__itemsContent, .tui-overviewCount__dueContent {display: flex;flex-direction: column;justify-content: center;}
.tui-overviewCount__itemsContent-count, .tui-overviewCount__dueContent-count {font-weight: 500;font-size: var(--font-heading-size);line-height: var(--font-heading-line-height);color: var(--color-neutral-7);}
.tui-overviewCount__itemsContent-text, .tui-overviewCount__dueContent-text {font-weight: normal;font-size: var(--font-body-small-size);line-height: var(--font-body-small-line-height);color: var(--color-neutral-6);}
.tui-overviewCount__itemsContent-overdueIcon, .tui-overviewCount__dueContent-overdueIcon {color: var(--color-prompt-warning);}
.tui-overviewGoalsSection__chart {min-width: 100px;max-width: 320px;margin: auto;}
.tui-overviewGoalsSection__content>*+* {margin-top: var(--gap-6);}
.tui-overviewGoalsSection__content--stacked {margin-top: var(--gap-4);}
.tui-overviewGoalsSection__noGoals>*+* {margin-top: var(--gap-4);}
.tui-myPerformOverviewItemDueDate {display: flex;flex-wrap: nowrap;}
.tui-myPerformOverviewItemDueDate>*+* {margin-right: calc(var(--gap-1) / 2);}
.tui-myPerformOverviewItemDueDate__button {font-weight: normal;font-size: var(--font-body-x-small-size);line-height: var(--font-body-x-small-line-height);}
.tui-myPerformOverviewItemDueDate__icon {top: 1px;}
.tui-myPerformOverviewItemDueDate__icon--dueSoon {color: var(--color-prompt-warning);}
.tui-myPerformOverviewItemDueDate__icon--dueSoon:active, .tui-myPerformOverviewItemDueDate__icon--dueSoon:focus, .tui-myPerformOverviewItemDueDate__icon--dueSoon:active:focus, .tui-myPerformOverviewItemDueDate__icon--dueSoon:active:hover, .tui-myPerformOverviewItemDueDate__icon--dueSoon:hover {color: var(--color-prompt-warning);}
.tui-myPerformOverviewItemDueDate__icon--overdue {color: var(--color-prompt-alert);}
.tui-myPerformOverviewItemDueDate__icon--overdue:active, .tui-myPerformOverviewItemDueDate__icon--overdue:focus, .tui-myPerformOverviewItemDueDate__icon--overdue:active:focus, .tui-myPerformOverviewItemDueDate__icon--overdue:active:hover, .tui-myPerformOverviewItemDueDate__icon--overdue:hover {color: var(--color-prompt-alert);}
.tui-myPerformOverviewItemDueDate__iconText {font-weight: normal;font-size: var(--font-body-x-small-size);line-height: var(--font-body-x-small-line-height);}
.tui-myPerformOverviewItemDueDate__date--overdue {color: var(--color-prompt-alert);}
.tui-myPerformOverviewItemUpdated {-webkit-hyphens: none;hyphens: none;}
.tui-myPerformOverviewItemUpdated__button {font-weight: normal;font-size: var(--font-body-x-small-size);line-height: var(--font-body-x-small-line-height);}
.tui-myPerformOverviewItemUpdated__content {display: flex;}
.tui-myPerformOverviewItemUpdated__content>*+* {margin-right: var(--gap-2);}
.tui-myPerformOverviewRequiredAction {width: 100%;padding: var(--gap-4);}
.tui-myPerformOverviewRequiredAction>*+* {margin-top: var(--gap-4);}
.tui-myPerformOverviewRequiredAction__header {margin: 0;font-weight: bold;font-size: var(--font-heading-small-size);line-height: var(--font-heading-small-line-height);}
.tui-myPerformOverviewRequiredAction__body>*+* {margin-top: var(--gap-6);}
.tui-myPerformOverviewRequiredAction__activitiesAboutOthers-icon, .tui-myPerformOverviewRequiredAction__participantsSelection-icon {color: var(--color-prompt-info);}
.tui-myPerformOverviewRequiredAction--stacked .tui-myPerformOverviewRequiredAction__header {font-weight: bold;font-size: var(--font-heading-x-small-size);line-height: var(--font-heading-x-small-line-height);}
.tui-myPerformOverviewRequiredActionSection {-webkit-hyphens: none;hyphens: none;}
.tui-myPerformOverviewRequiredActionSection>*+* {margin-top: var(--gap-4);}
.tui-myPerformOverviewRequiredActionSection__header {display: flex;margin: 0;padding-bottom: var(--gap-2);border-bottom: var(--border-width-thin) solid var(--color-neutral-7);font-weight: bold;font-size: var(--font-body-size);line-height: var(--font-body-line-height);}
.tui-myPerformOverviewRequiredActionSection__header>*+* {margin-right: var(--gap-1);}
.tui-myPerformOverviewRequiredActionSection__header-icon {display: flex;}
.tui-myPerformOverviewRequiredActionSection__header-icon>* {flex-shrink: 0;margin: 0 1px 0 2px;}
.tui-myPerformOverviewRequiredActionSection__content>*+* {margin-top: var(--gap-4);padding-top: var(--gap-4);border-top: var(--border-width-thin) solid var(--color-neutral-5);}
.tui-myPerformOverviewRequiredActionSectionItem {display: flex;}
.tui-myPerformOverviewRequiredActionSectionItem>*+* {margin-right: var(--gap-4);}
.tui-myPerformOverviewRequiredActionSectionItem--stacked {flex-direction: column;}
.tui-myPerformOverviewRequiredActionSectionItem__text {font-weight: normal;font-size: var(--font-body-small-size);line-height: var(--font-body-small-line-height);}
.tui-myPerformOverviewRequiredActionSectionItem__action {display: flex;flex-grow: 1;flex-shrink: 0;justify-content: flex-end;min-width: 20%;}
.tui-myPerformOverviewRequiredActionSectionItem__action--stacked {justify-content: flex-start;margin: var(--gap-2) 0 0;}
.tui-myPerformOverviewSection {width: 100%;padding: var(--gap-4);}
.tui-myPerformOverviewSection>*+* {margin-top: var(--gap-4);}
.tui-myPerformOverviewSection__header {margin: 0;font-weight: bold;font-size: var(--font-heading-small-size);line-height: var(--font-heading-small-line-height);}
.tui-myPerformOverviewSection__header--stacked {font-weight: bold;font-size: var(--font-heading-x-small-size);line-height: var(--font-heading-x-small-line-height);}
.tui-myPerformOverviewSection__chartArea {min-height: 184px;padding-left: var(--gap-4);border-left: var(--border-width-thin) solid var(--color-neutral-5);}
.tui-myPerformOverviewSection__chartArea-content {max-width: 320px;margin: 0 auto;}
.tui-myPerformOverviewSection__chartArea--stacked {padding-left: 0;border-left: none;border-bottom: var(--border-width-thin) solid var(--color-neutral-5);}
.tui-myPerformOverviewSection__toggle {margin: 0 auto;padding-top: var(--gap-2);}
.tui-overviewStatusTable__header {margin: 0;font-weight: bold;font-size: var(--font-heading-x-small-size);line-height: var(--font-heading-x-small-line-height);}
.tui-overviewStatusTable__header-count {display: inline-flex;}
.tui-overviewStatusTable__header-countButton {font-size: inherit;}
.tui-overviewStatusTable__header--stacked {font-weight: bold;font-size: var(--font-body-size);line-height: var(--font-body-line-height);}
.tui-overviewStatusTable__item>*+* {margin-top: var(--gap-2);}
.tui-overviewStatusTable__item-name {margin: 0;font-weight: bold;font-size: var(--font-body-size);line-height: var(--font-body-line-height);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.tui-overviewStatusTable__item-name--stacked {font-weight: bold;font-size: var(--font-body-small-size);line-height: var(--font-body-small-line-height);}
.tui-overviewStatusTable__item-content {font-weight: normal;font-size: var(--font-body-x-small-size);line-height: var(--font-body-x-small-line-height);color: var(--color-neutral-6);}
.tui-overviewStatusTable__item-content>*+* {margin-top: var(--gap-2);}
.tui-overviewStatusTable__item-content--separator {display: flex;flex-wrap: wrap;margin-top: var(--gap-1);}
.tui-overviewStatusTable__item-content--separator>*+* {position: relative;display: flex;margin-right: var(--separator-pipe-gap);padding-right: var(--separator-pipe-gap);}
.tui-overviewStatusTable__item-content--separator>*+*:before {position: absolute;top: 0;bottom: 0;right: 0;height: 1em;margin: auto 0;border-right: var(--separator-pipe-size) solid;content: "";}
.tui-overviewStatusTable__item-content--separator>*+* {margin-top: 0;}
.tui-overviewStatusTable__item-content--separator>*+*:before {color: var(--color-neutral-5);}
.tui-overviewStatusTable__item-descriptionText {font-weight: normal;font-size: var(--font-body-small-size);line-height: var(--font-body-small-line-height);margin-top: var(--gap-2);}
.tui-overviewViewAllModal {display: flex;flex-direction: column;flex-grow: 1;height: 50rem;margin-top: var(--gap-3);}
.tui-overviewViewAllModal>*+* {margin-top: var(--gap-4);}
.tui-overviewViewAllModal__content {flex-grow: 1;padding-bottom: var(--gap-2);overflow: scroll;}
.tui-overviewViewAllModal__content>*+* {margin-top: var(--gap-2);}
.tui-overviewViewAllModal__content-loadMore {text-align: center;}
.tui-overviewViewAllModal__footer {display: flex;justify-content: flex-end;}
.tui-myPerformOverview__period {display: flex;flex-wrap: wrap;}
.tui-myPerformOverview__period-label {margin: auto 0;}
.tui-myPerformOverview__content>*+* {margin-top: var(--gap-4);}
.tui-myPerformOverview__side>*+* {margin-top: var(--gap-4);}
.tui-core_my-reports__headerButtons {display: flex;}
.tui-core_my-reports__content {display: flex;flex-direction: column;gap: var(--gap-8);}
.tui-core_my-reports__reports {display: flex;flex-direction: column;gap: var(--gap-4);}
.tui-core_my-reports__scheduledReports {display: flex;flex-direction: column;gap: var(--gap-4);}
.tui-core_my-reports__sectionHeading {margin: 0;}
.tui-core_my-reports__scheduledReportAdd {margin-top: var(--gap-2);}
@font-face {font-family: "Ubuntu";src: url("https://www.charlesrivercampus.com/theme/actua/webfont.php?nomfont=Ubuntu-Light.woff") format("woff");font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: "Ubuntu";src: url("https://www.charlesrivercampus.com/theme/actua/webfont.php?nomfont=Ubuntu-Medium.woff") format("woff");font-weight: 500;font-style: normal;}
@font-face {font-family: "Ubuntu";src: url("https://www.charlesrivercampus.com/theme/actua/webfont.php?nomfont=Ubuntu-Regular.woff") format("woff");font-weight: normal;font-style: normal;}
@font-face {font-family: "Ubuntu";src: url("https://www.charlesrivercampus.com/theme/actua/webfont.php?nomfont=Ubuntu-Light.woff") format("woff");font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: "Ubuntu";src: url("https://www.charlesrivercampus.com/theme/actua/webfont.php?nomfont=Ubuntu-Medium.woff") format("woff");font-weight: 500;font-style: normal;}
@font-face {font-family: "Ubuntu";src: url("https://www.charlesrivercampus.com/theme/actua/webfont.php?nomfont=Ubuntu-Regular.woff") format("woff");font-weight: normal;font-style: normal;}
body {font-family: Ubuntu;}