.material-icons {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.center {
    display: block;
    margin: 0 auto;
}

.no-margin-b {
    margin-bottom: 0 !important
}

.margin10-top,
.m10-top {
    margin-top: 10px !important;
}

.margin20-top,
.m20-top {
    margin-top: 20px !important;
}

.margin30-top,
.m30-top {
    margin-top: 30px !important;
}

.margin40-top,
.m40-top {
    margin-top: 40px !important;
}

.margin50-top,
.m50-top {
    margin-top: 50px !important;
}

.margin60-top,
.m60-top {
    margin-top: 60px !important;
}

.margin70-top,
.m70-top {
    margin-top: 70px !important;
}

.margin80-top,
.m80-top {
    margin-top: 80px !important;
}

.margin90-top,
.m90-top {
    margin-top: 90px !important;
}

.margin100-top,
.m100-top {
    margin-top: 100px !important;
}

.margin0-bottom,
.m0-bottom {
    margin-bottom: 0px !important;
}

.margin10-bottom,
.m10-bottom {
    margin-bottom: 10px !important;
}

.margin20-bottom,
.m20-bottom {
    margin-bottom: 20px !important;
}

.margin30-bottom,
.m30-bottom {
    margin-bottom: 30px !important;
}

.margin40-bottom,
.m40-bottom {
    margin-bottom: 40px !important;
}

.margin50-bottom,
.m50-bottom {
    margin-bottom: 50px !important;
}

.margin60-bottom,
.m60-bottom {
    margin-bottom: 60px !important;
}

.margin70-bottom,
.m70-bottom {
    margin-bottom: 70px !important;
}

.margin80-bottom,
.m80-bottom {
    margin-bottom: 80px !important;
}

.margin100-bottom,
.m100-bottom {
    margin-bottom: 100px !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button:focus,
a:focus {
    outline: 0;
}

a:hover *,
a:hover,
a {
    text-decoration: none !important;
}

*:not(.fa, i) {
    /*font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

strong {
    font-weight: 500 !important;
}

.bgBlu {
    background-color: #288bf1;
}

.bgMarrone {
    background-color: #f9f9f9;
}

.bgBianco {
    background-color: #ffffff;
}

#loginMedikey {
    background-color: #1976d3;
    padding-top: 10px;
    padding-bottom: 10px;
}

#navMK {
    max-width: 90px;
    margin-right: 5px;
    margin-top: 1px;
}

.btnMK {
    background: transparent;
    border: 1px solid #ffffff;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 35px;
    margin-left: 20px;
}

.btnMK:hover {
    background: #ffffff;
    color: #1976d3;
}

.login_con {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    margin-right: 10px;
}

#desktopnav {
    background-color: #288bf1;
    padding-top: 30px;
    padding-bottom: 15px;
}

ul#menu {
    padding: 0;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    color: white;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 500;
    text-align: right;
    cursor: pointer;
    border-right: 2px solid rgba(255, 255, 255, 0.17);
}

ul#menu li.active {
    color: #005fac;
    font-weight: 700;
}

ul#menu li.no-border {
    border-right: 0;
}

.btn-esperto {
    background-color: #f4c52d;
    box-shadow: 3px 3px 17px #1976d3;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 35px;
    margin-left: 30px;
    border-radius: 5px;
}

.btn-esperto:hover {}

.btn-arancio-big {
    background-color: #f4c52d;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 35px;
    margin-left: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px #a6a3a3;
    margin: 0 auto;
    display: block;
}

#logoUrodate {
    position: absolute;
    top: -76px;
    max-width: 140px;
}

.ico-esperto {
    margin-right: 5px;
    font-size: 20px;
}

#search {
    width: 100%;
    position: relative;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    max-width: 560px;
    box-shadow: 3px 3px 17px #1976d3;
}

#search label {
    position: absolute;
    top: 1px;
    right: 10px;
    background: #ffffff;
    color: white;
    padding: 9px 14px;
    border-radius: 100px;
    height: 43px;
    width: 43px;
    cursor: pointer;
    background-image: url(../img/ico_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

#search #search-input {
    border-radius: 5px;
    height: 45px;
    font-weight: 500;
    font-size: 17px;
    padding-right: 90px;
}

.input-custom {
    background-color: #ffffff;
    color: #143c70 !important;
    padding: 9px 24px;
    border: 0;
}

#search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bcbcbc;
    font-weight: 500;
    font-size: 15px;
}

#search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bcbcbc;
    font-weight: 500;
    font-size: 15px;
}

#search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bcbcbc;
    font-weight: 500;
    font-size: 15px;
}

#search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #bcbcbc;
    font-weight: 500;
    font-size: 15px;
}

#cerca {
    padding-top: 20px;
    padding-bottom: 20px;

}

#tag-search {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

#tag-search .tag {
    display: inline-block;
    background-color: #1976d3;
    color: #ffffff;
    padding: 7px 11px;
    border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

#tag-search .tag:hover {
    background-color: #0d3f72;
}

.card-cont {
    border: 0;
    box-shadow: 3px 3px 17px #1976d3;
    margin-bottom: 45px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.tool .card-cont {
    height: 98%;
    width: 100%;
}

.b_dif {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.card-content1 {
    padding: 20px;
}

.card-content2-3 {
    padding: 21px 14px;
}

.card-title1 {
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.card-title2-3 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
}

.i_v,
.durata {
    color: #bdbdbd;
    font-weight: 500;
    font-size: 13px;
}

.ico-tipo {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 10px;

}

.card-cont .card-image {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.card-cont .embed-responsive {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.bgVideo {
    background-color: #bdbdbd;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.btn-arancio {
    background-color: #f4c52d;
    box-shadow: 2px 2px 5px #888787;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 50px;
    margin: 0 auto;
    display: block;
}

.autore1 {
    color: #222222;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0px;
}

.autore2 {
    color: #bdbdbd;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0px;
}

.img-autore {
    height: 41px;
    width: 41px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
}

.pagArticolo .img-autore {
    height: 50px;
    width: 50px;
}

.pagArticolo .autore1 {
    font-size: 16px;
}

.pagArticolo .autore2 {
    font-size: 15px;
}


.ico-play-video {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.43);
    font-size: 44px;
}

.i_v_tipo {
    color: #1976d3;
    position: relative;
    top: -6px;
}

.i_v_esp,
.i_v_esp a {
    color: #1976d3;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}

.i_v_border {
    padding-right: 15px;
    border-right: 1px solid #bdbdbd;
    margin-right: 7px;
}

.slide_sk {
    background-color: white;
    max-height: 200px;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.slider-slide .slick-dots {
    bottom: 3px;
}

.slider-slide .slick-dots li {
    height: 3px;
}

.slider-slide .slick-dots li button:before {
    content: '';
}

.slider-slide .slick-dots li {
    width: 29px;
}

.slider-slide .slick-prev {
    left: 32px;
    bottom: -3px;
    position: absolute;
    z-index: 999;
    top: unset;
}

.slider-slide .slick-next {
    right: 32px;
    bottom: -3px;
    position: absolute;
    z-index: 999;
    top: unset;
}

.slider-slide .slick-dots li button:before {
    content: '';
    background: #6f6f86;
    width: 25px;
    height: 3px;
}

.card-cont p {
    margin-bottom: 2px;
}

.card-cont .autore p {
    line-height: 14px;
    font-size: 15px;
}

.guarda_p {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.guarda_p p,
.guarda_p a {
    width: 100%;
    color: #288bf1;
    font-size: 26px;
    font-weight: 500;
}

.articolo-pos1 .card-image {
    min-height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fa.fa-angle-double-right {
    font-weight: 500;
    font-size: 13px;
    color: #2586ed;
}

.btn-arancio-ultima {
    padding: 5px 40px;
    width: unset;
}

footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 13px;
}

footer ul li {
    display: block;
    color: white;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    border-right: 0;
    font-weight: 500 !important;
    list-style-type: none;
}

footer {
    background-color: #103f6d;
    padding-top: 40px;
    padding-bottom: 20px;
}

#logoEdra {
    max-width: 85px;
    display: block;
    margin: 0 auto;
}

#logoSanofi {
    max-width: 170px;
    display: block;
    margin: 0 auto;
}

footer p {
    color: white;
    font-size: 12px;
    padding: 0 20px;
    text-align: center;
}

footer ul li.no-border {
    border: 0;
}

#boxWebinar {
    background-color: #1976d3;
    box-shadow: 3px 3px 17px #1976d3;
    color: #ffffff;
    border-radius: 5px;
}

.int_w {
    background-color: #143c70;
    padding-bottom: 20px;
}

p.webinar {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
}

.data_w {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
}

#boxWebinar .fa.fa-calendar-o {
    margin-top: 10px;
    text-align: right;
    display: block;
    font-size: 25px;
}

.wPadding {
    padding: 20px 20px 25px 20px
}

#boxWebinar .autore p {
    line-height: 14px;
    font-size: 15px;
}

#boxWebinar .autore1 {
    margin-bottom: 2px;
    line-height: 14px;
    font-size: 15px;
    color: #ffffff;
}

#boxWebinar .autore2 {
    margin-bottom: 2px;
    line-height: 14px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.76);
}

#boxWebinar .info {
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.76);
}

b {
    font-weight: 500 !important;
}

.hrBlu {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.hrBlu2 {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.titolo_w {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 26px;
}

.boxSponsor {
    border: 1.5px solid rgba(255, 255, 255, 0.76);
    border-radius: 5px;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 20px;
    position: relative;
}

.boxSponsor img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.t_sp {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    position: absolute;
    top: -9px;
    padding-left: 10px;
    padding-right: 10px;
    background: #288bf1;
}

.boxSponsor2 {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.boxSponsor2 img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.t_sp2 {
    margin-bottom: 0;
    color: #979dab;
    font-size: 12px;
    position: absolute;
    top: -9px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
}

.boxArticolo {
    padding-bottom: 7px;
    padding-top: 7px;
}

.more_i {
    font-size: 13.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 500;
    margin-bottom: 0;
}

.more_t {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.more_a {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 24px;
    padding-bottom: 0;
}

.more_a_padding {
    padding-top: 45px;
}

#altriArticoli {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
}


/* width */
#altriArticoli::-webkit-scrollbar {
    width: 4px;
}

/* Track */
#altriArticoli::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c9e2fb;
    border-radius: 10px;
    background: #c9e2fb;
}

/* Handle */
#altriArticoli::-webkit-scrollbar-thumb {
    background: #f4c52d;
    border-radius: 10px;
}

