/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.seminar{color:#005A70;}
.seminar-text{color:#005A70;}
.seminar-background{background-color:#005A70;}
.seminar-filter_button{
color:#005A70;
	border: 1px solid #005A70 !important;
}
.uk-button.seminar-filter_button.uk-active{
	background-color:#005A70;
	color:white;
}



.webinar:{color: #F37368;}
.webinar-text{color:#F37368;}
.webinar-background{background-color:#F37368;}
.uk-button.webinar-filter_button{
	color: #F37368;
	border: 1px solid #F37368  !important;
}
.uk-button.webinar-filter_button.uk-active{
	background-color:#F37368;
	color:white;
}

.online_meetings:{color:#F28E81;}
.online_meetings-text{color:#F28E81;}
.online_meetings-background{background-color:#F28E81;}
.uk-button.online_meetings-filter_button{
	color: #F28E81;
	border: 1px solid #F28E81  !important;
}
.uk-button.online_meetings-filter_button.uk-active{
	background-color:#F28E81  ;
	color:white;
}



.conference_and_exhibition{color:#B5B8BE;}
.conference_and_exhibition-text{color:#8D8F93;}
.conference_and_exhibition-background{background-color:#B5B8BE;}

.uk-button.conference_and_exhibition-filter_button{
	color: #8D8F93;
	border: 1px solid #8D8F93  !important;
}
.uk-button.conference_and_exhibition-filter_button.uk-active{
	background-color:#B5B8BE ;
	color:white;
}




.events-list-wrapper {
    padding-bottom: 80px;
}

.event_list{
	margin-left:105px;
}
@media(max-width:959px){
	.conference_and_exhibition-filter_button{
		line-height:26px!important;
	}
}
@media(max-width:639px){
	.event_list{margin-left:0}
	.conference_and_exhibition-filter_button{
		width:66%;
	}
}
.event_title{
	font-family: Roboto; 
	font-size:24px;
	white-space:normal;
}
.event_subtitle{
	font-family: Roboto; 
	font-size:14px; 
	white-space: normal;
	color:#8D8F93;
}
.event_description, .event_description *{
	font-family: Roboto;
  font-weight: 300;
	font-size: 17px;
	margin-top: 15px;
	white-space:normal;
	color: #5F6063;
}