main {
	min-height:1700px;

	font-family: 'Rubik', sans-serif;
}
.topImage {
	overflow: hidden;
	max-height: 800px;
}

.themesWrapper {
	z-index: 100;
	margin-top: -70px !important;
}
.sticked {
	top: 120px !important
}
.scrollImage {
	display: none;
}
.topThemes,
.themesProject {
	z-index: 100;
    position: relative;
    background-color: #312783;

    width: 100%;
    overflow: hidden;
    margin: 0;
}
.topThemes {
	background-color: transparent;
}

.topThemes ul.themes {
	margin-bottom: 0;
	list-style: none;
	position: relative;
	float: left;
	display: block;
	left: 50%;
}
.topThemes ul.themes li {
	position: relative;
	float: left;
	display: block;
	right: 50%;

    margin-left: -6px;
    z-index: 4;
	box-shadow: 0px 0px 10px rgba(49,39,131,.70);
	-moz-box-shadow: 0px 0px 10px rgba(49,39,131,.70);
	-webkit-box-shadow: 0px 0px 10px rgba(49,39,131,.70);
	-o-box-shadow: 0px 0px 10px rgba(49,39,131,.70);
	border-top-right-radius: 5px;
}
.topThemes ul.themes li a {
    color: #fff;
    padding: 15px 35px;
    display: block;
    font-weight: 500;
    background-color: #f1effc;
    color: #312783;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.topThemes ul.themes li.first {
	z-index: 6;
	margin-left: 0
}
.topThemes ul.themes li.second {
	z-index: 5;
}
.topThemes ul.themes li.third {
	z-index: 3;
	box-shadow: unset;
}
.topThemes ul.themes li a:hover {
	text-decoration: none;
}
.topThemes ul.themes li a.active {
	color: #f1effc;
    background-color: #312783;
}


.themesProject ul.projectPages {
    list-style: none;
    margin: 0 auto;
}
.themesProject ul.projectPages li {
	float: left;
}
.themesProject ul.projectPages li {
	background-image: url('../img/divider.png');
	background-repeat: no-repeat;
	background-position: right;
}
.themesProject ul.projectPages li:last-child {
	background-image: unset;
}
.themesProject ul.projectPages li a {
	color: #fff;
	padding: 15px 35px;
	display: block;
    font-weight: 200;
}
.themesProject ul.projectPages li a:hover {
	text-decoration: none;
}


.sticker {
	left: 10rem;
	top: -20rem;
}

.feature-panel {
	min-height: 500px;
	padding-bottom: 200px !important
}
.feature-panel .feature-card {
	color: #fff;
	padding: 50px 20px 20px 20px;
	background-color: #009fe3
}
.feature-panel .feature-card i {
	color: #fff;
}
.feature-panel .feature-card h5 {
	color: #312783;
	margin-top: 50px;
	min-height: 55px;
}



main.events{
	background-color: #F7F7F7;
	font-family: 'Rubik', sans-serif;
	min-height: 0!important;
	position: relative;
	z-index: 1;
}

main.events .crumbs a{
	color: #000000!important;
	font-size: 18px;
}

.events .startingblock{
}

.events .blue-header{
	color: #009FE3!important;
	font-size: 45px;
	line-height: 42px;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
}



.events .introtext{
	font-size: 32px;
	line-height: 42px;
	font-family: 'Rubik', sans-serif;
	font-weight: lighter;
	color: #000000;
}


.events .block-header.document h3{
	background-image: url('/assets/img/document-icon.svg');
	background-repeat: no-repeat;
	background-position: 20px 12px;
	background-size: 25px;
}
.events .block-header.poll h3{
	background-image: url('/assets/img/poll-icon.svg');
	background-repeat: no-repeat;
	background-position: 20px 16px;
	background-size: 25px;
}

