.topic-box-committee {
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

    .topic-box-committee-box {
        transition: background-color 0.5s ease; 
/*        background-color: #005e96;*/
        background-color: #eaeaea;
        width: 24%;
        margin-right: 1.3333%;
        height: 180px;
        margin-bottom: 12px;
        color: #fff;
        text-align: center;
        padding-top: 12px;
        position: relative;
        float: left;
    }
    .topic-box-committee-box-blue {
        background-color: #005e96 !important;
    }
        .topic-box-committee-box-blue > .topic-box-committee-box-title{
            color: #fff;
        }
    .topic-box-committee-box:hover {
        background-color: #196ea0;
        color: #fff;
        text-decoration: none;
    }
		.topic-box-committee-box:hover .topic-box-committee-box-title {
			color: #fff;
		}
	
	
    .topic-box-committee-box:nth-child(4) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(8) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(12) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(16) {
        margin-right: 0%;
    }
    
    .topic-box-committee-box-title {
        width: 80%;
        font-size: 1.1em;
        margin: auto;
        height: 50px;
        color: #1c3a5d;
    }


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .topic-box-committee-box-title {
        font-size: 1.0em;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .topic-box-committee-box-title {
        font-size: .9em;
    }
}

@media screen and (max-width: 767px) {
    .topic-box-committee-box-title {
        font-size: .9em;
    }
    .topic-box-committee-box {
        width: 24%;
        margin-right: 1;
    }
}

@media screen and (max-width: 479px) {
    .topic-box-committee-box-title {
        font-size: 1em;
    }
    .topic-box-committee-box {
        width: 49%;
        margin-right: 1.9%;
    }
    
    .topic-box-committee-box:nth-child(6) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(2) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(4) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(6) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(8) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(10) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(12) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(14) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(16) {
        margin-right: 0%;
    }
    .topic-box-committee-box:nth-child(18) {
        margin-right: 0%;
    }
}

