/* a:focus, a:focus-visible, */
:focus, :focus-visible {
    outline: 2px solid #3b4a20;
    box-shadow: 0 0 0 3px #000000;
}
.thumbnail.thumbnail-blank {
	border: none;
	background-color: transparent;
	padding: 20px;
}
a .thumbnail-blank {
	color: #333;
	font-weight: 700;
}
.two-columns {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.buy-ticket-container {
	background-color: #3b4a20;
}
.buy-ticket-container p:first-child {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
.buy-ticket-container p:nth-child(2) {
	text-transform: uppercase;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.buy-ticket-container p:nth-child(3) {
	padding-top: 0;
}
.buy-ticket-container p {
	margin-bottom: 0;
	padding: 16px 14px;
}
.buy-ticket-container a {
	color: white;
	display: block;
	text-decoration: none;
}
.buy-ticket-container a:hover {
	color: #ffffffed;
}
.buy-ticket-container .button {
	max-width: 410px;
	margin: 4px auto 0;
}
.ticket-content a {
	color: white;
	text-decoration: none;
	display: block;
}
.ticket-content a:hover {
	color: #ffffffed;
}
.exhibitor-list {
	max-width: 500px;
	font-size: 15px;
}
.advertisement-container > a > img {
	max-width: 250px;
}
.advertisement-container {
	padding: 12px 0 20px;
}
.home .banner-ad{
	display: none;
}