/**************************************************
* GENERAL
***************************************************/
.cbw-edit,
#de {
	display: none !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/**************************************************
* DASHBOARD
***************************************************/
#sbu-sr-dashboard {
	position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
	-ms-grid-columns: minmax(384px, 1fr) 3fr minmax(384px, 1fr);
	grid-template-columns: minmax(384px, 1fr) 3fr minmax(384px, 1fr);
	background: linear-gradient(to right, #f5f5f5), url('https://www.stonybrook.edu/for-students/_resources/images/prisms-gray-bg.png');
	background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sbu-sr-dashboard-scrollable-content {
	scrollbar-width: thin;
	scrollbar-color: #b5b5b5 transparent;
}
.sbu-sr-dashboard-scrollable-content::-webkit-scrollbar {
	width: 8px;
}
.sbu-sr-dashboard-scrollable-content::-webkit-scrollbar-track {
	background-color: transparent;
	border-left: 2px solid #f5f5f5;
}
.sbu-sr-dashboard-scrollable-content::-webkit-scrollbar-thumb {
	background-color: #b5b5b5;
	border-left: 2px solid #f5f5f5;
	border-radius: 4px;
}
.sbu-sr-dashboard-scrollable-content::-webkit-scrollbar-thumb:hover {
	background-color: #a0a0a0;
}
.sbu-sr-dashboard-scrollable-content::-webkit-scrollbar-button,
.sbu-sr-dashboard-scrollable-content::-webkit-scrollbar-button:vertical:start:decrement,
.sbu-sr-dashboard-scrollable-content::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}

/**************************************************
* SIDEBAR
***************************************************/
.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-separator {
	margin: 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-heading {
	margin-bottom: 1rem;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #050505;
}
.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-heading span {
	display: inline-block;
	vertical-align: top;
}
.sbu-sr-dashboard-sidebar-heading svg {
	box-sizing: content-box;
    display: inline-block;
	width: 1em;
    height: 1em;
	margin-right: 0.5em;
	vertical-align: -0.125em;
    overflow: visible;
    color: #990000;
    fill: #990000;
}

/**************************************************
* SIDEBAR: ICON RESOURCE LIST
***************************************************/
.sbu-sr-dashboard-icon-resources {
	margin-bottom: 0.8rem;
}
.sbu-sr-dashboard-icon-resources:last-child {
	margin-bottom: 0;
}
.sbu-sr-dashboard-icon-resources-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sbu-sr-dashboard-icon-resources-list .sbu-sr-dashboard-icon-resource:not(:last-child) {
	margin-bottom: 0.75rem;
}
.sbu-sr-dashboard-icon-resource a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
    background-color: #fafafa;
    color: #990000;
    border-radius: 0.5rem;
    text-decoration: none;
	outline: none;
}
.sbu-sr-dashboard-icon-resource-icon {
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(42px + 12px);
    flex: 0 0 calc(42px + 12px);
    padding-right: 12px;
    width: calc(42px + 12px);
    height: 42px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #990000;
	border: 1px solid #990000;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
    z-index: 3;
}
.sbu-sr-dashboard-icon-resource-icon svg {
	display: block;
    max-width: 50%;
    max-height: 50%;
    fill: #ffffff;
    color: #ffffff;
}
.sbu-sr-dashboard-icon-resource-title {
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 calc(0.75rem + 12px);
    height: 42px;
    margin-left: -12px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    text-decoration: none;
    background-color: #fafafa;
    color: #990000;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
    z-index: 2;
	-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-title,
.sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-title {
	text-decoration: underline;
	background-color: #990000;
	color: #ffffff;
}
.sbu-sr-dashboard-icon-resource-description {
	position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.375rem 0.5rem 0.375rem 12px;
    margin-left: -12px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 0.875rem;
    line-height: 1.05;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    height: 42px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: #333333;
    z-index: 1;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.sbu-sr-dashboard-icon-resource-description::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 24px;
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
}

/**************************************************
* SIDEBAR: PRISM RESOURCE LIST
***************************************************/
.sbu-sr-dashboard-prism-resources {
	margin-bottom: 0.8rem;
}
.sbu-sr-dashboard-prism-resources-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sbu-sr-dashboard-prism-resource {
	
}
.sbu-sr-dashboard-prism-resources-list .sbu-sr-dashboard-prism-resource:not(:last-child) {
	margin-bottom: 0.75rem;
}
.sbu-sr-dashboard-prism-resource a {
	display: block;
	padding: 0;
	overflow: hidden;
    background-color: #ffffff;
	color: #990000;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0.5rem;
	text-decoration: none;
	outline: none;
}
.sbu-sr-dashboard-prism-resource-title {
	display: block;
    padding: 0.5rem 0.75rem 0.35rem 0.75rem;
    font-family: Bitter, Garamond, serif;
    font-size: 1rem;
    font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	background: linear-gradient(to right, rgba(60, 60, 60, 0.35)), url('https://www.stonybrook.edu/for-students/_resources/images/prisms-red-bg.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    color: #ffffff;
}
.sbu-sr-dashboard-prism-resource a:hover .sbu-sr-dashboard-prism-resource-title,
.sbu-sr-dashboard-prism-resource a:focus .sbu-sr-dashboard-prism-resource-title {
	text-decoration: underline;
}
.sbu-sr-dashboard-prism-resource-description {
	display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
	padding: 0.375rem 0.5rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
    font-weight: normal;
	color: #333333;
}

/**************************************************
* LEFT SIDEBAR
***************************************************/
#sbu-sr-dashboard-left {
	position: relative;
    -ms-grid-column: 1;
    grid-column: 1;
    overflow: hidden;
	padding: 1.5rem;
}
#sbu-sr-dashboard-left-container {
	width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow-y: hidden;
}
#sbu-sr-dashboard-left-content {
	width: 100%;
    height: 100%;
	padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.90);
    overflow-y: auto;
    border-radius: 1.5rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
