
.logo {
	margin-top:5px;
	margin-bottom:10px;
	
}

.panel-default:hover p{
	
}

.panel-default:hover p{
	overflow-y:visible;
}

.home-panel p {
	height:120px;
}

.homeauto-panel p {
	height:100px;
}

.health-panel p {
	height:140px;
}

.life-panel p {
	height:100px;
}

.finance-panel p {
	height:130px;
}

.resource-panel   {
	height:280px;
}

.resource-panel .panel-heading{
	border-bottom:0px;
	background-color: #3e5264;
	color:white;
}
 
.resource-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
.resource-panel li {
	border-bottom: 1px solid #ccc;
}
 
.resource-panel li:last-child {
	border: none;
}
 
.resource-panel li a {
	padding: 5px 0;
	display: block;

	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
.resource-panel li a:hover {
	background-color: #3e5264;
	color:white;
	padding-left:10px;
}
.event-side-pic {
	width:80%;
	margin-left:19%;
}





.login {
	padding:0 20px 5px 5px;
	
}

.fa-ul {
	display: block;
	list-style-type: none;
	padding-left: 0px;
	-webkit-padding-start: 0px;
}

#social-links-bottom {
	margin-bottom: 10px;	
}

footer {
	background: white;
	background-image:none;
}

footer .container {
	text-align:center;	
}

.event-side-pic {
	border:0px;
	box-sizing:0px;
	width:100%;
	height:auto;		
}

.erik-keister {
	background-image: url(../img/zbios-erik-80px.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.jennifer-koces {
	background: url(../img/zbios-jen-80px.png) right bottom no-repeat;
}
.mark-kangas {
	background: url(../img/zbios-mark-80px.png) right bottom no-repeat;
}

.amanda-brady {
	background: url(../img/zbios-amanda-80px.png) right bottom no-repeat;
}

.lisa-gedeon {
	background: url(../img/zbios-lisa-80px.png) right bottom no-repeat;
}

.new-hire {
	background: url(../img/Round_NSAG_white-80px.png) right bottom no-repeat;
}


/* mobile fixes aor */

@media (max-width: 767px) {
 
.home-callout p {
	height:auto;
}




}

/** print fixes **/
@media print {
	
.home-callout p {
	height:auto;
}

.wow {
	display:block;
	visibility:visible;
}

.panel-default span.link {
	display:none;
}




}









