.children {
	display: none;
}
* {
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
}
body {
	font-family: "Barlow", "PT Sans", sans-serif;
	font-weight: 400;
	background-color: #ffffff;
	font-size: 16px;
	background-image: url("/images/background1.png");
	background-size: cover;
}
.clear,
.clr {
	clear: both;
}
.no-display {
	display: none;
}
.grid2cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}
#lightbox,
#curtain {
	display: none;
}
.topline,
.socialline,
footer {
	width: 100%;
    max-width: 1440px;
    margin: auto;
}
.topline .topline_content,
.socialline .socialline_content,
footer,
.main,
.page_title {
	max-width: 1440px;
	width: 100%;
	margin: auto;
	padding: 0px;
}
.topline .topline_content {
	padding: 30px 0px 20px 0px;
	width: 75%;
    max-width: 1090px;
    margin: auto;
}

.topline_content .myaccount {

}
.topline_content .secondline {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
	gap: 0.5rem;
}
.topline_content .secondline .logo {
    max-width: 120px;
    width: 100%;
}
.topline_content .secondline .menu {
	flex-basis: 1px;
	flex-grow: 1;
    width: calc(100% - 240px);
}
.topline_content .secondline .languages {
    /* max-width: 120px; */
    /* width: 100%; */
    text-align: right;
    /* margin-top: 32px; */
}