.events .block-header h3{
	background-color: #009FE3;
	text-align: center;
	margin: 0;
	color: #FFFFFF;
	padding: 15px 20px;
	font-family: Rubik;
	font-size: 24px;
	font-weight: normal;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.events .accordion{
	width: 100%;
	display: flex;
}

.events .accordion-tabs{
	width: 35%;
	float:left;
}

.events .accordion-tabs .accordion-tab{
	padding: 15px;
	cursor: pointer;
	transition: all .2s;
}
.events .accordion-tabs .accordion-tab.active{
	background-color: #FFFFFF;
	box-shadow: 10px 6px 6px #0000000F;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;

}

.events .accordion-tabs .accordion-tab.active h3{
	color: #009FE3;
}


.events .accordion-tabs .accordion-tab h3{
	letter-spacing: 0px;
	font-weight: normal;
	color: #989898;
	font-size: 25px;
	line-height: 42px;
	margin: 0;
}

.events .mobile-subject-title{
	display: none;
	margin-bottom: 30px;
}

.events .accordion-content{
	width: 65%;
	float:left;
	background-color: #FFFFFF;
	box-shadow: 10px 6px 6px #0000000F;
	border-radius: 2px;
}

.events .accordion-content-block{
	opacity: 0;
	display: none;
	padding-top: 10px;
	transition: opacity .2s;
}

.events .accordion-content-block.active{
	opacity: 1;
	display: flex;
}

.events .accordion-item img{
	margin: 0px auto 15px;
	display: block;
	max-width: 50px;
}

.events .accordion-item-link{
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center 15px;
	padding-top: 90px;
	display: block;
}

.events .accordion-item-link:hover{
	text-decoration: none;
}


.events .accordion-item-link.document{
	background-image: url('/assets/img/document.svg');
}

.events .accordion-item-link.document:hover{
	background-image: url('/assets/img/document-active.svg');
}

.events .accordion-item-link.video {
	background-image: url('/assets/img/video.svg');
}

.events .accordion-item-link.video:hover {
	background-image: url('/assets/img/video-active.svg');
}

.events .accordion-item-link.powerpoint{
	background-size: 50px auto;
	background-image: url('/assets/img/power-point.svg');
}
.events .accordion-item-link.powerpoint:hover{
	background-image: url('/assets/img/power-point-active.svg');
}

.events .accordion-item-link.link{
	padding-top: 90px;
	padding-top: 90px;
	background-size: 35px auto;
	background-image: url('/assets/img/link.svg');
}
.events .accordion-item-link.link:hover{
	background-image: url('/assets/img/link-active.svg');
}



.events .accordion-item p{
	letter-spacing: 0px;
	color: #000000;
	font-family: Roboto;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.events .accordion-item{
	text-align: center;

}

.events .event-info{

}

.events .event-info-title{
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	margin: 0;
}

.events .event-info-content{
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	margin:0;
}

.events a.livestream {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Rubik', sans-serif;
	color: #FFFFFF!important;
	text-align: center;
	padding: 15px;
	background-color: #E6007E;
	display: block;
	border-radius: 3px;
	width: 80%;
	margin: 30px auto;
}

.events a.livestream:hover {
	text-decoration: none;
	background-color: #bd0068;
}

.events a.livestream:visited{
	color: #FFFFFF!important;
}

.events .poll-header {
	color: #312783;
}
.events .poll-item {
	background-color: #F7F7F7;
	margin-bottom: 5px;
	width: 90%;
	padding: 10px;
}
.events .poll-item:hover {
	background-color: #DDDDDD;
}

.participant-link a{
	color: #000000;
	text-decoration: none;
}
.participant-link a:hover{
	text-decoration: none;
}

.participant-link i{
	color: #009FE3;
}

.poll-page{
	padding: 30px 5px;
	background-color: #FFFFFF;
	box-shadow: 10px 6px 6px #0000000F;
}

.poll-question{
	font-size: 24px;
	color: #312783;
	margin-bottom: 10px;
}

.poll-answer p{
	padding: 10px 75px 10px 15px;
	margin-bottom: 15px;
	background-color: #F7F7F7;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
}

.poll-answer p .percent-holder{
	float: right;
	opacity: 0;
	transition: opacity .5s;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%)
}

.poll-answer p .percent-holder.active{
	opacity: 1;
}

.percentage-border{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	background-color: #1C9FE3;
	border-radius: 2px;
	width: 0%;
	transition: width .5s;
}

.poll-answer:hover > p {
	background-color: #DDDDDD;
}

.overlap_image{
	position: relative;
	z-index: 20;
}

@media (max-width: 1199px) {
	.event-info-holder{

	}
	.events a.livestream{
		width: 100%;
	}
	.events .topImage{
		min-height: 200px!important;
	}
}

@media (max-width: 991px) {
	.events .introtext{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.events .accordion-tabs .accordion-tab h3{
		font-size: 20px;
	}

	.header-logo{
		left: 70px;
		transition: left .45s ease-out;
	}
	.header-logo svg{
		width: 150px!important;
	}
}

@media (max-width: 575px) {
	.events .accordion-tabs{
		display: none;
	}
	.row.accordion-content-block{
		display: flex;
		opacity: 1;
	}
	.events .accordion-content{
		width: 100%;
	}
	.events .mobile-subject-title{
		display: block;
	}
}


@media (max-width: 440px) {
	/*.events .accordion-tabs{*/
	/*	width: 60%;*/
	/*}*/
	.events .accordion-content{
		width: 100%;
	}
}