/** added by GTI **/
@media (min-width: 992px) {
.romeo .main-banner-outer .main-banner-container .main-banner-brand img {
    padding: 1.5rem 1rem;
    }
    .romeo .main-banner-outer .main-banner-container .main-banner-txt {
        padding: 0.5rem 1rem;
        margin: 0 0 0 2rem;
    }
    
    tc-ui-shared-romeo .cover-client-content {
        background-color: #fff;
        max-width: 22rem;
    }
}

 tc-ui-shared-locale-selector .langswitch .active {
    color: #000000 !important;
 }

 /* .btn-primary,*/
 /* .btn-primary:hover,*/
 /* .btn-primary:focus,*/
 /* .btn-secondary,*/
 /* .btn-secondary:hover,*/
 /* .btn-secondary:focus{*/
 /*     color: #000000 !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: 600px;
    }
 .dash-cta-deck {
        display:none !important;
    }
    .dashboard-custom {
        margin-top: 2rem !important;
    }
         .dashboard-header {
        display:none !important;
    }
        .dashboard-feed {
        margin-top: 0rem !important;
    }
    .card-body {
        max-height: none !important;
    }
}

/* Removed by ANG/GTI - TC-28277
/* @media (min-width: 768px) {
/*    .romeo .main-banner-outer .main-banner-container .main-banner-brand img {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .romeo .main-banner-outer .main-banner-container .main-banner-brand {*/
/*        display: none !important;*/
/*    }*/
/*}*/
