  
@media (min-width: 1024px) {
.page-content h1 {
	/*text-align: center*/
}
}

@media (min-width: 768px) {
.scholarships-search-area {
	display: flex;
	align-items: flex-end
}
}
.scholarship-search-clear {padding:0.7em 0;}
.scholarship-search-clear::before {
	font-size: 1.1rem;
	margin: 0 0.5ch 0 0
}
.scholarships-filter-tabs {
	margin-top: 0
}
.scholarships-filter-tabs .tab-title-button::after {
	font-family: "icons";
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: baseline;
	line-height: 1em;
	width: 1em;
	text-align: center;
	font-variant: normal;
	content: "";
	color: #ffc222;
	float: right;
	margin: 0 1rem 0 0
}
.scholarships-filter-tabs .tab-title-button[aria-selected="true"]::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.scholarships-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.scholarships-list>li {
	padding: 0;
	margin: 0
}
button.scholarships-category-button {
	padding: 0.5rem;
	text-align: left;
	font-size: 1rem
}
button.scholarships-category-button:hover {
	background: #4796c1;
	color: white;
	text-decoration: none
}
button.scholarships-category-button:focus {
	outline: 2px solid #ffc222
}
.section-title {margin-bottom:0.5em;}
.detail-hero {
	position: relative;
	margin-bottom: 2rem;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: end
}
.detail-hero .detail-hero-content {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 1rem;
	text-shadow:1px 1px 4px black;
}
.detail-hero .detail-hero-content h1 {
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin-bottom:1rem;
}
.detail-hero .detail-hero-content h2 {
	color: #ffc222;
	font-weight: normal;
	width: 100%;
	margin-top:0;
}
.detail-hero::after {
	content: '';
	display: block;
	padding-top: 50%;
	background:linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
	position: relative;
	z-index: 5;
	width: 100%
}

@media (min-width: 1024px) {
.detail-hero .detail-hero-content {
	padding: 2rem
}
}
.wp-block-lazyblock-profile-quote {
	margin: 2rem 0
}
.wp-block-lazyblock-profile-quote .short-item {
	margin: 0
}
input.scholarship-search-input {
	width: 100%;
	font-size: 1.4rem;
	padding: 0.8rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:5px solid #fc2;
	background-color:#fff1da;
	color:#000;
}

@media (min-width: 1024px) {
input.scholarship-search-input {
	/*text-align: center*/
}
}
.scholarship-select {
	width: 100%
}
.tile-grid-container {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap
}
@supports (display: grid) {
.tile-grid-container {
display:grid;
grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
grid-gap:1rem
}
}
.scholarship-search-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	visibility: hidden
}
.scholarship-search-loading.show {
	visibility: visible
}
.scholarship-search-loading-message {
	font-size: 1.3125rem;
	font-weight: bold;
	text-align: center;
	margin-left: 1rem
}
.tile {
	position: relative;
	flex: 1 1 100%;
	background-color: #6a4c92;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 1rem;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	color: white;
	min-height:300px;
}
.tile:hover {
	box-shadow: 0 0 0 4px #fc2
}

@media (min-width: 768px) {
.tile {
	flex: 0 0 30%;
	margin: 0.5rem;
	transition: 100ms ease-in-out transform
}
.tile::after {
	content: '';
	display: block;
	padding-top: 66.667%
}
.tile:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 1000
}
}
@supports (display: grid) {
.tile {
margin:0
}
@media (min-width: 768px) {
.tile {
margin:0
}
}
}
.tile-info {
	padding: 1rem;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.8) 100%)
}
.tile-info .tile-title {
	font-family: "Tungsten", Impact, sans-serif;
	font-size: 2rem;
	line-height: 1em
}
.tile-info .tile-title span {
	font-size: 1rem;
	vertical-align: middle;
	margin-left: 0.5ch;
	color: white
}
.tile-info .tile-link {
	display: block;
	z-index: 1;
	color: #ffc222;
	text-decoration: none
}
.tile-info .tile-link::after {
	display: block;
	pointer-events: all;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 100
}
.tile-info .tile-link:focus::after {
	box-shadow: inset 0 0 0 4px #ffc222
}
.tile-info .tile-description {
	padding: 0;
	font-size: 0.9rem;
    line-height: 1.2em;
}

@media (min-width: 768px) {
.tile-info {
	width: 100%
}
.tile-info .tile-title {
	font-size: 2rem
}
}
@-webkit-keyframes pulse {
0% {
opacity:.4
}
50% {
opacity:.6
}
100% {
opacity:.4
}
}
@keyframes pulse {
0% {
opacity:.4
}
50% {
opacity:.6
}
100% {
opacity:.4
}
}
.tile-loading {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
	opacity: .4;
	-webkit-animation: 1s pulse linear infinite;
	animation: 1s pulse linear infinite
}
.tile-loading .tile-info .tile-title {
	background: #7c7b7c;
	border-radius: 5px;
	width: 100%;
	height: 1em
}
.tile-loading .tile-info .tile-description {
	background: #7c7b7c;
	border-radius: 5px;
	height: 3em;
	margin-top: 0.5rem
}
