/* Custom CSS styles for Finalsite by Tacoma Public Schools Data & App Development Dept. */
.tps-subtitle{
	font-size: 0.75em; 
}
@media (min-width: 1000px) {
	.callout-box-dark-goal{
		min-height: 316px;
	}
}
@media (max-width: 999px) {
    main#fsPageContent{
    	border-bottom:1px solid #ccc;
    	padding-bottom: 50px;
    	margin-bottom: 50px
	}
}
@media (min-width: 999px) and (max-width: 1200px)  {
	.callout-box-dark .fs_style_32,
	.callout-box-light .fs_style_32 {
		min-width: 200px;
	}
}
.tps-benchmark .fsTitle{
    color: #000;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 48px;
    line-height: 56px;
}
.tps-benchmark h1.fsPageTitle{
    font-size: 40px;
    line-height: 50px;
    margin-bottom:0;
}