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

.related h4 {
	font: 23px/33px 'calluna-sans',sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	position: static;
	display: block;
	overflow: hidden;
	background: #28b9d6;
	color: #fff;
}

.related ul {
	padding-left:0px;
	position: relative;
	z-index: 5;
}

.related ul li {
	display:block;
	border-bottom: 2px solid #b5dfee;
	margin-bottom:10px;
	padding-bottom:5px;
}

.related ul li:last-child {
	border-bottom:none;
}

.related ul li h5 {
	font-family: 'calluna-sans',sans-serif;
	font-size: 18px;
	line-height:22px;
	font-weight: bold;
	color: #28b9d6;
	margin-top:0px;
	margin-bottom:2px;
}

.related ul li h5 {
	display:block;
}

.related ul li h5 a {
	display:inline-block;
}

.related ul li .date {
	font-family: 'calluna-sans',sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight: 800;
	color:#b5dfee;
	margin-top:0px;
}

/*------------- HOME PARTNERSHIP SLIDER ---------------*/

#partners_containter {
	position:relative;
	width:100%;
	max-width: 1360px;
	margin: 0 auto;
	margin-top: 70px;
}

#partners {
	display:block;
	padding: 0 40px 20px 40px;
	height: 150px;
	min-height: 150px;
}

#partners .partner {
	text-align:center;
	vertical-align: middle;
	position: relative;
	margin-top:25px;
}

#partners .partner img {
	max-width:80%;
	margin:0 auto;
	max-height:100px;
	position: relative;
	vertical-align: middle;
}

#partners .owl-theme .owl-controls .owl-buttons div {
	background-color: none !important;
}

#partners .owl-prev,
#partners .owl-next {
	position: absolute;
	top:0;
	width: 40px;
	height: 150px;
	text-indent: -9999em;
	background-color: transparent;
	border-radius: 0
	z-index: 500;
}

#partners .owl-prev {
	left:0;
	background: url(assets/img/owl-prev.jpg) 0 0 no-repeat;
}

#partners .owl-next {
	right: 0;
	background: url(assets/img/owl-next.jpg) 0 0 no-repeat;
}