/** ADDED BY GTI/ANG - CUSTOM PANE **/
/*.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {*/
/*    display:none;*/
/*}*/
/*.romeo .dashboard-content .dashboard-custom .dash-card-custom .card-body {*/
/*    padding:0;*/
/*}*/
.dash-card-custom .row {
    /*display:block;*/
    }
.dash-card-custom a.cp-block {
    height: 110px;
    display: flex;
    width: 100%;
    align-items:flex-end;
    text-decoration:none;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
    }
.dash-card-custom a.cp-block > span {
    background-color:rgba(0,104,179,.74);
    display:block;
    width:100%;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 0 0 .25rem .25rem;
    color: #fff;
    font-size: 13px;
    }
.dash-card-custom a.cp-block span span {
    padding-top: 3px;
    }
.dash-card-custom a.cp-block:hover span, .dash-card-custom a.cp-block:focus span {
    background-color: #0068b3;
    }
.dash-card-custom .cp-banner {
    background-image: url(https://images1.groupgti.com/targetconnect/2020/uwl/cp-banner.jpg);
	height: 100px;
	display: flex;
	align-items: flex-end;
	text-decoration:none;
	margin-bottom:.75rem;
    }
.dash-card-custom .cp-banner span {
    color:#0B3327;
    font-weight:bold;
    margin: 0 0 .75rem .75rem;
    }

/** ADDED BY GTI/ANG - hiding notes on student profile **/
.romeo #yourprofile section#basic-details .form-group#student\.details\.notes-container {
    display:none;
    }
