<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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");}
}

.sub-menu.sticky {
margin-bottom: 0px !important;
}

.link-button {
    color: white !important;
    background: #ff6319;
    border-radius: 4px 0 4px 0;
    padding: 5px 15px;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 1rem;
}

.link-button:nth-of-type(2n) {
    background: #0071ed;
    margin-left: 10px;
}

.link-button:hover {
    background: #0071ed;
}

.link-button:nth-of-type(2n):hover {
    background: #ff6319;

}

a.across-six.card-span:after {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "Click to register";
    background: #0007;
    height: 100%;
    place-content: center;
    margin: auto;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    flex-direction: column;
    opacity: 0;
    transition: 0.3s ease;
    cursor: pointer;
    color: #fff;
}

a.across-six.card-span:hover:after {
    opacity: 1;
}

#MAINWEBCASTS {
    column-gap: 40px;
    row-gap: 40px;
    overflow: visible;
    margin: 40px 0 100px;
}

#MAINWEBCASTS .clean {
    border-radius: 0;
}

.name-and-date {
   
    justify-content: space-between;
}

.name-and-date div { 
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;

}

.presenter { 
    color: #00b6ff;
}

.webinar-date { 
    color: #1d4f91;
}




.webinar-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;
}



.Buttons-1R {
    color: #fff!important;
    text-align: center;
    background-color: #ff6600;
    width: -webkit-fill-available;
    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 .webinar-link:hover {
    text-decoration: unset;
    text-underline-offset: 0;
    cursor: pointer;
}

.webinar-link img {
transition: 0.5s ease filter; 
}

#regWhite {overflow: visible;}

.webinar-link:hover img {filter: brightness(0.5);}
.webinar-link:hover .webinar-title {color: #1d4f91;}
.webinar-link:hover /Administration .accordion {
    color: #565656 !important;
}

.benefit-title {
    margin-top: 5px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #00b6ff;
    padding-bottom: 5px;
    transition: 0.5s ease color;
    margin-bottom: 10px;
}

.benefit .accordion-header:hover {
    background: none;
    color: #ff6600;
}

.benefit .accordion__item.active .accordion-header {
    background: none;
    color: #ff6600;
    border-bottom: 1px solid #bbb5;
}
.benefit .accordion-header {
    padding-left: 0em;
    text-indent: 0em;
    color: #0071ee;
    font-weight: 600;
}

.benefit .accordion-body__contents {
    padding: 10px;
}

.benefit .accordion-header svg {
    margin: 0 15px 0 5px;
}

.benefit .accordion-body__contents {
       padding: 10px 0;
}


/*============== regGrey CSS Start ===============*/

#regGrey {background: #eeeeee;}
#regGrey .card-heading {border-color:#333;}

/*============== regGrey CSS End ===============*/

/*============== regGrey CSS Start ===============*/

#regPurple {background: #262626;}

/*============== regGrey CSS End ===============*/


/*============== regBlue CSS Start ===============*/
#regBlue {padding-top: 0px;}

divfix {display: none;}

.iconLeft:before {
font-family: "Font Awesome 5 Duotone";
font-weight: 900;
content: "\f02c";
display: none;
}


@media (max-width: 700px) {
#MAINWEBCASTS {
    column-gap: 10px;
}
}
</pre></body></html>