<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myInput[type=text] {
	 width: 100%;
	 box-sizing: border-box;
	 border-top: 2px solid rgba(0, 0, 0, 0);
	 border-left: 2px solid rgba(0, 0, 0, 0);
	 border-right: 2px solid rgba(0, 0, 0, 0);
	 border-bottom: 3px solid #ba0c2f;
	 font-size: 1rem;
	 font-weight: normal;
	 color: #555;
	 background-color: rgba(0, 0, 0, 0);
	 background-image: url('Main/search.png');
	 background-position: 10px 12px;
	 background-repeat: no-repeat;
	 padding: 10px;
	 text-align: left;
	 -webkit-transition: width 0.4s ease-in-out;
	 transition: width 0.4s ease-in-out;
	 font-family:'roboto',helvetica,arial,sans-serif;
	 text-align: left;
	 outline: none;
}
 #myInput[type=text]:focus {
	 box-shadow: none;
}
 .search-container {
	 width: 100%;
	 padding: 25px 50px 70px 50px;
	 margin: 35px auto;
	 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	 background-color:#fff;
}
 .search-container. dropdown{
	 background:none;
}
 .search-title {
	 font-size: 0.9rem;
	 text-align: center;
	 text-transform: uppercase;
	 font-weight: bold;
	 letter-spacing: .12em;
	 margin-bottom:0px;
}
 .search-heading {
	 line-height: 2;
	 text-align: center;
}
 .search-text {
	/*line-height: 0.1;
	*/
	 text-align: center;
	 font-size: 1.063rem;
}
 .search-container .dropdown {
	 position: relative;
	 display: inline-block;
	 width: 100%;
	 background:none;
}
 .dropdown-content {
	 display: none;
	 position: absolute;
	 background-color: #f9f9f9;
	 min-width: 100%;
	 overflow: auto;
	 box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	 z-index: 1;
	 max-height:500px;
	 overflow:scroll;
}
 .dropdown-content a {
	 color: #000;
	 padding: 12px 16px;
	 text-decoration: none;
	 display: block;
}
 .dropdown-content a:visited {
	 color: #000;
}

/*Interferes with top nav dropdown*
.dropdown a:visited {
    color: inherit;
}
*/
 .dropdown a:hover {
	 background-color: #981E32;
	 color: #f9f9f9;
}
 .show {
	 display: block;
}
 .search-sub-container {
	 margin-top: 10px;
	 text-align: right;
}
 .search-container .fa-search{
	 position: absolute;
	 right: 10px;
	 bottom: 11px;
	 font-size: 1.563rem;
	 color: #ba0c2f;
}
.search-sub-container a{
    color:#0E71E2;
}
.search-sub-container a:link{
    color:#0E71E2;
}
 .search-sub {
	 margin: 10px auto;
	 font-size: 0.938rem;
}
 .search-btn {
	 margin-top: 20px;
}
/*
 .majors-link {
	 color: #981e32;
	 font-size: 0.9rem;
	 margin-top: 10px;
}
 .majors-link:visited {
	 color: #981e32!important;
}
 */
 .search-link {
	 font-size: 0.9rem;
}
 .search-btn:hover {
	 text-decoration: none!important;
}
/************************ Mobile Styles *************************/
 @media only screen and (max-width: 500px) {
	 .search-heading {
		 font-size: 1.875rem;
	}
	 .search-container {
		 padding: 15px;
	}
	 .search-heading {
		 line-height: 1.1;
	}
	.search-sub-container {
        text-align: center;
    }
}
 </pre></body></html>