.tab {
	display: none;
}
@media (min-width:768px) {
	.tab + label {
		width:25%;
	}
}
.tab__content {
	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;
}
.subchecklist {
	display: none;
	width: 100%;
	position: relative;
}
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
}
#nomineedetails, #nomineeextra {
    display: none;
}
.checklist .nominationcheckbox label {
    position: relative;
    font-family: 'din-2014';
	font-size: 20px;
	line-height: 23px !important;
    padding: 16px 16px 16px 34px;
}
.nominationcheckbox label:hover{
	cursor: pointer;
}
/* The container */
.nominationcheckbox {
    display: block;
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    -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 */
.checklist .checkmark {
    position: absolute;
    top: 16px;
    left: 0px;
    height: 25px;
    width: 25px;
    border: 2px #ffffff solid;
}
/* On mouse-over, add a grey background color */
.nominationcheckbox:hover input ~ .checkmark {
    border: 2px #ffffff solid;
}
/* When the checkbox is checked, add a green background */
.nominationcheckbox input:checked ~ .checkmark {
    border-color: #3759ec;
	background-color: #3759ec;
}
/* 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);
}
.errortext {
    display: none;
    color: #fe347e !important;
    width: 100%;
}
.errorinput {
	border-color: #fe347e !important;
}
.error-captcha {
    color: #fe347e !important;
}
/* Ensure word counters are always visible and styled correctly */
.word-counter.always-visible {
    display: block !important;
    visibility: visible !important;
    margin-top: 5px;
}

.word-counter-error {
    color: #dc3545 !important; /* Bootstrap danger color */
    font-weight: bold;
}

.word-count {
    font-weight: bold;
}

/* Prevent word counters from being hidden by global error handling */
.word-counter p {
    display: block !important;
    visibility: visible !important;
}
.alpha-list-header {
  display: block;
  width: 100%;
  clear: both;
}
.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;
  column-gap: 15px;
}
.alpha-list label {
  font: 15px/25px "din-2014";
}
.alpha-list label input {
  vertical-align: middle;
}
.alpha-list.alpha-list-1 {
  column-count: 1;
}
.alpha-list.alpha-list-2 {
  column-count: 2;
}
.alpha-list.alpha-list-3 {
  column-count: 3;
}
.alpha-list.alpha-list-4 {
  column-count: 4;
}
.alpha-list.alpha-list-5 {
  column-count: 5;
}
.alpha-list.alpha-list-6 {
  column-count: 6;
}
.alpha-list.alpha-list-7 {
  column-count: 7;
}
.alpha-list.alpha-list-8 {
  column-count: 8;
}
.alpha-list.alpha-list-9 {
  column-count: 9;
}
.alpha-list.alpha-list-10 {
  column-count: 10;
}
.alpha-list.alpha-list-11 {
  column-count: 11;
}
.alpha-list.alpha-list-12 {
  column-count: 12;
}
.alpha-list > .alpha-list-item {
  display: block;
  margin: 0 20px 5px 0;
}
.alpha-list > .alpha-list-item.hide {
  display: none;
}
.alpha-list-header {
	display: block;
	width: 100%;
	clear: both;
}
.alpha-list-header h4 {
	color: #b7face;;
	font-family: 'din-2014', Arial, Helvetica, sans-serif;
    font-size: 14pt;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
    text-align: left;
}
.alpha-list-header p {
	text-align: left;
    font-family: 'din-2014', Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	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%;
}
.app-new {
    display: inline;
    padding: 0px 10px 0px 0px;
}
.previous {
	opacity: 0.5;
}
.step {
	display: none;
	width: 100%;
}
.word-counter {
	margin: 10px 0px 0px 0px;
	font-family: 'din-2014', Arial, Helvetica, sans-serif;	
}
.timeline {
  white-space: nowrap;
}

.timeline ol {
  font-size: 0;
  padding: 110px 0 110px 0px;
  transition: all 1s;
  position: relative;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 106px;
  height: 3px;
  background: #fff;
}
/*
.timeline ol li:last-child {
  width: 180px;
}
*/

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:first-child:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
/*  border-radius: 50%;*/
  background: #ffffff;
}

.timeline ol li:last-child:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
/*  border-radius: 50%;*/
  background: #ffffff;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
/*  border-radius: 50%;*/
  background: #70f179;
}

.timeline ol li div {
  position: absolute;
  left: calc(50% - 33px);
  width: 185px;
  padding: 15px 15px 15px 15px;
  font-size: 1rem;
  white-space: normal;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
/*  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;*/
    bottom: -10px;
    transform: translateX(-50%);
    border: none;
    border-left: 2px solid #ffffff;
    height: 30px;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
/*  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;*/
     top: -10px;
    transform: translateX(-50%);
    border: none;
    border-left: 2px solid white;
    height: 30px;
}

.timeline h4 {
  display: block;
  margin: 10px 0px 10px 0px;
}
.timeline h5 {
  display: block;
  font-weight: bold;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
/*
    .b-a-f-f-c {
        padding: 0px 0px 20px 0px;
    }
    .b-a-f-f-c div {
        display: inline-block;
        margin: 0px 0px 0px 0px;
    }
*/
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
    
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:first-child:before,
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}
@media screen and (max-width: 428px) { 
    .alpha-list-header h4 {
        font-size: 13pt;
    }
    .alpha-list.alpha-list-3 {
        column-count: 1;
    }
}/* CSS Document */

