.staff_prof {
		margin-bottom:20px; 
		padding-bottom: 20px; 
		border-bottom:1px solid #043eab; 
	}

	#main .staff_prof h4{
		font-size: 18px;
	}

	.staff_prof .staff_photo{
		width: 30.5%;
		margin-right:0.5%;
		float: left;
		text-align:center;
	}

	.staff_prof .staff_photo img{
		width:100%;
		max-width:220px;
       
           margin: auto;
	}
	.staff_prof .staff_photo p img{
		max-width:170px;
	}
         .staff_prof tr td{
		border-bottom: 1px solid #043eab;
        }
         
.staff_prof tr:last-child td{
    
    border-bottom: 0px;
}

	.staff_rightcol{
		float: left;
		width: 69%;
	}
	.staff_prof table{
		width: 100%;
		margin: 0 auto;
		table-layout: fixed;
		border: 1px solid #043eab;
	}
	.staff_prof td:first-child{
		width: 30%;
		background: #e8e8e8;
		text-align: center;
		border-right: 1px solid #043eab;
	}
	.staff_prof td:nth-child(2){
		padding:5px;
	}
	
.staff_prof td:nth-child(3){
		border: none;
	}
	}
	.staff_prof tr:last-child td{
		border-bottom: 0px;
	}

	.staff_movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.staff_movie iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.section_link{
		padding: 20px 0; 
		
	}
	.section_link2{
		margin-bottom:20px; 
		padding-bottom: 20px; 
		border-bottom:1px solid #333333; 

	}
	
	.section_link2 .button {
		width:21.25%;
		margin-right: 5%;
	}
	.button:last-child {margin-right: 0;}

	.button:link{
		color: #ffffff;
	}
	.button:hover {
		background-color: #043eab;
		
		color: #fff;
		text-decoration: none;
	}
	.button:active {
		top: 1px;
		box-shadow: none;
		color: #fff;
		text-decoration: none;

	}
	.button:visited{
		color: #ffffff;
		text-decoration: none;
	}
	@media screen and (max-width: 640px) {

		.section_link .button,.section_link2 .button {
			max-width:100%;
			width:100%;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:10px;
		}
		.staff_prof .staff_photo, .staff_rightcol{
			width: 100%;
			float: none;
			clear:both;
		}

	}



.button:visited {
    color: #ffffff;
    text-decoration: none;
}
.button:link {
    color: #ffffff;
}
a:visited {
    color: #660099;
    text-decoration: none;
}
a:link {
    color: #2355A5;
    text-decoration: none;
}
.button {
    position: relative;
    display: block;
    background-color: #bbb;
    
    color: #fff;
    -webkit-transition: none;
    transition: none;
    
    padding: 1em 0;
    width: 345px;
    margin-right: 5%;
    float: left;
    text-align: center;
    font-size: 18px;
}
