@font-face {
    font-family: 'Road Rage';
    src: url('/fonts/road-rage/RoadRage.eot');
    src: url('/fonts/road-rage/RoadRage.eot?#iefix') format('embedded-opentype'),
        url('/fonts/road-rage/RoadRage.woff2') format('woff2'),
        url('/fonts/road-rage/RoadRage.woff') format('woff'),
        url('/fonts/road-rage/RoadRage.ttf') format('truetype'),
        url('/fonts/road-rage/RoadRage.svg#RoadRage') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.road-rage {
	font-family: "Road Rage", Arial, Helvetica, sans-serif !important;
}
@font-face {
    font-family: 'Double Diamond';
    src: url('/fonts/double-diamond/double-diamond-webfont.woff2') format('woff2'),
         url('/fonts/double-diamond/double-diamond-webfont.woff') format('woff');
	url('/fonts/road-rage/double-diamond.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}
.double-diamond {
	font-family: "Double Diamond", Arial, Helvetica, sans-serif !important;
}
@media screen and (max-width: 767px) {
	.sp-popup .popup-close-ic {
		right: 25px;
		top:20px;
	}
	.mb-menu .mfp-close {
		right:32px;	
	}
}

@media screen and (max-width:500px) {
	.img-text-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 1077px) {
	.inline-mpu {
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
	}
	#wgt-subscribe {
		display:none;
	}
}

@font-face {
font-family:FuturaCondensedLight;
font-style:normal;
font-weight:400;
src:url(../fonts/futura-condensed-light/futura-condensed-light.eot);
src:local("FuturaCondensedLight"), local("FuturaCondensedLight"), url(../fonts/futura-condensed-light/futura-condensed-light.eot?#iefix) format("embedded-opentype"), url(../fonts/futura-condensed-light/futura-condensed-light.woff2) format("woff2"), url(../fonts/futura-condensed-light/futura-condensed-light.woff) format("woff"), url(../fonts/futura-condensed-light/futura-condensed-light.ttf) format("truetype"), url(../fonts/futura-condensed-light/futura-condensed-light.svg#FuturaBT-MediumCondensed) format("svg")
}
.vt323-regular {
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;    
}
.comment-list {
	margin-top: 10px;
}
.comment-list .parent-0:last-child article {
	border-bottom: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.mce-tinymce {
	margin: 0px 0px 15px 0px !important;
}
.view-all {
	border-top: solid 1px #dcdcdc;
	font-size: 20px;
	margin: 15px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
.alpha-list-item label.checkbox-label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 5px 20px 5px 0 !important;
	text-transform: none;
}
.label-light {
	font-wight: normal;
}
.mypicture {
	margin: 0px 0px 20px 0px;
}
.mypicture img {
	height: auto;
	width: 100%;
}
.cms-thumbnail {
	cursor: pointer;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.note {
	color: #3c3c3c;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	padding: 0px 0px 30px 0px;
}
.disclaimer {
	color: #3c3c3c;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	font-size: 10px;
	line-height: 1.8em;
	padding: 0px 0px 30px 0px;
}
.alpha-list-header {
	display: block;
	width: 100%;
	clear: both;
}
.alpha-list-header h4 {
	color: #31467a;;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.alpha-list-header p {
	text-align: left;
	line-height: 1.2em;
	margin: 0px 0px 5px 0px;
}
.alpha-list-thumbnail {
	cursor: pointer;
    width: 150px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.alpha-span {
	column-span: all; /* W3C */
	-webkit-column-span: all; /* Safari & Chrome */
	-moz-column-span: all; /* Firefox */
	-ms-column-span: all; /* Internet Explorer */
	-o-column-span: all; /* Opera */
}
@supports not (column-span: all) {
    .alpha-span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}
.alpha-list {
	position: relative;
	list-style: none;
	margin: 0px 0px 15px 0px;
	/*
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	*/
	column-gap: 15px;
	/*
	column-fill: auto;
	*/
}
.alpha-list.alpha-list-1 {
	/*
	-moz-column-count: 1;
	-webkit-column-count: 1;
	*/
	column-count: 1;
}
.alpha-list.alpha-list-2 {
	/*
	-moz-column-count: 2;
	-webkit-column-count: 2;
	*/
	column-count: 2;
}
.alpha-list.alpha-list-3 {
	/*
	-moz-column-count: 3;
	-webkit-column-count: 3;
	*/
	column-count: 3;
}
.alpha-list.alpha-list-4 {
	/*
	-moz-column-count: 4;
	-webkit-column-count: 4;
	*/
	column-count: 4;
}
.alpha-list.alpha-list-5 {
	/*
	-moz-column-count: 5;
	-webkit-column-count: 5;
	*/
	column-count: 5;
}
.alpha-list.alpha-list-6 {
	/*
	-moz-column-count: 6;
	-webkit-column-count: 6;
	*/
	column-count: 6;
}
.alpha-list.alpha-list-7 {
	/*
	-moz-column-count: 7;
	-webkit-column-count: 7;
	*/
	column-count: 7;
}
.alpha-list.alpha-list-8 {
	/*
	-moz-column-count: 8;
	-webkit-column-count: 8;
	*/
	column-count: 8;
}
.alpha-list.alpha-list-9 {
	/*
	-moz-column-count: 9;
	-webkit-column-count: 9;
	*/
	column-count: 9;
}
.alpha-list.alpha-list-10 {
	/*
	-moz-column-count: 10;
	-webkit-column-count: 10;
	*/
	column-count: 10;
}
.alpha-list.alpha-list-11 {
	/*
	-moz-column-count: 11;
	-webkit-column-count: 11;
	*/
	column-count: 11;
}
.alpha-list.alpha-list-12 {
	/*
	-moz-column-count: 12;
	-webkit-column-count: 12;
	*/
	column-count: 12;
}
.alpha-list > .alpha-list-item {
	display: inline-block;
	margin:0 20px 5px 0;
}
.alpha-list > .alpha-list-item.hide {
	display: none;
}
#footer-banner {
	bottom:0px;
	color: #000000;
	display: none;
	height: 90px;
	left: 0px;
	margin: 0px auto 0px auto;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1000;
	transition: bottom .3s cubic-bezier(.33,.66,.66,1);
	-webkit-transition: bottom .3s cubic-bezier(.33,.66,.66,1);
	-webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -1px 10px 0px rgba(50, 50, 50, 0.75);
}
#footer-banner-close {
	border-radius: 50%;
	background-color: #0E99C4;
	border: 2px solid #0E99C4;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
	line-height: 0em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	text-align: center;
	top: 5px;
	right: 5px;
	width: 25px;
	vertical-align: middle;
	z-index: 1001;
	font-size:16px;
}
#footer-banner-close i {
	line-height: 0em;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer-banner-content {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	max-height: 90px;
	height: 100%;
	max-width: 980px;
	margin: 0px auto 0px auto;
	width:100%;
}

#footer-banner.active {
	bottom:0px;
}
.billboard-zone {
	height: 250px;
	text-align: center;
}
.dropzone .dz-preview .dz-details .dz-filename {
	display:block !important;
}
.dropzone .dz-preview .dz-progress {
	top: 67% !important;
}
@media all and (max-width: 375px) {
	.billboard-zone {
		height: 96px;
		text-align: center;
	}
	.billboard-zone iframe {
		-webkit-transform: scale(0.383);
		-moz-transform: scale(0.383);
		-ms-transform: scale(0.383);
		-o-transform: scale(0.383);
		transform: scale(0.383);
		transform-origin: top left;
		text-align: center;
	}
}
@media all and (max-width: 667px) and (min-width: 376px) {
	.billboard-zone {
		height: 171px;
		text-align: center;
	}
	.billboard-zone iframe {
		-webkit-transform: scale(0.68);
		-moz-transform: scale(0.68);
		-ms-transform: scale(0.68);
		-o-transform: scale(0.68);
		transform: scale(0.68);
		transform-origin: top left;
		text-align: center;
	}
}
.article-clear {
	display: block;
	width: 100%;
	clear: both;
}
.white strong {
	font-weight: 800;
}

.highlight {
	color: #00abaa;
}
.img-align-right {
	float: right;
	margin: 5px 0px 20px 20px;
	width: 220px;
}
@media all and (max-width: 375px) {
	.img-align-right {
		float: none;
		display: block;
		margin: 0px 0px 20px 0px;
		width: 100%;
	}	
}
.date-info-box {
	border: 1px solid #31467a;
	margin: 5px 0px 17px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.date-info-box .top {
    font: 400 19px/33px Anton;
    padding: 6px 20px;
	color: #31467a;
}
.date-info-box .bottom {
    background-color: #31467a;
    font: 400 22px/44px Anton;
    padding: 0 20px;
}
.date-info-box .bottom a {
    color: #ffffff;
	text-decoration: none;
}
.photo-info-box {
	border: 1px solid #761745;
	margin: 0px 0px 25px 0px;
	text-transform: uppercase;
	color: #fff;
}
.photo-info-box .top img {
	display: block;
	width: 100%;
}
.photo-info-box .bottom {
	background-color: #011932;
	padding: 20px 20px 20px 20px;
}
.photo-info-box .bottom h2 {
	background-image:url(/img/bg-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 28px;
}
.photo-info-box .bottom p {
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.button-info-box {
	background-color: #00abaa;
	margin: 0 auto;
	text-transform: uppercase;
	color: #fff;
}
.button-info-box h2 {
    font-size: 30px
}
.btn-full {
	width: 100%;
}
.right-header h2 {
	color: #ffffff;
	font-size: 31.5px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 13px 0px;
	line-height: 1;
}
.glow-box {
	background: #000000;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 0px 24px;
    border: 2px solid #00abaa;
    padding: 40px 25px 48px 25px;
    border-radius: 3px;
    vertical-align: middle;
    text-decoration: none;
}
.glow-box.glow-box-arrow:after, .glow-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.glow-box.glow-box-arrow:after {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 10px;
	margin-left: -10px;
}
.glow-box.glow-box-arrow:before {
	border-color: rgba(135, 208, 238, 0);
	border-top-color: #00abaa;
	border-width: 13px;
	margin-left: -13px;
}
.glow-box h3 {
	color: #ffffff;
	font-size: 21px;
	font-weight: 400;
	padding: 13px 0;
	line-height: 1;
}
.glow-box h4 {
	background-color: #00abaa;
	display: inline-block;
	color: #000000;
	font-size: 19px;
	font-weight: 400;
	padding: 10px 10px 10px 10px;
	line-height: 1;
}
.img-text-title img {
	max-width: 63px;
	vertical-align: middle;
	width: 100%;
}
h3.fb-album-heading, h3.fb-account-heading {
	font: 23px/23px Anton !important;
	color: #00abaa !important;
}
ul.fb-albums {
	text-align: center;
}
.fb-album-container {
	text-align: center !important;
}
.fb-album-container h3 {
	display: none !important;
}
li.fb-album, li.fb-photo {
	background-color: none !important;
    text-align: center !important;
    margin: 0 7px 20px !important;
    border: 2px solid #00abaa !important;
	border-top-color: rgb(135, 208, 238) !important;
	border-right-color: rgb(135, 208, 238) !important;
	border-bottom-color: rgb(135, 208, 238) !important;
	border-left-color: rgb(135, 208, 238) !important;
    border-radius: 3px !important;
    vertical-align: middle !important;
    text-decoration: none !important;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
    cursor: pointer !important;
}
li.fb-album:hover, li.fb-photo:hover {
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate !important;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate !important;
	animation: neon2 1.5s ease-in-out infinite alternate !important;	
	border-color:#fff !important;
}
.fb-album-title {
	color: #00abaa !important;
	background-color: rgba(0, 0, 0, 1.0) !important;
	font: 16px/18px Anton !important;
	text-transform: uppercase;
}
.fb-album-count {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.fb-preview-overlay {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.fb-preview-content {
	height: 100% !important;
	margin-bottom: auto !important;
	margin-top: auto !important;
	vertical-align: middle !important;
}
.fb-preview-text, .fb-comment, .fb-album-text {
	background-color: transparent !important;
	bottom: 0px !important;
	left: 0px;
	position: absolute !important;	
}
/*
.fb-preview-content-img {
	position: relative !important;
	margin-bottom: auto !important;
	margin-top: auto !important;
	vertical-align: middle !important;
}
*/
.fb-preview-container {
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.fb-preview-img {
    border: 2px solid #00abaa !important;
	border-top-color: rgb(135, 208, 238) !important;
	border-right-color: rgb(135, 208, 238) !important;
	border-bottom-color: rgb(135, 208, 238) !important;
	border-left-color: rgb(135, 208, 238) !important;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate !important;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate !important;
	animation: neon2 1.5s ease-in-out infinite alternate !important;	
	border-color:#fff !important;
	/*
	position: relative !important;
	top: 50% !important;
	transform: perspective(1px) translateY(-50%) !important;
	*/
}
.fb-preview-text {
	color: #ffffff !important;
	font: 18px/20px Anton !important;
	padding: 20px !important;
	text-transform: uppercase;
}
.fb-preview-img-next, .fb-preview-img-prev {
	display: inline-block !important;
	float: none !important;
	position: absolute !important;
	top: 50% !important;
	transform: perspective(1px) translateY(-50%) !important;
}
.fb-preview-img-next {
	right: 0px !important;
}
.fb-btn-more {
	display: none !important;
}
.dl-relative, .dl-view {
	position: relative;
}
.application-page table tr th {
	padding-bottom: 15px;
}
.application-page table tr td {
	font-family: "din-2014";
}
.application-page h3 {
	margin-bottom: 20px;
}
.application-page h4 {
	margin-top: 25px;
}
.application-page .divider.dotted {
	border-bottom: dotted;
}
.accent-color {
	color: #011932;
}
.judge-comment-box textarea {
	margin: 12px 0px 15px 0px;
}
.judge-comment-box .btn-1 {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 10px ;
	font-size: 22px;
}
.judge-desc {
	margin: 5px 15px 0px 15px;
}
.judge-desc h3 {
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.judge-desc p {
	line-height: 1.2em;
	text-transform: none;
}
.judge-desc p:last-child {
	margin-bottom: 5px;
}
.g-recaptcha {
	display: inline-block;
	margin-top: 15px;
}
.text-white-outline {
	color: transparent !important;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffffff;
}
.text-blue-outline {
	color: transparent !important;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #31467a;
}
.text-blue-outline-1 {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #31467a;
}
.text-gold-outline {
	color: transparent !important;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fe347e;
}
.text-gold-outline-1 {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fe347e;
}
.winner-text {	
	padding: 20px 0px 0px 0px;
	left: -10px;
	font-size: 3em;
	position: absolute;
	z-index: 10;
	transform: rotate(-7deg);
	transform-origin: center center;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	width: 100%;
}
.wra-home-logo {
	position: relative;
}
.wra-text {
	bottom: -15px;
	color: #fe347e;
	padding: 20px 0px 0px 0px;
	left: 70px;
	font-size: 3.75em;
	position: absolute;
	z-index: 10;
	transform: rotate(-7deg);
	transform-origin: center center;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	width: 100%;
}
.wra-rage-text {
	bottom: -15px;
	color: #fe347e;
	width: 100%;
}
.wra-rotation-7 {
	transform-origin: center center;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
}
.wra-rotation-3 {
	transform-origin: center center;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}
.under-line {
	text-decoration: underline;
}
.page-tabs {
    text-align: center;
}
.page-tabs li {
    display: inline-block;
    margin-right: 5px;
}
.text-white-outline {
	color: transparent !important;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffffff;
}
.text-white-outline-1 {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
}
.text-white-outline-1 {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
}
.text-green-outline {
	color: transparent !important;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #65b55c;
}
.text-green-outline-1 {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #65b55c;
}
.text-gold-outline {
	color: transparent !important;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffcc00;
}
.text-gold-outline-1 {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffcc00;
}
.relative {
	position: relative;
}
h1.orange-box {
	background-color: #00abaa;
	display: inline-block;
	font-size: 100px;
	line-height: 0.8em;
	margin: 40px 0px 40px 0px;
	padding: 24px 24px 12px 24px;
}
h2.double-diamond.title-1 {
    display: inline-block;
    position: relative;
	font-size: 128px;
	font-weight: normal;
	line-height: 1.0em;
	margin: -85px 20px 20px 0px;
    z-index: 1;
}
h2.double-diamond.title-1::after {
    top: 0px;
    left: 0px;
    position: absolute;
    content: 'We get it';
    -webkit-text-fill-color: #31467a; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #31467a;
    z-index: -1;
}
@media all and (max-width: 450px) {
	h1.orange-box {
		font-size: 40px;
		padding: 12px 12px 6px 12px;
	}
	h2.double-diamond.title-1 {
		font-size: 58px;
		margin: -52px 0px -20px 0px;
	}
	.what-about {
		text-align: center !important;	
		padding-bottom: 30px;
	}
}
.nomination-accordian-button-container {
	margin: 0px 0px -12px 0px;
}
.nomination-accordian-button {
	position: relative;
}
/*
.nomination-accordian-button::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: solid 10px #ee7658;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;

}
*/
.nomination-accordian-button:active::after, .nomination-accordian-button:focus::after, .nomination-accordian-button:hover::after {
	border-top: solid 10px #ec6552;
}
/*
#nominationAccordian {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
*/
.errortext {
	display: none;
	color: #00abaa;
	font-size: 12px;
}
.home-parallax {
  /* The image used */
  background-image: url("/img/parallax-2.jpg");

  /* Set a specific height */
  min-height: 50px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#nominationsuccess {
	display: none;
}
.nominationanonymouslycheckbox {
	background-color: transparent;
}
.nominationanonymouslycheckboxfade {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab-wrap {
	/*
    -webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
    */
	border-radius: 6px;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
display: flex;
  align-items: center;
  justify-content: center;
    gap: 20px;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	position: relative;
	list-style: none;
	/*
    background-color: #fff;
    */
	margin: -30px 0px 0px 0px;
	/*
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    */
}
.tab-wrap:hover {
    /*
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
    */
}
.nomination-categories {
	color: #31467a;
	font-family: 'din-2014';
	font-size: 16px;
}
.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
    border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tab + label {
    color: #263752;
    background-color: #ffffff;
    border: solid 2px #000000;
    box-shadow: 6px 6px 0 #000000;
	font-family: "VT323", monospace;
    font-size: 18pt;
	font-weight: 800;
	cursor: pointer;
	display: block;
/*
    -webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	  -ms-flex-positive: 5;
		  flex-grow: 5;
*/
	text-align: center;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
    position: relative;
	box-sizing: border-box;
	padding: 15px 24px 15px 24px;
    text-decoration: none;
    width:100%;
}
.tab + label:hover,
.tab:checked + label,
.tab:checked + label:hover{
    background: #ee7658;
    box-shadow: 0px 0px 0 #000000;
    color: #ffffff !important;
    left: 6px;
    top: 6px;
    text-decoration: none;
}
.tab:checked + label {
    box-shadow: 6px 6px 0 #000000;
    left: 0px;
    top: 0px;
}
@media (min-width:768px) {
		
	.tab + label {
		width:auto;
	}
}
.tab__content {
    flex: none;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 0px;
	
}
.multiselect, .subchecklist {
	display: none;
	width: 100%;
	position: relative;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    display: block;
    padding: 7px;
    border: 1px solid #fff;
    font: 21px/25px 'din-2014';
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
}

#nominationcategories {
    background-color: #ffffff;
    display: none;
    position: absolute;
    border-left: 1px #31467a solid;
	border-right: 1px #31467a solid;
	border-bottom: 1px #31467a solid;
    width: 100%;
	padding: 0px 0px 0px 0px;
    z-index: 1000;
}
.selectBox:hover {
	cursor: pointer;
}
.multiselect .nominationcheckbox label {
    display: block;
    position: relative;
    font-family: 'din-2014';
	font-size: 16px;
	line-height: 23px !important;
    padding: 16px 16px 16px 50px;
}
.checklist .nominationcheckbox label {
    display: block;
    position: relative;
    font-family: 'din-2014';
	font-size: 20px;
	line-height: 23px !important;
    padding: 16px 16px 16px 34px;
}

.nominationcheckbox label:hover{
    background-color: #ffffff;
	cursor: pointer;
}
/* The container */
.nominationcheckbox {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.nominationcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.multiselect .checkmark {
    position: absolute;
    top: 16px;
    left: 16px;
    height: 25px;
    width: 25px;
    border: 1px #31467a solid;
}
.checklist .checkmark {
    position: absolute;
    top: 16px;
    left: 0px;
    height: 25px;
    width: 25px;
    border: 1px #31467a solid;
}

/* On mouse-over, add a grey background color */
.nominationcheckbox:hover input ~ .checkmark {
    border: 1px #31467a solid;
}

/* When the checkbox is checked, add a blue background */
.nominationcheckbox input:checked ~ .checkmark {
    background-color: #00abaa;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.nominationcheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.nominationcheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
button::-moz-focus-inner {
  padding: inherit;
}
.errorinput {
	border: 1px solid #00abaa !important;
}
.main-nav-list > li > a, .sf-menu > li > a,
.main-nav-list > li > button, .sf-menu > li > button {
	color: #263752;
	display: block;
	font-family: "VT323", monospace;
	font-weight: 400;
	font-size: 19px;
	position: relative;
	text-decoration: none;
}
/*
.main-nav-list > li > button, .sf-menu > li > button {
    padding: 20px 10px 8px 10px;
}
*/
.main-nav-list li, .sf-menu li {
    margin: 8px 4px 0px 4px;
}
.main-nav-list > li > button, .sf-menu > li > button a,
.main-nav-list > li > button, .sf-menu > li > button a:hover {
    color: #263752;
/*    padding: 20px 10px 8px 10px;*/
    text-decoration: none;
}
.main-nav-list > li > a:hover,
.main-nav-list > li > button:hover {
    -webkit-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:    inset 3px 3px 10px rgba(0,0,0,0.2);
    box-shadow:         inset 3px 3px 10px rgba(0,0,0,0.2);
}
.main-nav-list > li > button > i, .sf-menu > li > button > i {
    font-size: 10px;
    vertical-align:  middle;
}
/*
.main-nav-list > li > a.box-button, .sf-menu > li > a.box-button {
	background-color: #00abaa;
    padding: 9px 9px 9px 9px;
}
*/
a.box-button-1 {
    background: #ffffff;
    border: solid 2px #000000;
    box-shadow: 3px 3px 0 #000000;
    color: #263752 !important;
	font-family: "VT323", monospace;
    font-size: 16pt;
	font-weight: 800;
    padding: 5px 10px 5px 10px;
    position: relative;
    order: 1;
    outline: none;
    text-decoration: none;
}
a.box-button-1:hover {
    background: #ffffff;
    box-shadow: 0px 0px 0 #000000;
    color: #00abaa !important;
    left: 3px;
    top: 3px;
    text-decoration: none;
}
a.box-button-2 {
    background: #ee7658;
    border: solid 2px #000000;
    box-shadow: 3px 3px 0 #000000;
    color: #ffffff !important;
	font-family: "VT323", monospace;
    font-size: 16pt;
	font-weight: 800;
    padding: 5px 10px 5px 10px;
    position: relative;
    order: 1;
    outline: none;
    text-decoration: none;
}
a.box-button-2:hover {
    background: #ee7658;
    box-shadow: 0px 0px 0 #000000;
    color: #ffffff !important;
    left: 3px;
    top: 3px;
    text-decoration: none;
}
a.box-button-3 {
    background: #00abaa;
    border: solid 2px #000000;
    box-shadow: 3px 3px 0 #000000;
    color: #ffffff !important;
	font-family: "VT323", monospace;
    font-size: 16pt;
	font-weight: 800;
    padding: 5px 10px 5px 10px;
    position: relative;
    order: 1;
    outline: none;
    text-decoration: none;
}
a.box-button-3:hover {
    background: #00abaa;
    box-shadow: 0px 0px 0 #000000;
    color: #ffffff !important;
    left: 3px;
    top: 3px;
    text-decoration: none;
}
.main-nav-list > li > a, .main-nav-list > li > button {
    padding: 9px 9px 9px 9px;
}
/*
.main-nav-list > li > a::after, .sf-menu > li > a::after {
	background: #00abaa;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	opacity: 0;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: opacity .2s,-webkit-transform .3s;
	transition: opacity .2s,-webkit-transform .3s;
	transition: transform .3s,opacity .2s;
	transition: transform .3s,opacity .2s,-webkit-transform .3s;
}
*/

.white-form p.orange {
	color: #00abaa;
}

.dropdown {
/*  overflow: hidden;*/
}

/* Dropdown button */
.dropdown .dropbtn {
  border: none;
  outline: none;
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
/*  background-color: red;*/
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    background-color: #e7e7eb;
    border-left: solid 2px #31467a;
    border-right: solid 2px #31467a;
    border-bottom: solid 2px #31467a;
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content li {
    margin: 0px 0px 0px 0px;
}
/* Links inside the dropdown */
.dropdown-content a {
    border-top: solid 2px #31467a;
    float: none;
	font-family: "VT323", monospace;
	font-weight: 400;
    font-size: 19px;
    color: #263752;
    padding: 9px 9px 9px 9px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
    -webkit-box-shadow: inset 3px 3px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:    inset 3px 3px 10px rgba(0,0,0,0.2);
    box-shadow:         inset 3px 3px 10px rgba(0,0,0,0.2);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.btn-color-1, .btn-color-1:focus {
    background: #ffffff;
    border: solid 2px #000000;
    box-shadow: 6px 6px 0 #000000;
    color: #263752 !important;
	font-family: "VT323", monospace;
    font-size: 18pt;
	font-weight: 800;
    padding: 15px 24px 15px 24px;
    position: relative;
    order: 1;
    outline: none;
    text-decoration: none;
}
.btn-color-1:hover {
    background: #ffffff;
    box-shadow: 0px 0px 0 #000000;
    color: #00abaa !important;
    left: 6px;
    top: 6px;
    text-decoration: none;
}
.btn-color-2, .btn-color-2:focus {
    background: #ee7658;
    border: solid 2px #000000;
    box-shadow: 6px 6px 0 #000000;
    color: #ffffff !important;
	font-family: "VT323", monospace;
    font-size: 18pt;
	font-weight: 800;
    padding: 15px 24px 15px 24px;
    position: relative;
    order: 1;
    outline: none;
    text-decoration: none;
}
.btn-color-2:hover {
    background: #ee7658;
    box-shadow: 0px 0px 0 #000000;
    color: #ffffff !important;
    left: 6px;
    top: 6px;
    text-decoration: none;
}
.btn-color-3, .btn-color-3:focus {
    background: #00abaa;
    border: solid 2px #000000;
    box-shadow: 6px 6px 0 #000000;
    color: #ffffff !important;
	font-family: "VT323", monospace;
    font-size: 18pt;
	font-weight: 800;
    padding: 15px 24px 15px 24px;
    position: relative;
    order: 1;
    outline: none;
    text-decoration: none;
}
.btn-color-3:hover {
    background: #00abaa;
    box-shadow: 0px 0px 0 #000000;
    color: #ffffff !important;
    left: 6px;
    top: 6px;
    text-decoration: none;
}
.btn-block {
    display: block;
}
