  div.copy.dots ul, div.dots ul {
    display: inline-block;
    margin-left: 0px;
    width: 201px;
    }
    div.copy ul li, div.copy dt {
    background: none;
    color: rgb(64, 64, 64);
    font-size: 12px;
    line-height: 18px;
    padding-left: 0px;
    }
    a.blueArrow {
    color: rgb(27, 48, 103);
    background: url("https://www.qiagen.com/static/images/no_repeat_data.png") no-repeat scroll -3px -855px transparent;
    font-size: 12px;
    padding-left: 8px;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
    }
    p{
    padding: 0;
    margin: 0;
    }
    /* MAIN STYLES */
    #sg_container {
    width: 666px;
    }
    #teaser_row {
    display: block;
    height: 120px;
    }
    #teaser_row img {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c3d1d9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c3d1d9;
    margin-left: -15px;
    float: left;
    margin-right: 32px;
    margin-bottom: 12px;"
    }
    .filterTeaserGroup {
    position:relative;
    padding-top: 21px;
    }
    .filterTeaser {
    float: left;
    margin-right: 21px;
    margin-bottom: 18px;
    width: 201px;
    position:relative;
    }
    .lastInRow {
    margin-right: 0px;
    }
    .row{
    width: 666px;
    margin-bottom: 15px;
    height: 50px;
    }
    .posts {
    position: relative;
    width: 100%;
    float: left;
    }
    .post {
    width: 221px;
    height: 160px;
    word-wrap: break-word;
    float:left;
    color: rgb(27, 48, 103);
    overflow:hidden;
    cursor: pointer;
    }
    .post-inner{
    width: 201px;
    position:relative;
    padding-top: 1px;
    height: 315px;
    top: 10px;
    }
    .post.last {
    width: 201;
    }
    .post:hover {
    z-index: 11;
    }
    .post-inner div {
    font-weight: normal;
    }
    .post-inner .link {
    position:absolute;
    float:right;
    right: 10px;
    bottom: 10px;
    }
    .post-inner .link a {
    color: rgb(27, 48, 103);
    text-decoration: none;
    display: block;
    }
    .post-inner .desc, .post-inner div{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    }
    .post-inner .desc, .post-inner li {
    font-size: 12px;
    color: rgb(64, 64, 64);
    }
    .post-inner .time {
    position:absolute;
    bottom: 18px;
    background: url("https://www.qiagen.com/~/media/A90EB7A05A56401793FEB278E43217E3.ashx") no-repeat;
    padding-left: 15px;
    margin-left: 10px;
    }
    ul.features{
    list-style:none;
    padding-left: 10px;
    marin-top: 10px;
    width: 190px;
    }
    ul.features li{
    background: url("https://www.qiagen.com/static/images/no_repeat_data.png") no-repeat scroll -3px -3485px transparent;
    color: rgb(64, 64, 64);
    font-size: 12px;
    line-height: 18px;
    padding-left: 15px;
    }
    .cat1 {
    /*background-color: rgb(98,145,204);*/
    background-color: #D4Dce6;
    }
    .cat2 {
    background-color: #dbe9f4;
    }
    .cat3 {
    background-color: #e9eff2;
    }
    .cat4 {
    background-color: #C3D1D9;
    }
    /**** Isotope Filtering ****/
    .isotope-item {
    z-index: 2;
    margin-right: 11px;
    }
    .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
    }
    /**** Isotope CSS3 transitions ****/
    .isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    }
    .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    }
    .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
    }
    /**** disabling Isotope CSS3 transitions ****/
    .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    }