.program-img img{
    max-width: 250px;
    height: auto;

    padding: 15px;
    background: #fff;
}

.overview-text{
    border-bottom: 1px solid #979797;
}

.overview-text.first-line{
    border-top: 1px solid #979797;

}

.categories-list{

    text-transform: uppercase;
    color: #D0021B;

    font-weight: 900;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 3px;

    display: block;
    padding-top: 15px;
    padding-bottom: 10px;

}

.categories-list a{
    color: #D0021B;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

.categories-list a:first-of-type{
    padding-left: 0px;
}

.categories-list a:hover{
    text-decoration: underline;
}

.categories-list.filter{
    padding-left: 90px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding-right: 90px;
}

.square {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.first-img-caption{
	display: block;
    max-width: 70%;
    margin: auto;
    font-size: 10px;
    line-height: 15px;
    position: relative;
    top: -35px;
}

.moretag.frm_button_submit {

    display: block;
    margin: 24px;
    float: left;

}