/* -------------------- HEADER -------------------- */

header {
	display: block;
	padding: 4vw 3vw 3vw 3vw;
	width: 100%;
}

#topline {
	display: block;
	margin: 0 0 2vw 0;
/* */
	font-family: 'Roboto', monospace;
	font-weight: 200;
	font-size: 0.8vw;
	line-height: 1;
	color: #001AFF;
}

#topline span {
	font-weight: 500;
	color: #555555;
}

#headline {
	display: block;
	margin: 0 0 2vw 0;
/* */
	font-weight: 700;
	font-size: 8vw;
	line-height: 1;
	color: #000000;
}

#headline span {
	color: #001AFF;
}

/* -------------------- MEMBERS -------------------- */

#list {
	display: block;
	padding: 4vw;
/* */
	background: #F6F6F6;
	border-bottom: 1px solid #EEEEEE;
}

#complete {
	width: 100%;
/* */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	gap: 1vw;
}

.business {
	padding: 1vw 1vw 1vw 1vw;
	width: 24%;
/* */
	background: #EDEDED;
	border: 1px solid #E6E6E6;
	border-radius: 0.5vw;
}

.business .logo {
	height: 10vw;
	width: 100%;
/* */
	background-size: cover;
	border: 1px solid #E6E6E6;
	border-radius: 0.3vw;
}

.category {
	margin: 0.5vw 0 0.5vw 0.2vw;
/* */
	letter-spacing: 0.1vw;
	text-transform: uppercase;
	font-family: 'Roboto', monospace;
	font-weight: 300;
	font-size: 0.7vw;
	line-height: 1;
	color: #001AFF;
}

.membername {
	margin: 0.2vw 0 1vw 0.2vw;;
/* */
	letter-spacing: 0.03vw;
	font-weight: 400;
	font-size: 1.2vw;
	line-height: 1;
	color: #000000;
}

.business span::after {
	display: inline-block;
	padding: 0 0.8vw;
	height: 2vw;
/* */
	font-weight: 500;
	font-size: 0.8vw;
	line-height: 2vw;
	color: #555555;
/* */
	background: #F6F6F6;
	border-radius: 0.5vw;
	border: 1px solid #E6E6E6;
	content: 'View Profile \2192';
}

/* -------------------- OPEN LIST -------------------- */

#open {
	display: block;
	padding: 4vw;
}

.divider {
	margin: 0 0 2vw 0;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5vw;
	line-height: 1;
	color: #000000;
}


#opencats {
	width: 65%;
	border-collapse: collapse;
}

#opencats th {
	padding: 1.5vw 0;
/* */
	letter-spacing: 0.03vw;
	font-weight: 400;
	font-size: 1.5vw;
	line-height: 1;
	color: #000000;
/* */
	background-color: #F2F2F2;
}

#opencats tr:nth-child(even) {
	background-color: #F2F2F2;
}

#opencats td {
	padding: 1vw 0;
/* */
	text-align: center;
	font-weight: 500;
	font-size: 1vw;
	line-height: 1;
	color: #999999;
}

#opencats td:nth-child(2) {
	text-transform: uppercase;
	font-family: 'Roboto', monospace;
	font-size: 0.9vw;
	color: #001AFF;
}

#opencats td:nth-child(3)::after {
	content: 'Open';
}

.apply {
	display: inline-block;
	padding: 0 0.8vw;
	height: 2vw;
/* */
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8vw;
	line-height: 2vw;
	color: #001AFF;
/* */
	background: #F6F6F6;
	border-radius: 0.5vw;
	border: 1px solid #E6E6E6;
}

/* -------------------- MEDIA -------------------- */

@media only screen and (max-width: 1032px) {

}

@media only screen and (max-width: 744px) and (orientation: portrait) {



}

/* -------------------- PRINT -------------------- */

@media print {

	* {
		display: none;
	}

}
