@media(max-width: 450px){
    header .site-logo {
        height:auto;
        max-width:315px;
    }
}
@media(max-width: 320px){
    header .site-logo {
        height:auto;
       max-width:260px;
    }
}

.custombanner {
                        display: flex;
                        background: url("https://images1.groupgti.com/themes/aston/Buildingbackgrounds.png");
                        margin: -20px;
                        min-height: 150px;
                        background-size: 100%;
                        justify-content: center;
                        align-content: center;
                        align-items: center;    
}
.custombanner.croppedpeople {
   background: url("https://images1.groupgti.com/themes/aston/croppedpeoplebanner.png");
}
@media(min-width:966px){
    .custombanner {
        min-height:200px;
    }    
}

#dash-students > div.widget-tabs.widget-tabs-chevron > h2 {
    visibility:hidden;
}
#dash-students > div.widget-tabs.widget-tabs-chevron > h2:before {
    visibility:visible;
    content:"Graduate Registration Approvals";
}

a.calEventDesc.cal-user-name {
    color: black; 
}

/*** added by GTI - updating to fix the K in Talent Bank ***/
.romeo .dash-cta-deck .dash-cta-link .dash-cta-title {
    left: -13%;
    width: 125%;
}

/*@media only screen and (max-width: 992px) {*/
/*  .cover-bg-image {*/
/*    background-image: url(https://images1.groupgti.com/themes/aston/background-mobilev3.png) !important;*/
/*  }*/
/*}*/
/**************/

/** added by GTI/Ang TC-23014 **/

.card-body.cover-client-content-text img {
    display:block;
    margin:20px 0 0 0;
    width:90%;
}
.romeo .main-banner-outer .main-banner-container .main-banner-brand,
.romeo .main-banner-outer .main-banner-container .main-banner-txt {
    display:none
}

.romeo .main-banner-brand {
    display: none !important;
    }
