﻿.webp .mh {background-image: linear-gradient(to bottom right,#00000055,#000000), url("/uploaded/Image/mastheads/sm/webinars.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#00000055,#000000), url"/uploaded/Image/mastheads/sm/webinars.jpg");}

@media (max-width: 450px) {
.webp .mh {background-image: linear-gradient(to bottom right,#00000055,#000000), url("/uploaded/Image/mastheads/mobile/450_webinar.webp");}
.no-webp .mh {background-image: linear-gradient(to bottom right,#00000055,#000000), url("/uploaded/Image/mastheads/mobile/450_webinar.jpg");}
}

.iconLeft:before {
font-family: "Font Awesome 5 Duotone"; 
font-weight: 900; 
content: "\f02c";
display: none;
}



#MAINWEBCASTS {
    column-gap: 40px;
    row-gap: 80px;
    overflow: visible;
    margin: 40px 0 100px;
}

#MAINWEBCASTS .clean {
    border-radius: 0;
}

.name-and-date {
    display: flex;
    justify-content: space-between;
}

.name-and-date div { 
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;

}

.presenter { 
    color: #565656;
}

.webcast-date { 
    color: #1d4f91;
}




.webcast-title { 
    margin-top: 5px;
    font-size: clamp(1.2rem, 1.13rem + 0.307vw, 1.5rem);
    font-weight: bold;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #1d4f91;
    padding-bottom: 5px;
    transition: 0.5s ease color;
}

#MAINWEBCASTS .accordion {
   color: #565656;
transition: 0.5s color all;
}

#MAINWEBCASTS .accordion-header {
    padding-left: 2.3em;
    font-weight: bolder;
}

#MAINWEBCASTS .accordion__item.active .accordion-header {
color: #fff;
background: #565656;
}

#MAINWEBCASTS .accordion-header:hover {
color: #fff;
background: #1d4f91;
}


.Buttons-1R {
    color: #fff!important;
    text-align: center;
    background-color: #1d4f91;
    width: 100%;
    display: inline-block;
    border: 0px solid #FFF;
    padding: 1% 1%;
    font-weight: 300 !important;
    font-size: 1.2em;
    border-radius: 5px;
    margin: 10px 0;
}

#regWhite .card-span .webcast-link:hover {
    text-decoration: unset;
    text-underline-offset: 0;
    cursor: pointer;
}

.webcast-link img {
transition: 0.5s ease filter; 
box-shadow: 0px 5px 10px 0px #ebebeb;
margin-bottom: 15px;
}

#regWhite {overflow: visible;}

.webcast-link:hover img {filter: brightness(0.5);}
.webcast-link:hover .webcast-title {color: #1d4f91;}
.webcast-link:hover /Administration .accordion {
    color: #565656 !important;
}



/*============== Full-Width 1 CSS Start ===============*/

.full-width-one {background: #fff; margin-top: -100px;}

/*============== Full-Width 1 CSS End ===============*/


/*============== regGrey CSS Start ===============*/

#regGrey {background: #eeeeee;}
#regGrey .card-heading {border-color:#333;}

/*============== regGrey CSS End ===============*/


/*============== regBlue CSS Start ===============*/
#regBlue {padding-top: 0px;}

@media (max-width: 700px) {
#MAINWEBCASTS {
    column-gap: 10px;
}
}