/* Handle on hover */
#altriArticoli::-webkit-scrollbar-thumb:hover {
    background: #f4c52d;
}

#fasciaSponsor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.delete-tag {
    display: inline-flex;
    padding-left: 15px;
    font-size: 20px;
    position: relative;
    top: 1px;
    color: white;
}

#tag-search .tag.selezionato {
    padding: 8px 20px;
}

#search-clear {
    position: absolute;
    right: +60px;
    top: 13px;
    background: #ffffff;
    color: #1976d3;
    font-size: 20px;
}

.autore i {
    font-size: 12px;
}

.menuMobile {
    background: #103f6d;
    padding-top: 10px;
    padding-bottom: 10px;
}

#logoUMobile {
    max-width: 150px;
    padding-top: 8px;
}

#espertoRispondeHP {
    background-color: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 70px;
}

.boxEsperto {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px 25px;
    box-shadow: 2px 2px 5px rgba(136, 135, 135, 0.48);
    position: relative;
    margin-bottom: 25px;
}

.esp_img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 500px;
}

.esp_nome {
    font-size: 1rem;
    color: #323232;
    font-weight: 600;
    margin-bottom: 1px;
}

.esp_prof {
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    margin-bottom: 12px;
}

.esp_luogo {
    font-size: 13px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 0;
}

