.flex_container {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 25px;
}

.flex_container .company_container {
	flex: 1 1 calc(33.33% - 25px);
	max-width: calc(33.33% - 25px);
	border: 1px solid #c4c4c4;
}

.onward-investor-logo-container {
	display: block;
	clear: both;
	border-bottom: 1px solid #c4c4c4;
	padding: 20px;
}

.onward-tier-name.section_title {
	color: #E72636;
	font-family: "Steelfish", Sans-serif;
	text-transform: uppercase;
	font-size: 54px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.onward-investor-logo-container img {
	height: 150px;
	max-height: 150px;
	width: auto;
}

.onward-image-container {
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.onward-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 190px;

}*/

ul.onward-list-unstyled {
    padding: 0;
    margin: 0 0 20px;
}

ul.onward-list-unstyled > li {

    list-style-type: none;
    margin: 0;
    padding: 0;
}

.onward-investors ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.onward-investors ul > li {
    width: 33%;
    padding: 20px;
    display: block;
}

.onward-investors .onward-investor {
    border: solid 1px #7a7a7a;

}

.onward-investor-name, .featured-box {
    font-size: 20px;
}

.featured-box, .onward-investor-logo-container, .onward-investor-details, .description-box {
    padding: 10px;
    text-align: center;

}

.onward-investor-logo-container {
    padding: 20px 20px 10px;
}

.contact-box, .tier-box {

}

.featured-box {
    background-color: #e72636;
    color: #fff;

}

.onward-has-logo .onward-investor-details {
    border-top: solid 1px #7a7a7a;

}

.onward-filters {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.onward-filter {
    /*width: 33%;*/
    padding: 20px;
    font-size: 16px;
    display: inline-block;
}

.onward-filter label {
    font-weight: bold;
    display: block;
}

.onward-investors-by-category ul {

    min-height: 400px;
}

.onward-investors-by-category .is-featured .onward-investor {

}

.onward-investors-by-category .is-featured .onward-investor-name {
    font-weight: bold;
}

.is-featured {
	position: relative;
}

.is-featured .description-box {
	padding-bottom: 25px;
}

.featured {
	width: 100%;
	position: absolute;
	background-color: #ff0000;
	font-weight: bold;
	color: #fff;
	padding; 10px;
	margin-top: 10px;
	text-align: center;
	bottom: 0;
}

.onward-alert {
    border: solid 1px #e72636 !important;
    padding: 20px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	
	.flex_container {
		display: block;
	}
	
	.flex_container .company_container {
		margin-bottom: 10px;
		max-width: 100%;
		border: 1px solid #c4c4c4;
	}

    .onward-filter {
        width: 100%;

    }

    .onward-investors ul > li {
        width: 100%;

    }

}