.program-page {
    margin: 20px 0px;
}

.program-page > div:first-child {
    background-color: #fff;
}

.program-page > div:first-child > img {
    width: 100%;
    border-bottom: 5px #b9e00f solid;
}

.program-page > div:last-child {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    height: 365px;
    overflow: auto;
}

.program-page > div:last-child > div:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 18px;
}

.program-page > div:last-child > div:nth-child(2) {
    font-size: 13px;
    margin-top: 5px;
    color: #a7a8a7;
    text-transform: uppercase;
}

.program-page > div:last-child > p:last-child {
    font-size: 13px;
    color: #6d6e6d;
    line-height: 18px;
}

.programs {
    margin-top: 20px;
}

.programs > div {
    width: 398px;
    margin: 20px 0px;
}

.programs > div >div:first-child {
    height: 140px;
    overflow: hidden;
    width: 396px;  border: 1px #dcdcdc solid;  border-bottom: 0px;
}

.programs > div > div:first-child > a > img {
    width: 100%;
}

.programs > div >div:last-child {
    background-color: #fff;
    padding: 15px;
    border: 1px #dcdcdc solid;  border-top: 0px;
    border-radius: 0px 0px 5px 5px;
    color: #62626d;
    text-transform: uppercase;

    -webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}

.programs > div >div:last-child > div {
    white-space: nowrap;
    display: block;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.programs > div:hover >div:last-child {
    background-color: #b9e00f;
    color: #000;

    -webkit-transition: background-color 500ms ease-out 0.1s;
    -moz-transition: background-color 500ms ease-out 0.1s;
    -o-transition: background-color 500ms ease-out 0.1s;
    transition: background-color 500ms ease-out 0.1s;
}

.programs > div >div:last-child> div:first-child > a {
    color: inherit;
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 2px;
    /* display: block; */
}

.programs > div >div:last-child> div:last-child {
    color: #aaaaaa  !important;
    font-size: 11px;
    margin-top: -5px;
}