/*** PUT LGI DIGITAL SUPPORT CSS CUSTOM HERE ***/
body{
    font: normal normal normal helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif !important;
}

.row{
    margin: 0 !important;
    padding: 0 !important;
}

.body-content{
    margin: 0 !important;
    padding: 0 !important;
}

.body-slide{
    margin: 0 !important;
    padding: 0 !important;
}

.body-separator{
    background: #F2F2F2;
}

.body-footer{
    background: #c02524;
    color: white;
    padding: 10px;
}

.body-footer a{
    color: white;
}

.body-footer .fa{
    font-size: 25px;
}

img.urs{
    height: 125px;
    margin: 5px;
}

.footer-separator{
    background: #ffffff;
}

.footer-separator span{
    margin: 25px;
}

.lgi-no-padding{
    padding: 0 !important;
}

.lgi-no-margin{
    margin: 0 !important;
}

.lgi-hr-red{
    height: 5px;
    background: #E36159;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.lgi-hr-blue{
    height: 5px;
    background: #3468ba;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.img-logo{
    height: 75px;
    margin: 10px;
}

.container-health img {
    width: 100%;
    transition: /*width 1s, height 1s,*/ border-radius 1s/*, transform 1s*/;
}

.container-health img:hover {
    border-radius: 25px;
}

.container-general img {
    width: 100%;
    transition: /*width 1s, height 1s,*/ border-radius 1s/*, transform 1s*/;
}

.container-general img:hover {
    border-radius: 25px;
}

.for-desktop{
    display: block
}

.for-mobile{
    display: none
}

@media only screen and (max-width: 1024px) {
    /* For mobile phones: */
    .for-desktop{
        display: none
    }

    .for-mobile{
        display: block;
    }

    .container-general{
        margin-top: 10px
    }
}
