body {
    font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
    background-color: #0b41cd;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 8px 10px;
    /* font-family: rochebold; */
    font-weight: bold;
    text-align: center;
}

#header .menu-button {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #0b41cd;
    color: #0b41cd;
    background-color: #FFF !important;
    width: 100%;
}

#header .menu-button2 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #0b41cd;
    background-color: #0b41cd;
    color: white;
}

#header h6,
.roche-Symposia h6 {
    font-size: 21px;
    line-height: 26px;
    /* font-family: rochebold; */
    color: #1b1b1b;
    font-weight: bold;
}

.roche-Symposia,
#footer {
    background-color: #f5f5f2;
    padding: 30px 20px;
}

.roche-Symposia .tag {
    font-size: 16px;
    line-height: 22px;
    color: #0b41cd;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.roche-Symposia p {
    /* font-family: rochebold; */
    font-weight: bold;
    color: #1b1b1b;
}

.roche-Symposia .Havane {
    font-family: Arial, Helvetica, sans-serif;
    color: #1b1b1b;
    font-weight: normal;
}

.roche-Symposia .person {
    padding-top: 5px;
}

.roche-Symposia .location {
    font-size: 13px;
    line-height: 18px;
}

/* .roche-Symposia .date_Location {
    padding-left: 50px;
} */

#roche-Symposia-main button {
    background-color: #0b41cd;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border: none;
    padding: 10px 15px;
}

#roche-Symposia-main button a {
    text-decoration: none;
    color: #fff;
}

#footer {
    background-color: #f5f5f2;
    font-size: 12px;
    line-height: 18px;
    color: #706b69;
}

#footer .navbar {
    justify-content: flex-start;
}

#footer .navbar a {
    font-size: 12px;
    line-height: 18px;
    color: #0b41cd;
    margin-right: 0;
}


@media only screen and (max-width: 600px) {
    .mobPadT {
        padding-top: 20px;
    }

    .mobHide {
        display: none;
    }

    #header h1 {
        font-size: 12px;
        line-height: 18px;
    }

    .roche-Symposia {
        padding: 30px 10px;
    }

    .roche-Symposia h6{
        font-size: 16px;
    }

    .roche-Symposia .date_Location {
        align-items: start !important;
    }

    .roche-Symposia .date_Location P{
        padding-left: 0.5rem !important;
    }

    .roche-Symposia .date_Location img {
        width: 18px;
    }

    .roche-Symposia .date_Location2 img {
        width: 25px;
    }

    .roche-Symposia .location {
        font-size: 10px;
        line-height: 14px;
    }

    .roche-Symposia .person {
        font-size: 9px;
        line-height: 14px;
    }

    .roche-Symposia .person-images {
        width: 80px;
    }

    .roche-Symposia .tag {
        font-size: 12px;
    }

}

@media (min-width: 601px) and (max-width: 991px){
        .roche-Symposia .tag {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .Tabfont img {
        width: 20px !important;
    }
}

/* @media (min-width: 400px) and (max-width: 500px) {
    .roche-Symposia .date_Location2 {
        padding-left: 38px !important;
    }
} */

@media only screen and (max-width: 400px) {
    .roche-Symposia .person {
        font-size: 8px;
        line-height: 14px;
    }

    .roche-Symposia .person-images {
        width: 50px;
    }

    #footer {
        font-size: 11px;
    }
}