/*body {*/
/*    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
/*}*/

.dhx_cal_container .dhx_cal_event.calSessionHeader61 .dhx_title {
  color: #fff;   background: linear-gradient(to right, rgba(230,22,108,1) 0%,rgba(0,175,155,1) 37%,rgba(230,22,108,1) 66%,rgba(0,175,155,1) 100%);
}

.romeo .main-banner-outer .main-banner-container .main-banner-txt p {
    display: none;
}

@media (min-width: 768px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-brand img {
        display: none;
    }
}

@media (min-width: 992px) {
.flex-dash-row .dash-card-custom .card-body {
    max-height: 800px;
    }
}
.dash-card-custom .row {
    /*display:block;*/
    }
.dash-card-custom a.cp-block {
    height: 130px;
    display: flex;
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
    text-decoration:none;
    background-size: cover;
    background-position: center;
    }
.dash-card-custom a.cp-block .cp-text {
    background-color: #fff;
    display:block;
    font-weight: 500;
    padding: 8px 14px 6px 0;
    color: #000;
    font-size: 13px;
    }
.dash-card-custom a.cp-block .cp-hover-overlay {
    display: flex;
    align-items: flex-end;
    height:100%;
    background-color: transparent;
    }
.dash-card-custom a.cp-block:hover .cp-hover-overlay, .dash-card-custom a.cp-block:focus .cp-hover-overlay {
    background-color: rgb(162 224 217 / .5);
    }
    
/** ANG / GTI - removing the employer roundals - TC-24862 **/
.romeo .dashboard-header.employer .container .dash-cta-deck {
    display: none;
    }
@media (min-width: 992px) {
    .dashboard-content>section .container .dash-card-count-2 .dashboard-feed:first-child, .dashboard-content>section .container-fluid .dash-card-count-2 .dashboard-feed:first-child {
        margin-top: 0 !important;
        }
    }