.esp_area {
    font-size: 24px;
    color: #1976d3;
    font-weight: 600;
    margin-bottom: 20px;
}

.card.active .esp_area {
    color: #ffffff;
}

.boxEsperto.selezionato {
    background-color: #1976d3;
}

.boxEsperto.selezionato * {
    color: #ffffff;
}

.esp_title,
.bluTitle {
    color: #133d6f;
    font-weight: 700;
    font-size: 30px;
}

.centerVertical {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.btn-blu {
    background: transparent;
    border: 2px solid #2196f3;
    color: #2196f3;
    font-weight: 500;
    padding: 7px 20px;
}

.btn-blu:hover {
    background: #2196f3;
    color: #ffffff;
}

.d_r_a {
    background-color: #1976d3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.boxDomRis {
    background-color: #ffffff;
    border-radius: 5px;
    /* box-shadow: -1px 2px 5px #888787; */
    border: 1px solid #dbdad8;
}

.d_r_dom {
    background-color: #2196f3;
}

.d_r_text_a {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 20px;
}

.d_r_text_dom {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    padding: 30px 20px;
}

.d_r_risp {
    padding: 30px 20px;
}

.more_i_esp {
    font-size: 13.5px;
    text-transform: uppercase;
    color: #bbbbbb;
    font-weight: 500;
    margin-bottom: 0;
}

.d_r_text {
    font-size: 16px;
    color: #767676;
    font-weight: 400;
}

.boxDomRis {
    display: none;
}

.boxDomRis.selezionato {
    display: block;
}

.d_shadow {
    box-shadow: -1px 2px 5px #c5bfbf;
}

.bannerEsperto {
    box-shadow: -1px 2px 5px #c5bfbf;
    background-color: #1976d3;
    padding: 40px 50px;
    border-radius: 5px;
}

.bannerEsperto p,
.titleWhite {
    color: #ffffff;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 36px;
}

.bannerEsperto .btn-esperto {
    margin: 0 auto;
    display: block;
}

.backHP {
    font-weight: 500;
    background-color: #1976d3;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    position: relative;
}

.arrowBack {
    color: #4490de;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 50px;
}

.breadcrumb,
.breadcrumb a {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    margin-bottom: 0;
}

.breadcrumb {
    background-color: #288bf1;
    padding: 30px 0px 27px 0px;
}

.articolo {
    padding-top: 50px;
    padding-bottom: 60px;
}

.articolo .i_v_border {
    margin-right: 15px;
}

.articolo .slider-slide .slick-next {
    bottom: 12%;
}

.articolo .slider-slide .slick-prev {
    bottom: 12%;
}

.articolo .slider-slide .slick-dots {
    bottom: 12%;
}

.d_pdf {
    color: #103f6d;
    font-size: 16px;
    font-weight: 500;
}

.articolo .slider-slide {
    margin-bottom: 0;
    box-shadow: 0px 3px 6px #a6a3a3;
    border-radius: 5px;
    overflow: hidden;
}

.slick-slide img {
    width: 100%;
}

.biblio {
    color: #133d6f;
    font-weight: 700;
    font-size: 20px;
}

.img-articolo {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.articolo-biblio,
.articolo-biblio * {
    color: #bdbdbd;
    font-weight: 500;
    font-size: 13px;
}

.hrGrigio {
    margin-top: 30px;
    border-top: 2px solid #eeeeee;
}

.autore {
    margin-bottom: 10px;
}

.boxAutore {
    box-shadow: 0px 3px 6px #a6a3a3;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
    padding: 17px;
}

.aut_img_intervista {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
}

.aut_nome_intervista {
    color: #222222;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}

.aut_prof_intervista {
    color: #bdbdbd;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}

.txtIntervista {
    color: #222222;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.domanda,
.domanda p {
    color: #222222;
    font-weight: 500;
    font-size: 19px;
}

.boxRisposta {
    padding-left: 20px;
    margin-top: 40px;
}

.boxDomanda {
    margin-bottom: 50px;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 50px;
}

.boxDomanda:last-of-type {
    border-bottom: 0;
}

.intSX {
    width: 3%;
    float: left;
    height: 100%;
}

.intDX {
    width: 97%;
    float: right;
}

/* CSS PAGINA WEBINAR*/
.pagWebinar .link-webinar {
    background-color: #f4c52d;
    box-shadow: 2px 2px 5px #888787;
    color: #ffffff;
    font-weight: 500;
    padding: 14px 50px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #fec72c;
    font-size: 22px;
    text-align: center;
    display: block;
    max-width: 500px;
}

.pagWebinar .link-webinar:hover {
    color: #212529;
    text-decoration: none;
}

.pagWebinar a:hover {
    text-decoration: none;
}

.pagWebinar table {
    background: #E4F2FD;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.pagWebinar td,
.pagWebinar .table-bordered,
.pagWebinar table {
    border: 0 !important;
}

.pagWebinar .link-webinar-blu {
    background-color: transparent;
    box-shadow: 2px 2px 5px #888787;
    font-weight: 500;
    padding: 14px 50px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 22px;
    text-align: center;
    display: block;
    max-width: 500px;
    color: #2196f3;
    border: 2px solid #2196f3;
}

.pagWebinar .link-webinar-blu:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #2196f3;
}

@media (min-width: 768px) {
    .pagWebinar table {
        width: 80% !important;
    }
}

/* FINE CSS PAGINA WEBINAR*/


#shareSocial .dropdown-toggle::after {
    display: none;
}

#btnCShare {
    background-color: #ffffff;
    border: 0;
    color: #1976d3;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    padding: 0;
    text-align: center;
    padding-top: 9px;
    z-index: 999;
    box-shadow: 0px 2px 4px #a6a3a3;
}

#btnCShare:hover {
    background-color: #1976d3;
    color: #ffffff;
}

.jssocials-share {
    display: block;
}

#shareSocial .dropdown-menu {
    min-width: 66px;
    left: -9px !important;
    background: transparent;
    border: 0;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.posLeft .dropdown-toggle {
    right: unset;
    left: 20px;

}

.posLeft .jssocials-share {
    display: inline-block;
}

#shareSocial.posLeft .dropdown-menu {
    top: -55px !important;
    left: 70px !important;
    padding: 0;
}

.linkArt {
    padding-top: 30px;
}

.noAbsolute {
    position: initial !important;
}

.modalChiedi .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: white;
}

