@charset "utf-8";
/* CSS Document */

body{
	font-family:'Source Sans Pro', sans-serif;
}
#gettingstarted_beliefs li{
	font-family: 'Sorts Mill Goudy', serif;
}
#counselor-ojt h3{
	padding:16.5px 0;vertical-align:bottom;
}

#counselor-what-to-learn li{
	position:relative;
	width:240px;
	padding:10px 10px 10px 0 ;
	height:42px;
	margin:30px 40px 30px 30px;
	vertical-align:bottom;
}
#phone-number-branch h3{
	display:inline-block;
	padding:7px 0;
	text-align:center;
	width:120px;
}
#chiefs h3{
	padding:7px 0;
	width:180px;
}
@media only screen and (max-width:960px){
	#counselor-ojt h3,#counselor-seminar h3,#counselor-ojt p,#counselor-seminar p{
		width:20%;height:50px;display:table-cell;vertical-align:middle;
	}
	#counselor-what-to-learn li{margin:20px 5%;}
}

@media only screen and (max-width:768px){
	#counselor-ojt,#counselor-seminar{
		display:block;width:60%;margin:40px auto;
	}
	#counselor-ojt h3,#counselor-seminar h3{
		width:10%;vertical-align:middle;
	}
	#counselor-ojt p,#counselor-seminar p{
		width:5%;vertical-align:middle;
	}
	#counselor-what-to-learn li{
		position:relative;
		width:35%;
		vertical-align:bottom;
	}
	#aboutus th{width:20%;text-align:left;}
	#aboutus td{width:80%;}
	
	#phone-number-branch li{margin:30px auto;width:300px;}
	#phone-number-branch h3{display:block;}
	
	#chiefs li{margin:30px auto;width:300px;}
	#chiefs h3{display:block;margin-bottom:10px;}
	#chiefs p{margin:0 5px;}
}
@media only screen and (max-width:512px){
	#counselor-seminar,#counselor-ojt{
		width:90%;
		display:block;
		margin-bottom:30px;
	}
	#counselor-seminar h3,#counselor-ojt h3{
		height:inherit;
		width:100%;
		padding:10px 0 8px;
		border-radius:0;
		font-size:10pt;
		display:block;
	}
	#counselor-ojt h3 br{
		display:none;
	}
	#counselor-seminar p,#counselor-ojt p{
		height:inherit;
		border-left:none;
		width:100%;padding:15px 0;border-radius:0;font-size:10pt;display:block;
	}
	#counselor-what-to-learn{
		
	}
	#counselor-what-to-learn li{
		display:block;
		margin:20px auto;
		font-size:10pt;
		width:240px;
		padding: 10px 0;
		height:35px;
	}
	#counselor-what-to-learn li:before{
		display:none;
	}
	#counselor-what-to-learn li:after{
		border-width:12px;right:-24px;top:45%;
	}
	#aboutus th{display:block;width:100%;margin-left:0;margin-right:0;text-align:center;}
	#aboutus td{display:block;width:100%;margin-left:0;margin-right:0;}
	
	#phone-number-branch li{margin:0 0 20px;}
	#phone-number-branch h3{
		display:block;
		color:#000B3E;
		padding:4px 0;
		width:120px;
		margin:10px auto;
	}
	#phone-number-branch address{
		display:block;
		vertical-align:middle;
		font-size:18pt;
	}
	#chiefs li{margin:0 0 20px;}
	#chiefs h3{
		display:block;
		width:190px;
		padding:4px 0;
		margin:10px auto;
	}
	#chiefs p{display:block;}
	#aboutus .notice{margin:30px 0;}
}