.margin-all-0per {
    margin: 0%;
}

.mar-b-2per {
    margin-top: 0%;
    margin-bottom: 2.5%;
}

.mar-b-3per {
    margin-top: 0%;
    margin-bottom: 3%;
}

.mar_b-4per {
    margin-bottom: 4%;
}

.mar_top-4per {
    margin-top: 4% !important;
}

.mar-top-3per {
    margin-top: 3.5%;
}

.mar-top-2per {
    margin-top: 2%;
}

.mar-top-1per {
    margin-top: 1%;
}

.mar-left-4per {
    margin-left: 4%;
}

.underline a {
    text-decoration: underline !important;
}

.underline_none {
    text-decoration: none;
}

.pad-break {
    padding-top: 2.2%;
}



ul ,li {
    list-style: none;
}

.left_panel {
    width: 70%;
}

.right_panel {
    width: 30%;
    border-left: 2px solid #d5d5d5;
}

.pc_list-item {
    padding: 1.5% 0 1.5% 0;
}

section.covid19updates_bg {
    background: url(/images/professional_conferences_bg.png),  #F1F2F3;
    padding-top: 2.5%;
    padding-bottom: 8%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.notice {
    padding: 4% 0 4% 0;
}

a.link {
    text-decoration: none;
}

.date_time {
    font-variant-numeric: oldstyle-nums;
}

.black_text {
    color: #333 !important
}

.up_pc_holder {
    background: #F4F8FF;
    padding-top: 1.5%;
    padding-bottom: 2.5%;
}

.up_pc_holder-white {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.conf_items_holder {
    display: flex;
    column-gap: 9%;
    row-gap: 4%;
    flex-wrap: wrap;
    margin-bottom: -1.5%;
    /*justify-content:space-between; */
}

.conf_item {
    border-bottom: 2px solid #D7D7D7;
    width: 27.3%;
    margin-bottom: 4%;
    /* flex: auto; */
}

.conf_item-img {
    width: 104%;
}

.conf_item-img img {
    width: 96%;
    height: 100%;
    border: 1px solid #95b6d7;
    background-color: white;
}

.webinar_item-bottom_nav {
    display: flex;
    justify-items: center;
    justify-content: space-between;
    padding-bottom: 2%;
}

.bottom {
    margin-bottom: -6%;
}

.webinar_item-bottom_nav a {
    text-decoration: none;
}
.desk_only {
    display: block;
}

.footer_section_bottom-margin {
    margin-bottom: 10%;
}

div.owl-item {
    filter: none;
}


/********** MEDIA QUERIES **********/

@media only screen and (min-width:320px) and (max-width:1024px) {
    .base_margins {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    section.covid19updates_bg {
        background: url(/images/pro-conf_mobile.png),  #F1F2F3;
        padding-top: 2.5%;
        padding-bottom: 50%;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    .left_panel {
        width: 100%;
    }
    .right_panel {
        display: none;
    }
    .conf_item {
        width: auto;
        flex: auto;
        margin-bottom: 10%;
    
    }
    .p3 {
        font-size: 2vh;
    }
    .hero_subhead {
        width: 50%;
    }
    .header_mobile {
        width: 50%;
    }
    .desk_only {
        display: none;
    }
    .conf_header-title {
        text-align: center;
        margin: 4% 0%;
    }
    .margin_mob_only-headers {
        margin: -6% 0% 10% 0%;
    }
    .asset_desc .conf_item-title {
        margin: 7% 0%;
    }
    .asset_desc .conf_item-time {
        margin: 0% 0% 7% 0%;
    }
    .mobile_only-viewAll {
        display: none;
    }
    .assets_featured_slider {
        position: relative;
    }
    #cara_arrow {
        right: 0.6%;
        top: 17%;
    }
    .conf_items_holder {
        padding: 0% 10%;
    }
}

@media only screen and (min-width:600px) {
    .mob_only {
        display: none;
    }
    .desk_only {
        display: block;
    }
}

/********** MEDIA QUERIES (Apple Only) **********/

@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
    .base_margins {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    section.covid19updates_bg {
        background: url(/images/pro-conf_mobile.png),  #F1F2F3;
        padding-top: 2.5%;
        padding-bottom: 50%;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    .left_panel {
        width: 100%;
    }
    .right_panel {
        display: none;
    }
    .conf_item {
        width: auto;
        flex: auto;
        margin-bottom: 10%;
    }
    .p3 {
        font-size: 2vh;
    }
    .hero_subhead {
        width: 50%;
    }
    .header_mobile {
        width: 50%;
    }
    .desk_only {
        display: none;
    }
    .conf_header-title {
        text-align: center;
    }
    .margin_mob_only-headers {
        margin: 4% 0%;
       
    }
    .asset_desc .conf_item-title {
        margin: 7% 0%;
    }
    .asset_desc .conf_item-time {
        margin: 0% 0% 7% 0%;
    }
    .mobile_only-viewAll {
        display: none;
    }
    .assets_featured_slider {
        position: relative;
    }
    #cara_arrow {
        right: 0.6%;
        top: 17%;
    }
    .conf_items_holder {
        padding: 0% 10%;
    }
}

@media only screen and (min-width:600px) {
    .mob_only {
        display: none;
    }
    .desk_only {
        display: block;
    }
}