.modalChiedi .modal-content {
    background-color: #1976d3;
}

.m_text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px;
}

.m_label {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}

.modalChiedi .modal-footer {
    border-top: 0;
}

.modalChiedi .btn-chiudi {
    display: block;
    margin: 0 auto;
    background-color: #4791da;
    border: 0;
    border-radius: 5px;
    margin-top: 10px;
    color: #ffffff;
}

.modalChiedi .form-control {
    background: #4791da;
    border: 0;
    color: #ffffff;
}

.modalChiedi textarea {
    width: 100%;
    min-height: 170px;
}

.modalChiedi .btn-esperto {
    padding: 14px 60px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

.modalChiedi .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    background: #4791da;
}

.modalChiedi .form-control::-moz-placeholder {
    /* Firefox 19+ */
    background: #4791da;
}

.modalChiedi .form-control:-ms-input-placeholder {
    /* IE 10+ */
    background: #4791da;
}

.modalChiedi .form-control:-moz-placeholder {
    /* Firefox 18- */
    background: #4791da;
}

.modalChiedi .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(31, 64, 97, 0.87);
}

.m_error {
    margin-bottom: 0;
    text-align: center;
    color: #f6b65d;
    font-weight: 500;
    font-size: 16px;
}

.hasError {
    border: 1px solid #f6b65d !important;
}

