.CareerPath_Cards {
    margin: 0 !important;
    padding: 0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.CareerPath_Cards li {
    width: 28%;
    min-width: 12rem;
    max-width: 28%;
    height: 13rem;
    float: left;
    border: 4px solid #E1E1E1;
    border-radius: 0 24% 0 0;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display:flex; 
    flex-direction:column; 
    flex:1;
    text-align: center;
    padding: .4rem;
    margin: 0 1.5rem 1.5rem 0;
    z-index: 1;
}

.CareerPath_Cards li a {
    font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4em;
    color: #000000;
    padding-top: 7.5rem;
}

.CareerPath_Cards li:hover {
    box-shadow: 
    inset 0 -2em 2em rgba(0,0,0,0.05),
    0 0 0 2px rgb(255,255,255),
    0.4em 0.4em 1em rgba(0,0,0,0.4);
}


.CareerPath_Cards li span {
 margin-top: auto;
}

.CareerPath_Cards_classification {
    background: url("/media/524lcouu/classification.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}

.CareerPath_Cards_compensation {
    background: url("/media/gnljgwpp/compensation.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}
.CareerPath_Cards_employeebenefits {
    background: url("/media/ep4hcxil/employeebenefits.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}
.CareerPath_Cards_executiveservices {
    background: url("/media/le5fy0qr/executiveservices.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}
.CareerPath_Cards_humanresource {
    background: url("/media/cgypnn1y/humanresource.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}
.CareerPath_Cards_policy {
    background: url("/media/cx2j3ka5/policy.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}
.CareerPath_Cards_informationsystems {
    background: url("/media/ogtl3xfz/informationsystem.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}
.CareerPath_Cards_military {
    background: url("/media/ufvldtkf/military.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}
.CareerPath_Cards_performancemanagement {
    background: url("/media/ig0m1f4a/performancemanagement.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}

.CareerPath_Cards_recruitment {
    background: url("/media/riii5q0v/recruitment.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}

.CareerPath_Cards_itprogrammanagement {
    background: url("/media/5xinfn51/guide.png") no-repeat top right;
    background-size: 148px 100px;    
    z-index: 999;
}