.cover-client-content-logo {
	padding-left: 0 !important;
}
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 530px;
    }
}


/************************
GTI - STUDENT UI 
*************************/
@media (min-width: 768px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-brand {
        max-width: 550px;
        }
    }
.romeo .main-banner-outer .main-banner-container .main-banner-txt {
    display:none;
    }
/************************
GTI - STUDENT UI 
*************************/


/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand {
    background-image:url('https://images1.groupgti.com/targetconnect/buckingham/horizons_login_logo.png');
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: 50px 13px;
    }
.page-operator header .page-brand a[href="/home.html"] { 
    height:45px;
    width:160px;
    }
.page-operator header .page-brand a img.client-logo {
    display:none;
    }
/************************
END - GTI - OPERATOR UI 
*************************/
