@charset "utf-8";


.richtext p{
    color:  #2b2b2b;
    font-size: 15px;
    font-weight: 400;
}


#topContent{
    margin:45px 0;
}

.labItem, .labItem:hover {
    width:100%;
    height:354px;
    padding: 0 0;
    overflow:hidden;
    margin-bottom:15px;
    cursor:pointer;
    margin-bottom:30px;
    border-bottom: 1px solid #ddd;
}

.labItemImage, .labItemText{
}
.labItemImage{
    padding:0 0;
}
.labItemImage img{
}
.labItemText{
    padding-top:10px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right:3%;
}
a:hover .labItemText{
    text-decoration: none;
}
.labItemTitle, a:hover .labItemTitle{
    font-size: 24px;
    font-weight:bold;
    margin-bottom: 6px;
    color:  #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-decoration:none;
    /*height:40px;*/
    overflow: hidden;
}
.labItemContent,  a:hover .labItemContent{
    color:  #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-decoration:none;
    height:75px;
    overflow: hidden;
}










.newsLinksIcon{
    background: #8EBC3F;
    color: #fff;
    padding-right: 7px;
    padding-left: 6px;
    display: inline-block;
    font-size: 17px;
    margin-right: 8px;
}

.newsLinksIcon a{
    color: #fff;
}

.newsLinkWrap{
    display: block;
    margin-bottom: 7px;
}

.newsLink{
    display: inline-block;
    color: #123f69;
    font-size: 14px;
    vertical-align: top;
}

.newsLink a{
    color: #002b54;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-default.btn1 {
    background: #002b54;
    background-color: #002b54;
}

.btn-default.btn1:hover{
    background-color: #959595 !important;
}

.btn-default.btn1:hover > em {
    background: #002b54;
    background-color: #002b54 !important;
}

.fa a{
    color:#fff;
}





.btn-default.btn1 {
    background: #8ebc3f;
    background-color: #8ebc3f;
    /*position: absolute;
    bottom: 0;*/
    background-image: none !important;
}

.btn-default.btn1:hover{
    background-color: #372d23 !important;
    background-image: none !important;
}

.btn-default.btn1:hover > em {
    background: #8ebc3f;
    background-color: #8ebc3f !important;
    background-image: none !important;
}

.btn-default.btn1 > em{
    padding-top: 10px;
}

@media(max-width:768px){
    #topContent{
        margin:30px 0;
    }
    .item, .labItem, .labItemTitle, .labItemContent, .labItemImage, .labItemText{
        text-align:center;
        width:100%;
        padding:0;
    }
    .labItemImage img{
        margin:16px auto;
    }
}