.page-node-type-representatives-page .main-content,
.page-node-type-tradeshows-page .main-content {
	padding: 0;
}

.page-node-type-representatives-page .main-content ul {
	display: none;
}
.page-node-type-representatives-page .main-content ul.active,
.page-node-type-tradeshows-page .main-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 30px 0;
}

.page-node-type-representatives-page .main-content ul li,
.page-node-type-tradeshows-page .main-content ul li {
	background: #e2e2e2;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
}

.page-node-type-tradeshows-page .main-content ul li p {
	margin-bottom: 2px;
}

.page-node-type-representatives-page .main-content ul li:before,
.page-node-type-tradeshows-page .main-content ul li:before {
	content: none;
}

.page-node-type-representatives-page .main-content ul li .title,
.page-node-type-tradeshows-page .main-content ul li .title {
	display: block;
	background: #404041;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 6px 8px 4px;
	text-transform: uppercase;
	font-family: "proxima-nova-condensed";
	font-size: 16px;
}

.page-node-type-representatives-page .main-content ul li.authorized .title,
.page-node-type-tradeshows-page .main-content ul li .title {
	background: #b12931;
}

.page-node-type-representatives-page .main-content ul li .title i,
.page-node-type-tradeshows-page .main-content ul li .title i {
	position: absolute;
	right: 8px;
	top: 8px;
}

.page-node-type-tradeshows-page .main-content ul li .title i {
	right: 12px;
}

.page-node-type-representatives-page .main-content ul li strong,
.page-node-type-tradeshows-page .main-content ul li strong {
	color: #af2b35;
	font-family: "proxima-nova-condensed";
	text-transform: uppercase;
}

.page-node-type-representatives-page .main-content ul li a {
	color: #555;
}

.page-node-type-representatives-page .main-content ul li .content,
.page-node-type-tradeshows-page .main-content ul li .content {
	padding: 20px;
}

.page-node-type-representatives-page .country-selector .select-container {
	max-width: 400px;
	margin: 15px auto 0;
}

.page-node-type-representatives-page .country-selector .select-container:after {
	color: #fff;
}

.page-node-type-representatives-page .select-container select {
	background: #ad2e38;
	border: 0;
	margin-bottom: 5px;
	font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: background .2s linear;
}

.page-node-type-representatives-page .select-container:hover select,
.page-node-type-representatives-page .select-container.active select {
	background: #7b161e;
}

@media screen and (min-width: 1024px) {
	.page-node-type-representatives-page .main-content ul li,
	.page-node-type-tradeshows-page .main-content ul li {
		width: calc(50% - 10px);
	}
	
	.page-node-type-representatives-page .hero-banner {
		min-height: 770px;
	}
	
	.page-node-type-representatives-page.rep-results-shown .hero-banner {
		min-height: 380px;
	}
	
	.page-node-type-representatives-page .country-selector {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.page-node-type-representatives-page .country-selector .select-container {
		max-width: none;
		width: calc(50% - 15px);
	}
}