.g-recaptcha.hasErrorIframe iframe {
    border: 1px solid #f6b65d !important;
    border-radius: 5px;
}

.modalChiedi .modal-header {
    border-bottom: 0;
}

.bg-urodate-bluscuro {
    background-color: #1976d3;
}

.bg-urodate-grigio {
    background-color: #F9F9F9;
}

.esporto-box-titolo {
    padding: 45px;
}

.esperto-titolo {
    font-weight: 700;
    font-size: 32px;
}

.esperto-titolo-descrizione {
    font-weight: 500;
    font-size: 20px;
}

.btn-esperto-domanda {
    background-color: #f4c52d;
    box-shadow: 3px 3px 17px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 35px;

    width: 100%;
}

#esperto-cerca {
    width: 100%;
    position: relative;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    max-width: 560px;
    box-shadow: 3px 3px 17px rgba(0, 0, 0, 0.2);
}

#esperto-cerca label {
    position: absolute;
    top: 1px;
    right: 10px;
    background: #ffffff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    color: white;
    padding: 9px 14px;
    border-radius: 100px;
    height: 43px;
    width: 43px;
    cursor: pointer;
    background-image: url(../img/ico_search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

#esperto-cerca #esperto-search-input {
    border-radius: 5px;
    height: 45px;
    font-weight: 500;
    font-size: 17px;
}

