<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	display:flex !important;
	align-items:center;
	color:white;
	height:50px;
	background:#165A9D;
	width:100%;
}
.header a{
	padding:0;
	margin:0;
}
.header h1{
	font-size:1.2em;
	letter-spacing:1px;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-left:40px;
}
.header .welcome-text{
	color:white;
}
.footer{
	display:flex !important;
	align-items:center;
	justify-content:center;
	color:white;
	height:35px;
	background:#165A9D;
	width:100%;
}
.footer p{
	margin:0;
	padding:0;
}
.gcu-link{
	display:flex !important;
	align-items:center;
	color:white;
	height:100%;
	background:black;
}
.gcu-link img{
	height:25px;	
	padding:0 20px;
}
.gcu-link:hover,
.gcu-link:focus{
	background:gray;
}
.content-wrapper{
	min-height: calc(100vh - 85px);
	width:50%;
	padding:20px 20px;
}
.faq{
	display:block;
	text-align:center;
	font-weight:bold;
}
.faq-button{
	border-radius:30px;
	margin-left:8px;
 	border: 2px solid #1976D2;
	background:transparent;
 	padding:0;
}
.faq-arrow{
	padding:0;
	margin:0;
}
.exams{
	display:flex !important;
	flex-wrap:wrap;
}
.exam-item{
	padding:20px;
	height:6em;
	width:50%;
	margin-bottom:20px;
}
.exam-title{
	color:#FF5722;
	font-weight:bold;
	font-size:18px;
}
.practice{
	background:white;
    border-radius: 30px;
    margin-right:7px;
    border: 2px solid #1976D2;
    display:inline-block;
    padding: 3px 25px;
}
.practice:hover,
.practice:focus{
	transform: scale(1.01, 1.01);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
 	 transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	color:#1976D2;
}
.exam-item a{
	text-decoration:none;
}
.mp-container a{
	text-decoration:none;
}

.exam{
	background:#1976D2;
	color:white;
    border-radius: 30px;
    border: 2px solid #1976D2;
    display:inline-block;
    padding: 3px 25px;
}
.exam:hover,
.exam:focus{
	transform: scale(1.01, 1.01);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
 	 transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	color:white;
}
.practice-name{
	display:inline-block;
	margin:0;
	padding:2px 0 0 10px;
}
.exam-name{
	display:inline-block;
	margin:0;
	padding:2px 0 0 10px;
	
}
.yes{
	display:inline-block;
	margin:0;
	padding:2px 0 0 10px;
}
.no{
	display:inline-block;
	margin:0;
	padding:2px 0 0 10px;
}

/*faq view*/
.faq-container{
	width:90%;
	color:#616161;
}
.faq-header{
	color:#FF5722;
	font-size:18px;
	font-weight:bold;
}
.qanda{
	list-style-type:none;
	margin-bottom:25px;
	padding-left:0;
}
.inner-qanda{
	list-style-type:none;
	margin-bottom:25px;
}
.inner-qanda-list{
	list-style-type:none;
	margin-bottom:25px;
	padding-left:0;
}
.question{
	font-size:14px;
	font-weight:bold;
}
.answer{
	font-size:14px;
	color:#616161;
}
.return-text{
	margin-left:10px;
}

/*math-placment view*/
.mp-container{
	width:90%;
	color:#616161;	
}
.mp-header{
	color:#FF5722;
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width: 1280px) {
    .content-wrapper{
		width:70%;
	}
}

@media screen and (max-width: 990px) {
    .content-wrapper{
		width:80%;
	}
	.faq-container{
		width:100%;
		padding:0 15%;
	}
	.mp-container{
		width:100%;
		padding:0 15%;
	}
}

@media screen and (max-width: 810px) {
    .content-wrapper{
		width:90%;
	}
}

@media screen and (max-width: 780px) {
    .content-wrapper{
		width:100%;
	}
	.faq-container{
		width:100%;
		padding:0 15%;
	}
	.mp-container{
		width:100%;
		padding:0 15%;
	}
}

@media screen and (max-width: 750px) {
	.exams{
		display:flex !important;
		align-items:right;
		flex-direction:column;
		flex-wrap:wrap;
	}
	.exam-item{
		padding:20px;
		height:6em;
		width:100%;
		margin-bottom:20px;
	}
	
	.footer p{
		font-size:9px;
	}
}</pre></body></html>