#sbu-sr-dashboard-logo {
	position: relative;
    padding: 0;
	margin: 0;
}
#sbu-sr-dashboard-logo a {
    outline: none;
    text-decoration: none;
    display: block;
	width: 65%;
	max-width: 350px;
	padding: 0;
	margin: 0.7rem auto 1.5rem auto;
	text-align: center;
}
#sbu-sr-dashboard-logo img {
	display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
	display: block;
}
#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
	display: none;
}
#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
	display: none;
}
#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
	display: none;
}
#sbu-sr-dashboard-logo a > span {
    position: relative;
    display: inline-block;
    text-align: center;
	padding: 0 0.75rem;
    margin-top: 0.5rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #990000;
    pointer-events: none;
}
#sbu-sr-dashboard-logo a span::after {
	content: "";
	position: absolute;
    width: 0;
    height: 3px;
    background: #990000;
    top: calc(100% + 0.25em);
    right: 0;
    pointer-events: none;
	border-radius: 6px;
    -webkit-transition: width 75ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: width 75ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 75ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-logo a:hover span::after,
#sbu-sr-dashboard-logo a:focus span::after {
	width: 100%;
	-webkit-transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-logo a span svg {
	box-sizing: content-box;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.125em;
    overflow: visible;
    color: #990000;
    fill: #990000;
}
#sbu-sr-dashboard-mobile-heading {
	display: none;
	font-family: 'Alumni Sans' !important;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
    color: #990000;
    margin-top: -0.25rem;
    margin-bottom: 0.75rem;
}

/**************************************************
* LEFT SIDEBAR: NAVIGATION
***************************************************/
#sbu-sr-dashboard-navigation {
	margin-bottom: 1rem;
}
#sbu-sr-dashboard-navigation .sbu-sr-dashboard-sidebar-heading svg {
	margin-left: 0.5em;
	margin-right: 0;
	width: 0.875em;
    height: 0.875em;
	color: #00549A;
    fill: #00549A;
}
#sbu-sr-dashboard-navigation-items {
	list-style: none;
	padding: 0;
	margin: -0.3125rem 0;
}
#sbu-sr-dashboard-navigation-items li a {
	position: relative;
	display: block;
	padding: 0.3125rem 1.5rem 0.3125rem 0;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
	line-height: 1.15;
	color: #333333;
	outline: none;
	display: flex;
    align-items: flex-start;
    position: relative;
	-webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-navigation-items li a:hover,
#sbu-sr-dashboard-navigation-items li a:focus {
	color: #00549A;
}
#sbu-sr-dashboard-navigation-items li a:hover > span:nth-of-type(2),
#sbu-sr-dashboard-navigation-items li a:focus > span:nth-of-type(2) {
	text-decoration: underline;
}
#sbu-sr-dashboard-navigation-items li a > span {
	display: inline-block;
    vertical-align: top;
}
#sbu-sr-dashboard-navigation-items li a > span:nth-of-type(1) {
	flex-shrink: 0;
	margin-right: 0.5em;
}
#sbu-sr-dashboard-navigation-items li a > span:nth-of-type(2) {
	flex: 1;
    word-wrap: break-word;
}
#sbu-sr-dashboard-navigation-items li a > span > span.separator {
	display: inline-block;
    width: auto;
    height: 1em;
    margin: 0 0.35em;
    vertical-align: -0.125em;
    border-right: 2px solid rgba(0, 0, 0, 0.25);
}
#sbu-sr-dashboard-navigation-items li a > span:nth-of-type(3) {
	position: absolute;
	top: calc(50% - 0.6em);
	right: 0;
	opacity: 0;
	-webkit-transform: translateX(-0.25em) translateY(-0.5em);
	-ms-transform: translateX(-0.25em) translateY(-0.5em);
	transform: translateX(-0.25em) translateY(-0.5em);
	-webkit-transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 75ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 75ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), transform 75ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), transform 75ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), transform 75ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 75ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-navigation-items li a:hover > span:nth-of-type(3),
#sbu-sr-dashboard-navigation-items li a:focus > span:nth-of-type(3) {
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	opacity: 1;
	-webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-navigation-items li a > span:nth-of-type(3) svg {
	width: 0.875em;
    height: 0.875em;
}
#sbu-sr-dashboard-navigation-items li a > span svg {
	box-sizing: content-box;
    display: inline-block;
    width: 1.125em;
    height: 1.125em;
    vertical-align: -0.125em;
    overflow: visible;
	color: #00549A;
    fill: #00549A;
}
#sbu-sr-dashboard-navigation-items li a,
#sbu-sr-dashboard-navigation-items.scrolling  li a.scrolling-target {
	opacity: 1;
	-webkit-transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-navigation-items.scrolling li a {
	opacity: 0.25;
	-webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/**************************************************
* RIGHT SIDEBAR
***************************************************/
#sbu-sr-dashboard-right {
	position: relative;
	-ms-grid-column: 3;
	grid-column: 3;
    overflow: hidden;
	padding: 1.5rem;
}
#sbu-sr-dashboard-right-container {
	width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow-y: hidden;
}
#sbu-sr-dashboard-right-content {
	width: 100%;
    height: 100%;
	padding: 1.5rem;
    overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.90);
    border-radius: 1.5rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resources .sbu-sr-dashboard-sidebar-heading svg {
	color: #00549A;
    fill: #00549A;
}

/**************************************************
* RIGHT SIDEBAR: ICON RESOURCE LIST
***************************************************/
#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource .sbu-sr-dashboard-icon-resource a {
	color: #333333;
}
#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource .sbu-sr-dashboard-icon-resource-icon {
	background: #00549A;
	border: 1px solid #00549A;
}
#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource .sbu-sr-dashboard-icon-resource-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    -webkit-clip-path: none;
    clip-path: none;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-title,
#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-title {
	background-color: #00549A;
}

