
    .benchmark-box {
        transition: background-color 0.5s ease; 
        background-color: #ebebeb;
        width: 23%;
        margin-right: 2%;
        height: 140px;
        margin-bottom: 12px;
        color: #fff;
        text-align: center;
        padding-top: 12px;
        position: relative;
        float: left;
        margin-bottom: 24px;
    }

    .benchmark-box:nth-child(4) {
        margin-right: 0%;
    }
    .benchmark-box:nth-child(8) {
        margin-right: 0%;
    }
    
    
    .benchmark-box-title {
        width: 80%;
        font-size: 1.1em;
        margin: auto;
        height: 50px;
        color: #007cc0;
        font-weight: bold;
    }
    
    .benchmark-buttons {
        width: 80%;
        margin: auto;
        position: absolute;
        bottom: 10px;
        left: 10%;
    }
        .benchmark-buttons a:hover {
            color: #eee;
            text-decoration: none;
        }
    
    .benchmark-more-info {
        background-color: #9a9a9a;
        color: #fff;
        width: 100%;
        display: block;
    }
    
    a.benchmark-access {
        background-color: #007cc1;
        color: #fff;
        width: 100%;
        display: block;
    }


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

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

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

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

    .benchmark-box-title {
        font-size: .9em;
    }
}


#bdtTermsConditions  {
	display: none;
	font-size: .9em;
	border-radius: 3px;
	background-color: #ececec;
	padding: 20px;
}
#bdtTermsConditions > p {
	margin-bottom: 7px !important;
}