.outreach-webinar-item{
	width:calc(33.333% - 20px);
}

#outreach-webinars a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}

.main_webinars{
	border-style: solid; 
	border: 1px solid #3b3c3d;
	padding:20px;
	/*height: 854px;*/
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
}

.main_webinars h4, .main_webinars p{
	margin:0px;
	margin-bottom:20px;
}

/*
ul.webinar-template{
	display:flex !important;
} 

ul.webinar-template .webinar{
    width: calc(50% - 30px);
}*/
/*.main_webinars p{
	margin-bottom:30px;
	margin-top:0px;
} */

#outreach-webinars{
	display:flex;
	flex-wrap: wrap;
}

.divider{
	margin-bottom:10px;
	margin-top:25px;
	border: 1px solid #D9D9D6;
}

.date_time_wrapper{
	margin-top:15px;
}

.cta_button{
	border-radius: 40px;
    width: 189px;
    padding:5px 20px !important;
	color:#ffffff;
	background-color:#000000;
	Font:Lexend;
   font-weight:400;
   font-Size:20px;
   Line-height:24px;
   text-decoration:none;
}

.main_webinars .cta_button img{
	width: 20px;
    height: 20px;
}

.main_webinars .date_time  {
    gap: 10px !important;
	justify-content: flex-start;
	flex-direction: row;
}

.main_webinars .wp-block-image {
    width: 20px !important;
    min-width:auto !important;
    display: flex;
    align-content: center;
    align-items: center;
}

	
.main_webinars .wp-block-image img {
    vertical-align: baseline;
    width: 20px !important;
    height: 20px !important;
}

.time{
	margin-top:5px;
}

.tag_wrapper{
	display: flex;
	flex-wrap: wrap;
	column-gap:10px;
	row-gap:10px;
}

.main_webinars .tag_wrapper{
	
}

p.next_text{
	margin:0px !important;
}

.tag_wrapper .tag{
    height: 32px;
    text-align: center;
}

.caption{
    Font:Lexend;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
	letter-spacing:2;
} 

/*
 .tag.Grade3,.tag.eannée{
	background-color: #F8E59A;
 }
 .tag.Grade6,.tag.eannée{
	background-color: #B3D57C;
 }
 .tag.Grade9,.tag.eannée{
	background-color: #C9B1D0;
 }
 
.tag.OSSLT,.tag.TPCL{
background-color:#B9D9EB;
}



 .tag.Grade3,.tag.eannée{
	background-color: #F8E59A;
 }
 .tag.Grade6,.tag.eannée{
	background-color: #B3D57C;
 }
 .tag.Grade9,.tag.eannée{
	background-color: #C9B1D0;
 }
 
.tag.OSSLT,.tag.TPCL{
background-color:#B9D9EB;
}

.tag.mpt,.tag.tcm{
background-color:#9ADBE8;
}

.tag_wrapper .tag{
background-color:#D4D4D1
}
*/

.assessment_webinars .no-results.wp-block-query-no-results{
	padding-top:0 !important;
}

.assessment_webinars .no-results p{
	margin-top:0px ! important;
}

/*:lang(fr-FR).tag_wrapper .tag {
	    height: 42px;
} */

@media screen and (max-width: 1451px) {
ul.webinar-template{
grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
}
}

/*@media screen and (max-width: 1440px) {
	.wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(auto-fill, minmax(min(410px, 100%), 1fr)) !important;
}
} */

@media screen and (max-width: 1083px) {
ul.webinar-template{
grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}
}


@media screen and (max-width: 907px) {
	/*.main_webinars{
		min-height:auto !important;
	} */
	
.outreach-webinar-item {
    width: calc(50% - 15px);
}
}

@media screen and (max-width: 821px) {
    ul.webinar-template {
        grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    }
	.main_webinars{
height: 789px;	
	}
 .main_webinars h4 { 
    margin-bottom: 15px;
}
.main_webinars p {
    margin-bottom: 15px;
}

.main_webinars .tag {
        line-height: 35px !important;
    }

.divider{
	margin-bottom:15px;
	margin-top:15px;
}
.time{
	margin-top:10px;
}
.date_time_wrapper{
	margin-top:15px;
	margin-bottom:15px;
}
}

@media screen and (max-width: 680px) {
	    ul.webinar-template {
        grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    }
}

@media screen and (max-width: 600px) {
	    ul.webinar-template {
        grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    }
	.main_webinars{
	/*width:360px;*/
    height: auto;
padding: 20px 20px 21px 20px ! important;	
	}
	.tag_wrapper .tag{
    height: 30px;
	}
	.outreach-webinar-item {
    width: calc(100%);
}
}