.partners .partners_content,
.banner_line,
.initiative .init_listing_wrapper {
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
.partners .partners_content .content { padding-bottom: 30px; }
.banner {
	margin-block: 20px;
}
.banner_content img,
.banner_content video {
	width: 100%;
}
.paramets,
.newsc,
.partners {
	margin-top: 80px;
}
.topline .topline_content .logo {
	float: left;
	width: 20%;
    max-width: 120px;
	margin-top: 5px;
}
.topline .topline_content .logo img {
    width: 100%;
}
.topline .topline_content .navigation {
	/* margin-top: 32px; */
}
.topline .topline_content .apply {
	float: right;
	/* width: 8%; */
	width: auto;
	margin-left: 10px;
	background: #b04190;
	height: 54px;
	margin-top: 42px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
}
.topline .topline_content .account {
	display: none;
	float: right;
	width: 9%;
	margin-left: 10px;
	height: 54px;
	margin-top: 42px;
	background: #009da7 url('../images/account_icon.png') no-repeat scroll 10px 10px;
	line-height: 54px;
	padding-left: 60px;
}

.topline .topline_content .account a {
	font-weight: 200;
	font-family: "Barlow";
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 0em;
	font-size: 14px;
}
.topline .topline_content .votebutholder a {
	font-weight: 700;
	font-family: "Barlow";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
}
.topline .topline_content .votebutholder {
	text-align: center;
    cursor: pointer;
	line-height: 24px !important;
	float: right;
	width: 8%;
	margin-left: 10px;
	background: #b04190;
	height: 54px;
	margin-top: 42px;
	text-align: center;
	cursor: pointer;
}
.topline .topline_content .apply a {
	font-weight: 700;
	font-family: "Barlow";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px;
}
.socialline .socialline_content .icons {
	float: right;
	width: 10%;
	text-align: right;
}
.hamburger-menu {
	display: flex;
    flex-basis: 1px;
    flex-grow: 1;
	align-items: center;
	gap: 1rem;
}
.topline .topline_content .navigation-toggle {
	display: none;
}
.headernavsep {
	height: 2px;
	background: #b04190;
	width: 96%;
	margin: 8px auto 8px;
}
.topline .topline_content .navigation ul.header_nav {
	vertical-align: middle;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}
.topline .topline_content .navigation ul.header_nav li {
	display: inline-block;
	vertical-align: middle;
	/* margin: 0px 15px;  */
}
.topline .topline_content .navigation ul.header_nav li a {
	text-decoration: none;
	color: #6a7ebd;
	font-size: 15px;
	font-family: "Barlow";
	font-weight: 600;
	line-height: 1em;
}
.topline .topline_content .navigation ul.header_nav li a:hover,
.topline .topline_content .navigation ul.header_nav li a.active {
	text-decoration: none;
	color: #46a4a9;
}
footer .footer_content {
	background: #f0f0f0;
	min-height: 300px;
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}
footer .footer_content .footer_logo {
	flex-basis: 20%;
}
footer .footer_content .footer_logo img {
	max-width: 120px;
}
footer .footer_content .copyright {
	flex-basis: 30%;
	color: #1D2142;
	font-size: 13px;
}
footer .footer_content .footer_nav {
	flex-basis: 30%;
}
footer .footer_content .footer_social {
	flex-basis: 20%;
	color: #1D2142;
	font-size: 13px;
}
footer .footer_content .footer_social ul li {
	margin-top: 10px;
	display: inline-block;
	margin-right: 10px;
}
footer .footer_content .footer_social ul li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 20px;
	height: 20px;
}
footer .footer_content .footer_social ul li a img:hover {
	-webkit-filter: none;
	filter: none;
}
footer .footer_content .footer_social ul li a i {
    color: #6B7CBC;
    font-size: 1.5em;
}
footer .footer_content .footer_nav ul.footer_nav {
	width: 90%;
}
footer .footer_content .footer_nav ul.footer_nav li {
	margin-top: 0px;
}
.main {
	margin-bottom: 50px;
}
footer .footer_content .footer_nav ul.footer_nav li a {
	text-decoration: none;
	font-size: 13px;
	color: #1D2142;
}
.paramets .paramets_content .title {
	background: url('../images/params_bg2021.png') top center repeat-x;
	margin: 0px 0px 30px;
}
.newsc .news_content .title {
	background: url('../images/params_bg2021.png') top center repeat-x;
	margin: 0px 0px 30px;
}
.partners .partners_content .title
{
	font-size: 20px;
	font-weight: 600;
	color: #1D2142;
	text-transform: uppercase;
}
.initiative .init_listing_wrapper .title {
	background: url('../images/partners_bg.png') top center repeat-x;
	margin: 0px 0px 30px;
}
.initiative .init_listing_wrapper .title {
	margin-inline: 1em;
}
.partners .partners_content .title span,
.initiative .init_listing_wrapper .title span {
	background: #ffffff;
	font-size: 2.2em;
	color: #626262;
	padding-right: 40px;
	font-weight: 300;
	font-family: "Barlow";
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	text-transform: uppercase;
}
.newsc .news_content .title span.text {
	background: #ffffff;
	font-size: 2.2em;
	padding-right: 40px;
	color: #46a4a9;
	font-weight: 300;
	font-family: "Barlow";
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	text-transform: uppercase;
}
.paramets .paramets_content .title span.text {
	background: #ffffff;
	font-size: 2.2em;
	padding-right: 40px;
	color: #46a4a9;
	font-weight: 100;
	font-family: "Barlow";
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	text-transform: uppercase;
}
.newsc .news_content .title span.icon {
	width: 70px;
	height: 48px;
	display: inline-block;
	background: #ffffff url('../images/icon_news2021.png') top left no-repeat;
	vertical-align: middle;
}
.paramets .paramets_content .title span.icon {
	width: 70px;
	height: 48px;
	display: inline-block;
	background: #ffffff url('../images/param_2021.png') top left no-repeat;
	vertical-align: middle;
}
.newsc .news_content .title span.more {
	float: right;
	height: 48px;
	display: inline-block;
	background: #ffffff;
	padding: 0px 0px 0px 30px;
}
.newsc .news_content .title span.more a {
	text-decoration: none;
	color: #fcc31e;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 48px;
	border: 2px solid #fcc31e;
	border-radius: 24px;
	padding: 10px 20px;
}


 .news_content .listing {
	margin-bottom: 40px;
}
 .news_content .listing ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	flex-wrap: wrap;
}
 .news_content .listing ul li {
	background: #6B7CBC;
	flex-basis: 32%;
	width: 32%;
	margin-bottom: 25px;
}

 .news_content .listing ul li img {
	width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.news_content .listing ul li .ntitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	padding: 20px;
}
.ntitle a, .init_name a {
	text-decoration: none;
	color: #ffffff;
}
 .news_content .listing ul li .ndesc {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	text-align: left;
	padding: 20px;
}
.news_content .listing ul li .ndesc p {
	color: #ffffff;
	margin: 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
 .news_content .listing ul li .readmore {
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
	height: 40px;
}
 .news_content .listing ul li .readmore a {
	text-decoration: none;
}
 .news_content .listing ul li .readmore a span {
	color: #ffffff;
	background: #37417A;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
 .ndate {
	color: #ffffff;
    padding: 0px 20px;
	border: 0px !important;
	font-size: 12px;
	color: #B5C4F4;
	margin-bottom: 10px;
}


.partners .partners_content .listing {
	margin-bottom: 40px;
}
.partners .partners_content .listing ul {
	list-style: none;
	text-align: center;
}
.partners .partners_content .listing ul li {
	display: inline-block;
	margin: 10px 10px;
	/* border: 1px solid #e9edef; */
	padding: 10px;
	height: 100%;
	width: 120px;
	vertical-align: top;
	line-height: 100px;
}
.partners.editions .partners_content .listing ul li {
	width: 240px;
	border: 0px;
}
.partners .partners_content .listing ul li a img {
	max-height: 100px;
	max-width: 100px;
	vertical-align: middle;
}
.partners.editions .partners_content .listing ul li a img {
	max-height: 150px;
	max-width: 240px;
}

.social_media_news {
	background: #6B7CBC;
	width: 100%;
	margin: 50px auto;
}

.faqs {
	width: 100%;
	margin: 50px auto;
}
.flexibuts { display: flex; justify-content: right; }
.flexibuts .login_submit { margin-left: 20px; }
.page_content, .roadmap, .social_media_news .smn_content, .newsc, .footer_content, .faqs_content {
	width: 75%;
	max-width: 1090px;
	min-height: 300px;
	margin: auto;
	padding: 50px 30px;
	/* background: #ffffff; */
	/* background-color: rgba(255, 255, 255, 0.8); */
}
.page_content .left {
	display: inline-block;
	width: 15%;
	vertical-align: top;
}
.page_content .left span.icon {
	width: 45px;
	height: 45px;
	display: block;
	background: url('../images/homeicon.png') top center no-repeat;
}
.page_content .right {
	display: inline-block;
	width: 75%;
	margin-left: 5%;
	vertical-align: top;
}
.page_content .title, .roadmap_title, .smn_title, .internal_news_title, .faqs_title {
	font-weight: 800;
	color: #37417A;
	font-family: "Barlow";
	font-size: 60px;
	margin-bottom: 30px;
}
.faqcattitle {
	font-weight: 800;
	color: #37417A;
	font-family: "Barlow";
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 40px;
}

.smn_title { color: #ffffff !important; }
.roadmap .video iframe {
	max-width: 1090px;
}
.roadmap-video {
	margin-bottom: 2rem;
}
.page_content p {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 200;
}
.page_content .quote {
}
.page_content .subtitle {
	margin-top: 30px;
	font-weight: 700;
	font-family: "Barlow";
	font-size: 1.5em;
	margin-bottom: 20px;
}
.banner_line {
	height: 25px;
	background: url('../images/banner_line.png') top center repeat-x;
	text-align: center;
}
.banner_line span {
	background: #ffffff;
	display: inline-block;
	width: 73%;
	height: 25px;
}
ul.paramets_listing li {
	margin-bottom: 25px;
}
ul.paramets_listing li:nth-child(odd) .ptitle {
	float: left;
	width: 20%;
}
ul.paramets_listing li:nth-child(odd) .pcontent {
	float: left;
	width: 50%;
	font-size: 1.1em;
	font-weight: 200;
	height: 200px;
	vertical-align: middle;
	display: table;
}
.pfilter { width: 60%; margin: auto; text-align: center; }
.filter_param_1, .filter_param_13, .filter_param_6 { background: #fcb943; border-radius: 20px; padding: 0px 25px; height: 40px; line-height: 40px; text-transform: uppercase; color: #ffffff; display: inline-block; margin-left: 10px; cursor: pointer; margin-top: 10px; }
.filter_param_2, .filter_param_14, .filter_param_7 { background: #80c54c; border-radius: 20px; padding: 0px 25px; height: 40px; line-height: 40px; text-transform: uppercase; color: #ffffff;  display: inline-block; margin-left: 10px; cursor: pointer; margin-top: 10px; }
.filter_param_3, .filter_param_15, .filter_param_8 { background: #3ea8c4; border-radius: 20px; padding: 0px 25px; height: 40px; line-height: 40px; text-transform: uppercase; color: #ffffff; display: inline-block; margin-left: 10px; cursor: pointer; margin-top: 10px;  }
.filter_param_4, .filter_param_16, .filter_param_9 { background: #ac8dba; border-radius: 20px; padding: 0px 25px; height: 40px; line-height: 40px; text-transform: uppercase; color: #ffffff; display: inline-block; margin-left: 10px; cursor: pointer; margin-top: 10px;  }
.filter_param_5, .filter_param_17, .filter_param_10 { background: #7e83c1; border-radius: 20px; padding: 0px 25px; height: 40px; line-height: 40px; text-transform: uppercase; color: #ffffff; display: inline-block; margin-left: 10px; cursor: pointer; margin-top: 10px;  }
 .filter_param_11, .filter_param_18, .filter_param_12 { background: #c37bab; border-radius: 20px; padding: 0px 25px; height: 40px; line-height: 40px; text-transform: uppercase; color: #ffffff;  display: inline-block; margin-left: 10px; cursor: pointer; margin-top: 10px; }
 
ul.paramets_listing .pcontent.up-date, span.param_1, span.param_6, span.param_13, span.param_1 a, span.param_13 a, span.param_6 a { color: #fcb943; text-decoration: none; }
ul.paramets_listing .pcontent.green-up, span.param_2, span.param_14, span.param_7, span.param_2 a, span.param_14 a, span.param_7 a { color: #80c54c; text-decoration: none; }
ul.paramets_listing .pcontent.bring-up, span.param_3, span.param_15, span.param_8, span.param_3 a, span.param_15 a, span.param_8 a { color: #3ea8c4; text-decoration: none; }
ul.paramets_listing .pcontent.meet-up, span.param_4, span.param_16, span.param_9, span.param_4 a, span.param_16 a, span.param_9 a { color: #ac8dba; text-decoration: none; }
ul.paramets_listing .pcontent.close-up, span.param_5, span.param_17, span.param_10, span.param_5 a, span.param_17 a, span.param_10 a { color: #7e83c1; text-decoration: none; }
ul.paramets_listing .pcontent.grow-up, span.param_11, span.param_18, span.param_12, span.param_11 a, span.param_18 a, span.param_12 a { color: #c37bab; text-decoration: none; }
span.paramcat { padding-right: 30px; text-transform: uppercase; }

ul.paramets_listing li:nth-child(even) .ptitle {
	float: right;
	width: 20%;
}
ul.paramets_listing li:nth-child(even) .pcontent {
	float: right;
	width: 50%;
	font-size: 1.1em;
	font-weight: 200;
	height: 200px;
	vertical-align: middle;
	display: table;
	text-align: right;
}
ul.paramets_listing li .pcontent span {
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
	line-height: 1.4em;
}
ul.paramets_listing li:nth-child(odd) .ptitle span.bef {
	width: 0%;
	display: inline-block;
	height: 200px;
	background: none;
	vertical-align: middle;
	padding-top: 77px;
	text-align: right;
	text-align: center;
	display: none;
}
ul.paramets_listing li:nth-child(odd) .ptitle span.txt {
	width: 70%;
	display: inline-block;
	height: 200px;
	color: #46a4a9;
	text-align: center;
	font-weight: 900;
	font-size: 2em;
	vertical-align: middle;
	line-height: 200px;
	font-family: "Barlow";
}
ul.paramets_listing li:nth-child(odd) span.aft_container, ul.paramets_listing li:nth-child(even) span.bef_container {
	height: 200px;
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
ul.paramets_listing li:nth-child(odd) .ptitle span.aft {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
	padding-top: 77px;
	text-align: center;
	display: none;
}
ul.paramets_listing li:nth-child(even) .ptitle span.bef {
	width: 30%;
	display: inline-block;
	height: 200px;
	vertical-align: middle;
	padding-top: 77px;
	text-align: right;
	text-align: center;
	display: none;
}
ul.paramets_listing li:nth-child(even) .ptitle span.txt {
	width: 70%;
	display: inline-block;
	height: 200px;
	color: #b04190;
	text-align: center;
	font-weight: 900;
	font-size: 2em;
	vertical-align: middle;
	line-height: 200px;
	font-family: "Barlow";
}
ul.paramets_listing li:nth-child(even) .ptitle span.aft {
	width: 0%;
	display: inline-block;
	height: 200px;
	background: none;
	vertical-align: middle;
	padding-top: 77px;
	text-align: center;
	display: none;
}
.page_title {
	margin-top: 30px;
}
.page_title .title {
	background: url('../images/partners_bg2024.png') top center repeat-x;
	margin: 0px 0px 30px;
}
.page_title .title span.text {
	padding-right: 40px;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 100;
	font-family: "Barlow";
	display: inline-block;
	height: 48px;
	vertical-align: middle;
	line-height: 46px;
	text-transform: uppercase;
}
.page_title .title span.icon {
	width: 70px;
	height: 48px;
	display: inline-block;
	background: url('../images/news2022.png') top left no-repeat;
	vertical-align: middle;
}
.fimg {
	cursor: pointer;
}
.faqs_home .faqs_listing li .answ {
	display: none;
	margin-top: 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	font-family: "Barlow";
	padding-bottom: 20px;
	width: 80%;
}
.narrow_main,
.one_news_item {
	max-width: 1090px;
	margin: 50px auto 50px;
}
.one_leftside ~ .one_news_item {
    margin-left: 0;
}
.openme {
	float: right;
	margin-left: 30px;
}
.faqs_home .faqs_listing li .ques {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faqs_home .faqs_listing li .ques::before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: currentColor;
    border-radius: 50%;
    margin-right: 1em;
}
.faqs_home .faqs_listing li .ftitle {
	flex-basis: 80%;
}
.faqs_home .faqs_listing li .openme {
	flex-basis: 20%;
	text-align: center;
}
.faqs_home .faqs_listing li .ftitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: "Barlow";
}
.faqs_home .faqs_listing li {
	min-height: 55px;
	margin-top: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: "Barlow";
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 50px;
	background: #4DA4A3;
}
.one_news_item .social {
}
.one_news_item .title {
	color: #37417A;
	font-size: 30px;
	font-weight: 600;
	margin-top: 20px;
	text-align: left;
	font-family: "Barlow";
}
.one_news_item .content {
	color: #626262;
	font-size: 1.1em;
	font-weight: 400;
	margin-top: 20px;
	text-align: left;
}
.account_main {
	min-width: 320px;
	width: 70%;
	margin: auto;
}
.login_box {
	background: #f4f4f4;
	min-width: 320px;
	width: 70%;
	margin: auto;
	padding: 20px;
}
.login_box .lb_title,
.account_content .lb_title {
	border-bottom: 1px solid #dadee0;
	padding-bottom: 15px;
}
.login_box .lb_subtitle,
.account_content .lb_subtitle {
	padding-bottom: 5px;
	margin-top: 40px;
}
.login_box .lb_title span.icon,
.account_content .lb_title span.icon {
	width: 66px;
	background: url('../images/login_icon_2021.png') top left no-repeat;
	height: 45px;
	display: inline-block;
	vertical-align: top;
}
.titlenw p {
	font-weight: 800;
  color: #37417A;
  font-family: "Barlow";
  font-size: 60px;
  margin-bottom: 30px;
}
.login_box .lb_subtitle span.icon,
.account_content .lb_subtitle span.icon {
	width: 66px;
	background: url('../images/team_icon_2021.png') top left no-repeat;
	height: 45px;
	display: inline-block;
	vertical-align: top;
}
.login_box .lb_title span.text,
.account_content .lb_title span.text {
	height: 45px;
	line-height: 45px;
	color: #37417A;
	font-size: 30px;
	font-family: "Barlow";
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
}
.login_box .lb_subtitle span.text,
.account_content .lb_subtitle span.text {
	height: 45px;
	line-height: 45px;
	/*color: #46a4a9;*/
	color: #37417A;
	font-size: 24px;
	font-family: "Barlow";
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
}
.account_content .disclaimer {
    margin-top: 1rem;
    color: #626262;
}
.account_content .disclaimer ul {
    list-style: disc;
    padding-left: 2rem;
}
.account_content .disclaimer ul li {
    margin-top: 0.5rem;
}
.login_box .field,
.account_content .field {
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
	width: 100%;
	margin-top: 20px;
}
.login_box .doublefield,
.account_content .doublefield {
	width: 100%;
	margin-top: 20px;
	min-height: 70px;
}
.login_box .doublefield .field1,
.account_content .doublefield .field1 {
	float: left;
	width: CALC(80% - 20px);
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
}
.login_box .doublefield .field2,
.account_content .doublefield .field2 {
	float: right;
	width: 20%;
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
}
.login_box .tmgrid.show,
.account_content .tmgrid.show {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}
.login_box .tmgrid .sfield,
.account_content .tmgrid .sfield {
	float: none;
	width: 100%;
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
}
.login_box .tmgrid .field1,
.account_content .tmgrid .field1 {
	grid-column: 1/5;
}
.login_box .tmgrid .field2,
.account_content .tmgrid .field2 {
	grid-column: 5/7;
}
.login_box .tmgrid .field3,
	.account_content .tmgrid .field3 {
	grid-column: 1/4;
}
.login_box .tmgrid .field4,
.account_content .tmgrid .field4 {
	grid-column: 4/7;
}
.login_box .tmgrid .field5,
.account_content .tmgrid .field5 {
	grid-column: 1/7;
}
.login_box .field .label,
.login_box .sfield .label,
.account_content .field .label,
.account_content .sfield .label,
.login_box .doublefield .label,
.account_content .doublefield .label {
	color: #626262;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: "Barlow";
}
.login_box .field .ifield input,
.inputtext,
.account_content .field .ifield input,
.login_box .doublefield .ifield input,
.account_content .doublefield .ifield input {
	border: 0px;
	width: 100%;
	height: 24px;
	font-size: 14px;
	font-family: "Barlow";
	color: #b04190;
	font-weight: 400;
}
.textarea {
	border: 0px;
	width: 100%;
	height: 150px;
	font-size: 14px;
	color: #b04190;
	max-width: 100%;
	min-width: 100%;
	font-family: "Barlow";
	font-weight: 400;
}
.login_box .button,
.account_content .button {
	margin-top: 30px;
	height: 50px;
}
.login_box .button .forgot {
	width: 68%;
	float: left;
	padding-left: 10px;
}
.login_box .button .forgot a {
	text-decoration: none;
	color: #626262;
}
.login_box .button .submit,
.account_content .button .submit {
	float: right;
	width: 28%;
	text-align: right;
	padding-right: 10px;
}
.login_box .button .submit .login_submit,
.account_content .button .submit .login_submit {
	background: #37417A;
	color: #ffffff;
	padding: 10px 25px;
	text-align: center;
	border: 0px;
	font-size: 18px;
	font-weight: 600;
	font-family: "Barlow";
	cursor: pointer;
	-webkit-appearance: none;
}
.register_on_login {
	margin: 40px auto;
	text-align: center;
}
a.rounded_link {
	text-decoration: none;
}
.banner_overlay .buts {
	display: flex;
	justify-content: left;
}
.buts a.but1 {
	margin-right: 30px;
}
.buts a.but2 {
	background: #FAC31D;
}
a.rounded_link span {
	color: #ffffff;
	background: #37417A;
	font-size: 18px;
	font-weight: 600;
	font-family: "Barlow";
	padding: 10px 20px;
	text-decoration: none;
}
.login_box .lb_notes {
}
.login_box .lb_notes .notes,
.account_content .lb_notes .notes {
	color: #37417A;
	font-size: 14px;
}
.login_box .lb_notes .gnotes {
	color: #37417A;
	font-size: 14px;
}
.account_content .lb_notes .gnotes {
	color: #b04190;
	font-size: 14px;
	margin-top: 10px;
}
.login_box .addnew,
.account_content .addnew {
	width: 100%;
	border-bottom: 1px solid #dadee0;
	padding-bottom: 15px;
}
.login_box .addnew .addnew_content,
.account_content .addnew .addnew_content {
	margin-top: 20px;
	cursor: pointer;
}
.login_box .addnew .addnew_content span.icon,
.account_content .addnew .addnew_content span.icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/add_new_tm2021.png') top center no-repeat;
	margin-left: 15px;
	margin-right: 10px;
}
.login_box .addnew .addnew_content span.text,
.account_content .addnew .addnew_content span.text {
	font-size: 16px;
	color: #46a4a9;
	vertical-align: middle;
}
.show {
	display: block !important;
}
.hide {
	display: none;
}
.button .forgot .checkbox {
	vertical-align: middle;
	cursor: pointer;
}
.button .forgot .text {
	vertical-align: middle;
	padding-left: 10px;
}
.button .forgot .text a {
	text-decoration: none;
	color: #aab4bc;
	font-size: 16px;
}
.error {
	color: #ff5757;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	display: none;
	margin-top: 10px;
}
.verror {
	color: #ff5757;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 10px;
}
.myerror {
	padding-left: 40px;
	background: url('../images/error.png') top left no-repeat;
}
.ty_message {
	margin-top: 40px;
}
.ty_message .msg {
	color: #ffffff !important;
}
.account_main .submenu {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.account_main .account_content {
	width: CALC(78% - 40px);
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	background: #f4f4f4;
	min-height: 300px;
	padding: 20px;
}
.account_main .submenu ul li {
	height: 32px;
	line-height: 32px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 20px;
}
.account_main .submenu ul li a {
	color: #46a4a9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	font-family: "Barlow";
	text-decoration: none;
}
.account_main .submenu ul li.active {
	background-color: #b04190;
	color: #ffffff;
}
.account_main .submenu ul li.active a {
	color: #ffffff;
}
.param_units {
	margin-top: 15px;
}
.param_units span.text {
	font-family: "Barlow";
	color: #46a4a9;
	font-weight: 400;
	font-size: 14px;
	padding-left: 15px;
	vertical-align: middle;
}
.moredisabs { display: none; }
.radio1 span.text,
.radio2 span.text, .radio3 span.text, .radio4 span.text {
	padding-right: 10px;
}
.radio1 {
	display: inline-block;
	margin-top: 10px;
}
.radio2, .radio3, .radio4 {
	display: inline-block;
	margin-top: 10px;
	margin-left: 50px;
}
.quattro {
	margin-top: 30px;
	height: 70px;
}
.quattro .field1 {
	float: left;
	width: CALC(40% - 30px);
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
}
.quattro .field2 {
	float: left;
	width: 20%;
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
	margin-left: 10px;
}
.quattro .field3 {
	float: left;
	width: 20%;
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
	margin-left: 10px;
}
.quattro .field4 {
	float: left;
	width: 20%;
	background: #ffffff;
	border: 1px solid #dadee0;
	padding: 10px;
	margin-left: 10px;
}
.subbutton {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
}
.budget_table {
	margin: 40px 0px;
}
.budget_table .head {
	border-bottom: 1px solid #dadee0;
	height: 25px;
}
.budget_table .head span {
	font-size: 13px;
}
.budget_table .cntnt .foot {
	line-height: 25px;
	height: 25px;
}
.budget_table .cntnt .line {
	border-bottom: 1px solid #dadee0;
	padding: 5px 0px;
}
.budget_table .head span {
	font-size: 14px;
	text-transform: uppercase;
	color: #626262;
	font-family: "Barlow";
	font-weight: 400;
}
.budget_table .cntnt span {
	font-size: 14px;
	color: #626262;
	font-family: "Barlow";
	font-weight: 400;
}
.budget_table .cntnt .foot span {
	font-size: 16px;
	text-transform: uppercase;
	color: #46a4a9;
	font-family: "Barlow";
	font-weight: 700;
}
.budget_table span.col1 {
	width: 7%;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
}
.budget_table span.col2 {
	width: 29%;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
	overflow: hidden;
}
.budget_table span.col3 {
	width: 17%;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
}
.budget_table span.col4 {
	width: 17%;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
	text-align: right;
}
.budget_table span.col5 {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
	text-align: right;
}
.budget_table span.col6 {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 10px;
	text-align: center;
}
.account_content .listing ul li {
	margin: 20px 0px;
	border-bottom: 1px solid #dadee0;
	padding-bottom: 20px;
}
.account_content .listing .initdata {
	width: 80%;
	float: left;
}
.account_content .listing .actions {
	width: 15%;
	float: right;
	text-align: right;
	vertical-align: middle;
}
.account_content .listing .initdata .ititle {
	font-size: 20px;
	font-weight: 700;
	color: #46a4a9;
	font-family: "Barlow";
}
.account_content .listing .initdata .desc {
	font-size: 16px;
	font-weight: 400;
	color: #626262;
}
.account_content .listing .initdata .budget {
	font-size: 16px;
	font-weight: 400;
	color: #626262;
}
.one_news_item .content .subtitle {
	font-family: "Barlow";
	margin-top: 30px;
	font-size: 1.5em;
	font-weight: 700;
	color: #46a4a9;
	margin-bottom: 20px;
}
.one_news_item .content p {
	font-size: 16px;
	font-family: "Barlow";
	color: #626262;
	margin-bottom: 15px;
}
.one_news_item .content .quote {
	font-size: 16px;
	color: #46a4a9;
	padding-left: 100px;
	background: url('../images/quoteicon.png') 27px 5px no-repeat;
	margin: 30px 0px;
}
.main .newsimage {
	margin: 30px auto;
	text-align: center;
}
.main .newsimage img {
	max-width: 100%;
}
.main .eventimage {
	margin: 30px auto;
	text-align: center;
}
.main .eventimage img {
	max-width: 100%;
	width: 100%;
}
#disab_desc.hide {
	display: none;
}

/*

.init_listing li > div {
	vertical-align: top;
}


.init_listing li .numbering {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 8%;	
}

.init_listing li .voteswrap {
 	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 22%;
	text-align: center;
}
.init_listing li .voteswrap .label {
	color: #76bd43;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}
.init_listing li .voteswrap .votes {
	width: 70%;
	background: #76bd43;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 30px auto;
}
.init_listing li .numbering span {
	display: inline-block;
    width: 35px;
    height: 37px;
    background: url('../images/number.png') top center no-repeat;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 37px;
    font-size: 14px;
    margin: 5px 0 0 1px;
}

.init_listing li .ititle a {
	color: #46a4a9;
	font-size: 32px;
	font-weight: 900;
	display: inline-block;
	text-decoration: none;
}
.init_listing li .icat {
	margin-bottom: 20px;
}
.init_listing li .ititle a:hover {
	color: #b04190;
}

.init_listing li .votenow a {
	display: inline-block;
	text-decoration: none;
	color: #b04190;
	text-transform: uppercase;	
	font-size: 20px;
	padding: 10px 30px;
	border: 2px solid #46a4a9;
	border-radius: 10px;
}

.init_listing li .votenow a:hover {
	background-color: #46a4a9;
}

.initiative .narrow_main {
	display: flex;
	width: 75%;
}

.initiative .narrow_main .voting_div {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 20%;
   padding-right: 30px;		
}

.initiative .narrow_main .voting_div .votewrap {
/* 	background-color: #46a4a9; */
	border-radius: 24px;
	text-align: center;
	padding: 25px 30px;
	margin-bottom: 40px;
}

.initiative .narrow_main .voting_div .votewrap .label {
	color: #b04190;
	margin-bottom: 10px;
	font-size: 20px;
}

.votingpage .voting_div .vote_but {
	background-color: #b04190;	
	color: #fff;
	padding: 10px;
	border-radius: 24px;
	text-align: center;
	margin-top: 30px;
}

.votingpage .voting_div .vote_but:hover {
	cursor: pointer;
}

.votingpage12  .voting_div .votewrap .votes {
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	background: #b04190;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}

.initiative .narrow_main .init_data {
   flex-grow: 0;
   flex-shrink: 0;
   flex-basis: 80%;		
}

.initiative .narrow_main .init_data .icat {
	margin-bottom: 30px;
}
.initiative .narrow_main .init_data .group_name, .init_listing .initdata .group_name a, .idta .group_name {
	font-size: 18px;
	font-weight: 700;
	color: #666666;
	text-decoration: none;
}
.initiative .narrow_main .init_data .init_name, .init_listing .initdata .init_name a, .idta .init_name {
	font-size: 24px;
	font-weight: 900;
	color: #46a4a9;
	text-decoration: none;
}


.idta .init_name, .idta .group_name {
	color: #ffffff;
}
.idta.blue .init_name, .idta.blue .init_name a, .idta.blue .group_name {
	color: #37417A;
}
.idta.blue .init_name {
	margin-bottom: 30px;
}
.ldta.blue .init, .ldta.blue .group {
	color: #6a7ebd;
	font-size: 18px;
	font-weight: bold;
}
.event_listing li .ntitle {
	font-size: 24px;
	font-weight: 900;
	color: #ffffff;
	text-decoration: none;
}

.initiative .narrow_main .initdata .init_name {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 10px 0px;
}

.initiative .narrow_main .init_data .label {
	font-weight: 900;
	color: #46a4a9;
	margin-bottom: 15px;
}

.initiative .narrow_main .init_data .value {
	margin-bottom: 30px;
}

*/
.nrvotes, .note, .fb_act { margin-top: 20px; text-align: center; color: #b04190; }
.small_note { margin-top: 10px; text-align: left; color: #6a7ebd; font-size: 15px !important; }
.nrvotes { font-size: 12px; }
.declaration { font-size: 13px; display: none; text-align: center; width: 200px; z-index: 9999; padding: 30px; position: absolute; margin-top: 15px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); background: #ffffff; border-radius: 10px; }

.add_new { text-align: right;  }
.add_new_elem { color: #ffffff;
	background: #37417A;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none; }
.page_title_gen { width: 100% !important; max-width: 100% !important; padding: 0px !important; }
.page_title_gen  .title_gen { width: 100% !important;  max-width: 100% !important; }
.page_title_gen  .title_gen .title_wrap_gen { max-width: 1440px; margin: auto; }
.languages a { color: #6a7ebd; font-size: 13px; font-weight: 600; text-decoration: none; text-transform: uppercase;}
.languages a.active, .languages a:hover { text-decoration: none; color: #ED7423; }
.add_new_elem {  }


.doc a { text-decoration: none; color:  #46a4a9; }
.lb_content { margin-top: 10px; margin-bottom: 20px; border-bottom: 1px solid #dadee0; padding-bottom: 15px;  }
div.center { width: 100%; margin: auto; text-align: center; }

.export { font-family: "PT Sans" !important; }
.export .topline, .export .socialline, .export .bannerline, .export .page_title .title, .export footer, .export .partners, .export .voting_div { display: none; }
.export .narrow_main, .export .narrow_data { width: 1000px; margin: auto; }
.export .narrow_main .init_data { flex-basis: 100%; }

.export .narrow_data .init_data { margin-top: 40px; }
.export .narrow_data .init_data .title { font-size: 24px !important; font-weight: bold; margin-top: 10px; }
.export .narrow_data .init_data .description { font-size: 16px !important; font-weight: normal; line-height: 20px !important; margin-top: 10px; margin-bottom: 20px; }
.export .narrow_data .init_data .table { width: 100%; margin-bottom: 30px; }
.export .narrow_data .init_data .table.center td { text-align: center; }
.export .narrow_data .init_data .table td.right { text-align: right; }
.export .narrow_data .init_data .table td { border: 1px solid #cccccc; padding: 5px; font-size: 16px !important; font-weight: normal; line-height: 20px !important; }
.export .narrow_data .init_data .table .thead td, .export .narrow_data .init_data .table td.thead { font-weight: bold !important; }
.export .narrow_data .init_data .group_name { font-size: 16px !important; font-weight: bold; line-height: 20px !important; }
.thead { font-weight: bold; background: #eeeeee; }
.export .narrow_data .init_data .init_name { font-size: 16px !important; font-weight: normal; line-height: 20px !important; margin-bottom: 20px; }

@media print {
  .myfooter {page-break-after: always;}
}
.bplogin a { text-decoration: none; color: #ffffff; }
.bplogin { 
	background: #ED7423;
	color: #ffffff;
	text-align: center;
	border: 0px;
	font-size: 24px;
	font-weight: 700;
	font-family: "Barlow";
	width: 250px;
	cursor: pointer;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.tobpar { margin-top: 20px; }
.paging { padding: 20px 0px; margin-top: 30px; border-bottom: 2px solid #e9edef; text-align: center; width: 100%; }
.load_more { background: #b04190; color: #ffffff; text-align: center; width: 50%; max-width: 250px; border-radius: 20px; height: 40px; line-height: 40px; cursor: pointer; display: inline-block; text-decoration: none; }
.initdatalisting.hidden { display: none; }
.nomore.hidden { display: none; }
.sort a { text-decoration: none; color: #46a4a9; }
.tobpar { width: 100%; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 15px 0px; }

.tobpar .sort { width: 48%; float: right; text-align: right; }
.tobpar .search { width: 48%; float: left; text-align: left; }
.tobpar .search input[type=button] { background: #b04190; color: #ffffff; text-align: center; border-radius: 15px; height: 30px; line-height: 30px; cursor: pointer; border: 0px; }
.tobpar .search input[type=text] { height: 30px; }
.tobpar .sort span { display: inline-block; margin-right: 5px; }
.tobpar .search span { display: inline-block; margin-left: 5px; }
.youarenot { text-align: center; font-size: 18px !important; color: #37417A; font-weight: bold; }

.thumbnails, .evslisting { margin-top: 10px; }
.thumbnails img { margin-left: 2px; display: inline-block; }
.inputtext.p60 { width: 60% !important; display: inline-block; }
.inputtext.p35 { width: 35% !important; display: inline-block; }
.block_title { font-size: 20px; font-weight: bold; margin-bottom: 20px; margin-top: 30px; }
.newsc.eventsc { background: #ffffff !important; }
.news_listing .init { text-transform: uppercase; color: #0a807b !important; }
.news_listing .group { color: #0a807b!important; }
.idta { padding-left: 30px; padding-top: 20px;  color: #0a807b !important; }
.idta.blue { padding-left: 0px; padding-top: 20px;  color: #0a807b !important; }
/* .ldta { padding-top: 20px; } */
.ldta.nopad { padding: 0px 20px 0px 13px !important; }
.ldta .elem { line-height: 20px; background-image: url('/images/event_dot1.png'); background-repeat: no-repeat; background-position: top left; padding-left: 35px; margin-top: 10px; }
.initiative .newsc { background: #ffffff !important; }
.photo_listing li { display: inline-block; margin-right: 5px; width: auto !important; }
.photo_listing li img { width: auto !important; }
#leader_desc, #extralabel { display: none; }
.checkboxes { display: flex; }
.checkboxes .cb { flex-basis: 25%; text-align: center; }
.checkboxes span .text { font-size: 14px; }
.init_listing { display: flex; width: 100%; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: row; align-items: flex-start; }
.init_listing .numbering { display: none; }
.init_listing .voteswrap { display: flex; justify-content: space-between; }
.init_listing .voteswrap .rmoren { flex-basis: 40%; text-align: left; }
.init_listing .voteswrap .cvotes { flex-basis: 20%; text-align: center;  }
.init_listing .voteswrap .votenw { flex-basis: 40%; text-align: right; }
.init_listing .voteswrap .cvotes .nurnur { display: inline-block; }
.init_listing .voteswrap .cvotes .vot { display: block; font-size: 12px; color: #76bd43; }
.init_listing .voteswrap .cvotes .num { display: block; font-size: 32px; color: #76bd43; }
.init_listing .iloc { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 5px 0px; margin-top: 10px; }
.init_listing .voteswrap .rmoren a, .init_listing .voteswrap .votenw a { display: inline-block; width: 80%; background: #76bd43; color: #ffffff; text-decoration: none; font-size: 14px; text-align: center; height: 35px; line-height: 35px; border-radius: 8px; margin-top: 12px; }
a.back { text-decoration: none; font-weight: bold; color: #ffffff !important; background: #b04190; padding: 9px 15px; display: block; border-radius: 10px; width: 300px; text-align: center; }

.vote_data { text-align: center; margin-top: 20px; }
.subparts {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	width: 80% !important;
}
.subparts .one_leftside {
	/* flex-basis: 28% !important; */
	flex-basis: 40% !important;
}
.subparts .one_leftside .sider {
	/* position: fixed; */
	position: sticky;
	top: 50px;
	background: #f0f0f0;
	margin-top: 30px;
	width: 100%;
	max-width: 380px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.subparts .one_news_item {
	flex-wrap: 50% !important;
}
ul.toc {
	padding: 20px;
}
ul.toc .chapter {
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
}

ul.toc .subitems {
	display: none;
}

ul.toc li.subchapter {
	/* display: none; */
	/* padding-left: 15px; */
	font-weight: normal;
	list-style: disc;
	margin-left: 15px;
}
ul.toc span.chapter_link, ul.toc a.chapter_link {
	text-decoration: none;
	color: #46a4a9;
	cursor: pointer;
}
ul.toc span.chapter_link:hover, ul.toc a.chapter_link:hover {
	color: #b04190;
} 
ul.toc span.subchapter_link {
	text-decoration: none;
	cursor: pointer;
	color: #666666;
}
ul.toc span.subchapter_link:hover {
	color: #999999;
} 
.fb_mess_button {
	position: fixed;
	bottom: 0px;
	right: 50px;
	width: 300px;
	line-height: 64px;
	height: 64px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	background: url('../images/messenger1.png') top center no-repeat;
	cursor: pointer;
	text-decoration: none;
}
.input_text_half, .input_text_full {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 3px;
	border: 1px solid #dddddd;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.dflex {
	display: flex;
	justify-content: space-between;
}
.input_text_half {
	flex-basis: 48%;
}
.elem {
	margin-top: 20px;
}
.elem .label, .message {
	color: #37417A;
	font-size: 14px;
	font-weight: bold;
}
.textarea_full {
	width: 100%;
	height: 204px;
	line-height: 20px;
	padding: 3px;
	border: 1px solid #dddddd;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: 'barlow';
}
.input_submit {
	background-color: #37417A;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	border: 0px;
	width: 150px;
}

.cal_elem { 
	height: 250px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	margin-bottom: 30px;
}
.cal_elem.past {
    filter: grayscale(1);
}
.cal_elem.active {
    outline: 6px solid red;
}
.cal_elem .cal_content {
	flex-basis: calc(100% - 300px);
	background: #A8B5EB;
	height: 250px;
	display: flex;
	justify-content: left;
}
.cal_elem .cal_content.active {
	background: #1D2142;
}
.cal_elem .cal_date.active {
	background: #ED7423;
}
.cal_elem .cal_content .cal_nr {
	flex-basis: 150px;
	padding-left: 50px;
	line-height: 250px;
	font-size: 80px;
	font-weight: 700;
	color: #ffffff;
}
.cal_elem .cal_content .cal_cntnt {
	flex-basis: calc(80% - 150px);
	text-align: left;
}
.cal_elem .cal_content .cal_cntnt .cal_cntnt_title {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 40px;
	margin-bottom: 20px;
}
.cal_elem .cal_content .cal_cntnt .cal_cntnt_intro {
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
}
.cal_elem .cal_date {
	background: #FFD75D;
	width: 300px;
	height: 250px;
	padding-top: 50px;
}
.cal_elem .cal_date .cal_days {
	text-align: center;
	color: #ffffff;
	font-size: 90px;
	font-weight: 800;
}
.cal_elem .cal_date .cal_month {
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}


.banner_content {
	position: relative;
}

.banner_overlay {
	position: absolute;
	top: 15%;
	left: 11%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: left;
	/* background: linear-gradient(89.98deg, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.4) 80%); */
	padding: 2em;
	width: 35%;
}

.banner_overlay__text {
	/* font-size: 1.75em; */
	font-size: 60px;
	letter-spacing: 2px;
	font-weight: 600;
	color:#ffffff;
}

.banner_overlay__button {
	font-size: 24px;
	color: #ffffff;
    background: #ED7423;
    line-height: 75px;
	text-align: center;
    text-decoration: none;
	vertical-align: baseline;
	text-transform: uppercase;
	font-weight: 800;
	width: 220px;
	height: 75px;
	margin-top: 30px;
}

.main .paramets .paramets_listing {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	padding: 0 30px;
	max-width: 1440px;
}

.main .paramets .paramets_listing li {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 0;
}

ul.paramets_listing li:nth-child(even) .ptitle span.txt,
ul.paramets_listing li:nth-child(odd) .ptitle span.txt {
	width: 100%;
}

ul.paramets_listing li:nth-child(even) .ptitle,
ul.paramets_listing li:nth-child(odd) .ptitle {
	float: none;
	width: 100%;
	text-align: center;
}

ul.paramets_listing li:nth-child(even) .pcontent,
ul.paramets_listing li:nth-child(odd) .pcontent {
	float: none;
	width: 100%;
	text-align: center;
}

ul.paramets_listing li:nth-child(odd) span.aft_container, ul.paramets_listing li:nth-child(even) span.bef_container {
	display: none;
}

ul.paramets_listing li .pcontent span {
	vertical-align: initial;
}

.ndate {
	/* color: #fcc31e; */
    /* border-left: 2px solid #fcc31e; */
    /* padding: 0 0 0 10px; */
    /* margin-top: 15px; */
}

.news_listing .ndesc p {
	max-width: 75ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

footer .partners {
	max-width: 1090px;
	width: 75%;
	margin: auto;
}
.partners {
	margin-top: 0;
}

.main .page_content .left {
	display: none;
}

.main .page_content .right {
	width: 100%;
	margin-left: 0;
}

.partners .partners_content .title {
	margin:0;
}

footer .footer_content {
	background: none;
}

.header_up_nav.header_nav li:last-child {
	background: #b04190;
	padding: 8px 15px;
}

.header_up_nav.header_nav li:last-child a {
	color: white !important;
}

.chcount::after {
	content: '';
	display: block;
	clear: both;
}

.chcount .counter {
	float: right;
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
}

.chcount .counter .max::before {
	content: "/";
}
.flexi_field { display: flex; justify-content: space-between; flex-wrap: nowrap; }
.flexi_field .gr1 { flex-basis: 50%; }
.flexi_field .gr2 { flex-basis: 50%; }
.flexi_field .gr1 .gr1_values, .flexi_field .gr2 .gr2_values { margin-top: 20px; }

.flex_ifield { display: flex; justify-content: space-between; flex-wrap: nowrap; }
.flex_ifield .small_text { flex-basis: 75%; }
.flex_ifield .ibutton { flex-basis: 25%; min-width: 100px; background: #37417A; color: #ffffff !important; text-align: center; font-weight: 600 !important; font-size: 16px !important; height: 24px !important; line-height: 24px; border: 0px; }
/* .menuitem_11 { background: #37417A; color: #ffffff !important; text-align: center; font-weight: 600 !important; font-size: 16px !important; border: 0px; padding: 5px 20px; }
.menuitem_11 a.navitem, .menuitem_11 a.navitem:hover, .menuitem_11 a.navitem:active { color: #ffffff !important; } */
.navigation .main_elem.btn { background: #37417A; color: #ffffff !important; text-align: center; font-weight: 600 !important; font-size: 16px !important; border: 0px; padding: 8px 20px; }
.navigation .main_elem.btn a.navitem, .navigation .main_elem.btn a.navitem:hover, .navigation .main_elem.btn a.navitem:active { color: #ffffff !important; }
.bluebutton { width: 320px; height: 75px; background: #37417A; font-size: 24px; font-weight: 800; color: #ffffff; line-height: 75px; text-align: center; margin: auto; cursor: pointer; text-transform: uppercase; margin-top: 40px; margin-bottom: 40px; }

.szabalyzat .content ul, .regulament .content ul, .rules .content ul { list-style: disc; margin-bottom: 20px; }

.szabalyzat .content ul li, .regulament .content ul li, .rules .content ul li { margin-left: 20px; }
.teammembers { list-style: disc; padding-left: 40px !important; }
.teammembers li { list-style: disc; border: 0px !important;  margin: 0px !important; padding-bottom: 0px !important; }
.flex_field { display: flex; justify-content: space-between; flex-wrap: nowrap; }
.flex_field .big_label { flex-basis: 85%; }
.flex_field .small_field { flex-basis: 15%; text-align: center; }
/* Table to flex */

.tbl_to_flex_1 img, .tbl_to_flex_2 img {
	width: auto;
	max-height: 100px;
}

.tbl_to_flex_1 {
	display: flex;
	flex-direction: row;
	gap:30px;
}

.tbl_to_flex_1 .special_item {
	display: flex;
	flex-direction: column;
    align-items: center;
    gap: 30px;
	flex-basis: 30%;
}

.tbl_to_flex_2 {
	display: flex;
	flex-direction: column;
	gap:30px;
}

.tbl_to_flex_2 .special_item {
	display: flex;
	flex-direction: row;
    align-items: center;
    gap: 30px;
	flex-basis: 30%;
}

.funky {
	min-width: 200px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Cookie banner - START */

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 2rem;
    box-shadow: 0px 5px 10px 5px #00000080;
	z-index: 2;
}

#cookie-banner .cb-inner {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: flex-end;
    max-width: 1440px;
    margin: 0 auto;
}

#cookie-banner .cb-description {
    line-height: 1.5;
}

#cookie-banner .cb-description :where(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 0.75em;
    font-size: 1.25rem;
}

#cookie-banner .cb-description a {
    color: #37417A;
    text-decoration: none;
}

#cookie-banner .cb-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    border: none;
    padding: 0;
}

#cookie-banner .cb-close:hover,
#cookie-banner .cb-close:focus-visible {
    background: #0000000f;
}

#cookie-banner .cb-close::before,
#cookie-banner .cb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 75%;
    top: 50%;
    left: 50%;
    background-color: #37417A;
    border-radius: 2px;
}

#cookie-banner .cb-close::before {
    transform: translate(-50%) rotate(45deg);
}

#cookie-banner .cb-close::after {
    transform: translate(-50%) rotate(-45deg);
}

#cookie-banner .cb-accept {
    background: #37417A;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    border: 0;
    padding: 0.75em 1.5em;
    cursor: pointer;
}

/* Cookie banner - END */

/* New Design - START */

.content .button {
    display: inline-block;
    background-color: #37417A;
    color: white;
    padding: 1em 2em;
    text-decoration: none;
}

.main.w-register-btn {
	margin-bottom: 0;
}

.main.w-register-btn .page_content {
	min-height: unset;
	padding: 0;
}

.register-btn {
	display: block;
	background-color: #C9D6FF;
	color: #37417A;
	padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    font-size: 2em;
    font-weight: 600;
}

.register-btn > * {
	font-weight: 900;
}

body.is-page-call .content h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

body.is-page-call .content a {
    color: currentcolor;
    text-decoration: underline;
}

body.is-page-call .content .btn {
    background-color: #37417A;
    color: white;
    padding: 0.25em 0.5em;
}

.tbl_to_flex_2 {
	margin-bottom: 2rem;
    counter-reset: f2item;
}

.tbl_to_flex_2 .special_item {
    background-color: #C9D6FF;
    padding: 2em 3em;
}

.tbl_to_flex_2 .specil_item_text  {
	color: #37417A;
}

.tbl_to_flex_2 .specil_item_text::before {
    content: '0' counter(f2item) '.';
    counter-increment: f2item;
    display: inline-block;
    background-color: #37417A;
    color: white;
    font-size: 2.5em;
    font-weight: 900;
    padding: 0.1em 0.2em;
    margin-bottom: 0.5em;
}

.tbl_to_flex_2 .specil_item_text p {
	font-weight: 500;
}

.tbl_to_flex_2 .specil_item_text h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.tbl_to_flex_2 .specil_item_text blockquote {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid currentColor;
	font-style: italic;
}

.tbl_to_flex_2 .specil_item_text > p:last-child {
    display: inline-block;
    background-color: #37417A;
    color: white;
    padding: 0.5em 1em;
}

.tbl_to_flex_2 .specil_item_text > p:last-child * {
    font-weight: 600 !important;
}

.login_box {
    background-color: #37417A;
    padding: 3em 4em;
}

.login_box .lb_title {
    border: none;
}

.login_box .lb_title span.text,
.login_box .lb_subtitle span.text {
    color: white;
}

.login_box .button .forgot a {
    color: white;
    opacity: 0.6;
}

.login_box .button .submit .login_submit {
    background-color: #FCC31E;
    color: #37417A;
}

.login_box  .small_note {
	color: white;
	opacity: 0.6;
}

.after-faq-wrapper {
    width: 75%;
    max-width: 1090px;
    margin: auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.after-faq-wrapper .spacer {
    flex-basis: 30%;
}

.after-faq-wrapper .fb_chat_container {
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    margin-left: auto;
}

.fb_chat_container {
    text-align: center;
}

.fb_chat_container .fb_question {
    font-size: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}

.fb_chat_container .fb_chat_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-weight: 600;
    cursor: pointer;
	margin-bottom: 2em;
}

.fb_chat_container .fb_chat_button i {
    font-size: 2em;
    color: #687CBA;
}

.topline a.user-action {
	text-decoration: none;
	color: #6a7ebd;
	font-size: 15px;
	font-family: "Barlow";
	font-weight: 600;
	line-height: 1em;
}
.topline a.user-action:hover,
.topline a.user-action.active {
	text-decoration: none;
	color: #46a4a9;
}

.youtube-video {
    position: relative;
    isolation: isolate;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 20px;
}

.youtube-video .play-icon {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    color: rgb(255 255 255 / 0.75);
}

.youtube-video:hover .play-icon {
    color: rgb(255 255 255 / 1);
}

.youtube-video img {
	width: 100%;
}

.youtube-video iframe {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* New Design - END */


.listinits { display: flex; flex-wrap: wrap; justify-content: space-between; }
.initl { border-radius: 0px; border-top-right-radius: 25px; border: 0px; flex-basis: 32%; width: 32%; vertical-align: top; min-height: 380px; margin-bottom: 20px; cursor: pointer;  }
.initl.orange { background: #ed7424; }
.initl.orange .gnline { height: 2px; display: block; width: 100%; background: #D9681D; margin: 5px 0px 10px 0px; }
.initl.green { background: #4da4a3; }
.initl.green .gnline { height: 2px; display: block; width: 100%; background: #2C9391; margin: 5px 0px 10px 0px; }
.initl.purple { background: #6b7cbc; }
.initl.purple .gnline, .idta .gnline, .event_listing li .ndesc .gnline { height: 2px; display: block; width: 100%; background: #42559E; margin: 5px 0px 10px 0px; }
.initl .initdata { padding: 30px 20px 12px 20px; }
.initl .initdata .group_name { color: #ffffff; font-size: 18px; text-transform: capitalize; line-height: 22px; font-weight: bold; }
.initl .initdata .init_name { color: #ffffff; font-size: 25px; font-weight: bold; line-height: 30px; margin-bottom: 15px; }
.initl .initdata .idescription { color: #ffffff; font-size: 15px; line-height: 18px; }
.initl .initdata .icat .myparam, .votingpage .icat .myparam, .icat .myparam { background: #3363AC; color: #ffffff; font-size: 11px; font-weight: bold; line-height: 16px; padding: 4px 6px; text-align: center; display: inline-block; margin-right: 7px; margin-bottom: 7px; }
.initl .initdata .icat .myparam a, .votingpage .icat .myparam a, .icat .myparam a { text-decoration: none; color: #ffffff; }
.initl .initdata .votebutgen { display: inline-block; background: #37417A; color: #ffffff; font-size: 20px; font-weight: bold; line-height: 24px; padding: 5px 10px; text-align: left; margin-bottom: 5px; margin-top: 15px; cursor: pointer; }
.page_content .title_search { display: flex; flex-wrap: wrap; justify-content: space-between; }
.page_content .searchme { flex-basis: 35%; padding-top: 20px; min-width: 300px; margin-bottom: 20px; }
.searchme .searchsubmi { width: 35%; margin-top: -25px; background: #6B7CBC; height: 36px; color: #ffffff; border-radius: 18px; float: right; z-index: 11; position: relative; border: 0px; width: 90px; margin-top: -38px; margin-right: 2px; cursor: pointer; }
.searchme .searchfield { width: 100%; border-radius: 20px; height: 40px; border: 1px solid #6B7CBC; padding: 10px 100px 10px 40px; font-size: 18px; color: #37417A; text-align: left; z-index: 10; position: relative; background-image: url('/images/search_icon.png'); background-repeat: no-repeat; background-position: 12px 10px; }
.filtering_by_params { flex-wrap: wrap; display: flex; justify-content: space-between; margin-bottom: 30px;  }
.myparam_filter { background: #9f9f9f; color: #ffffff; font-size: 15px; font-weight: bold; line-height: 18px; padding: 7px 10px; text-align: center; text-transform: uppercase; display: flex; justify-content: left; cursor: pointer; margin-bottom: 5px; }
.myparam_filter .filter_icon { margin-right: 10px; margin-top: -2px; }
.myparam_filter .filter_txt {  }
.myparam_filter:hover { background: #37417A; }
.order_inits { font-weight: bold; }
.sort { color: #37417A; margin-bottom: 40px;  }
.sort a { color: #37417A; }
.myparam_filter.selected { background: #6B7CBC; }

.votingpage { display: flex; justify-content: space-between; flex-wrap: wrap; }
.votingpage .voting_div { flex-basis: 250px; width: 250px; }
.votingpage .init_data { flex-basis: calc(100% - 280px); }
.voting_div .votewrap { background: #4DA4A3; height: 150px; padding-top: 50px; margin-bottom: 30px; }
.voting_div .votewrap .label { color: #ffffff; text-align: center; font-size: 20px; text-transform: uppercase; }
.voting_div .votewrap .votes { color: #ffffff; text-align: center; font-size: 48px; font-weight: bold; }
.votingpage .voting_div .note { font-size: 15px; text-align: center; color: #37417A; font-weight: bold; }

.votingpage .init_data .init_name { color: #6B7CBC; font-size: 24px; font-weight: bold; }
.votingpage .init_data .ptitle { margin-bottom: 15px; }
.votingpage .init_data .subtitle { font-size: 20px; font-weight: bold; color: #6B7CBC; }
.votingpage .init_data .ptitle { color: #37417A; font-size: 32px; font-weight: bold; line-height: 40px; }
.votingpage .init_data .value { margin-bottom: 30px; font-size: 16px; color: #37417A; }
.votingpage .init_data .label { font-weight: bold; color: #6B7CBC; font-size: 18px; }
.votingpage .init_data .label p, .votingpage .init_data .value p { margin-bottom: 0px; }
.votingpage .table .righta { text-align: right; }
.votingpage .table { width: 100%; }
.votingpage .table td { padding: 3px 5px; border: 1px solid #eeeeee; }
.votingpage .init_data .icon { text-align: center;}
.votingpage .init_data .icat { margin-bottom: 30px; }
.initl .initdata .current_votes { float: right; margin-top: -30px; margin-right: -20px; background: rgba(55, 65, 122, 0.5); font-size: 12px; color: #ffffff; font-weight: bold; border-radius: 25px; width: 50px; height: 50px; line-height: 16px; text-align: center; padding-top: 8px; }
.initl .initdata .current_votes span { font-size: 20px; }


.event_listing_wrapper .columns {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.eventlisting ul.event_listing {
	flex-basis: 32%;
	width: 32%;
}
.eventlisting ul.event_listing {
	display: block !important;
}
.event_listing li {
	flex-basis: 100%;
	width: 100%;
	background-color: #6B7CBC;
	margin-bottom: 20px;
}
.event_listing li.darker { background-color: #2E3D79; }
.event_listing li img {
	max-width: 100%;
}
.event_listing li .idta { padding: 20px; color: #ffffff; }
.event_listing li .ldta { padding: 20px; color: #ffffff; }
.ndesc, .ntitle { padding: 20px; }





@media screen and (max-width: 1024px) {

	.eventlisting .columns {

	}
	.columns ul.event_listing {
		flex-basis: 49%;
		width: 49%;
	}
}

@media screen and (max-width: 768px) {
	.banner_content img {
		height: 300px;
		object-fit: cover;
	}

	.main .paramets .paramets_listing img {
		max-width: 200px;
		height: auto;
	}

	.main .paramets .paramets_listing {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	ul.paramets_listing li:nth-child(even) .ptitle span.aft_container {
		display: none !important;
	}

	ul.paramets_listing li:nth-child(odd) .pcontent,
	ul.paramets_listing li:nth-child(even) .pcontent {
		height: auto;
	}

	.newsc .news_content .title span.icon {
		display: none;
	}

	.acasa .main .page_content {
		padding: 0;
	}

	.acasa .main .page_content .right .title {
		padding: 20px 0 0 20px;
	}

	.acasa .paramets .paramets_content .title span.icon {
		display: none;
	}

	.acasa .main {
		margin-bottom: 0;
	}

	footer .footer_content {
		padding: 0 !important;
	}

	.topline .topline_content.active .navigation {
		padding: 105px 15px 15px;
	}

	.youtube-video .play-icon {
		font-size: 4rem;
	}
}

@media screen and (max-width: 600px) {
	/* Cookie banner - START */
    #cookie-banner {
        padding: 3rem 1rem 2rem;
    }
	.columns ul.event_listing {
		flex-basis: 100%;
		width: 100%;
	}
    
    #cookie-banner .cb-inner {
        flex-direction: column;
		align-items: center;
		gap: 1rem;
    }

    #cookie-banner .cb-close {
        width: 2.5rem;
        height: 2.5rem;
    }

	#cookie-banner .cb-close::before,
	#cookie-banner .cb-close::after {
		height: 3px;
	}
	/* Cookie banner - END */
}

li.session_subtitle {
	font-size: 20px;
	color: #37417A;
	font-weight: 700;
}
