<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site Specific */
#logo a,
.system-footer .logo { 
	background-image: url('/_global_resources/regional_campuses/images/Union_Linear_W.svg') !important; 
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
	#logo-footer .logo {
		width: 275px;
    	height: 70px;
	}
}

.callout {
    border-left-color: #73000a;
}

#home-alternate + .flex-container .flex-caption {
	box-shadow: -20px 0px 0px 0px #000;
	border-left-color: #000 !important;
}

@media only screen and (min-width: 64em) {
	.regional-header:after {
		background-color: #000;
	}
}

/* Google Custom Search results page */
	
	/* Remove styles set from default tables styles */
	#___gcse_0 td { 
		border: 0; 
		padding: 0;
	}
	#___gcse_0 .gsc-results td { padding: .75em .5em; }
	.gsc-webResult.gsc-result { margin-bottom: 1em; }
	/* Fix sort by width */
	.gsc-selected-option-container.gsc-inline-block { width: auto !important;}
	.gsc-control-cse { padding: 0 !important; }
    .search-results { min-height: 600px; }
	input.gsc-input,
	input.gsc-search-button { margin-bottom: 0; }
	.gsc-search-box td { width: 100%; }
	.gs-promotion-text-cell { width: auto !important; }
	.gssb_f { width: auto; }
	.gsc-results .gsc-cursor-box .gsc-cursor-current-page { color: #fff !important; }
	.gsc-search-button,
	.gsc-clear-button { display: none; }

@media only screen and (min-width: 48em) {
.gsc-search-button, .gsc-clear-button {
    display: table-cell;
}</pre></body></html>