




























@import "/CWRU/css/bootstrap.min.css";

@import "/CWRU/css/titillium.css";

@import "/CWRU/css/fontawesome-all.min.css";



*, *::before, *::after {
	box-sizing: content-box;
}
html {
	font-family: inherit;
}
h1 {
	font-size: 1.35em;
	margin: inherit;
	font-weight: inherit;
}
h2 {
	font-size: inherit;
	line-height: inherit;
}
a {
	outline: none;
}
label {
	margin-bottom: inherit;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	margin: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
body {
	background-color: inherit;
	color: inherit;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif;
}



img {
    
}

p {
	margin-bottom: auto; 
}

.lphomepage_selector .ps-button:hover {
	background: #626262 !important;
}
.ps_box-button.lphomepage_selector .ps-button:after {
	filter: brightness(0) invert(1); 
}

.lpnavigation .ps_box-button.psc_menu-act > .ps-button-wrapper > .ps-button:after {
	filter: brightness(0) invert(1); 
}
.ps_box-button.lpnav-next .ps-button:after,
.ps_box-button.lpnav-previous .ps-button:after {
	filter: brightness(0) invert(1);
}
.lpnav-next > .ps-button-wrapper > .ps-button:hover,
.lpnav-previous > .ps-button-wrapper > .ps-button:hover {
	background-color: #626262 !important;
}
.lp-contextmenu > .ps-button-wrapper > .ps-button:hover {
	background-color: #626262 !important;
}
.lp-contextmenu > .ps-button-wrapper > .ps-button > img {
	filter: brightness(0) invert(1);
}






.lpnavigation {
color: white !important;
background: transparent !important;
border-bottom: none !important;
padding: 0 !important;
}


.ps_header_bar_cont + .ps_pagetitle_cont {
	visibility: hidden !important;
	border-bottom: none !important;
	min-height: 0px !important;
}


:root .ps_header_bar_cont + .ps_pagetitle_cont {
    height: 0px !important;
}


.lpnav-next > .ps-button-wrapper > .ps-button:not(:hover), .lpnav-previous > .ps-button-wrapper > .ps-button:not(:hover) {

filter: brightness(0) invert(1);
}





.fade {
	opacity: inherit;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.popover {
	margin-bottom: .8rem;
}
.popover-header:empty {
	display: none;
}
.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: clac(.3rem - 1px);
}
.popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
	bottom: 0;
}
.popover .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}
.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow::before {
	content: "";
	border-width: .8rem;
}
.popover .arrow::after {
	content: "";
	border-width: .8rem;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
	border-bottom-width: 0;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
	bottom: -.8rem;
	margin-left: -.8rem;
	border-top-color: rgba(0,0,0,.25);
}
.popover.bs-popov er-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
	bottom: calc((.8rem - 1px) * -1);
	margin-left: -.8rem;
	border-top-color: #fff;
}
.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
	padding: 5px 0;
}
.tooltip .arrow {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
}
.tooltip .arrow::before {
	position: absolute;
	border-color: transparent;
	border-style: solid;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
	bottom: 0;
}
.tooltip-top arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.invisible {
	visibility: hidden !important;
}
.hidden-xs-up {
	display: none !important;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
	display: none !important;
}
























html, body {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important;
}
html, body, form:not(#PTPN_POPUP_WINDOW) {
    background: transparent !important;
}
body {
    color: #626262 !important;
}
a:hover, a:focus {
	text-decoration: none
}


:root:not(.psc_mode-ag):not(.psc_mode-md) .pt_homepage {
	background-color: transparent !important;
	font-size: 1em !important; 
	line-height: 1.5 !important;
	-webkit-overflow-scrolling: touch !important;
}

