.hide-form-fields {
	display: none;
}

#page-sponsors .sponsor {
	display: block;
    margin: 15px 0;
    min-height: 90px;
    position: relative;
    border: 1px solid #aaa;
}
#page-sponsors h4 {
	/*border-bottom:#f6d400 solid;*/
	padding-bottom:5px;
	padding-top:30px;
	font-size: 20px;
	text-transform: uppercase;
	color: #aaa;
}
#page-sponsors h4::after {
    background: #f6d400 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 15px 0;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
}

#page-sponsors .sponsor img {
	left: 0;
    margin: 0 auto;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.high-school-title {
    width:900px;
}