/**************************************************
* CENTER
***************************************************/
#sbu-sr-dashboard-center {
	position: relative;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
    padding: 1.5rem 0;
    overflow: hidden;
}
#sbu-sr-dashboard-center-content {
	display: -ms-grid;
	display: grid;
    -ms-grid-rows: -webkit-min-content 1fr;
    -ms-grid-rows: min-content 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
	width: 100%;
    height: 100%;
}
#sbu-sr-dashboard-topbar {
	-ms-grid-row: 1;
	grid-row: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 1.5rem;
}
#sbu-sr-dashboard-topbar-left,
#sbu-sr-dashboard-topbar-right {
	flex: 0 0 72px;
}
#sbu-sr-dashboard-topbar-center {
	flex: 1;
	padding: 0 1.5rem;
}
#sbu-sr-dashboard-heading {
	margin: -0.3rem 0;
    font-family: 'Alumni Sans' !important;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    line-height: 0.85;
    color: #990000;
}

/**************************************************
* DARK MODE TOGGLE
***************************************************/
.sbu-sr-dashboard-dark-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#sbu-sr-dashboard-mobile-dark-toggle {
	display: none;
}
#sbu-sr-dashboard-mobile-dark-toggle .sbu-sr-dashboard-dark-toggle-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 1rem;
}
.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch {
	display: block;
}
.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch-housing {
	display: block;
    width: 68px;
	height: 34px;
	padding: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 17px;
	overflow: hidden;
	-webkit-transition: background-color 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: background-color 750ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: background-color;
}
.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch-button {
	position: relative;
    display: block;
    width: 26px;
	height: 26px;
    background-color: #00549A;
    padding: 0;
    border-radius: 50%;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1), background-color 750ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1), background-color 750ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1), background-color 750ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1), background-color 750ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1), background-color 750ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform, background-color;
}
.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch-button .sbu-sr-dashboard-dark-toggle-switch-icon {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
    display: block;
	opacity: 1;
	-webkit-transition: -webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1), opacity 750ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1), opacity 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1), opacity 750ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1), opacity 750ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 750ms cubic-bezier(0.4, 0, 0.2, 1), opacity 750ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 750ms cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform, opacity;
}
.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch-button .sbu-sr-dashboard-dark-toggle-switch-dark-mode-icon {
	opacity: 0;
	-webkit-transform: translateY(22px);
	-ms-transform: translateY(22px);
	transform: translateY(22px);
}
.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch-button .sbu-sr-dashboard-dark-toggle-switch-light-mode-icon {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-icon svg {
	display: block;
    max-width: 100%;
    max-height: 100%;
    fill: #ffffff;
    color: #ffffff;
	-webkit-transition: fill 750ms cubic-bezier(0.4, 0, 0.2, 1), color 750ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: fill 750ms cubic-bezier(0.4, 0, 0.2, 1), color 750ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: fill 750ms cubic-bezier(0.4, 0, 0.2, 1), color 750ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-housing {
	background-color: #00549A;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-button {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-button {
	background-color: #fafafa;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-dark-mode-icon {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-light-mode-icon {
	opacity: 0;
	-webkit-transform: translateY(22px);
	-ms-transform: translateY(22px);
	transform: translateY(22px);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-icon svg {
	fill: #00549A;
    color: #00549A;
}

/**************************************************
* CENTER: RESOURCE COLLECTIONS
***************************************************/
#sbu-sr-dashboard-center .sbu-sr-dashboard-resources {
	position: relative;
	-ms-grid-row: 2;
	grid-row: 2;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.90);
    border-radius: 1.5rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::before,
#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::after {
	content: "";
	position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    width: auto;
    height: 1.5rem;
    z-index: 100;
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::before {
	top: 0;
	bottom: auto;
	background: linear-gradient(to bottom, #ffffff, transparent);
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::after {
	top: auto;
	bottom: 0;
	background: linear-gradient(to top, #ffffff, transparent);
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections {
	height: calc(100% + 0.25rem);
    padding: 1.625rem 1rem 1.625rem 1.5rem;
    margin: -0.125rem 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: scroll-position;
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections .sbu-sr-dashboard-resource-collection,
#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections.scrolling .sbu-sr-dashboard-resource-collection.scrolling-target {
	opacity: 1;
	-webkit-transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections.scrolling .sbu-sr-dashboard-resource-collection {
	opacity: 0.25;
	-webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading::after {
	width: 100%;
	-webkit-transition: width 1200ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: width 1200ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 1200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections.scrolling .sbu-sr-dashboard-resource-collection.scrolling-target .sbu-sr-dashboard-resource-collection-heading::after {
	width: 0;
	-webkit-transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sbu-sr-dashboard-resource-collection {
	outline: none;
}
.sbu-sr-dashboard-resource-collection:focus .sbu-sr-dashboard-resource-collection-card {
	border-color: 1px solid rgba(0, 0, 0, 0.14);
	box-shadow: 0 3px 6px rgba(32, 84, 151, 0.1);
}
.sbu-sr-dashboard-resources .sbu-sr-dashboard-resource-collection:not(:last-child) {
	margin-bottom: 1.5rem;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
	box-shadow: 0 3px 6px rgba(32, 84, 151, 0.05); /* Blue shadow */
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + 0.375rem);
	margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #ffffff;
	background: linear-gradient(to right, #ffffff, #fafafa, #f5f5f5);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-attachment: scroll;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.375rem;
    background: linear-gradient(to right, #00549A, #1791AD);
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(1) {
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to top right, #00549A, #1791AD);
    margin-right: 0.75rem;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(2) {
	position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-family: Bitter, Garamond, serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #00549A;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading svg {
	display: block;
    max-width: 50%;
    max-height: 50%;
    fill: #ffffff;
    color: #ffffff;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content {
	padding: 0.75rem;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3 {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
	color: #050505;
    margin-bottom: 0.75rem;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3:not(:first-child) {
	margin-top: 0.75rem;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content ul {
	list-style: none;
    padding: 0;
    margin: -0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sbu-sr-dashboard-resource-collection li.sbu-sr-dashboard-resource-collection-item {
	list-style: none;
    padding: 0.375rem;
    margin: 0;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-content {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #990000;
    text-decoration: none;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    line-height: 1.25;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.375rem;
	overflow: hidden;
	outline: none;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-content span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title a {
	padding: 0.5rem 0.75rem;
	background-color: #fafafa;
	color: #990000;
	-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
	outline: none;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background-color: #00549A;
	color: #ffffff;
	text-decoration: underline;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-subtitle {
	padding: 0 0.75rem;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 0.875rem;
    line-height: 1.05;
    font-style: italic;
    font-weight: normal;
    text-align: center;
	background-color: #ffffff;
	color: #333333;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 0.875rem;
    line-height: 1.05;
    font-weight: normal;
    text-align: center;
    background-color: #ffffff;
    color: #333333;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile > span {
	display: inline-block;
	padding-left: 0.375rem;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile a {
	display: inline-block;
	padding: 0 0.375rem;
	outline: none;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile svg {
	box-sizing: content-box;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    overflow: visible;
    color: #00549A;
    fill: #00549A;
}
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	color: #1791AD;
	fill: #1791AD;
}

/**************************************************
* DARK MODE
***************************************************/
/* DASHBOARD */
html.sbu-sr-dashboard-dark-mode,
body.sbu-sr-dashboard-dark-mode {
	background-color: #1c1c1c;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard {
	background: linear-gradient(to right, #d9d9d9), url('https://www.stonybrook.edu/for-students/_resources/images/prisms-black-bg.png');
	background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: scroll;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-left-content,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-right-content,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-center .sbu-sr-dashboard-resources {
	background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 6px rgba(0, 0, 0, 0.03);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: background-color;
}

/* SIDEBAR */
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-heading {
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-sidebar-heading svg {
	fill: #ffffff;
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-separator {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* SIDEBAR: ICON RESOURCES */
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource a {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource-title {
	background-color: rgba(250, 250, 250, 0.1);
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource-description {
	background-color: transparent;
	color: #ffffff;
	-webkit-clip-path: polygon(12px 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(12px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource-description::before {
	display: none;
}

/* SIDEBAR: PRISM RESOURCES */
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-prism-resource a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-prism-resource-title {
	background: linear-gradient(to right, rgba(60, 60, 60, 0.7)), url('https://www.stonybrook.edu/for-students/_resources/images/prisms-red-bg.png');
	background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
	background-attachment: scroll;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-prism-resource-description {
	color: #ffffff;
}

/* LEFT SIDEBAR */
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
	display: none;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
	display: block;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
	display: none;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
	display: none;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo a > span {
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo a span svg {
	fill: #ffffff;
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo a span::after {
	background-color: #ffffff;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-mobile-heading {
	color: #ffffff;
}

/* LEFT SIDEBAR: NAVIGATION */
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li a {
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li a > span > span.separator {
	border-right: 2px solid rgba(255, 255, 255, 0.25);
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation .sbu-sr-dashboard-sidebar-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li a > span svg {
	fill: #ffffff;
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li a > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li a:focus > span:nth-of-type(1) svg {
	fill: #ffffff;
	color: #ffffff;
}

/* RIGHT SIDEBAR */
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resources .sbu-sr-dashboard-sidebar-heading svg {
	fill: #ffffff;
	color: #ffffff;
}

/* CENTER: RESOURCE COLLECTIONS */
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-heading {
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-center .sbu-sr-dashboard-resources::before {
	top: 0;
    bottom: auto;
    background: linear-gradient(to bottom, #3b3b3b, transparent);
    border-top: 1px solid #4f4f4f;
}
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-center .sbu-sr-dashboard-resources::after {
	top: auto;
	bottom: 0;
	background: linear-gradient(to top, #333333, transparent);
    border-bottom: 1px solid #484848;
}

/* CENTER: RESOURCE COLLECTION */
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-card {
	/* background-color: rgba(255, 255, 255, 0.1); */
	background-color: rgba(23, 145, 173, 0.03);
    border-radius: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 3px 6px rgba(0, 0, 0, 0.03);
    border: none;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	color: #ffffff;
	border: none;
	background-attachment: scroll;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(1) {
	background: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(2) {
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #1791AD;
	color: #1791AD;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading::after {
	background: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3 {
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-content {
	background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title a {
	background-color: rgba(250, 250, 250, 0.1);
	color: #ffffff;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #1791AD;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-subtitle {
	background-color: transparent;
	color: #ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile {
	background-color: transparent;
	color: #ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #ffffff;
	color: #ffffff;
}

/* RESOURCE COLLECTION: COLORING */
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(1) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(0, 84, 154, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(1) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(1) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #02599C;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(1) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(1) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(1) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(1) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(1) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #02599C;
	color: #02599C;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(2) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(2, 89, 156, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(2) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(2) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #02599C;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(2) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(2) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(2) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(2) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(2) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #02599C;
	color: #02599C;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(3) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(4, 94, 157, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(3) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(3) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #045E9D;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(3) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(3) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(3) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(3) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(3) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #045E9D;
	color: #045E9D;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(4) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(6, 99, 159, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(4) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(4) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #06639F;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(4) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(4) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(4) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(4) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(4) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #06639F;
	color: #06639F;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(5) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(8, 104, 160, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(5) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(5) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #0868A0;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(5) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(5) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(5) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(5) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(5) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #0868A0;
	color: #0868A0;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(6) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(10, 109, 162, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(6) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(6) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #0A6DA2;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(6) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(6) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(6) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(6) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(6) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #0A6DA2;
	color: #0A6DA2;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(7) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(12, 114, 164, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(7) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(7) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #0C72A4;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(7) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(7) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(7) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(7) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(7) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #0C72A4;
	color: #0C72A4;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(8) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(13, 120, 165, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(8) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(8) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #0D78A5;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(8) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(8) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(8) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(8) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(8) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #0D78A5;
	color: #0D78A5;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(9) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(15, 125, 167, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(9) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(9) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #0F7DA7;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(9) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(9) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(9) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(9) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(9) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #0F7DA7;
	color: #0F7DA7;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(10) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(17, 130, 168, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(10) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(10) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #1182A8;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(10) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(10) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(10) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(10) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(10) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #1182A8;
	color: #1182A8;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(11) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(19, 135, 170, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(11) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(11) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #1387AA;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(11) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(11) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(11) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(11) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(11) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #1387AA;
	color: #1387AA;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(12) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(21, 140, 171, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(12) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(12) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #158CAB;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(12) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(12) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(12) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(12) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(12) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #158CAB;
	color: #158CAB;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(13) .sbu-sr-dashboard-resource-collection-card {
	background-color: rgba(23, 145, 173, 0.03);
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(13) .sbu-sr-dashboard-resource-collection-item-title a:hover,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(13) .sbu-sr-dashboard-resource-collection-item-title a:focus {
	background: #1791AD;
}
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(13) .sbu-sr-dashboard-resource-collection-heading svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(13) a:hover > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-navigation-items li:nth-of-type(13) a:focus > span:nth-of-type(1) svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(13) .sbu-sr-dashboard-resource-collection-item-mobile a:hover svg,
.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-resource-collection:nth-child(13) .sbu-sr-dashboard-resource-collection-item-mobile a:focus svg {
	fill: #1791AD;
	color: #1791AD;
}

/**************************************************
* MEDIA QUERIES
***************************************************/
@media (min-width: 1800px) and (min-height: 1030px) {
	/* SIDEBAR: ICON RESOURCE LIST */
	.sbu-sr-dashboard-icon-resource-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(48px + 12px);
		flex: 0 0 calc(48px + 12px);
		padding-right: 12px;
		width: calc(48px + 12px);
		height: 48px;
	}
	.sbu-sr-dashboard-icon-resource-title {
		height: 48px;
	}
	.sbu-sr-dashboard-icon-resource-description {
		height: 48px;
	}
	
	/* SIDEBAR: PRISM RESOURCE LIST */
	.sbu-sr-dashboard-prism-resource-title {
		font-size: 1.125rem;
	}
	
	/* LEFT SIDEBAR: NAVIGATION */
	#sbu-sr-dashboard-navigation-items {
		margin: -0.375rem 0;
	}
	#sbu-sr-dashboard-navigation-items li a {
		padding: 0.375rem 1.75rem 0.375rem 0;
	}
	#sbu-sr-dashboard-navigation-items li a > span:nth-of-type(1) {
		margin-right: 0.75em;
	}
}
@media (min-width: 1500px) and (max-width: 1799px) and (max-height: 1029px) {
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-logo a {
		width: 100% !important;
		padding: 0 0.75rem !important;
		margin: 0.75rem auto 1.5rem auto !important;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
		display: none;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
		display: none;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
		display: block;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
		display: block;
	}
	#sbu-sr-dashboard-logo a > span {
		font-size: 1rem;
		margin-top: 0;
	}
}
@media (min-width: 1800px) and (max-width: 1999px) and (max-height: 999px) {
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-logo a {
		width: 100% !important;
		padding: 0 0.75rem !important;
		margin: 0.75rem auto 1.5rem auto !important;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
		display: none;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
		display: none;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
		display: block;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
		display: block;
	}
	#sbu-sr-dashboard-logo a > span {
		font-size: 1rem;
		margin-top: 0;
	}
}
@media (min-width: 2000px) and (min-height: 1100px) {
	/* LEFT SIDEBAR: NAVIGATION */
	#sbu-sr-dashboard-navigation-items li a {
		padding: 0.375rem 1.75rem 0.375rem 1.75rem;
	}
}
@media (max-width: 1799px) {
	/* SIDEBAR */
	.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-heading {
		margin-bottom: 0.75rem;
		font-size: 1rem;
	}
	.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-separator {
		margin: 0.8rem 0;
	}
	
	/* SIDEBAR: ICON RESOURCE LIST */
	.sbu-sr-dashboard-icon-resources {
		margin-bottom: 0.8rem;
	}
	.sbu-sr-dashboard-icon-resource-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(42px + 12px);
		flex: 0 0 calc(42px + 12px);
		padding-right: 12px;
		width: calc(42px + 12px);
		height: 42px;
	}
	.sbu-sr-dashboard-icon-resource-title {
		height: 42px;
	}
	.sbu-sr-dashboard-icon-resource-description {
		height: 42px;
	}
	
	/* SIDEBAR: PRISM RESOURCE LIST */
	.sbu-sr-dashboard-prism-resources {
		margin-bottom: 0.8rem;
	}
	.sbu-sr-dashboard-prism-resource-title {
		font-size: 1rem;
	}
	
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-logo a > span {
		font-size: 1rem;
	}
	#sbu-sr-dashboard-logo a span::after {
		display: none;
	}
	#sbu-sr-dashboard-logo a:hover span,
	#sbu-sr-dashboard-logo a:focus span {
		text-decoration: underline;
	}
	
	/* LEFT SIDEBAR: NAVIGATION */
	#sbu-sr-dashboard-navigation {
		margin-bottom: 0.8rem;
	}
	#sbu-sr-dashboard-navigation-items li a {
		font-size: 1rem;
		padding: 0.25rem 1rem 0.25rem 0;
	}
	#sbu-sr-dashboard-navigation-items li a > span > span.separator {
		margin: 0 0.25em;
	}
	
	/* CENTER */
	#sbu-sr-dashboard-heading {
		font-size: 2.5rem;
	}
	
	/* CENTER: RESOURCE COLLECTION */
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(2) {
		font-size: 1.25rem;
	}
}
@media (max-width: 1499px) {
	/* DASHBOARD */
	#sbu-sr-dashboard {
		-ms-grid-columns: 300px 1fr 300px;
		grid-template-columns: 300px 1fr 300px;
	}
	
	/* SIDEBAR: ICON RESOURCE LIST */
	.sbu-sr-dashboard-icon-resources-list .sbu-sr-dashboard-icon-resource:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	
	/* SIDEBAR: PRISM RESOURCE LIST */
	.sbu-sr-dashboard-prism-resources-list .sbu-sr-dashboard-prism-resource:not(:last-child) {
		margin-bottom: 0.5rem;
	}
	.sbu-sr-dashboard-prism-resource-title {
		padding: 0.3rem 0.5rem 0.3rem 0.5rem;
		font-size: 0.875rem;
	}
	.sbu-sr-dashboard-prism-resource-description {
		padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	}
	
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-left {
		padding: 1rem;
	}
	#sbu-sr-dashboard-left-content {
		padding: 1rem;
	}
	#sbu-sr-dashboard-logo a {
        width: 65%;
        margin: 0.5rem auto 1.5rem auto;
    }
	
	/* RIGHT SIDEBAR */
	#sbu-sr-dashboard-right {
		padding: 1rem;
	}
	#sbu-sr-dashboard-right-content {
		padding: 1rem;
	}
	
	/* CENTER */
	#sbu-sr-dashboard-center {
		padding: 1rem 0;
	}
	#sbu-sr-dashboard-topbar {
		margin-bottom: 1rem;
	}
	#sbu-sr-dashboard-heading {
		margin: -0.2rem 0;
        font-size: 2.25rem;
    }
	
	/* CENTER: RESOURCE COLLECTIONS */
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources {
		padding: 0;
	}
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections {
		height: calc(100% + 0.25rem);
		padding: 1.125rem 0.5rem 1.125rem 1rem;
		margin: -0.125rem 0;
	}
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::before,
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::after {
		left: 1rem;
		right: 1rem;
		width: auto;
		height: 1rem;
	}
	.sbu-sr-dashboard-resources .sbu-sr-dashboard-resource-collection:not(:last-child) {
		margin-bottom: 1rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading {
		padding: 0.5rem;
		padding-bottom: calc(0.5rem + 0.25rem);
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading::after {
		height: 0.25rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3 {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3:not(:first-child) {
		margin-top: 0.5rem;
	}	
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content {
		padding: 0.5rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content ul {
		margin: -0.25rem;
	}
	.sbu-sr-dashboard-resource-collection li.sbu-sr-dashboard-resource-collection-item {
		padding: 0.25rem;
	}
}
@media (max-width: 1365px) {		
    /* CENTER */
	#sbu-sr-dashboard-heading {
        font-size: 2rem;
    }
}
@media (min-width: 768px) and (max-width: 1499px) {
    /* SIDEBAR: ICON RESOURCE LIST */
	.sbu-sr-dashboard-icon-resource a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
		border: 1px solid rgba(0, 0, 0, 0.07);
		border-radius: 0.5rem;
		overflow: hidden;
		-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
		transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource a {
		background-color: rgba(250, 250, 250, 0.1);
	}
	.sbu-sr-dashboard-icon-resource-icon,
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource .sbu-sr-dashboard-icon-resource-icon {
		background: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        padding: 0.25rem 0 0.25rem 0.5rem;
        width: auto;
        height: auto;
        border: none;
        -webkit-clip-path: none;
        clip-path: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.sbu-sr-dashboard-icon-resource-icon svg {
		max-width: 1.25em;
		max-height: 1.25em;
		color: #990000;
		fill: #990000;
		-webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), fill 150ms cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), fill 150ms cubic-bezier(0.4, 0, 0.2, 1);
		transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), fill 150ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource-icon svg {
		color: #00549A;
		fill: #00549A;
	}
	.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource-icon svg,
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource-icon svg {
		color: #ffffff;
		fill: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource-title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: auto;
		padding: 0.25rem 0.5rem;
        margin: 0;
        -webkit-clip-path: none;
        clip-path: none;
        background: none;
		border: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource-title {
		background-color: transparent;
	}
	.sbu-sr-dashboard-icon-resource-description,
	.sbu-sr-dashboard-icon-resource-description::before {
		display: none;
	}
	.sbu-sr-dashboard-icon-resource a:hover,
	.sbu-sr-dashboard-icon-resource a:focus {
		background-color: #990000;
		color: #ffffff;
	}
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:hover,
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:focus {
		background-color: #00549A;
		color: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-title,
	.sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-title,
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-title,
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-title {
		background-color: transparent;
		color: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-icon,
	.sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-icon {
		background: transparent;
		color: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-icon svg,
	.sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-icon svg,
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-icon svg,
	#sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-icon svg {
		color: #ffffff;
		fill: #ffffff;
	}
}
@media (min-width: 768px) and (max-width: 1499px) and (max-height: 810px) {
	/* SIDEBAR */
	#sbu-sr-dashboard-left-content .sbu-sr-dashboard-sidebar-separator,
	#sbu-sr-dashboard-left-content .sbu-sr-dashboard-icon-resources	{
		display: none;
	}
}
@media (max-width: 1199px) {
	/* DASHBOARD */
	#sbu-sr-dashboard {
		-ms-grid-columns: 250px 1fr 250px;
        grid-template-columns: 250px 1fr 250px;
    }
	
	/* SIDEBAR: PRISM RESOURCE LIST */
	.sbu-sr-dashboard-prism-resources {
		margin-bottom: 0;
	}
	
    /* LEFT SIDEBAR */
	#sbu-sr-dashboard-left-content .sbu-sr-dashboard-sidebar-separator,
	#sbu-sr-dashboard-left-content .sbu-sr-dashboard-icon-resources,
	#sbu-sr-dashboard-right-content .sbu-sr-dashboard-sidebar-separator,
	#sbu-sr-dashboard-right-content .sbu-sr-dashboard-icon-resources	{
		display: none;
	}
	.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-heading {
		font-size: 0.875rem;
	}
	
	/* LEFT SIDEBAR: NAVIGATION */
	#sbu-sr-dashboard-navigation {
		margin-bottom: 0;
	}
	#sbu-sr-dashboard-navigation-items li a {
		padding: 0.25rem 0.5rem 0.25rem 0;
	}
	#sbu-sr-dashboard-navigation-items li a > span svg {
		width: 1em;
		height: 1em;
	}
	
	/* CENTER */
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 36px;
		flex: 0 0 36px;
		width: 36px;
		height: 36px;
		margin-right: 0.5rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(2) {
		font-size: 1rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-content {
		font-size: 0.875rem;
	}
	
	/* DARK MODE TOGGLE */
	.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch-housing {
		width: 64px;
		height: 31px;
	}
	.sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch-button {
		width: 24px;
		height: 24px;
	}
	.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-dark-toggle .sbu-sr-dashboard-dark-toggle-switch .sbu-sr-dashboard-dark-toggle-switch-button {
		-webkit-transform: translateX(33px);
		-ms-transform: translateX(33px);
		transform: translateX(33px);
	}
}
@media (min-width: 768px) and (max-width: 991px) and (min-height: 480px) {
	/* DASHBOARD */
	#sbu-sr-dashboard {
		-ms-grid-columns: 250px 1fr;
        grid-template-columns: 250px 1fr;
		-ms-grid-rows: 1fr -webkit-min-content;
		-ms-grid-rows: 1fr min-content;
		grid-template-rows: 1fr -webkit-min-content;
		grid-template-rows: 1fr min-content;
    }
	
	/* SIDEBAR: PRISM RESOURCE LIST */
	.sbu-sr-dashboard-prism-resources-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 0.75rem;
		-webkit-column-gap: 0.75rem;
		-moz-column-gap: 0.75rem;
		column-gap: 0.75rem;
	}
	.sbu-sr-dashboard-prism-resource,
	.sbu-sr-dashboard-prism-resources-list .sbu-sr-dashboard-prism-resource:not(:last-child) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 0.375rem);
		flex: 0 0 calc(50% - 0.375rem);
		margin: 0;
	}
	.sbu-sr-dashboard-prism-resource-title {
		font-size: 1rem;
	}
	.sbu-sr-dashboard-prism-resource a {
		height: 100%;
	}
	
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-left {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / 3;
	}
	
	/* RIGHT SIDEBAR */
	#sbu-sr-dashboard-right {
		-ms-grid-row: 2;
		grid-row: 2;
		-ms-grid-column: 2;
		grid-column: 2;
		padding: 0 1rem 1rem 0;
	}
	
	/* CENTER */
	#sbu-sr-dashboard-center {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		grid-row: 1;
		padding-right: 1rem;
	}
}
@media (max-width: 991px) {
	/* CENTER */
    #sbu-sr-dashboard-heading {
        font-size: 1.75rem;
    }
}
@media (max-width: 767px) {
	/* DASHBOARD */
	body {
		scrollbar-width: thin;
		scrollbar-color: #bebebe transparent;
	}
	body::-webkit-scrollbar {
		width: 10px;
	}
	body::-webkit-scrollbar-track {
		background-color: transparent;
		border-left: 2px solid #f5f5f5;
	}
	body::-webkit-scrollbar-thumb {
		background-color: #bebebe;
		border-left: 2px solid #f5f5f5;
		border-radius: 4px;
	}
	body::-webkit-scrollbar-thumb:hover {
		background-color: #a0a0a0;
	}
	#sbu-sr-dashboard {
		-ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
		display: block;
		width: auto;
		height: auto;
		padding: 1rem;
		overflow: visible;
		background: #fafafa;
    }
	#sbu-sr-dashboard-mobile-heading {
		display: block;
	}
	
	/* DARK MODE TOGGLE */
	.sbu-sr-dashboard-dark-toggle {
		display: none;
	}
	#sbu-sr-dashboard-mobile-dark-toggle {
		display: block;
	}
	
	/* SIDEBAR */
	.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-heading {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
	
	/* SIDEBAR: ICON RESOURCE LIST */
	.sbu-sr-dashboard-icon-resources-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 0.75rem;
		-webkit-column-gap: 0.75rem;
		-moz-column-gap: 0.75rem;
		column-gap: 0.75rem;
	}
	.sbu-sr-dashboard-icon-resource,
	.sbu-sr-dashboard-icon-resources-list .sbu-sr-dashboard-icon-resource:not(:last-child) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 0.375rem);
		flex: 0 0 calc(50% - 0.375rem);
		margin: 0;
	}
	
	/* SIDEBAR: PRISM RESOURCE LIST */
	.sbu-sr-dashboard-prism-resources-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 0.75rem;
		-webkit-column-gap: 0.75rem;
		-moz-column-gap: 0.75rem;
		column-gap: 0.75rem;
	}
	.sbu-sr-dashboard-prism-resource,
	.sbu-sr-dashboard-prism-resources-list .sbu-sr-dashboard-prism-resource:not(:last-child) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 0.375rem);
		flex: 0 0 calc(50% - 0.375rem);
		margin: 0;
	}
	.sbu-sr-dashboard-prism-resource-title {
		font-size: 1rem;
	}
	
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-left {
		grid-column: auto;
		overflow: visible;
		padding: 0;
		margin-bottom: 1rem;
	}
	#sbu-sr-dashboard-logo a {
		width: 100%;
        max-width: 300px;
        margin: 0.5rem auto 2.25rem auto;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
		display: none;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
		display: none;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
		display: block;
	}
	#sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-stacked {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-stacked {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-logo-horizontal {
		display: none;
	}
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-logo #sbu-sr-dashboard-white-logo-horizontal {
		display: block;
	}
	#sbu-sr-dashboard-logo a > span {
		margin-top: 0;
	}
	#sbu-sr-dashboard-navigation {
		display: none;
	}
	#sbu-sr-dashboard-left-content .sbu-sr-dashboard-icon-resources {
		display: block;
		margin-bottom: 0;
	}
	
	/* CENTER */
	#sbu-sr-dashboard-center {
		grid-column: auto;
		display: block;
		padding: 0;
		margin-bottom: 1rem;
		overflow: visible;
	}
	#sbu-sr-dashboard-topbar,
    #sbu-sr-dashboard-heading {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}
	
	/* CENTER: RESOURCE COLLECTIONS */
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources,
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-center .sbu-sr-dashboard-resources {
		padding: 0;
		margin: 0;
		overflow: visible;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::before,
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources::after {
		display: none;
	}
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resource-collections {
		overflow: visible;
		padding: 0;
		margin: 0;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-card {
		border: none;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3 {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3:not(:first-child) {
		margin-top: 0.75rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content {
		padding: 0.75rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content ul {
		margin: -0.375rem;
	}
	.sbu-sr-dashboard-resource-collection li.sbu-sr-dashboard-resource-collection-item {
		padding: 0.375rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading {
		padding: 0.75rem;
        padding-bottom: calc(0.75rem + 0.375rem);
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading::after {
		height: 0.375rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 42px;
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		margin-right: 0.75rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(2) {
		font-size: 1.25rem;
	}
	#sbu-sr-dashboard-center #essential-links {
		display: none;
	}
	
	/* RIGHT SIDEBAR */
	#sbu-sr-dashboard-right {
		grid-column: auto;
		display: block;
		padding: 0;
		overflow: visible;
	}
}
@media (max-width: 575px) {
	/* SIDEBAR */
	.sbu-sr-dashboard-sidebar .sbu-sr-dashboard-sidebar-heading {
		text-align: center;
	}
	
	/* SIDEBAR: ICON RESOURCE LIST */
	.sbu-sr-dashboard-icon-resources-list {
		display: block;
	}
	.sbu-sr-dashboard-icon-resources-list .sbu-sr-dashboard-icon-resource:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.sbu-sr-dashboard-icon-resource-title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sbu-sr-dashboard-icon-resource-description {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-logo a {
		padding: 0 1rem;
		margin: 0.5rem auto 2rem auto;
	}
	#sbu-sr-dashboard-mobile-heading {
		font-size: 2rem;
	}
	
	/* CENTER: RESOURCE COLLECTIONS */
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources {
		padding: 0;
        box-shadow: none;
        background-color: transparent;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		text-align: center;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content h3 {
		text-align: center;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-content ul {
		display: block;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-content {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 1rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-title a {
		width: 100%;
		text-align: center;
		padding: 0.75rem 1rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-subtitle,
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-item-mobile {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-left: none;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0.5rem 0.375rem;
	}
	
	/* SIDEBAR: PRISM RESOURCE LIST */
	.sbu-sr-dashboard-prism-resources-list {
		display: block;
	}
	.sbu-sr-dashboard-prism-resources-list .sbu-sr-dashboard-prism-resource:not(:last-child) {
		margin-bottom: 0.75rem;
	}
	.sbu-sr-dashboard-prism-resource-title {
		text-align: center;
	}
	.sbu-sr-dashboard-prism-resource-description {
		text-align: center;
	}
}
@media (max-width: 319px) {
	/* DASHBOARD */
	#sbu-sr-dashboard {
		padding: 0;
		background: #ffffff;
	}
	
	/* LEFT SIDEBAR */
	#sbu-sr-dashboard-left {
		margin-bottom: 0;
	}
	#sbu-sr-dashboard-left-content {
		box-shadow: none;
	}
	
	/* RIGHT SIDEBAR */
	#sbu-sr-dashboard-right {
		margin-bottom: 0;
	}
	#sbu-sr-dashboard-right-content {
		box-shadow: none;
	}
	
	/* SIDEBAR: ICON RESOURCE LIST */
	.sbu-sr-dashboard-icon-resource a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
		border: 1px solid rgba(0, 0, 0, 0.07);
		border-radius: 0.5rem;
		overflow: hidden;
		-webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
		transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.sbu-sr-dashboard-icon-resource-icon {
		background: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        padding: 0.25rem 0 0.25rem 0.5rem;
        width: auto;
        height: auto;
        border: none;
        -webkit-clip-path: none;
        clip-path: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.sbu-sr-dashboard-icon-resource-icon svg {
		max-width: 1.25em;
		max-height: 1.25em;
		color: #990000;
		fill: #990000;
		-webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), fill 150ms cubic-bezier(0.4, 0, 0.2, 1);
		-o-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), fill 150ms cubic-bezier(0.4, 0, 0.2, 1);
		transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), fill 150ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource-icon svg,
	.sbu-sr-dashboard-dark-mode #sbu-sr-dashboard-right .sbu-sr-dashboard-icon-resource-icon svg {
		color: #ffffff;
		fill: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource-title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: auto;
		padding: 0.25rem 0.5rem;
        margin: 0;
        -webkit-clip-path: none;
        clip-path: none;
        background: none;
		border: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.sbu-sr-dashboard-dark-mode .sbu-sr-dashboard-icon-resource-title {
		background-color: transparent;
	}
	.sbu-sr-dashboard-icon-resource-description,
	.sbu-sr-dashboard-icon-resource-description::before {
		display: none;
	}
	.sbu-sr-dashboard-icon-resource a:hover,
	.sbu-sr-dashboard-icon-resource a:focus {
		background-color: #990000;
		color: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-title,
	.sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-title {
		background-color: transparent;
		color: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-icon,
	.sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-icon {
		background: transparent;
		color: #ffffff;
	}
	.sbu-sr-dashboard-icon-resource a:hover .sbu-sr-dashboard-icon-resource-icon svg,
	.sbu-sr-dashboard-icon-resource a:focus .sbu-sr-dashboard-icon-resource-icon svg {
		color: #ffffff;
		fill: #ffffff;
	}
	
	/* CENTER */
	#sbu-sr-dashboard-center {
		margin-bottom: 0;
	}
	
	/* CENTER: RESOURCE COLLECTIONS */
	#sbu-sr-dashboard-center .sbu-sr-dashboard-resources {
		padding: 0 1rem;
		box-shadow: none;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 36px;
		flex: 0 0 36px;
		width: 36px;
		height: 36px;
		margin-right: 0.5rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading span:nth-of-type(2) {
		font-size: 1rem;
	}
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading {
        padding: 0.5rem;
        padding-bottom: calc(0.5rem + 0.25rem);
    }
	.sbu-sr-dashboard-resource-collection .sbu-sr-dashboard-resource-collection-heading::after {
		height: 0.25rem;
	}
}