#esperti {
    padding-top: 80px;
    padding-bottom: 80px;
}

#homepage #esperti {
    padding-top: 0px;
    padding-bottom: 0px;
}

#esperti .card {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    margin-top: 3px #ff0000;
}

#esperti .w-65 {
    width: 65%;
}

#esperti .card-img-top {
    margin: 20px auto 0px auto;
}

#esperti .card .card-title {
    font-weight: 600;

}

#esperti .card .card-text {
    font-size: 15px
}

#esperti .card.active {
    background-color: #1976D3;
    color: white;
}

#esperti .card.active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 15px #1976D3;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

#esperti .card.noresults {
    background-color: rgba(245, 245, 245, 1);
    opacity: .4;
}

#esperti #risultati {
    margin-top: 50px
}

#esperti .d_r_a {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#esperti .boxDomRis::after {
    content: "\f107";
    color: #AFE2FF;
    top: 0px;
    right: 30px;
    font-size: 32px;
    position: absolute;
    font-family: "FontAwesome"
}

#esperti .boxDomRis[aria-expanded="true"]::after {
    content: "\f106";
    color: #fff;
}

#esperti .boxDomRis[aria-expanded="true"] .d_r_a {
    background-color: #1976d3;
}

#esperti .boxDomRis:not([aria-expanded="true"]) {
    background-color: white;
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    padding: 20px 20px;
}

#esperti .boxDomRis:not([aria-expanded="true"]) .d_r_text_a {
    display: none;
}

#esperti .boxDomRis:not([aria-expanded="true"]) .d_r_text_a_closed {
    display: block;
    margin-top: 15px;
}

#esperti .boxDomRis[aria-expanded="true"] .d_r_text_a {
    display: block;
}

#esperti .boxDomRis[aria-expanded="true"] .d_r_text_a_closed {
    display: none;
}

#esperti .boxDomRis {
    position: relative;
    margin-bottom: 25px
}

#esperti .d_r_a_noresults {
    font-size: 16px;
    color: #767676;
    padding: 20px 20px;
    text-align: center
}

#esperti .boxDomRisNoRes {
    font-size: 16px;
    color: #767676;
    font-weight: 400;
    padding: 20px 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #dbdad8;
}

#esperto-cerca #esperto-search-input.form-control:focus {
    box-shadow: none;
}


#homepage .boxDomRis {
    display: block;
}

.slide_sk {
    position: relative;
}

.velinaScura {
    background: rgba(13, 41, 77, 0.74);
    width: 100%;
    height: 100%;
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.pagArticolo #btnCShare {
    position: absolute;
    top: -25px;
    right: 0;
    left: unset;
    box-shadow: 0px 3px 6px #a6a3a3;
}

.velinaScura.videoVS {
    position: absolute;
    top: 0;
}

.card-cont .card-image.relative {
    position: relative
}

.txtCopy {
    display: inline;
    margin-left: 14px;
    color: rgb(25, 118, 211);
    font-weight: 500;
    position: absolute;
    top: 33px;
    left: 62px;
    z-index: 9999999;
    font-size: 18px;
    background: #ffffff;
    box-shadow: 2px 2px 5px #888787;
    padding: 5px 10px;
    border-radius: 5px;
}

.jssocials-share-Clink {
    background: #7e1b00;
    height: 100%;
    color: #fff;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    max-width: 43px;
}

.pos1 .txtCopy {
    top: 8%;
}

.pos23 .txtCopy {
    top: 8%;
}

.esp_imgarea {
    height: 49px;
    width: 49px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    box-shadow: 0px 2px 4px #a6a3a3;
    border-radius: 500px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
}

#homepage .esp_imgarea {
    height: 40px;
    width: 40px;
    top: 0px;
    right: 15px;
}


/* 14/12/2020 */

.n_catTool {
    position: relative;
    top: -3px;
}

#tag-search .tag.tagTool {
    padding: 8px 33px;
    margin-bottom: 18px;
    margin-right: 7px;
    text-align: left;
    min-width: 150px;
}

.imageTool {
    height: 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    background-color: #ffffff;
}

