/*----temnplate content king stylesheet to styl content king standard output----*/
/*----DO NOT EDIT - apply site spcific style overrides via spearate style sheet (e.g. ck_overrides.css)----*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
}

.ck5_composite_list {
	padding: 0 14px 10px 6px;
}
.ck5_composite_list ul{
	margin: 0;
	padding: 0;
}
.ck5_composite_list ul li {
	list-style: none;
	padding-bottom: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}
.ck5_composite_list .ckFloatRight {
	float: right;
	margin: 10px 0 10px 10px;
}
.ck5_composite_list .ckFloatLeft {
	float: left;
	margin: 10px 10px 10px 0;
}
.extraLink>a>img {
	float:right;
	margin-left:10px;
}
.ck5_composite_list>div>.extraLinks {
	margin-bottom: 40px;
}
.expandListLink {
	margin-top: 20px;
}


/* back to top */
.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.scroll-top-inner img {
	/*width: 74px;
	position: absolute;
	left: -12px;
	top: -12px;*/
}
/* /. back to top */

.ck5_image_list ul {
	margin: 0;
	padding: 0;
}
.ck5_image_list ul li {
	list-style: none;
}
.ck5_image_list ul li img {
	max-width: 230px;
}
.ck5_image_list_horizontal li {
	float:left;
}
.ck5_image_list_vertical li {
	margin: 0 auto;
	max-width: 200px;
	margin-bottom: 27px;
}

.sidebar, .feature_article_no_img{
	padding-top: 18px;
}
.feature_image{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}
.feature_panel{
	padding-top: 0;
}
.feature_panel h1{
	background-color: #a9b51a;
	color: white;
	margin: 0 -15px;
	padding: 15px;
}