.topic-box-main {
    color: #fff;
}   
    .topic-box-main h5 {
        font-weight: bold;
    }
    .topic-box-main-light {
        background-color: #007cc1 !important;
    }

    .topic-box-main-dark {
        background-color: #17314e !important;
    }

        .topic-box-main-content {
            padding: 12px;
        }
            .topic-box-main-icon {
                width: 25%;
                float: left;
            }
            .topic-box-main-copy {
                width: 65%;
                float: right;
            }


.topic-box-about {
    margin-top: 12px;
    text-align: center;
    width: 100%;
}
.topic-box-about-box {
    width: 15%;
    display: inline-block;
    background-color: #005e96;
    height: 160px;
    margin-bottom: 12px;
}
    .topic-box-about-box {
        transition: background-color 0.5s ease; 
        background-color: #005e96;
        margin-right: 1%;
        height: 160px;
        margin-bottom: 12px;
        color: #fff;
        text-align: center;
        padding-top: 12px;
        position: relative;
        display: inline-block;
    }
    .topic-box-about-box:hover {
        background-color: #196ea0;
        color: #fff;
        text-decoration: none;
    }
    
    .topic-box-about-box-title {
        width: 80%;
        font-size: 1.1em;
        margin: auto;
        height: 50px;
    }
/*    .topic-box-about-box-icon {
        width: 80%;
        margin: auto;
        position: absolute;
        bottom: 0px;
        left: 10%;
    }*/

.sideLink  {
	clear: both;
	color: #fff;
	margin: 0 0 10px 0;
                width: 65%;
                float: right;
}

.topic-box-main-copy > p {
	margin-bottom: 10px !important;
}


@media screen and (max-width: 991px) {
    .topic-box-main-icon {
        width: 90%;
        display: block;
        float: none;
        text-align: center;
        margin: auto;
    }
    .topic-box-main-copy {
        width: 90%;
        display: block;
        float: none;
        text-align: center;
        margin: auto;
    }

}




