<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	font-weight: 300;
}
	
p.intro {
	font-size: 1.5em; 
	font-weight: 300;
}
		
h1 {
	text-align: center;
	color: #fff !important;
    font-size: 5vw;
    line-height: 1.1em;
	font-weight: bold;
}
		
	
.topbar-responsive {
	background: #e4002b;
	padding: 1rem 1.5rem;
}

nav img {
	height:60px;
}
		
.grid-margin-x {
	padding: 1em;
}

		
.hero-section {
	text-align: center;
	display: -webkit-flex;
  	display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
 	-ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
		
		
.hero-section .hero-section-text {
	color: #FFFFFF;
  	text-shadow: 1px 1px 2px #0a0a0a;
}

		
.questions {
	background-image: url(https://www.frostburg.edu/admissions-and-cost/undergraduate/img/landing/bg-texture-grey-fur.jpg);
    background-repeat: repeat;
	color: var(--white);
	font-weight: 900;
	display:flex; 
	text-align: center;
	/*background: #666;*/
}

.questions h2 {color: var(--white) !important;}
.questions a { color: var(--white);}
.questions a:hover {text-decoration: underline;}
.questions p.contact {	font-weight: 300; }

		
footer {
    background-color: #242424;
	color: #fff;
	font-size: .9em;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-right:1em;
}

.font-icon {color: var(--white);}
	
.font-icon i:hover {color: var(--gold);}	

.wForm {background-image: url(https://www.frostburg.edu/admissions-and-cost/undergraduate/img/landing/bg-texture-teal.jpg);
    background-repeat: repeat;
    /*background-color: #efefef;*/
}
		
.wForm h3, .wForm h4 {font-weight: normal;}		
		
.label {background: none; color: var(--dark-gray); font-size: 1em; font-weight: 300;}	

/* Paging behavior buttons */
.wForm .wfPagePreviousButton,
.wForm .primaryAction,
.wForm .wfPageNextButton	{padding: 1em; border: 0; text-transform: uppercase;  font-weight: bold; }
	
.wForm .wfPagePreviousButton,
.wForm .wfPageNextButton {border: 3px solid var(--dark-gray);color: var(--dark-gray);}		
.wForm .primaryAction {background: #e4002b; border: 3px solid #e4002b; color: var(--white);}		

.terms {font-size: .85em;}
		</pre></body></html>