.cursor-pointer {
	cursor: pointer;
}
.nowrap {
	white-space: nowrap;
}

.required label::after {
	content: " *";
	color: red;
}

#nameOfList {
	display: none;
}
.nameOf.exclude {
	display: none;
}

.refresh {
	margin-bottom: 10px;
}
.duckChoose {
  text-transform: inherit;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #777;
}
.duckChoose.choose {
  background-color: #FFE317;
  color: #333;
}

.annual {
		font-family: 'Yesteryear', 'Sans';
    font-size: 50px;
    margin-bottom: 0px;
}

header.masthead {
	background-position: 40% center;
}
@media (min-width:992px) {
    header.masthead {
        height: auto;
        padding-bottom: 60px;
    }
}
.jokeBox {
	background: #4391CC;
	color: white;
	padding: 4% 5% 10px;
	width: 80%;
	max-width: 500px;
	margin: 60px auto 0;
	border-radius: 8px;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	line-height: 1.2;
	color: #FFF;
	cursor: pointer;
}

#duckPunchline {
	width: 100%;
	text-align: left;
	display: none;
	padding: 0 15px;
	left: 0px;
	margin-top: 0px;
}

.jokeBox small {
	font-family: Helvetica, arial, sans;
	text-transform: uppercase;
	font-size: .7em;
	display: block;
	margin-top: 25px;
	text-align: center;
}


img {
	max-width: 100%;
}
a:focus {
	outline: none;
}

#adoptDucksLineUp {
	margin-top: 30px;
}
.duckLineUp {
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	#adoptDucksLineUp .duckLineUp:nth-child(n+7) { display: none; }

	#duckJoke, #duckPunchline {
		font-size: 1.3em;
		padding-top: 20px;
	}
	.jokeBox {
		padding: 5%;
		width: 80%;
		margin: 60px auto 0;
	}
	.standupDuck {
		text-align: center !important;
		margin: 10px auto;
		display: block;

	}
	.standupDuck img {
		float: none !important;
	}
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: black;
	background-color: #FFE000;
	border-color: #c1ab05;
}
section#sponsors h1 {
	font-weight: 600;
}
section#sponsors a {
	color: black;
}
section#sponsors .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #26AAAF;
}
section#sponsors p {
	font-size: 18px;
}
#becomeASponsor button.btn-primary {
	background-color: #26AAAF;
}
section#sponsors table {
	border: none;
}