  .subtitle {
	font-size: 16px;
	line-height: 1em;
	color: #007CAD!important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
h2.big-heading {
	font-weight:bold;font-size: 3rem; line-height: 1.2;text-transform:none;
	margin-bottom: 40px;
	text-align: center;
}
.matrix.inverse-wrapper .big-heading {
	color: #fff;
}
.matrix.inverse-wrapper .subtitle {
	text-transform: uppercase;
	color: #00AEEF!important;
}
ul {
	margin-bottom: 20px;
}
.box.related-links {
	margin-bottom: 40px;
}
#helpful-tips {
	margin-left: 1%;
	margin-right: 1%;
	padding: 4%;
	box-shadow: 3px 3px 8px #404040;
	background-color: #FCFCFC;
	border-radius: 20px 0 20px 0;
	background-image: url(https://www.augusta.edu/stream/images/icon-line-1.png);
	background-repeat: no-repeat;
	background-position: 3% 3%;
}
.btn-clear {
	white-space: normal;
}
@media screen and (max-width: 480px) {
	#helpful-tips {
		background-image: none;
	}
	.box.related-links {
		margin-top: 20px;
	}
}