<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.g-sponsors .nat-spon a img {
	height: 160px;
	width: 200px;
	padding: 0px;
}

.g-sponsors .spon-list {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
}
.g-sponsors .spon-item {
	text-align: center;
	max-width: 200px;
	margin: 20px auto 0px;
}
.g-sponsors .spon-item img {
	max-width: 150px;
	margin: auto;
}
.g-sponsors .spon-list2 {
	text-align: justify;
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	margin-top: 10px;	
}
.g-sponsors .tier-block {
	max-width: 1113px;
	margin-left: auto;
	margin-right: auto;
}
.g-sponsors .spon-list2:after {
	content: "";
	width: 100%;
	display: inline-block;
}
.g-sponsors .spon-item2 {
	margin: auto;
	max-width: 200px;
	text-align: center;
}
.g-sponsors .spon-col2 {
	max-width: 200px;
	vertical-align: top;
	zoom: 1;
	margin-top: 25px;
}

.g-sponsors .nat-spon .col-md {
	text-align: center;
}
.g-sponsors :is(.local-spon, .event-spon) h5  {
	font-family: Everygirl-Script;
}
.g-sponsors .local-spon h5.part-tier {
	font-family: Avenir-Heavy;
}
.g-sponsors :is(.local-spon, .event-spon) h5 {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #CB2AA0;
	margin-top: 45px;
	margin-bottom: 25px;
}
.g-sponsors .event-spon h5 {
	color: #874EA1;
}
.g-sponsors h1 {
	font-size: 44px;
	color: #874EA1;
	font-family: Clarendon;
	text-align: center;
}
.g-sponsors p {
	font-family: Avenir-Medium;
	font-size: 26px;
	text-align: center;
	font-weight: lighter;
	padding-bottom: 10px;
	letter-spacing: .2px;
}
.g-sponsors p.fs-20 {
	font-size: 20px;
}
.g-sponsors .n-sponsor a {
	display: flex;
	justify-content: center;
}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 576px) {
	.g-sponsors a img {
		padding: 0px;
	}	
	.g-sponsors .spon-item,
	.g-sponsors .spon-item2 {
		padding-bottom: 30px;
	}
	.g-sponsors .spon-list,
	.g-sponsors .spon-list2 {
		flex-direction: column;
	}
}

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

}
</pre></body></html>