    .AILAAwardsLead.lead {
    border-left: 5px solid #71cdba;
    padding-left: 0.5em;
    }
    .AILAAwardsBio {
    position: relative;
    }
    .AILAAwardsBio p strong {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    text-align: center;
    background-color: #0c0c0c73;
    color: white;
    }
    .AILAAwardsBio img {
    float: left;
    margin-right: 15px;
    }
    .AILAAwardsBio p {
    margin-bottom: 0;
    }
    .AILAAwardsCat {
    padding: 10px;
    margin-bottom: 5px;
    min-height: 420px !important;
    max-height: 420px !important;
    background-color: #71cdba;
    position: relative;
    transition: all ease-out 0.25s;
    margin: 10px;
    }
    @media (max-width: 500px) {
    .AILAAwardsCat {
    max-height: none;
    min-height: auto !important;
    }
    }
    .AILAAwardsCat:hover {
    transform: scale(1.1);
    z-index: 1000;
    }
    .AILAAwardsCat h2 {
    color: white;
    font-size: 25px;
    padding-left: 0.6em;
    }
    .AILAAwardsCat h3 {
    color: white;
    position: absolute;
    padding: 10px;
    text-align: center;
    font-size: 1.35em;
    top: -1.5em;
    left: -1em;
    border-radius: 50px;
    background-color: #000000;
    width: 2em;
    height: 2em;
    text-align: center;
    }
    .AILAAwardsCat p {
    color: white;
    }
    .red {
    background-color: #cd8471;
    }
    .yellow {
    background-color: #cdb271;
    }
    .purple {
    background-color: #9671cd
    }