#horiz-nav-resp {display:block;
	 margin:0px 0px 0px 0px;
	 padding-top:0px;overflow:hidden;
}
 #horiz-nav-resp ul {
	 width:100%;
	 list-style-type:none;
	 margin: 0;
	 padding: 0;
}
 #horiz-nav-resp li {display:block;
	 margin:3px 0px 0px 0px;
	 width:50%;
	 border-right:1px solid #f4f4f4;
	 color:#ffffff;
	 font-weight:500;
}
 #horiz-nav-resp a{
	 display:block;
	 text-align:center;
	 padding:12px 15px;
	 color:#ffffff;background-color:#313131;
}
 #horiz-nav-resp li a:hover {
	 background-color:#777777;
	 text-decoration:none;text-decoration:none;
}
 #horiz-nav-resp li.selected {
	 background-color:#ccbc9c;
}
 #horiz-nav-resp li.selected a{
	 color:#000000;
}
 @media (min-width:960px) {
	 #horiz-nav-resp {
		 margin:5px 10px 0px 10px;
		 background-color:#313131;
	}
	 #horiz-nav-resp ul {
		 width:100%;
	}
	 #horiz-nav-resp li {
		 margin:0px;
		 border-right:1px solid #808080;
		 background-color:#313131;
		 display:block;
		 float:left;
		 width:auto;
		 color:#ffffff;
		 font-size:95%;
		 font-weight:500;
	}
	 #horiz-nav-resp a{
	 display:block;
	 min-height:auto;
	 background-color:#313131;
	 padding:12px 20px;
}
	 #horiz-nav-resp li:last-child{
		 width:auto;
	}
}
 

.fplinks{display:inline-block;  min-width:75px;color: #ffffff!important; background:#c50e18;text-align: center;margin-bottom:10px;}
.fplinks:hover{color:#c50e18;background:#808080; text-decoration:none;}

.linkarrow:hover{color:#ffffff!important;background:#c50e18!important;}


#facultysf .search-button {
    margin-left: -5px;
    padding: 11px;
    display: inline-block;
    font-size: 102%;
    border: 1px solid #808080;
    box-sizing: border-box;
    height:50px;
    cursor: pointer;
}

#facultysf .search-input {
    border: 1px solid #777;
    background-color: #ffffff;
    width: 180px;
    font-size: 102%;
    height:50px;
    display: inline-block;
    box-sizing: border-box;
}


.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{display:inline-block;
	position: relative;
	padding: 10px 20px;
  margin: 0px 0px 10px 0px;
	border-radius: 8px;
	font-size: 1.1em;
	line-height:normal;
	color: #FFF;
	text-decoration: none;	
	text-align:center;
	min-width:150px;
}
.action-button:hover{text-decoration:none;color:#ffffff;}

.blue
{
	background-color: #8ea3b6;
	border-bottom: 5px solid #768ea3;
}


.red
{
	background-color: #c50e18;
	border-bottom: 5px solid #a41e25;
}


.olive
{
	background-color:  #a9a38f;
	border-bottom: 5px solid #918a73;
}

.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}