.velinaTool {
    background: rgba(13, 41, 77, 0.32);
    display: none;
}

.cardTool:hover .velinaTool {
    display: flex;
}

.azzurro {
    color: #288bf1;
}

.tagTool .delete-tag {
    top: -2px;
}

.btn-strumenti {
    background-color: transparent;
    box-shadow: none;
    color: #103f6d;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 35px;
    margin-left: 30px;
    border-radius: 5px;
    border: 1px solid #103f6d;
}

.btn-strumenti.active {
    background-color: #ffffff;
}

.btn-strumenti:hover {
    background-color: #ffffff;
}

.descTool,
.descTool p {
    font-size: 16px;
    color: #8b8b8b;
}

.titleTool {
    font-size: 22px !important;
}

.boxPadding {
    padding-top: 60px;
    padding-bottom: 70px;
}

#boxSuggerimento {
    position: relative;
}

#boxOkContributo {
    background: rgba(16, 63, 109, 0.86);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

#boxOkContributo .bluTitle {
    font-size: 27px;
}

.nascondi {
    display: none !important;
}

.tagTipo {
    position: absolute;
    z-index: 999;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 2px 10px;
    top: 0;
    border-radius: 5px;
    right: 15px;
}

.tagTipo.nuovo {
    background: #ff0e0d;
}

.tagTipo.piuUsato {
    background: #63b1bd;
}

#strumentiHP {
    background-color: #bbdefa;
    color: #767676;
}

.n_tool_hp {
    color: #767676;
    position: relative;
    top: -7px;
}

.toolHP {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px #a6a3a3;
    padding: 10px 13px 2px 13px;
    border-radius: 5px;
    margin-bottom: 30px;
    cursor: pointer;
}

.tag.active {
    background-color: #0d3f72 !important;
}

.nbtool {
    font-size: 13px;
    font-weight: 300;
    margin-top: 60px;
}

.nbtool a {
    font-size: 13px;
}

.cardEspertoMobile {
    margin-left: 15px;
    margin-right: 15px;
    min-height: 455px;
}

.pagArticolo .txtCopy {
    top: -20px;
    left: unset;
    right: 69px;
}

.data_webinar .fa-youtube-play {
    color: #bdbdbd;
    font-size: 25px;
    position: relative;
    top: 4px;
}

.data_webinar {
    margin-top: 30px;
    margin-right: 20px;
}

.boxWebinarLive {
    padding: 30px 40px 40px 40px;
}

.pdomanda {
    font-size: 20px;
    font-weight: 600;
}

#boxOkDomandaWebinar {
    padding-top: 10px;
    padding-bottom: 20px;
}

.icoDone2 {
    color: #ffffff;
    background: #288bf1;
    padding: 10px;
    font-size: 40px !important;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 6px;
}

.single_podcast .podcast-progress-indicator {
    align-self: center;
    width: 100%;
    background-color: #DBDBDB;
    height: 6px;
    position: relative;
}

.single_podcast .podcast-progress-indicator .podcast-current-progress {
    width: 1%;
    background-color: #1976d3;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
}

.single_podcast .podcast-volume-indicator {
    width: 50px;
    background-color: #DBDBDB;
    height: 6px;
    position: relative;
    display: inline-block;
}

.single_podcast .podcast-volume-indicator .podcast-current-volume {
    width: 0;
    background-color: #1976d3;
    height: 6px;
    position: absolute;
    top: 0;
}

.single_podcast button {
    border: 0;
    background: none;
    padding: 5px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
}

.single_podcast .download_mp3 {
    color: #000;
    padding: 5px;
    font-size: 1.3rem !important;
}

.single_podcast button:hover,
.single_podcast .download_mp3:hover {
    color: #1976d3;
}

.single_podcast .podcast-pause {
    display: none;
}

.single_podcast .podcast-duration,
.single_podcast .podcast-duration * {
    color: #1976d3;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.single_podcast .bi-play {
    color: #1976d3;
    padding: 14px;
    font-size: 40px;
}

.single_podcast .bi-pause {
    color: #1976d3;
    padding: 11px;
    font-size: 40px;
}

.single_podcast .bi-skip-backward,
.single_podcast .bi-skip-forward {
    color: #1976d3;
    font-size: 40px;
}

