.WebLink {
        padding: 0;
        margin: 20px 0;
}
.WebLink .HeadLink {
        margin-bottom:10px;
}
.WebLink .HeadLink .Title:before{
        /* content: ''; */
        width: 200px;
        height: 3px;
        display: inline-block;
        position: absolute;
        background: #0d7840;
        bottom: -2px;
}
.WebLink .Content{
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.WebLink .Content .ImgWebLink{
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
}
.WebLink .Content .ImgWebLink .Item{
        flex-grow: 1;
        width: 180px;
        height: 100px;
        margin: 5px;
        border: 1px solid #e4e4e4;
}
.WebLink .Content .ImgWebLink .Item a{
        display: inline-block;
        height: 100%;
        width: 100%;
}
.WebLink .Content .ImgWebLink .Item img{
        width: 100%;
        object-fit: fill;
        height: 100%;
}
.WebLink .HeadLink .Title {
 text-transform: uppercase;
 white-space: nowrap;
 font-size: 16px;
 font-family: 'Merriweather';
 color: #031739;
 font-weight: 700;
 text-decoration: none;
 display: inline-block;
 line-height: unset;
 background: url(images/dangicon.png) no-repeat top 1px left;
 padding: 0 0 0 50px;
 height: 25px;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none !important;
        padding: 5px 10px !important;
        width: 100% !important;
}
tr.rcbReadOnly {
        border: 1px solid #cccc;
        border-radius: 3px;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
}
.RadComboBox *{
        font-size: 14px !important;
}
@media only screen and (max-width: 768px){
        .WebLink {
                padding: 20px 5px !important;
        }
}
