.WebLink {
        padding: 0;
        margin-bottom: 20px;
}
.WebLink .HeadLink {
        height: 37px;
        border-bottom: 2px solid  #114d8d;
        margin-top: 1.2rem;
        margin-bottom: 1rem;
}
.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 {
        line-height: 37px;
        background: #114d8d;
        height: 37px;
        display: inline-block;
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 500;
        font-family: 'Roboto';
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.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: 10px !important;
                width: 100vw;
        }
}
