﻿/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {*/
/* IE10+ CSS styles go here */
/*}*/

_:-ms-lang(x), .google-translate-wrapper {
    display: none;
}

_:-ms-lang(x), .google-explanation {
    display: none !important;
}

.cardbar .contentright {
    float: left;
    padding-left: 20px;
}

.contentright h2 {
    color:#00629b;
    font-weight: normal;
}

.contentright h5 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}

/*.results-heading {
    display:none;
}*/

.cardbar img {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    width:150px;
    float:left;
    /*border: 1px solid #999;*/
}

/*.cardbar a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}*/

@media only screen and (min-width: 768px) and (max-width: 991px)  {
    .cardbar .contentright {
        max-width: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cardbar .contentright {
        max-width: 700px;
    }
}

@media (max-width: 767px) {

    .newslistrowwrapper {
        padding-left:10px;
        padding-right:10px;
    }

    .cardbar {
        min-height: 200px;
    }

    /*.cardbar img {
        float: right;
        width: 150px !important;
        height: 150px;
        object-fit: cover;
    }*/

    /*.cardbar .contentright {
        float:none;
        padding-top:10px;
    }*/

    .cardbar .contentright {
        /*max-width: 300px;*/
        max-width: 200px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px)  {
    .cardbar .contentright {
        max-width: 300px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px)  {
    .cardbar .contentright {
        max-width: 400px !important;
    }
}