.single_podcast .podcast-play,
.single_podcast .podcast-pause {
    border: 3px solid #288bf1 !important;
    border-radius: 1000px;
    height: 79px;
    width: 79px;
}


@media (max-width: 576px) {
    footer {
        text-align: center;
    }

    .marginFooter {
        margin-bottom: 20px;
    }

    #boxWebinar .info {
        margin-top: 20px;
        text-align: center;
    }

    .arrowBack {
        color: #4490de;
        font-weight: 500;
        font-size: 18px;
        position: initial;
        left: 0;
        display: block;
        margin-bottom: 5px;
    }

    .esp_title,
    .bluTitle {
        font-size: 23px;
    }

    .img-autore {
        margin-bottom: 40px;
    }

    .bannerEsperto p {
        margin-bottom: 20px;
    }

    .btn.btn-blu {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }

    #esperti .card {
        margin-bottom: 30px;
    }

    #homepage .esp_img {
        max-width: 250px;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .text-center-mobile {
        text-align: center;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    #tag-search .tag {
        padding: 8px 21px;
        margin-bottom: 18px;
        margin-right: 7px;
    }

    .border_dx_more {
        border-right: 2px solid rgba(0, 0, 0, 0.07);
    }

    .slide_sk {
        max-height: 270px;
        min-height: 270px;
    }

    .card-title1 {
        font-size: 27px;
    }

    .card-title2-3 {
        font-size: 19px;
    }

    footer ul li {
        display: inline;
        margin-bottom: 0px;
        font-size: 12px;
        padding: 0 20px;
        border-right: 2px solid rgba(255, 255, 255, 0.17);
    }

    .bgVideo {
        min-height: 100px;
    }

    #boxWebinar .fa.fa-calendar-o {
        font-size: 35px;
    }

    .morePaddingEspSx {
        padding-left: 20px;
    }

    .morePaddingEspDx {
        padding-right: 20px;
    }

    .boxAutore {
        width: 104%;
        left: -2%;
        position: relative;
    }

    .modalChiedi .modal-content {
        padding: 15px;
    }

    .modalChiedi .modal-header {
        border-bottom: 0;
        padding: 0;
    }

    .articolo-pos1 .card-image {
        min-height: 340px;
    }

    .esp_triangle {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 13px solid #1976d3;
        position: absolute;
        right: -13px;
        top: 24px;
    }

    .esp_triangle {
        display: none;
    }

    .boxEsperto.selezionato .esp_triangle {
        display: block;
    }

    .esp_imgarea {
        top: 11px;
        right: 17px;
    }

    #homepage .esp_imgarea {
        right: 0px;
    }

    .titleTool {
        font-size: 25px !important;
    }

    .esporto-box-titolo {
        margin-bottom: 45px;
    }

    #logoSanofi {
        max-width: 110%;
    }
}

@media (min-width: 992px) {
    .boxSponsor2 {
        max-width: 768px;
    }

    #tag-search {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slide_sk {
        max-height: 360px;
        min-height: 360px;
    }

    .more-padding-left {
        padding-left: 50px;
    }

    .morePaddingEspSx {
        padding-left: 40px;
    }

    .morePaddingEspDx {
        padding-right: 40px;
    }

    .bannerEsperto .btn-esperto {
        padding: 14px 70px;
        width: 100%;
    }

    .page {
        max-width: 945px;
        display: block;
        margin: 0 auto;
    }

    .page-text {
        /* max-width: 750px; */
        display: block;
        margin: 0 auto;
    }

    /*
		#search #search-input {
		padding-right: 60px;
		}
		#search-clear {
		position: absolute;
		right: -36px;
		top: 13px;
		background: #288bf1;
		color: #ffffff;
		font-size: 20px;
		}
	*/
    .pagArticolo .img-autore {
        height: 70px;
        width: 70px;
    }

    .pagArticolo .autore1 {
        font-size: 18px;
    }

    .esp_imgarea {
        top: 14px;
        right: 24px;
    }

    #logoSanofi {
        max-width: 160px;
    }
}

@media (min-width: 1200px) {
    .esp_imgarea {
        top: 13px;
        right: 45px;
    }
}