:root:not(.psc_mode-ag):not(.psc_mode-md) .pt_homepage::before {
    content: "" !important;
	background-color: #0a304e !important;
	height: 160px !important;
	left: 0 !important;
	right: 0 !important;
	padding-top: 160px !important;
	position: fixed !important;
	opacity: 1 !important;
	background: -moz-linear-gradient(to bottom, rgba(10,48,78,1) 0%,rgba(10,48,78,.50) 50%, rgba(10,48,78,0) 100%) !important;
    background: -webkit-linear-gradient(to bottom, rgba(10,48,78,1) 0%,rgba(10,48,78,.50) 50%, rgba(10,48,78,0) 100%) !important;
    background: linear-gradient(to bottom, rgba(10,48,78,1) 0%,rgba(10,48,78,.50) 50%, rgba(10,48,78,0) 100%) !important;
	border-top: solid 60px #0a304e !important;
}

:root:not(.psc_mode-ag):not(.psc_mode-md) .pt_homepage::after {
    content: "" !important;
	background-image: url(/cs/P92SCWR/cache/CW_ADELBERT_PNG_1.PNG),
		linear-gradient(to right, #d5d8e5 0%, #724735 25%, #9d9386 60%, #555935 100%) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	opacity: .65 !important;
	height: 100% !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	position: fixed !important;
	z-index: -1 !important;
}





.pt_homepage .ps_content *, .pt_homepage .ps_content *::before, .pt_homepage .ps_content *::after {
	box-sizing: border-box !important;
}











.ps_header-banner, .ps_header_bar {
    background-image: none !important;
	background-color: rgba(0, 48, 78, 1) !important;
}
:root:not(.psc_mode-ag):not(.psc_mode-md) .pt_homepage .ps_header_bar {
    border-bottom: none !important;
}

.nuihdr_logo {
	margin-bottom: 0.65em !important;
}
.nuihdr_logo::after {

    
    
    
    
     content: url(/cs/P92SCWR/cache/PTNUI_ORACLE_LOGO_SFF_1.PNG) !important;
    



	background-size: 320px 38px !important;
	background-repeat: no-repeat !important;
	
	width: 320px !important;

	height: 38px !important;
	padding-top: 0 !important;
	margin: 6px 0px !important;
}

:root.psc_form-small .nuihdr_logo:after {
    
    
    
	
     content: url(/cs/P92SCWR/cache/PTNUI_ORACLE_LOGO_SFF_1.PNG) !important;
    


	background-size: 400px 65px !important;

	background-repeat: no-repeat !important;

  
	width: 400px !important;
	height: 65px !important;

	padding-top: 0 !important;
	
	position: absolute;

	
top: -20px;
	bottom: 0px;

	right: -0;

	
	left: -45px;

	
}

.nuihdr_hpbtn .ps-button {
	border: solid thin #fff !important;
	border-radius: 10px !important;
	padding-right: 2em !important;
    font-size: .85em !important;
    margin-top: 7px !important;
}
.nuihdr_hpbtn a span.ps-text {
    line-height: 1.5em !important;
}
.nuihdr_hpbtn .ps-button > .ps-text:not(:only-child) {
	top: 0 !important;
}
.nuihdr_hpbtn .ps-button:hover {
	background: #626262 !important;
}
.ps_box-button.nuihdr_hpbtn .ps-button::before {
    left: auto !important;
	right: .3em !important;
	height: 1em;
	width: 1em !important;
	top: 0 !important;
}

.ps_header_bar .ps_box-button:not(.psc_disabled) .ps-button:hover {
    background-color: #626262 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.ps_header_bar .ps_actions_cont .ps_system_cont .ps_header-navbar .ps-button {
    background-image: none !important;
    
     
    
}

.pt_homepage .lpfooter {
    background: rgba(68,68,68,0.8) !important;
	font-size: 11pt; 
}








.pt_homepage .ps_content *, .pt_homepage .ps_content *::before, .pt_homepage .ps_content *::after {
	box-sizing: border-box !important;
}








.nuitile .nuilp {
	border-radius: 2px !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
}

:root:not(.psc_mode-ag):not(.psc_mode-md) .nui_pagegb:not(.persmode) .nuitile .nuilp:hover {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
	background-color: #fff !important;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
a.card-body, .card-body p {
	color: #000;
}

.card-body a {
	color: #3168a6;
}

.card-body a:hover, .card-body a:focus {
	color: #626262;
}
.text-secondary {
	color: #53595F !important;
}

.cw-icon-external {
	position: absolute;
	float: right !important;
	right: 0;
	margin-right: .5em;
	color: #969ea7;
	
	top: 6px;
}

.cw-last-update {
	position: absolute;
	float: right !important;
	right: 0;
	margin-right: .5em;
	
	color: #53595F;
	line-height: 1.2;
	font-size: .75em;
	top: -22px;
}

.pst_rc-general .psc_haslivedata-count-none > .psc_tile_content-center, .pst_rc-general .psc_haslivedata-none > .psc_tile_content-center, .rsz_h1 .psc_haslivedata-none > .psc_tile_content-center {
	height: 8.5em;
}

.rsz_h2 .psc_haslivedata-count-none > .psc_tile_content-center, .rsz_h2 .psc_haslivedata-none > .psc_tile_content-center {
	height: inherit;
}
:root.psc_form-small .rsz_h2 .psc_haslivedata-count-none > .psc_tile_content-center, :root.psc_form-small .rsz_h2 .psc_haslivedata-none > .psc_tile_content-center {
	height: inherit;
}
.nuitile .ps_box-grouplet {
	overflow: visible;
}
.nuitile .ps_groupleth {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important;
	border-bottom: 0px;
	text-align: left;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .5px;
	color: rgba(0, 48, 78, 1) !important;
	margin-bottom: .5rem;
}
.nuitile .ps_groupleth > .ps-label {
	color: rgba(0, 48, 78, 1) !important;
}

.nuitile .ps_box-grouplet .cw-icon-external {
	position: absolute;
	float: right !important;
	right: 0;
	margin-right: .5em;
	color: #969ea7;
	
	top: 6px;
}




.psc_tile_livedata .psc_margin-top0_7em {
	margin-top: 0;
}
.cw-tile-footer {
	font-size: .8rem;
	padding: 2px 1.5px;
	background-color: rgba(0,0,0,.02);
	border-top: 1px solid rgba(0,0,0,.09);
	position: absolute;
	bottom: -0.1em;
	width: 100%;
	height: 2em;
	color: #000000;
}

.cw-tile-flex-footer {
	font-size: .8rem;
	padding: 2px 1.5px;
	background-color: rgba(0,0,0,.02);
	border-top: 1px solid rgba(0,0,0,.09);
	position: absolute;
	bottom: -0.1em;
	width: 100%;
	
	color: #000000;
}

.psc_tile_livedata-descr {
	font-size: .8rem;
	padding: 0;
	background-color: rgba(0,0,0,.02);
	border-top: 1px solid rgba(0,0,0,.09);
	min-height: 2em;
	max-height: 2em;
}
.psc_tile_livedata {
	min-height: 2em;
	max-height: 2em;
	padding-top: 0;
}
.psc_tile_livedata-descr-box {
	display: inline-block;
}
.psc_tile_livedata_item {
	margin-top: .2em;
}
.psc_tile_livedata_item:not(.psc_livedata-metrics):not(.psc_livedata-metrics-label) {
	margin-top: .2em;
}

.psc_tile_livedata_item.psc_livedata-metrics {
	margin-top: 0;
}
.psc_livedata-metrics {
	font-weight: bold;
	color: #3168a6;
}

.badge {
	font-size: 90%;
}
.badge:not(:first-child) {
	margin-left: 12px;
}
.badge-info {
	background-color: #3168a6;
}
.badge-secondary {
	background-color: #696969;
	border: solid thin #696969;
	color: #fff;
}





.cw-list-group-tasks .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.cw-list-group-tasks .list-group-item {
	border: none;
	margin-bottom: 0px;
}
.cw-list-group-tasks .list-group-item:not(:last-child) {
	border-bottom: solid 1px #eee !important;
}
.cw-list-group-tasks .list-group-item-danger {
	background-color: transparent;
	color: #dc3545;
}
.cw-list-group-tasks .list-group-item-warning {
	background-color: transparent;
	color: #3168a6;
}
.cw-list-group-tasks .list-group-item-danger .badge-secondary {
	background-color: #dc3545;
	border: none;
}
.cw-list-group-tasks .list-group-item-warning .badge-secondary {
	background-color: #3168a6;
	border: none;
}
.cw-list-group-tasks .list-group-item-success .badge-secondary {
	background-color: #008000;
	border: none;
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #53595F;
}





.cw-profile-container {
	margin: 0 auto;
	max-width: 80px;
	height: 90px;
	position: relative;
	overflow: hidden;
	border: solid 4px #0a304e;
	border-radius: 8px;
	
}
.cw-profile-img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	margin-top: -6px;
}
.cw-id {
	font-size: smaller;
	margin-top: -3px;
}




.cw-tile-img {
	width: 80px;
	height: 80px;
}
.cw-list-group-classes {
	text-align: left;
	padding-left: 10px;
}
.cw-list-group-classes .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.cw-list-group-classes .list-group-item {
	border: none;
	padding: 0;
	font-size: small;
}
.cw-list-group-classes .list-group-item:not(:last-child) {
	border-bottom: solid 2px #eee !important;
}


h3.cw-h3-background, h4.cw-h4-background {
 	font-size: .8rem;
	text-align: center;
	position: relative;
	z-index: 1;
}
h3.cw-h3-background, h4.cw-h4-background {
	background: #fff;
	padding: 0 5px;
}
h3.cw-h3-background:before, h4.cw-h4-background:before {
	border-top: 1px solid #dfdfdf;
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}
.cw-h3-background span, .cw-h4-background span {
	background: #fff;
	padding: 0 5px;
}


.cw-enrollment, .cw-announcement {
	line-height: 1em;
	color: #0a304e;
}
.cw-enrollment.border-info, .cw-announcement.border-info {	
	border: none !important;
	border-radius: 0 !important;
}
.cw-enrollment.border-info:not(:last-child), .cw-announcement.border-info:not(:last-child) {	
	border-bottom: solid thin #f1f1f1 !important;
}
.cw-enrollment-icon, .cw-announcement-icon {
	min-width: 42px;
	font-size: 1.3em
}
.cw-enrollment p, .cw-announcement p {
	
}
.cw-announcement.border-info {
}
.cw-enrollment-date {
	
}

.cw-enrollment-icon .cw-icon-info, .cw-announcement-icon .cw-icon-info {
	color: #0a304e;
}




.cw-academics-content-top {
	padding: 0 1.25rem 0 1.25rem;
}
.cw-academics-content-bottom {
	padding: 0 1.25rem 0 1.25rem;
}
.nuitile .ps_box-grouplet img.ps_process[id*="CW_ACADEMICS_SVG"] {
	width: 100px;
}


.cw-grades-item {
	border: 1px solid rgba(0,0,0,.125);
	line-height: 1em;
}
.cw-grades-item:first-child {
	margin-right: -1px;
	border-radius: .25rem 0 0 .25rem;
}
.cw-grades-item:last-child {
	border-radius: 0 .25rem .25rem 0;
	border-left: none;
}




.cw-scroll-box, .cw-scroll-box-lg, .cw-scroll-box-advisor, .cw-scroll-box-schedule {
	overflow-y: scroll;
}
.cw-scroll-box {
	height: 140px;
}
.cw-scroll-box-advisor {
	height: 130px;
}
:root.psc_form-small .cw-scroll-box-advisor {
	height: 80px;
}
.cw-scroll-box-schedule {
	height: 360px;
}
.cw-class-item {	
	
	background: #fff;
	color: #525252;
	border: solid 1px #f1f1f1;
}
.cw-class-date {
	
	background: #f9f9f9;
	
	max-width: 60px;
	color: #0a304e;
	font-weight: bold;
	line-height: .75em;
}
@media (max-width: 767px) {
	.cw-class-date {
		max-width: 100%;
		
	}
	.cw-class-date > div {
		width: 100%;
		text-align: center !important;
		font-weight: bold !important;
	}
}
.cw-class-location {
	font-size: 90%;
}




.cw-tile-footer-finances {
	background-color: #fff;
	border-top: none;
}
.cw-pending-aid {
	margin-top: -6px;
}
.cw-fa-note {
	font-size: 90%;
}




.cw-advisor-item:not(:last-child) {
	border-bottom: solid 1px #eee !important;
}
.cw-icon-advisor {
	color: #969ea7;
	margin-right: 6px;
}
.cw-advisors {
	background: #f9f9f9;
	border-radius: 6px;
	padding: 1em;
	color: #525252;
}
.cw-icon-alert {
	color: #dc3545;
	margin-left: 12px;
}
:root.psc_form-small .cw-advisor-item p {
	line-height: 1.25;
}




.list-group-item {
    background-color: #fff !important;
}
.list-group-item:focus, .list-group-item:hover {
	z-index: unset;
}
.cw-list-group-tasks .list-group-item-success {
	background-color: transparent;
	color: #008000;
}
.cw-list-group-tasks .list-group-item-warning {
	background-color: transparent;
	color: #0a304e;
}
.badge-success {
	background-color: #008000;
}
.badge-warning {
	color: #fff;
	background-color: #0a304e;
}




.cw-milestones-item {
	line-height: 1em;
	-ms-flex-flow: row wrap;
	
}
.cw-milestones-item:not(:last-child) {
	border-bottom: solid 2px #eee !important;
}



.rsz_h1 .CW_PT_TILE_AC_MYSCHEDULE .psc_tile_content {
	height: auto !important;
}
.rsz_h1 .CW_PT_TILE_AC_MYSCHEDULE .cw-scroll-box-lg {
	height: 134px;
}
.rsz_h2 .CW_PT_TILE_AC_MYSCHEDULE .cw-scroll-box-lg {
	height: 320px;
}
:root.psc_form-small .rsz_h1 .CW_PT_TILE_AC_MYSCHEDULE .cw-scroll-box-lg {
	
	height: 70px !important;
}
:root.psc_form-small .rsz_h2 .CW_PT_TILE_AC_MYSCHEDULE .cw-scroll-box-lg {
	
	height: 190px !important;
}

.cw-tile-h3 {
	font-size: 1em;
	margin: 0em;
	padding: 0em 0.5em 0.5em;
	
}
:root.psc_form-small .cw-tile-h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.cw-class-active .cw-class-date {
	border-left: solid 2px #0a304e;
}
.cw-class-active {
}


.cw-grade-divide {
	border-bottom: 0;
	border-right: solid #dfdfdf 1px;
	padding: 0 12px 0 12px;
	height: 75%
}
.cw-progress-incomplete {
	background-color: #626262;
}
.cw-progress-complete {
	background-color: #0a304e;
}






.CW_PT_TILE_AC_DIDYOUKNOW, .CW_PT_TILE_AC_DIDYOUKNOW .psc_tile_content {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
}
.CW_PT_TILE_AC_DIDYOUKNOW .psc_tile_content .ps_content-group {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 100% !important;
}
.CW_PT_TILE_AC_DIDYOUKNOW .psc_tile_content .ps_content-group .ps_box-htmlarea {
	width: 100% !important;
}
.CW_PT_TILE_AC_DIDYOUKNOW .psc_tile_content .ps_content-group .ps_box-htmlarea .ps-htmlarea {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
}
.carousel-indicators {
	bottom: 0;
	margin-bottom: .5rem;
}
.carousel-indicators li {
	cursor: default;
	height: 10px;
	max-width: 10px;
	border: 1px solid #0a304e;
	background-color: transparent;
	border-radius: 50%;
}
a.carousel-control-next:focus, a.carousel-control-next:hover, a.carousel-control-prev:focus, a.carousel-control-prev:hover {
	color: #3168a6;
	text-decoration: none;
	outline: 0;
}
.carousel-indicators .active {
	background-color: #0a304e;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

.nuitile .nuilp.cw-didyouknow-tile {
	background: #eee !important;
    border-radius: 10px !important;
    border: solid 1px #eee !important;
}
:root:not(.psc_mode-ag):not(.psc_mode-md) .nui_pagegb:not(.persmode) .nuitile .nuilp.cw-didyouknow-tile:hover {
	background: #eee !important;
}
.nuitile .nuilp.cw-didyouknow-tile .fa-paper-plane, .nuitile .nuilp.cw-didyouknow-tile .fa-exclamation-circle, .nuitile .nuilp.cw-didyouknow-tile .fa-lightbulb {
	color: #0a304e;
	font-size: 5em;
	opacity: 1;
}



  .CW_PT_TILE_AC_GETHELP .tile-content {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    font-size: 0.85em;
    line-height: 1.4;
    text-align: left;
  }

  .CW_PT_TILE_AC_GETHELP .tile-content div {
    width: 48%;
  }

  .CW_PT_TILE_AC_GETHELP .tile-content p {
    margin: 0 0 5px 0;
  }

  .CW_PT_TILE_AC_GETHELP .tile-content a {
    color: rgba(0, 48, 78, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  .CW_PT_TILE_AC_GETHELP .tile-content a:hover {
    text-decoration: underline;
    color: #0056b3; 
  }
  .CW_PT_TILE_AC_GETHELP .cw-tile-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
  }

  .CW_PT_TILE_AC_GETHELP .cw-tile-footer .lifeline-text {
    font-weight: bold;
    color: #D23C1E; 
  }

  .CW_PT_TILE_AC_GETHELP .cw-tile-footer .btn-danger {
    font-size: 1em;
    padding: 6px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s ease;
    color: #fff;
  }

  .CW_PT_TILE_AC_GETHELP .cw-tile-footer .btn-danger:hover {
    background-color: #b52b27;
  }

  .CW_PT_TILE_AC_GETHELP .cw-tile-footer .btn-danger i {
    font-size: 1em;
  }

  .CW_PT_TILE_AC_STURESOURCES .cw-tile-footer {
     
  }




.nuitile .fa-credit-card, .nuitile .fa-money-bill-alt, .nuitile .fa-dollar-sign {
    color: #0a304e;;
	opacity: 1;
}

.CW_PT_TILE_AC_DIDYOUKNOW .alert {
	margin-bottom: .5rem !important;
	font-size: .9em;
    padding: .25rem .25rem;
	font-weight: bold;
}
.CW_PT_TILE_AC_DIDYOUKNOW ul, .CW_PT_TILE_AC_DIDYOUKNOW ol {
	margin-bottom: 0;
	color: black;
    font-weight: bold;
	font-size: 1em;
    list-style: none;
	padding-left: 0;
}
.CW_PT_TILE_AC_DIDYOUKNOW li:first-child {
	margin-bottom: .5em;
}
:root.psc_form-small .CW_PT_TILE_AC_DIDYOUKNOW li:first-child {
	margin-bottom: 0em;
}
.CW_PT_TILE_AC_DIDYOUKNOW li {
	line-height: 2em;
}
.cw-alert-inner-container {
	background: #fff;
	border-radius: 50px;
	border: solid thin #ddd
}
.cw-alert-inner {
	text-align: left;
}
.cw-navbar-image {
	background-image: url(/cs/P92SCWR/cache/CW_NAVBAR_ICON2_PNG_1.PNG);
	background-position: center;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
}
.cw-navigator-image {
	background-image: url(/cs/P92SCWR/cache/CW_NAVIGATOR_ICON2_PNG_1.PNG);
	background-position: center;
    height: 44px;
    width: 34px;
    background-size: 44px 44px;
    background-repeat: no-repeat;
    display: inline-block;
}
.cw-hamburger-image {
	background-image: url(/cs/P92SCWR/cache/CW_HAMBURGER_ICON_PNG_1.PNG);
	background-position: center;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
}

:root.psc_form-small .cw-hamburger-image {
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
}
:root.psc_form-small .cw-navigator-image {
    height: 34px;
    width: 24px;
    background-size: 34px 34px;
}





.cw-contact-info {
	padding: 0px 40px;
}
:root.psc_form-small .cw-contact-info {
	font-size: 85%;
	line-height: 1em;
	padding: 0px 0px;
}






.nuitile .ps_box-grouplet img.ps_process {
	
 
width: 150px;
	height: 80px; 

}





:root:not(.psc_mode-ag):not(.psc_mode-md).psc_form-small .pt_homepage {
	line-height: 1em !important;
}

:root.psc_form-small .nuitile .ps_box-grouplet {
	top: 1.5em;
}

:root.psc_form-small .ps_grid-row.nuitile .ps_box-group .ps_box-grouplet img.ps_process, :root.psc_form-small .nuitile .ps_box-img.psc_tile-img > .ps-img, :root.psc_form-small .nuitile .ps_box-staticimg.psc_tile-img > .ps-staticimg, :root.psc_form-small .nuitile .ps_box-img.psc_tile-image > .ps-img, :root.psc_form-small .nuitile .ps_box-staticimg.psc_tile-image > .ps-staticimg {
    width: 60px;
    height: 60px;
}
:root.psc_form-small .rsz_h1 .psc_haslivedata-count-none > .psc_tile_content-center, :root.psc_form-small .rsz_h1 .psc_haslivedata-none > .psc_tile_content-center {
	height: inherit !important;
}
:root.psc_form-small div.nuitile .ps_groupleth {
	font-size: .75em;
}
:root.psc_form-small .list-group-item {
	padding: 0.25rem .25rem;
}
:root.psc_form-small .badge:not(:first-child) {
	margin-left: 0;
}
:root.psc_form-small .badge-pill {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
:root.psc_form-small .cw-icon-external {
	top: -16px;
}

:root.psc_form-small .cw-tile-footer {
 	font-size: .7rem;
	padding: 1px 6px;
	height: 1.5em;
}


:root.psc_form-small .cw-profile-container {
	max-width: 60px;
	height: 60px;
}
:root.psc_form-small .CW_PT_TILE_AC_PROFILE .cw-id {
	padding-top: 6px;
}


:root.psc_form-small .card-body {
	padding: .5rem
}
:root.psc_form-small img.cw-tile-img {
	height: 60px;
	width: 60px;
}



:root.psc_form-small .nuitile .ps_box-grouplet img.ps_process[id*="CW_ACADEMICS_SVG"] {
	width: 80px !important;
	margin-top: 10px;
}

:root.psc_form-small .CW_PT_TILE_AC_GRADES img.cw-tile-img {
	margin-top: 10px;
}

:root.psc_form-small .cw-scroll-box {
	
	height: 70px;
}
:root.psc_form-small .cw-class-info {
	line-height: .8em;
}

:root.psc_form-small .CW_PT_TILE_AC_CANVAS img.cw-tile-img {
	margin-top: 10px;
}

:root.psc_form-small .CW_PT_TILE_AC_FINANCES img.cw-tile-img, :root.psc_form-small .CW_PT_TILE_AC_ACAD_FIN_ACCT img.cw-tile-img {
	padding-top: 0px;
	width: 60px;
}

:root.psc_form-small .CW_PT_TILE_AC_RSSHELP_STU img.cw-tile-img {
	margin-top: 10px;
}


:root.psc_form-small .CW_PT_TILE_AC_MILESTONES .cw-scroll-box {
	height: 70px;
}

:root.psc_form-small .CW_PT_TILE_AC_ADVISING img.cw-tile-img {
	height: 50px;
	width: 50px;
}


:root.psc_form-small .CW_PT_TILE_AC_GETHELP .card-body {
	padding: .25em;
}
:root.psc_form-small .CW_PT_TILE_AC_GETHELP .tile-content {
	font-size: .75em;
}
:root.psc_form-small .CW_PT_TILE_AC_GETHELP .cw-tile-footer {
	padding: .5px 6px;
	height: 1.75em;
}
:root.psc_form-small .CW_PT_TILE_AC_GETHELP .cw-tile-footer .btn-danger {
	padding: 1px 12px;
}






.nuitilegrid {
    max-width: 1040px;
}

@media (min-width: 992px) {
.nuitilegrid {
	min-width: 1040px !important;
}
}

.nuitilegrid div.ps_grid-row {
    margin: 5px;
}

.rsz_h2 {
    height: 404px;
}

.rsz_w1 {
    width: 250px;
}

.rsz_w2 {
    width: 510px;
}






div.lpnotile > div.ps_box-group {
	background-color: #fff;
	border-radius: .75em;
	opacity: .85;}
}


