
*{
    outline: none;
	box-sizing: border-box;
}

hr {
    border: none;
    border-bottom: 3px double #00000022;
}

html, body{
	height: 100%;
}

#wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#main {
    flex: 1 0 auto;
}

#footer {
    background-color: #333333;
    position: relative;
    height: 5em;
}

::selection {color:lightgray;background:#a0a0a0; text-shadow: 1px 1px 2px black}
::-moz-selection {color:lightgray;background:#a0a0a0; text-shadow: 1px 1px 2px black}


.standby_screen_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}

.standby_screen {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}
.standby_screen_inner {
    padding: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.5em;
}

/* MENU ITEMS */
.MainMenuWrap{
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
.mobileMenuBtn{
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 40px;
}
.MainMenu {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.MobileMenu{
	display: none;
}
.MobileMenuTopLeft {
    width: 5em;
    text-align: center;
}
.MobileMenuItems .menuitem{
    display: block;
}
.MobileMenuItems{
	display: none;
}
.MobileMenuItems.opened{
	display: block;
}
@media only screen and (max-width: 800px) {
	.MainMenu{
		display: none;
	}
	.MobileMenu{
		display: block;
	}
}

.section-heading {
    font-size: 3em;
    font-family: FiraSans;
    font-weight: 300;
	color: #333;
}
@media only screen and (max-width: 500px) {
	.section-heading {
		font-size: 2.25em;
	}
}

.TopMenuWrap{
	display: table;
	width: 100%;
	z-index: 100;
	position: relative;
}

.TopMenu{
	height: 40px;
	background: #333;
	position: relative;
	transition: 0.5s;
	top: 0;
	display: table-cell;
}

.primemenu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.submenu {
    display: none;
	transition: 0.2s;
	background: #fff;
}
.submenu .menuitem .MIText{
	color: #222;
	font-size: 1em;
}
.menuitem {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	margin: 0;
}
.menuitem:not(.activeMenuItem):hover{
	background: #1f1f1f; 
}
.submenu .menuitem:hover{
	background: #888;
}
.menuitem:hover + .submenu, .submenu:hover{
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	box-shadow: 2px 0 8px;
}
.MITextWrap{
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.MIText{
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	padding: 1em;
	font-size: 1.05em;
	font-weight: 500;
	color: #fff;
}
.MIText:hover{
	color: #fff;
}

.activeMenuItem {
    background-color: #33C3F0;
}
.activeMenuItem .MIText{
	color: #fff;
}

.PageContent{
	margin: 4rem 0;
	padding: 0 2em;
}

.section {
    padding: 4rem 0 2rem;
}
.sections .section:first-child {
    padding-top: 0;
}
.sections .section.aleternating:nth-child(2n),.section.tinted{
	background-color: #eaf9fd;
}

.InlineH{
	display: inline-block;
	margin: 0;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1em;
}
.coloredI i{
	color: #33C3F0;
	font-style: inherit;
}
.TopWrap{
	
}
.BrandingSection {
    height: 260px;
	height: 0;
	width: 100%;
}

.BrandingWrap{
	width: 100%;
	height: 100%;
	background-position: center;
}
.Branding{
	width: 100%;
	height: 100%;
}
.BrandingPic{
	width: auto;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}
.footerCopyRightWrap {
    width: 100%;
    display: table;
}
.footerCopyRight {
    height: 5em;
    width: 100%;
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle;
	padding: 1em;
}

.GenericName {
    text-align: center;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0.5em 0;
	font-weight: 900;
	color: #444;
}
.JuryMemberPosition {
    text-align: center;
}
.GenericPicWrapBorder {
    padding: 0.65em;
    border: 1px solid #00000027;
    transition: 0.3s;
    display: block;
	height: 260px;
	width: 100%;
}
.EventPicWrapBorder{
	margin-bottom: 1em;
	height: 200px;
}
.GenericPicWrap{
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.GenericPic{
    display: table;
	height: 100%;
	width: 100%;
	object-fit: cover;
	box-sizing: border-box;
	background: #fff;
}
.GenericPic.animated{
	transition: 0.75s ease;
}

.GenericPic.animated:hover{
    transform: scale(1.25);
    transition: 1.5s ease;
}

.JuryMember, .Contact {
    margin: 1em auto;
}


.empty.columns, .empty.column{
	height: 1px;
}


#Pagination .dumbLink{
    font-size: 1em;
    padding: 0.25em 0.75em;
    margin-right: 0.25em;
    color: #222;
    border: 0;
    user-select: none;
    cursor: default;
}

.breadcrumbs {
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: 1em;
    font-weight: 400;
    box-shadow: 0px -1px 4px;
    margin-bottom: 1em;
}
.breadcrumbs > li{
    display: inline;
}
.breadcrumbs > li a{
    color: #666;
}

.breadcrumbs > li + li::before {
	color: #666;
    content: "> ";
    padding: 0 5px;
}

.InlineFunctions {
	color: #aaa;
	font-size: 0.85em;
	margin-top: 0.5em;
}
.InlineFunction {
	color: #aaa;
	text-decoration: none;
	padding-left: 0.5em;
	font-style: italic;
	border-right: 1px solid #aaa;
	padding-right: 0.5em;
	cursor: pointer;
	display: inline-table;
}
.InlineFunction:hover{
	color: #888;
	text-decoration: underline;
}
.InlineFunction:first-child{
	padding-left: 0;
}
.InlineFunction:last-child{
	border-right: none;
	padding-right: 0;
}

.InstBtnNameWrap {
    font-size: 1.5em;
    padding: 0.5em;
    border: 1px solid #aaa;
    color: #555;
    box-shadow: 1px 1px 2px #00000066;
	background: #fff;
}
a.InstBtnLink, a.InstBtnLink:hover {
    text-decoration: none;
    display: table;
    color: #555;
    margin-bottom: 1em;
    transition: 0.25s;
}
.InstBtnLink:hover {
    padding: 0 0 0 2em;
}
.InstBtnLink {
    background: #555;
}
.InstBtnIcon, .InstName {
    vertical-align: middle;
}
.InstBtnIcon {
    font-size: 1.5em;
    line-height: 1em;
    margin-right: 0.25em;
}
.ProgressBar {
	border: 1px solid #00000022;
	background: #00000011;
	border-radius: 4px;
}
.ProgressFill {
	height: 2em;
	width: 0;
	background: #8094fe;
	transition: 0.2s;
}
.ProgressBarWrap {
	margin: 0.5em auto;
}
.ProgressDetails {
	font-size: 0.85em;
}
.ProgressPanel{
	width: 100%;
	border: 3px double #00000066;
	padding: 1em;
	text-align: center;
	background: #00000008;
	max-width: 50em;
	margin: 1em auto;
}
.ProgressPanel h3 {
	font-size: 1.75em;
}

.Checkbox{
    opacity: 0;
    position: absolute;
}

.Checkbox + label {
	display: table;
	position: relative;
	cursor: pointer;
	color: #444;
	font-size: 1em;
	font-family: 'OpenSans';
	margin: 0.75em;

	margin-left: 2.5em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.75em;
}

.Checkbox + label::before{
	content: "";
	height: 1.5em;
	width: 1.5em;
	border-radius: 4px;
	background: #fff;
	border: 2px solid #00000022;

	display: inline-table;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #fff;
	font-size: 1em;
	text-align: center;
	position: absolute;
	left: -2.5em;
	line-height: 1.5em;
}
.Checkbox:checked + label::before {
    background: #356b2e;
    content: "\f00c";
}

.Checkbox:invalid + label::before {
	border-color: #d9534f;
	box-shadow: 0 0 6px #d9534f;
}

table{
	margin: unset;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table td,table th{
	border: unset;
	border: 1px solid #666;
	padding: 0.5em;
}
table tr th{
	color: #24531e;
	font-weight: 600;
	background: #b8c6bb;
}


#ConfirmationScreen{
    display: table;
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#ConfirmationMsgWrap{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em;
}

#ConfirmationMsg{
    max-width: 32em;
    padding: 1.5em;
    margin: 0 auto;
    background: #fdfdfd;
    border-radius: 6px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.58);
}
#ConfirmationMsgTitle{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
#ConfirmationMsgText{
    font-size: 1.05em;
    margin-bottom: 1.25em;
}

.ConfirmationMsgBtn{
    font-size: 1em;
    display: inline-table;
    margin: 0 0.5em;
    width: 5.5em;
    padding: 0.25em 1em;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #00000044;
}

.ConfirmationMsgBtn.no{
    background: #fff;
    color: #555;
}
.ConfirmationMsgBtn.yes{
    background: #28b779;
}
.push-button {
	display: table;
	background: linear-gradient(to bottom, #fcfcfc 0%,#eaeaea 100%);
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	box-shadow: 0px 2px 1px #bbb;
	margin-bottom: 2px;
	cursor: pointer;
}
.push-button-icon, .push-button-text {
	display: table-cell;
	vertical-align: middle;
}
.push-button-icon {
	padding: 0.25em 0.75em 0.25em 1em;
	background: linear-gradient(to bottom, #eeeeee 0%,#dadada 100%);
}
.push-button-text{
	padding: 0.25em 1em 0.25em 0.5em;
	letter-spacing: -0.5px;
	font-weight: 500;
	line-height: 1.35em;
}
.Pagination {
    display: table;
    margin: 0 auto;
    padding: 0 1em;
    border: 3px double #00000044;
    border-left: none;
    border-right: none;
}

.Pagination a, .Pagination span {
    padding: 0.25em;
    border: 1px solid #00000044;
    margin: 0.25em;
    min-width: 2em;
    display: inline-block;
    text-align: center;
    line-height: 1.35em;
    text-decoration: none;
    background: #00000004;
	cursor: default;
}
.Pagination a{
	cursor: pointer;
}

.Pagination a:hover {
    background: #C1D8BE;
    color: #356b2e;
}

.Pagination a.pageCurrent{
	font-weight: 600;
}


.GenericRequestInfoWrap{
	margin: 1em auto;
}
.GenericRequestInfoField {
	color: #444;
	font-size: 0.85em;
	vertical-align: middle;
}
.GenericRequestInfoVal {
    font-weight: 500;
	vertical-align: middle;
}
.GenericRequest {
    border: 3px double #00000055;
    display: table;
	width: 36em;
	margin-bottom: 2em;
}
.GenericRequestTitle{
	font-size: 1.5em;
	font-variant: small-caps;
}
.GenericRequestTitle a,.GenericRequestTitle a:hover{
	color: #000000aa;
	text-decoration: none;
}
.GenericRequestTop {
    border-bottom: 3px double #00000055;
    text-align: center;
    padding: 0.5em;
}
.GenericRequestBody{
	padding: 0 1em;
}

.GenericRequestActions {
    margin-top: 0.5em;
	border-top: 1px solid #00000022;
	text-align: center;
	display: table;
	width: 100%;
}
.GenericRequestActionWrap {
    display: table-cell;
	padding: 0.25em;
}
.GenericRequestAction {
    padding: 0.35em 1.5em;
	cursor: pointer;
	background: #fff;
	color: #666;
	font-weight: 500;
	border: 1px solid #0005;
}
.ApproveGenericRequest {
    background: #28b779;
    color: #fff;
}
.RejectGenericRequest {
    background: #d3394c;
    color: #fff;
}
.GenericRequest.Approved {
    background: #a9e3ad;
}
.GenericRequest.Rejected {
    background: #ff8b8b;
}

.TableNavBar {
	display: table;
	width: 100%;
}
.TableNavButtonWrap {
	display: table-cell;
	text-align: center;
	padding: 0.25em;
}
.TableNavButton {
	margin: 0 auto;
	width: 100%;
	height: 3em;
}
.novertpadcell{
	padding-top: 0;
	padding-bottom: 0;
}
.CommentStageComment {
    width: 100%;
    resize: vertical;
}
.RequestActionsCommentStageWrap {
    display: none;
    margin-top: 1em;
}
.RequestActionsCommentStageWrap {
    border: 1px solid #0005;
    border-radius: 6px;
    padding: 0.5em;
}
.GenericRequestFooter {
    padding: 0 1em 1em 1em;
}

.last_validation_info {
    box-shadow: 0 0 4px 4px #f00;
    padding: 0 1em;
    border: 2px solid #800000;
}
.last_validation_info_msg {
    margin: 0;
    text-align: center;
    font-size: 1.35em;
    font-weight: 600;
    color: #333;
	margin: 1em auto;
}
.last_validation_info_list_title {
    font-size: 1.35em;
    font-weight: 400;
	margin-bottom: 0.25em;
	margin-top: 1em;
}
.last_validation_info_list{
	margin: 0;
	padding-left: 1em;
}
.last_validation_info_list > li {
    margin-bottom: 0;
    font-size: 1.05em;
}
.last_validation_info_list_wrap {
    margin-bottom: 1.5em;
}
.last_validation_info_note {
    font-size: 1.15em;
    text-align: center;
    margin: 1em;
    padding: 0.5em;
    background: #ddd;
    border: 1px solid #888;
}

.GenericFormOverWrap{
	display: table; width: 100%; height: 100%;
}
.GenericFormOuterWrap{
	display: table-cell; width: 100%; height: 100%; vertical-align: middle;
}
.GenericFormWrap {
	padding: 0 1em;
}
.GenericForm{
	max-width: 60em;
    margin: auto;
	border: 3px double #bbb;
}
.FormField, .SubmitBtt {
    width: 100%;
}
.GenericFormFieldLabel {
    margin: 0;
	line-height: 1.25em;
}
.GenericFormFieldInput {
    margin: 0;
    width: 100%;
	height: 100%;
}
.GenericFormField {
    display: grid;
    grid-template-columns: 16em auto;
}
.GenericFormFieldWrap {
    margin: 0.75em auto;
	padding: 0 1em;
}
.GenericFormFieldLabelWrap {
    padding-right: 1em;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}
.GenericFormBottom {
    padding: 1em;
}

.warnings_modal_outer_wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 99999;
}
.warnings_modal_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	background: #111111dd;
	padding: 0.5em;
}
.warnings_modal {
    padding: 1em;
    width: 60em;
    background: #888888;
    border-radius: 6px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.warnings_popup {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.warnings_list {
    text-align: left;
    font-size: 0.85em;
    border: 3px double;
    padding: 0;
    margin: 0.25em auto;
	overflow-y: auto;
}
.warnings_list .warnings_list_element {
    margin: 0;
    list-style: none;
    padding: 0.25em 0.5em;
	background: #eee;
}

.warnings_list .warnings_list_element:not(:last-child) {
    border-bottom: 1px solid #222;
}
.warnings_msg {
    font-size: 1.15em;
    font-weight: 600;
}
.warnings_btn,
.warnings_btn:hover,
.warnings_btn:focus{
    background: #fff;
    border: 1px solid #444;
    margin: 0;
}

.collapsible_trigger{
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.collapsible{
	display: none;
}

.d-table{
	display: table;
}
