/*Remove bullets from horizontal letter list on A-Z page*/
.content li.horizontal::before {
  content: none;
}
/*Remove underline from header link (Featured Event Component)*/
a.featured-event {
	text-decoration: none;
}
/*Map Images (Program Page)*/

/*
#spot-2274:hover::after{
    background-image: url("../images/urban-campus-circle.png");
}
*/

/*****Making the Google search result font size larger | Ncharrison*****/


.gcse-searchresults {
	font-family: 'Open Sans', sans-serif !important;
    font-stretch: 75% !important;
    font-size: 2rem !important;
	line-height: 2.375rem !important;
	font-weight: 800 !important;}

.gsc-label-result-labels {
	font-family: 'Open Sans', sans-serif !important;
    font-stretch: 75% !important;
    font-size: 2rem !important;
	line-height: 2.375rem !important;
	font-weight: 800 !important; }

a.gsc-label-result-labels{
	font-family: 'Open Sans', sans-serif;
    font-stretch: 75%;
    font-size: 2rem;
	line-height: 2.375rem;
	font-weight: 800; }

.gsc-url-top {
	font-family: 'Open Sans', sans-serif;
    font-stretch: 75%;
    font-size: 1.25rem;
	line-height: 2.375rem;
	font-weight: 600; }

.gs-snippet {
	font-family: 'Open Sans', sans-serif;
    font-stretch: 75%;
    font-size: 1.75rem;
	line-height: 2.375rem;
	font-weight: 400; }


.gs-title {
	font-family: 'Open Sans', sans-serif !important;
    font-stretch: 75% !important;
    font-size: 2rem !important;
	line-height: 2.375rem !important;
	font-weight: 800 !important;}

a.gs-title {
	font-family: 'Open Sans', sans-serif !important;
    font-stretch: 75% !important;
    font-size: 2rem !important;
	line-height: 2.375rem !important;
	font-weight: 800 !important;}


a.gs-title b {
	font-family: 'Open Sans', sans-serif !important;
    font-stretch: 75% !important;
    font-size: 2rem !important;
	line-height: 2.375rem !important;
	font-weight: 800 !important;}

