/* cmsms stylesheet: flexboxgrid modified: Friday, October 27, 2023 4:27:00 PM */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
/*    overflow: hidden;
    height: 100%; */
}

body {
	margin:0;
/*    overflow: hidden;
    height: 100%; */
}

audio,video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

img {
	border-style:none;
}

svg:not(:root) {
	overflow:hidden;
}

.layout {
	display:flex;
	min-height:100vh;
	flex-direction:column;
}

.page {
	z-index:0;
	background:#fff;
}

.wrap {
	box-sizing:border-box;
	max-width:1200px;
	margin:0 auto;
}

.page-section {
	padding:10px 15px;
	margin-bottom:1rem;
}

.container {
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	padding-right:8px;
	padding-left:8px;
}

.container-fluid {
	padding-right:16px;
	padding-left:16px;
}

@media only screen and (min-width:576px) {
	.container {
		width:100%;
		max-width:100%;
	}
}

@media only screen and (min-width:768px) {
.page-section {
	padding:15px 50px;
	margin-bottom:2rem;
}
	.container {
		width:752px;
		max-width:100%;
	}
}

@media only screen and (min-width:992px) {
	.container {
		width:976px;
		max-width:100%;
	}
}

@media only screen and (min-width:1200px) {
.page-section {
	padding:15px 75px;
	margin-bottom:2rem;
}
	.container {
		width:1184px;
		max-width:100%;
	}
}

@media only screen and (min-width:1220px) {
	.container {
		width:1920px;
		max-width:100%;
	}
}

.row {
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-8px;
	margin-left:-8px;
}

.row.reverse {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.col.reverse {
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}

.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9 {
	box-sizing:border-box;
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	padding-right:8px;
	padding-left:8px;
	max-width:100%;
}

.col-xs {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	max-width:100%;
}

.col-xs-1 {
	-ms-flex-preferred-size:8.33333333%;
	flex-basis:8.33333333%;
	max-width:8.33333333%;
}

.col-xs-2 {
	-ms-flex-preferred-size:16.66666667%;
	flex-basis:16.66666667%;
	max-width:16.66666667%;
}

.col-xs-3 {
	-ms-flex-preferred-size:25%;
	flex-basis:25%;
	max-width:25%;
}

.col-xs-4 {
	-ms-flex-preferred-size:33.33333333%;
	flex-basis:33.33333333%;
	max-width:33.33333333%;
}

.col-xs-5 {
	-ms-flex-preferred-size:41.66666667%;
	flex-basis:41.66666667%;
	max-width:41.66666667%;
}

.col-xs-6 {
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	max-width:50%;
}

.col-xs-7 {
	-ms-flex-preferred-size:58.33333333%;
	flex-basis:58.33333333%;
	max-width:58.33333333%;
}

.col-xs-8 {
	-ms-flex-preferred-size:66.66666667%;
	flex-basis:66.66666667%;
	max-width:66.66666667%;
}

.col-xs-9 {
	-ms-flex-preferred-size:75%;
	flex-basis:75%;
	max-width:75%;
}

.col-xs-10 {
	-ms-flex-preferred-size:83.33333333%;
	flex-basis:83.33333333%;
	max-width:83.33333333%;
}

.col-xs-11 {
	-ms-flex-preferred-size:91.66666667%;
	flex-basis:91.66666667%;
	max-width:91.66666667%;
}

.col-xs-12 {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	max-width:100%;
}

.col-xs-offset-0 {
	margin-left:0;
}

.col-xs-offset-1 {
	margin-left:8.33333333%;
}

.col-xs-offset-2 {
	margin-left:16.66666667%;
}

.col-xs-offset-3 {
	margin-left:25%;
}

.col-xs-offset-4 {
	margin-left:33.33333333%;
}

.col-xs-offset-5 {
	margin-left:41.66666667%;
}

.col-xs-offset-6 {
	margin-left:50%;
}

.col-xs-offset-7 {
	margin-left:58.33333333%;
}

.col-xs-offset-8 {
	margin-left:66.66666667%;
}

.col-xs-offset-9 {
	margin-left:75%;
}

.col-xs-offset-10 {
	margin-left:83.33333333%;
}

.col-xs-offset-11 {
	margin-left:91.66666667%;
}

.start-xs {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	text-align:start;
}

.center-xs {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
}

.end-xs {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:end;
}

.top-xs {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.middle-xs {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.bottom-xs {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.around-xs {
	-ms-flex-pack:distribute;
	justify-content:space-around;
}

.between-xs {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.first-xs {
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1;
}

.last-xs {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}

.initial-order-xs {
	-webkit-box-ordinal-group:NaN;
	-ms-flex-order:initial;
	order:initial;
}

@media only screen and (min-width:576px) {
	.col-sm {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-sm-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-sm-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-sm-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-sm-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-sm-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-sm-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-sm-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-sm-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-sm-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-sm-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-sm-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-sm-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-sm-offset-0 {
		margin-left:0;
	}
	
	.col-sm-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-sm-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-sm-offset-3 {
		margin-left:25%;
	}
	
	.col-sm-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-sm-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-sm-offset-6 {
		margin-left:50%;
	}
	
	.col-sm-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-sm-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-sm-offset-9 {
		margin-left:75%;
	}
	
	.col-sm-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-sm-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-sm {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-sm {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-sm {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-sm {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-sm {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-sm {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-sm {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-sm {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-sm {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-sm {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-sm {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (min-width:768px) {
	.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-md {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-md-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-md-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-md-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-md-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-md-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-md-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-md-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-md-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-md-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-md-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-md-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-md-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-md-offset-0 {
		margin-left:0;
	}
	
	.col-md-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-md-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-md-offset-3 {
		margin-left:25%;
	}
	
	.col-md-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-md-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-md-offset-6 {
		margin-left:50%;
	}
	
	.col-md-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-md-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-md-offset-9 {
		margin-left:75%;
	}
	
	.col-md-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-md-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-md {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-md {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-md {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-md {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-md {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-md {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-md {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-md {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-md {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-md {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-md {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (min-width:992px) {
	.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-lg {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-lg-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-lg-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-lg-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-lg-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-lg-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-lg-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-lg-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-lg-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-lg-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-lg-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-lg-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-lg-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-lg-offset-0 {
		margin-left:0;
	}
	
	.col-lg-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-lg-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-lg-offset-3 {
		margin-left:25%;
	}
	
	.col-lg-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-lg-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-lg-offset-6 {
		margin-left:50%;
	}
	
	.col-lg-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-lg-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-lg-offset-9 {
		margin-left:75%;
	}
	
	.col-lg-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-lg-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-lg {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-lg {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-lg {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-lg {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-lg {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-lg {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-lg {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-lg {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-lg {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-lg {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-lg {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}

.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

}

@media only screen and (min-width:1200px) {
	.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9 {
		box-sizing:border-box;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		padding-right:8px;
		padding-left:8px;
	}
	
	.col-xl {
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		-ms-flex-preferred-size:0;
		flex-basis:0;
		max-width:100%;
	}
	
	.col-xl-1 {
		-ms-flex-preferred-size:8.33333333%;
		flex-basis:8.33333333%;
		max-width:8.33333333%;
	}
	
	.col-xl-2 {
		-ms-flex-preferred-size:16.66666667%;
		flex-basis:16.66666667%;
		max-width:16.66666667%;
	}
	
	.col-xl-3 {
		-ms-flex-preferred-size:25%;
		flex-basis:25%;
		max-width:25%;
	}
	
	.col-xl-4 {
		-ms-flex-preferred-size:33.33333333%;
		flex-basis:33.33333333%;
		max-width:33.33333333%;
	}
	
	.col-xl-5 {
		-ms-flex-preferred-size:41.66666667%;
		flex-basis:41.66666667%;
		max-width:41.66666667%;
	}
	
	.col-xl-6 {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}
	
	.col-xl-7 {
		-ms-flex-preferred-size:58.33333333%;
		flex-basis:58.33333333%;
		max-width:58.33333333%;
	}
	
	.col-xl-8 {
		-ms-flex-preferred-size:66.66666667%;
		flex-basis:66.66666667%;
		max-width:66.66666667%;
	}
	
	.col-xl-9 {
		-ms-flex-preferred-size:75%;
		flex-basis:75%;
		max-width:75%;
	}
	
	.col-xl-10 {
		-ms-flex-preferred-size:83.33333333%;
		flex-basis:83.33333333%;
		max-width:83.33333333%;
	}
	
	.col-xl-11 {
		-ms-flex-preferred-size:91.66666667%;
		flex-basis:91.66666667%;
		max-width:91.66666667%;
	}
	
	.col-xl-12 {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
	}
	
	.col-xl-offset-0 {
		margin-left:0;
	}
	
	.col-xl-offset-1 {
		margin-left:8.33333333%;
	}
	
	.col-xl-offset-2 {
		margin-left:16.66666667%;
	}
	
	.col-xl-offset-3 {
		margin-left:25%;
	}
	
	.col-xl-offset-4 {
		margin-left:33.33333333%;
	}
	
	.col-xl-offset-5 {
		margin-left:41.66666667%;
	}
	
	.col-xl-offset-6 {
		margin-left:50%;
	}
	
	.col-xl-offset-7 {
		margin-left:58.33333333%;
	}
	
	.col-xl-offset-8 {
		margin-left:66.66666667%;
	}
	
	.col-xl-offset-9 {
		margin-left:75%;
	}
	
	.col-xl-offset-10 {
		margin-left:83.33333333%;
	}
	
	.col-xl-offset-11 {
		margin-left:91.66666667%;
	}
	
	.start-xl {
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start;
		text-align:start;
	}
	
	.center-xl {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		text-align:center;
	}
	
	.end-xl {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		text-align:end;
	}
	
	.top-xl {
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
	}
	
	.middle-xl {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	
	.bottom-xl {
		-webkit-box-align:end;
		-ms-flex-align:end;
		align-items:flex-end;
	}
	
	.around-xl {
		-ms-flex-pack:distribute;
		justify-content:space-around;
	}
	
	.between-xl {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	.first-xl {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1;
	}
	
	.last-xl {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1;
	}
	
	.initial-order-xl {
		-webkit-box-ordinal-group:NaN;
		-ms-flex-order:initial;
		order:initial;
	}
}

@media only screen and (max-width:575px) {
	.hidden-xs {
		display:none;
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.hidden-sm {
		display:none;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.hidden-md {
		display:none;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.hidden-lg {
		display:none;
	}
}

@media only screen and (min-width:1200px) {
	.hidden-xl {
		display:none;
	}
}

.container.no-gutters {
	box-sizing:border-box;
	margin-left:0;
	margin-right:0;
	padding-right:0;
	padding-left:0;
	width: 100%
}
/* cmsms stylesheet: owl.carousel.min modified: Friday, December 8, 2023 6:05:05 PM */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* cmsms stylesheet: default modified: Thursday, April 24, 2025 1:52:44 PM */
/* Brand info

	Colours:

	Prime
	Steel Blue - #324650

	Secondary
	Light Blue - #00D0F0

	Red - #B44646

	Charcoal - #3C3C3C (body copy)
	Tint BG - #eaeced
	Tint BG light - #f5f6f6

*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,figure,footer,header,hgroup,nav,section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
	vertical-align: bottom;
}

td {
	font-weight: normal;
	vertical-align: top;
}

input,select {
	vertical-align: middle;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

input[type="radio"],input.radio {
	vertical-align: text-bottom;
}

input[type="checkbox"],input.checkbox {
	vertical-align: bottom;
}

.ie6 input {
	vertical-align: text-bottom;
}

select,input,textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

a:hover,a:active {
	outline: none;
}

small {
	font-size: 85%;
}

strong,th {
	font-weight: bold;
}

td,td img {
	vertical-align: top;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre,code,kbd,samp {
	font-family: monospace, sans-serif;
}

.clickable,input[type=button],input[type=submit],button,input.button,input.submit {
	cursor: pointer;
}

button,input,select,textarea {
	margin: 0;
}

button {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/*.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}*/

input::-moz-focus-inner {
	border: none;
}

textarea {
	resize: none;
}

:focus {
	outline: 0;
}

.right {
	float: right;
	display: block;
}

.left {
	float: left;
	display: block;
}

body,html {
	text-align: center;
	font: 14px/130% proxima-nova, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #3C3C3C;
	margin: auto;
}

@media only screen and (min-width:576px){
body,html {
	font: 16px/140% proxima-nova, Arial, Helvetica, sans-serif;
}
}

body {
	background-color: #fff;
	background: #fff url('https://www.kale-connect.org.uk/assets/images/KALE-watermark-red-tint.svg') right -50px bottom 30% no-repeat;
	background-size: 60%;
	background-attachment: fixed;
}

body#home {
	background-image: none;
}

#page {
	position: relative;
/*	margin: 0px 15px; */
}

/*@media only screen and (min-width:576px) {
#page {
	margin: 0px 30px;
}
}

@media only screen and (min-width:992px) {
#page {
	margin: 0px 50px;
}
} */

header, section {
	position: relative;
	padding: 0px 15px;
}

@media only screen and (min-width:576px) {
header, section {
	padding: 0px 30px;
}
}

@media only screen and (min-width:992px) {
header, section {
	padding: 0px 50px;
}
}

a {
	color: #B44646;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	color: #476570;
	text-decoration: none;
}

h1, .h1 {
font-family: quicksand, sans-serif;
font-weight: 700;
font-style: normal;
}

h2 {
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
}

h3 {
font-family: quicksand, sans-serif;
font-weight: 700;
font-style: normal;
}

h4 {
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
}

h5 {
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
}

hr {
	border: none;
	height: 1px;
	background-color: #B44646;
	margin: 5px 0 15px;
}

.page-section {
	text-align: left;
}


/* ==========================================================================
   Header
   ========================================================================== */

header {
	background: #fff;
}

.fixed {
	position: fixed;
background: rgb(255,255,255);
border-bottom: 1px solid #eaeced;
	z-index: 500;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}


.fix {
	height: 120px;
}

#header-section.page-section {
	margin-bottom: 0px;
	padding-bottom: 15px;
}

.main-logo {
	transition: all 0.3s ease;
	width: 100%;
	max-width: 190px;
	height: auto;
	margin: 25px 0;
}

.fixed .main-logo {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 10px 0px 0px 0px;
}

@media only screen and (min-width:576px) {
.fixed .main-logo {
}
}


#nav-byline {
	font-size: 14px;
	margin: 0;
	text-align: right;
}

.fixed #nav-byline {display: none;}

ul.top-nav {
	-webkit-padding-start:0;-moz-padding-start:0;padding:0;list-style-type:none;margin:0px;
	z-index: 5000;
	position: relative;
	text-align: center;
}

ul.top-nav li {
	display: inline-block;
	margin-right: 5px;
	line-height: 50px;
	padding: 0px;
	vertical-align:middle;
}

ul.top-nav li:last-of-type {
	display: inline-block;
	margin-right: 0px;
}

#logo {
	text-align: center;
}

@media only screen and (min-width:992px) {
ul.top-nav {
	text-align: right;
}
ul.top-nav li {
	margin-right: 10px;
}
#logo {
	text-align: left;
}
}

@media only screen and (max-width:575px) {
	ul.top-nav li.hidden-xs {
		display:none;
	}
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn, .button, #NewsPostDetailReturnLink a {
	display: inline-block;
	color: #fff;
	background: #B44646;
	border-radius: 15px;
	line-height: 30px;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 12px;
	padding: 0 10px;
	box-shadow: 0 0 0 0 rgba(180, 70, 70, 0.5);
}

@media only screen and (min-width:576px) {
.btn, .button, #NewsPostDetailReturnLink a {
	line-height: 34px;
	font-size: 14px;
	padding: 0 25px;
	border-radius: 17px;
}
}

@media only screen and (min-width:992px) {
.btn, .button, #NewsPostDetailReturnLink a {
	line-height: 40px;
	font-size: 16px;
	border-radius: 20px;
}
}

.content .btn, .content .button, #NewsPostDetailReturnLink a {
	margin-right: 15px;
	line-height: 40px;
}

.content .button, #NewsPostDetailReturnLink a {
	line-height: 40px;
	font-size: 16px;
	border-radius: 20px;
}

a.btn, a:hover.btn, span.btn, span:hover.btn, a.button, a:hover.button, span.button, span:hover.button, #NewsPostDetailReturnLink a:hover {
	transition: all 0.3s ease;
	background: #B44646;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}



a:hover.btn, span:hover.btn, a:hover.button, span:hover.button, #NewsPostDetailReturnLink a:hover {
	background: #324650;
}

.pulse-ripple {
		animation: pulse-ripple 1.5s;
}

.btn.teal, a.btn.teal, span.btn.teal {
	background: #B44646;
}

a:hover.btn.teal, span:hover.btn.teal {
	background: #00D0F0;
}

.btn.blue, a.btn.blue, span.btn.blue {
	background: #0071B9;
}

a:hover.btn.blue, span:hover.btn.blue {
	background: #EC6606;
}

a.btn.login, a.btn.logout, a.btn.twitter, a.btn.linkedin { display: block; padding: 0px; line-height: 30px; height: 30px; width: 30px; border-radius: 15px; background-color: #B44646; background-position: center center; background-repeat: no-repeat; background-size: 15px;}

@media only screen and (min-width:576px) {
a.btn.login, a.btn.logout, a.btn.twitter, a.btn.linkedin { line-height: 34px; height: 34px; width: 34px; border-radius: 17px; background-size: 17px;}
}

@media only screen and (min-width:992px) {
a.btn.login, a.btn.logout, a.btn.twitter, a.btn.linkedin { line-height: 40px; height: 40px; width: 40px; border-radius: 20px; background-size: 20px;}
}

a.btn.login {
	background-image: url('https://www.kale-connect.org.uk/assets/images/login-icon.svg');
	}
a:hover.btn.logout {
	background-color: #476570 !important;
}
a.btn.logout {
	background-image: url('https://www.kale-connect.org.uk/assets/images/logout-icon.svg');
	}
a:hover.btn.logout {
	background-color: #476570 !important;
}
a.btn.twitter {
	background-image: url('https://www.kale-connect.org.uk/assets/images/x-logo.svg');
	}
a:hover.btn.twitter {
	background-color: #0f1419 !important;
}
a.btn.linkedin {
	background-image: url('https://www.kale-connect.org.uk/assets/images/linkedin-logo.svg');
	}
a:hover.btn.linkedin {
	background-color: #0077b5 !important;
}
a.btn.twitter span, a.btn.linkedin span, a.btn.login span, a.btn.logout span {display: none;}

ul.top-nav li a.btn.twitter, ul.top-nav li a.btn.linkedin {
	background-color: #324650;
}


/* ==========================================================================
   Main nav
   ========================================================================== */

#showMenu2 {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #262626;
}

#showMenu:before, #showMenu2:before {
    transition: all 0.4s ease;
    display: block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font: 20px/1 Material-Design-Iconic-Font;
	line-height: 30px !important;
    content: "\f197";
    text-align: center;
    width: 30px;
    color: #fff;
	background: #B44647;
	border-radius: 15px;
	padding: 0px;
    text-align: center;
}

@media only screen and (min-width:576px) {
#showMenu:before, #showMenu2:before {
    font: 25px/1 Material-Design-Iconic-Font;
	line-height: 40px !important;
    width: 40px;
	border-radius: 20px;
}
}

@media only screen and (min-width:992px) {
#showMenu:before, #showMenu2:before {
    font: 30px/1 Material-Design-Iconic-Font;
	line-height: 50px !important;
    width: 50px;
	border-radius: 25px;
}
}


#showMenu.active:before, #showMenu2.active:before {
    transition: all 0.4s ease;
	background: #B44647;
	color: #fff;
    content: "\f136";
}

#showMenu:hover:before {
	background: #476570;
}

#showMenu2.active:hover:before {
	color: #262626;
	color: #fff;
}

#showMenu.active:hover:before, #showMenu2.active:hover:before {
	background: #324650;
}

#showMenu span.hiddenMenu, #showMenu2 span.hiddenMenu {
    display: none;
}

#mainNav ul li a:before {
    transition: all 0.4s ease;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

#mainNav {
	z-index: 5000;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 600px;
    padding-top: 100px;
    height: calc(100% - 100px);
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    transition: 0.5s;
    opacity: 1;
    text-align: left;
    border-radius: 75px 0px 0px 75px
}
#mainNav.hidden {
    right: -50%;
    opacity: 0;
}

#mainNavbg {
	z-index: 5000;
	background: rgba(49, 69, 80, 0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	transition: 0.5s;
	opacity: 1;
	text-align: left;
}
#mainNavbg.hidden {
	right: -100%;
	opacity: 0;
}

@media only screen and (max-width: 460px) {
    #mainNav {
        width: 100%;
        max-width: none;
		border-radius: 0px
    }
    #links.hidden,
    #mainNav.hidden {
        right: -100%;
    }
}
#mainNav div.topSearch,
#mainNav ul {
    display: block;
    width: 80%;
}
#mainNav div.topSearch {
	margin-bottom: 40px;
}
#mainNav ul,
#mainNav ul li {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
    margin-left: 0;
    padding: 0;
    list-style: none;
}
#mainNav ul li ul {
    width: 100%;
}
#mainNav ul li {
    color: #324650;
}
#mainNav ul li a {
    vertical-align: middle;
    color: #324650;
    display: block;
    transition: 0.4s ease;
    line-height: 40px;
}
#mainNav ul li ul li a {
    color: rgba(50, 70, 80, 0.75);
}
#mainNav ul li a:before {
    font: 1em/1 Material-Design-Iconic-Font;
    content: "";
    width: 60px;
    color: #B44647;
    text-align: center;
}

#mainNav ul li.sectionheader.parent a:before {
    content: "\f278";
}
#mainNav ul li.sectionheader.parent a.open:before {
    content: "\f273";
}
#mainNav ul li.sectionheader.parent ul li a:before {
    content: "";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent a:before {
    content: "\f278";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent a.open:before {
    content: "\f273";
}
#mainNav ul li.sectionheader.parent ul li.sectionheader.parent ul li a:before {
    content: "";
}
#mainNav div.topSearch:after {
   transition: all 0.4s ease;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #324650;
    background-image: linear-gradient(to left, transparent, transparent 50%, #B44646 50%, #B44646);
    background-position: 100% 0;
    background-size: 200% 100%;
    display: block;

}
#mainNav ul li a.sectionheader.open:after {
    background-color: #B44647;
}

#mainNav ul li a:after {
    transition: all 0.4s ease;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(to left, transparent, transparent 50%, #B44646 50%, #B44646);
    background-position: 100% 0;
    background-size: 200% 100%;
    display: block;
}
#mainNav div.topSearch:hover:after,
#mainNav ul li a:hover:after {
    background-position: 0 0;
}
#mainNav ul li ul li a:after {
    background-color: rgba(255, 255, 255, 0.25);
}
#mainNav ul li a.sectionheader {
    cursor: context-menu;
}
#mainNav ul li a span {
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
}
#mainNav div.topSearch button:hover,
#mainNav ul li > a.currentpage,
#mainNav ul li a.menuactive,
#mainNav ul li a:hover:before,
#mainNav ul li ul li a.currentpage,
#mainNav ul li.activeparent a,
#mainNav ul li > a.open,
#mainNav ul li:hover a,
#mainNav ul li:hover li a:hover {
    color: #B44646;
}
#mainNav ul li:hover li a {
    color: #324650;
}
#mainNav div.topSearch button,
#mainNav div.topSearch input {
    line-height: 40px;
    height: 40px !important;
    border: 0;
    background: 0 0;
    color: #324650;
    font-weight: 600;
    width: 40px;
}


#mainNav div.topSearch input::-webkit-input-placeholder { /* Edge */
    color: #324650;
}

#mainNav div.topSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #324650;
}

#mainNav div.topSearch input::placeholder {
    color: #324650;
}

#mainNav div.topSearch input {
    padding: 0 30px;
    width: calc(100% - 120px);
}
@media only screen and (max-width: 460px) {
#mainNav div.topSearch input {
    width: calc(100% - 140px);
}
}
#mainNav div.topSearch button {
    font-size: 30px;
    width: 40px;
    cursor: zoom-in;
}


/* ==========================================================================
   Banner
   ========================================================================== */

.overbanner {
	margin-top: -69px;
	z-index: 1;
	position: relative;
}

#banner {
	position: relative;
	overflow: hidden;
	border-radius: 0px 0px 20px 0px;
	display: block;
	width: 100%;
	height: auto;
	background: #eaeced;
	z-index: 0;
}


@media only screen and (min-width:576px){
#banner {border-radius: 0px 0px 30px 0px;}
}
@media only screen and (min-width:768px) {
#banner {border-radius: 0px 0px 50px 0px;}
}

#banner:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgba(49, 69, 80, 0.5) 0%, rgba(10, 14, 16, 0) 50%);
    display: block;
	z-index: 1;
}

.banner_img {
	position: relative;
	display: block;
	width: 100%;
/*	height: calc(100vw * (9/16)); */
/*	height: calc(100vw * (9/21)); */
	height: calc(100vw * (6/21));
	object-fit: cover;
	object-position: top center;
	min-height: 200px;
}

body#home .banner_img {
	height: 55vh;
	min-height: calc(100vw * (6/21));
}

@media only screen and (min-width:576px) {
.banner_img {
	height: calc(100vw * (6/21));
}
}

@media only screen and (min-width:700px) {
.banner_img {
	height: calc(100vw * (7/21));
}
body#home .banner_img {
	height: 65vh;
	min-height: calc(100vw * (7/21));
}
}


#banner-section {
	z-index: 10;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

#banner-section.page-section {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}


body:not(#home) #banner-section h1  {
	text-shadow: 0px 0px 5px rgba(50, 70, 80, 0.75);
}

#nobanner {
	position: relative;
	overflow: hidden;
	border-radius: 0px 0px 25px 0px;
	display: block;
	width: 100%;
	height: auto;
	background: #eaeced;
	background: linear-gradient(0deg, #eaeced 0%, #fff 100%);
	z-index: 0;
}

@media only screen and (min-width:768px){
#nobanner {border-radius: 0px 0px 50px 0px;}
}
@media only screen and (min-width:992px) {
#nobanner {border-radius: 0px 0px 75px 0px;}
}

#nobanner.fullwidthpage {
	border-radius: 0px;
	background: transparent;
}


#nobanner-section.page-section {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* ==========================================================================
   Content
   ========================================================================== */

.content {
}


.content img {
	max-width: 100%;
	height: auto;
}

.content h1, #banner-section h1, #nobanner-section h1, #sign-up h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

@media only screen and (min-width:576px){
.content h1, #banner-section h1, #nobanner-section h1, #sign-up h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;

}
}

@media only screen and (min-width:992px){
.content h1, #banner-section h1, #nobanner-section h1, #sign-up h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 60px;
}
}

body:not(#home) #banner-section h1 {
	color: #fff;
	margin-bottom: 40px !important;
}

#nobanner-section h1 {
	color: #324650;
	margin-bottom: 40px !important;
}

.content h1:after, body:not(#home) #banner-section h1:after, #nobanner-section h1:after, body#home .content h3:after {
	display: block;
	width: 40px;
	height: 6px;
	content: '';
	background: #B44646;
	margin-top: 10px;
	border-radius: 3px;
}


body#home .content hr {
	display: block;
	width: 80px;
	height: 6px;
	content: '';
	background: #B44646;
	margin: 0px auto 40px auto;
	border-radius: 3px;
}

.content h2  {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 30px;
}

body#home .content h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width:576px){
body#home .content h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 60px;
}
}

.content h2 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 60px;
	color: #476570;
}

body#home .content h2 {
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 30px;
	color: #324650;
	text-transform: uppercase;
}

.content h3 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 15px;
	color: #B44646;
}

body#home .content h3 {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 50px;
	color: #324650;
	text-transform: uppercase;
}

.content h4 {
	margin-bottom: 15px;
	line-height: 30px;
}

.content h5 {
	margin-bottom: 0px;
	line-height: 30px;
	color: #476570;
}


.content {
	border-bottom: 0px solid #e1e2e3;
}


.content p {
	margin-bottom: 30px;
	line-height: 30px;
}

.content ul {
	margin-left: 16px;
	margin-bottom: 30px;
	list-style: none;
}

.content ul:not(#side-nav ul, .list2, .list2 ul) li::before {
	content: "•";
	color: #B44646;
	display: inline-block;
	width: 1em;
	margin-left: -1em
	}

.content ol {
	margin-left: 18px;
	margin-bottom: 30px;
	list-style: none;
	counter-reset: li
}

.content ol li::before {
	content: counter(li);
	color: #B44646;
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
    font-weight: 300;
  }

.content ol li {
	counter-increment: li
	}

#icons {
	text-align: center;
	margin: 60px 0;
}

#icons img {
	width: 75%;
	max-width: 100px;
	height: auto;
	display: block;
	margin: auto;
}



/* ==========================================================================
   Breadcrumb
   ========================================================================== */


.breadcrumbBar {

}

.breadcrumb {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.breadcrumb a {
	transition: all 0.3s ease;
	color: #324650;
}

.breadcrumb a:hover, .breadcrumb.current {
	color: #B44646;
}


/* ==========================================================================
   Secondary nav
   ========================================================================== */


#side-nav h3 {
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
	color: #fff;
	font-size: 24px;
	line-height: 54px;
	margin-bottom: 0px;
	background: #B44646;
	padding: 0px 20px;
	border-radius: 25px 25px 0px 0px;
}

#side-nav ul {
	background: #f5f6f6;
	margin-left: 0px;
	list-style-type: none;
	font-size: 14px;
	padding-bottom: 25px;
	border-radius: 0px 0px 25px 25px;
}

#side-nav ul li ul {
	margin-bottom: 0px;
}

#side-nav li a {
	transition: all 0.3s ease;
	display: block;
	line-height: 20px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	color: #324650;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#side-nav li.parent > a {
	font-weight: 600;
}

#side-nav li a:hover {
	color: #324650;
	font-weight: 600;
}

#side-nav li a.currentpage {
	color: #324650;
	font-weight: 600;
}


#side-nav li a:before {
	transition: all 0.3s ease;
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2f5';
	color:rgba(181, 70, 70, 0);
	margin-left: -10px;
	display: inline-block;
	width: 10px;
}

#side-nav li a:hover:before{
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2f5';
	color:rgba(181, 70, 70, 1);
	margin-right: 10px;
	margin-left: 0px;
	display: inline-block;
	width: 15px;
	}


/* ==========================================================================
   Testimonals
   ========================================================================== */


.testimonial-profile, .testimonial-profile-name {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.testimonial-profile-text {
	position: relative;
	font-family: quicksand, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
}
.testimonial-profile-text p {
	margin-bottom: 15px;
}

.testimonial-profile-text:before, .testimonial-profile-text:after {
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	content: '"';
	font-size: 50px;
	position: absolute;
}

@media only screen and (min-width:576px){
.testimonial-profile-text {
	font-size: 20px;
	line-height: 30px;
}
.testimonial-profile-text p {
	margin-bottom: 30px;
}

.testimonial-profile-text:before, .testimonial-profile-text:after {
	font-size: 70px;
}
}

.testimonial-profile-text:before {
	top: -15px;
	left: -30px;
}

.testimonial-profile-text:after {
	bottom: -30px;
	right: -30px;
}

.testimonial-profile-name p {
	line-height: 110% !important;
	margin-bottom: 0px !important;
}

.testimonial-profile img {
	background: #fff;
	border-radius: 50%;
	border: none;
	box-shadow: inset 0 0 5px #476570;
	width: 80px;
	height: auto;
}

span.sml_btn i {
	transition: all 0.5s ease;
	text-align: center;
	margin: 0px;
	color: #324650;
	background: #fff;
	width: 32px;
	line-height: 32px;
	border-radius: 50%;
	font-size: 40px;
	margin: 0 5px;
}

span.sml_btn:hover i {
	background: #fff;
	color: #B44647;
}

span#eprev.sml_btn i, span#enext.sml_btn i {
	background: #B44647;
	color: #fff;
}

span#eprev.sml_btn:hover i, span#enext.sml_btn:hover i {
	background: #314550;
	color: #fff;
}


.testimonal-small {
	margin-top: 45px;
	background: #314550 url('https://www.kale-connect.org.uk/assets/images/KALE-logo-icon.svg') no-repeat top 20px left 20px;
	background-size: 85px 32px;
	color: #fff;
	padding: 75px 20px 20px 20px;
	border-radius: 0px 20px;
}

@media only screen and (min-width:768px) {
.testimonal-small {border-radius: 0px 30px;}
}
@media only screen and (min-width:992px) {
.testimonal-small {border-radius: 0px 0px 50px 0px;}
}

.testimonal-small {}

.testimonal-credit {
	font-weight: 400;
	margin-top: 30px;
}

.testimonal-credit:after {
	display: block;
	width: 75px;
	height: 5px;
	content: '';
	background: #B44646;
	margin-top: 5px;
}

.testimonal-reference {
	font-size: 14px;
	font-weight: 300;
}

/* ==========================================================================
   Home page elements
   ========================================================================== */

#home-sub-nav {display: none}

@media only screen and (min-width:860px){
#home-sub-nav {display: block}
}

#home-sub-nav.page-section {
	margin-bottom: 4px !important;
	padding-top: 0px;
	padding-bottom: 0px;
}



#home-sub-nav ul {
  display: flex;
  flex-wrap: wrap;
}

#home-sub-nav li {
  flex: 1;
  min-width: 25%;
}

#home-sub-nav li a {
	transition: all 0.5s ease;
	position: relative;
	line-height: 40px;
	display: block;
	color: #324650;
	text-align: center;
}
#home-sub-nav li a:after {
	transition: all 0.5s ease;
	position: absolute;
	display: block;
	width: 0;
	left: 50%;
	content: '';
	border-bottom: 4px solid rgba(181, 70, 72, 0);
	border-radius: 2px
}

#home-sub-nav li a:hover {
	color: #324650;
}
#home-sub-nav li a:hover:after {
	display: block;
	width: 100%;
	left: 0;
	content: '';
	border-bottom: 4px solid rgba(181, 70, 72, 1);
	border-radius: 2px
}


#main-bubble {
	display: block;
	background: rgba(49, 69, 80, 0.75);
	border-radius: 50%;
	position: absolute;
	padding-bottom: 0;
	width: 280px;
	height: 280px;
	bottom: 0px;
	margin-bottom: -30px;
	left: 25px;
	z-index: 100;
	text-align: left;
}

#main-bubble div {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	margin:0;
}


#main-bubble h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 110%;
	margin-bottom: 0px;
}

#main-bubble h2 {
	color: #E2E2E2;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 20px;
}

a.bubble-button-top {
	display: block;
	position:absolute;
	width:70px;
	height:70px;
  	border-radius: 50%;
	background: #B44646;
	border: none;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(180, 70, 70, 0.5);
	bottom: 20px;
	right: -25px;
}

a.bubble-button-top:hover {
  animation: pulse-lg 1.5s;
}

a.bubble-button-top span {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	margin:0;
	color: #fff;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
  }



@media only screen and (min-width:576px){
#main-bubble {
	width: 340px;
	height: 340px;
	left: 50px;
	margin-bottom: -30px;
}
#main-bubble h1 {
	font-size: 28px;
}
#main-bubble h2 {
	font-size: 14px;
}
a.bubble-button-top {
	width:80px;
	height:80px;
	bottom: 40px;
}
a.bubble-button-top span {
	font-size: 18px;

  }

}
@media only screen and (min-width:768px) {
#main-bubble {
	width: 450px;
	height: 450px;
	left: 75px;
	margin-bottom: -50px;
}
#main-bubble h1 {
	font-size: 38px;
}
#main-bubble h2 {
	font-size: 16px;
}
a.bubble-button-top {
	width:100px;
	height:100px;
	bottom: 70px;
}
a.bubble-button-top span {
	font-size: 20px;

  }
}




#bubbles {
	padding: 75px 0px 0px 0px;
	margin-bottom: 75px;
}

@media only screen and (min-width:576px) {
#bubbles {
	background: transparent url('https://www.kale-connect.org.uk/assets/images/bubbles-bg-img.png') center center no-repeat;
	background-size: 50%;
}
}

@media only screen and (min-width:992px) {
#bubbles {
	background: transparent url('https://www.kale-connect.org.uk/assets/images/bubbles-bg-img.png') top -50px left 60% no-repeat;
	background-size: contain;
}
}


a.bubble-buttons {
	display: block;
	position:relative;
	width:50%;
	padding-bottom:50%;
  	border-radius: 50%;
	background: #B44646;
	border: none;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(180, 70, 70, 0.5);
	outline: rgba(180, 70, 70, 0.15) solid 25px;
	margin: auto auto 75px auto;
}

a.bubble-buttons:hover {
  animation: pulse-lg 1.5s;
}

a.bubble-buttons span {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	margin:0;
	color: #fff;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 110%;
	text-align: center;
  }

@media only screen and (min-width:576px) {
a.bubble-buttons {
	width:80%;
	padding-bottom:80%;
	margin: auto auto 25px auto;
}
a.bubble-buttons span {
	font-size: 18px;
}
}

@media only screen and (min-width:992px) {
a.bubble-buttons {
	width:100%;
	padding-bottom:100%;
}
a.bubble-buttons span {
	font-size: 18px;
}
}

@media only screen and (min-width:1200px) {
a.bubble-buttons {
	width:80%;
	padding-bottom:80%;
}
a.bubble-buttons span {
	font-size: 20px;
}
}


@media only screen and (min-width:576px) {
a.bubble-buttons.bubble1 {
	margin-top: 125px;
}
}

a.bubble-buttons.bubble2 {
	background: #476570;
	box-shadow: 0 0 0 0 rgba(71, 101, 112, 0.5);
	outline: rgba(71, 101, 112, 0.15) solid 25px;
}
@media only screen and (min-width:576px) {
a.bubble-buttons.bubble2 {
	margin-top: 0px;
}
}


a.bubble-buttons.bubble3 {
	background: #3C3C3C;
	box-shadow: 0 0 0 0 rgba(61, 61, 61, 0.5);
	outline: rgba(61, 61, 61, 0.15) solid 25px;
}
@media only screen and (min-width:576px) {
a.bubble-buttons.bubble3 {
	margin-top: 200px;
}
}


a.bubble-buttons.bubble4 {
}
@media only screen and (min-width:576px) {
a.bubble-buttons.bubble4 {
	margin-top: 50px;
}
}


a.bubble-buttons.bubble5 {
	background: #324650;
	box-shadow: 0 0 0 0 rgba(49, 69, 80, 0.5);
	outline: rgba(49, 69, 80, 0.15) solid 25px;
}
@media only screen and (min-width:576px) {
a.bubble-buttons.bubble5 {
	margin-top: 125px;
}
}



#subBanner {
	position: relative;
	padding: 50px 0px;
	background: #324650;
	color: #fff;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

#subBanner:after {
	background: linear-gradient(-90deg, rgba(50,70,80,1) 5%, rgba(50,70,80,0.3) 100%);
	display: block;
	position: absolute;
    content: " ";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

@media only screen and (min-width:992px) {
#subBanner:after {
	background: linear-gradient(-90deg, rgba(50,70,80,1) 5%, rgba(50,70,80,0) 65%);
}
}

#subBanner .container {
	position: relative;
	z-index: 10;
}

body#home #subBanner .content h2 {
	color: #fff;
}



#events {
	padding: 50px 0px 75px 0px;
	background: #eaeced;
}

@media only screen and (min-width:768px) {
#events {
	padding: 50px 0px 75px 0px;
}
}

.events-slideshow {
	width: 100%;
}


.hp-events {
	display: block;
	width: auto;
	padding-bottom: 90%;
	position: relative;
}

.hp-events-bk {
	display: block;
	width: 100%;
	padding-bottom: 110%;
	position: relative;
	margin-bottom: 20px;
}

.hp-events a {
	transition: all 0.5s ease;
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	left: 0;
	border: 5px solid #fff;
	color: #324650;
	z-index: 1;
    white-space: normal;
}
.hp-events a span.date {
	font-weight: 700;
	font-size: 40px;
	display: block;
	padding: 15px 10px 10px 10px;
	line-height: 30px;
}

.hp-events a span.month {
	font-weight: 700;
	font-size: 14px;
}

.hp-events a span.event_title {
	display: block;
	padding: 0px 10px;
	line-height: 110%;
}

.hp-events span.event_cat {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 5px;
	text-transform: uppercase;
	padding: 10px;
	z-index: 0;
	font-size: 0.75em;
}

.hp-events a:hover {
	border: 5px solid #324650;
}

@media only screen and (min-width:600px) {
.hp-events {
	padding-bottom: 90%;
}}

@media only screen and (min-width:768px) {
.hp-events {
	padding-bottom: 105%;
}}

@media only screen and (min-width:1200px){
.hp-events {
	padding-bottom: 100%;
}

.hp-events a span.date {
	font-size: 60px;
	padding: 15px 15px 10px 15px;
	line-height: 50px;
}

.hp-events a span.month {
	font-size: 18px;
}

.hp-events a span.event_title {
	font-size: 20px;
	padding: 0px 15px;
}

.hp-events span.event_cat {
	padding: 15px;
}}



#home-testimonials {
	margin-top: -75px;
	padding: 50px 0px;
	background: #476570;
	background: #476570 url('https://www.kale-connect.org.uk/assets/images/KALE-icon-bg.svg') bottom -35px left 55px no-repeat;
	background-size: 75%;
	color: #fff;
	border-radius: 75px 0px;
}

@media only screen and (min-width:576px){
#home-testimonials {
	background: #476570 url('https://www.kale-connect.org.uk/assets/images/KALE-icon-bg.svg') bottom -50px left 85% no-repeat;
}
}

#home-testimonials:before {
	position: absolute;
	top: -75px;
	right: 0;
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	background: transparent url('https://www.kale-connect.org.uk/assets/images/corner-round-home-testimonials-top.svg') bottom right no-repeat;
	background-size: contain;
	border-bottom: #476570 solid 1px;
}

#home-testimonials h3 {
	color: #fff !important;
}

#inNumbers {
	padding: 75px 0px 10px 0px;
	border-radius: 75px 0px;
}

#inNumbers:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	background: transparent url('https://www.kale-connect.org.uk/assets/images/corner-round-home-testimonials-bottom.svg') bottom right no-repeat;
	background-size: contain;
}

#inNumbers {}

#inNumbers h4 {
font-family: quicksand, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
margin-bottom: 50px !important;
text-align: center;
display: block;
height: 50px;
}

#inNumbers p {
text-align: center;
}

#inNumbers p.numbers {
	display: block;
	position:relative;
	width:80%;
	padding-bottom:80%;
  	border-radius: 50%;
	background: #B44646;
	border: none;
	box-shadow: 0 0 0 0 rgba(180, 70, 70, 0.5);
	outline: rgba(180, 70, 70, 0.15) solid 15px;
	margin: auto auto 75px auto;
/*  animation-iteration-count: infinite; */
}

#inNumbers p.numbers:hover {
  animation: pulse-lg 1.5s;
}

#inNumbers p.numbers span {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	margin:0;
	color: #fff;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
  }

@media only screen and (min-width:576px) {
#inNumbers p.numbers {
	width:50%;
	padding-bottom:50%;
	outline: rgba(180, 70, 70, 0.15) solid 25px;
}

#inNumbers p.numbers span {
}
}

#home-news {
	position: relative;
	border-radius: 75px 0px;
	padding: 75px 0px 25px 0px;
	background: rgba(49, 69, 80, 0.1);
	background: linear-gradient(0deg, #d6dadc 5%, #f5f6f6 60%);
}

#home-news:before {
	position: absolute;
	top: -75px;
	right: 0;
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	background: transparent url('https://www.kale-connect.org.uk/assets/images/corner-round-home-news-top.svg') bottom right no-repeat;
	background-size: contain;
	border-bottom: #f5f6f6 solid 1px;
}


.box-buttons {
	border-radius: 25px 0px 25px 0px;
	background: #324650;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

@media only screen and (min-width:768px){
.box-buttons {border-radius: 25px 0px 25px 0px;}
}
@media only screen and (min-width:992px) {
.box-buttons {border-radius: 50px 0px 50px 0px;}
}

.box-buttons.newshero {
	background-position: center 25%;
	background-image: url('https://www.kale-connect.org.uk/assets/images/KALE-icon-bg.svg');
	background-size: 125%;
}

.box-buttons a {
	transition: all 0.3s ease;
	position: relative;
	display: block;
	height: 100%;
	border-radius: 25px 0px 25px 0px;
	background: rgb(41,35,92);
	background: linear-gradient(0deg, rgba(49, 69, 80, 1) 33%, rgba(49, 69, 80, 0) 66%);
	color: #fff;
}

@media only screen and (min-width:768px){
.box-buttons a  {border-radius: 25px 0px 25px 0px;}
}
@media only screen and (min-width:992px) {
.box-buttons a  {border-radius: 50px 0px 50px 0px;}
}

.box-buttons a:hover {
	display: block;
	background: linear-gradient(0deg, rgba(181,70,72,1) 33%, rgba(181,70,72,0) 66%);
	color: #fff;
}


.box-buttons a strong {
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: block;
	width: calc(100% - 50px);
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	line-height: 100%;
	text-transform: uppercase;
}

@media only screen and (min-width:576px){
.box-buttons a strong {	font-size: 16px; }
}
@media only screen and (min-width:768px) {
.box-buttons a strong {	font-size: 18px; }
}

.box-buttons a span {
	position: absolute;
	left: 25px;
	bottom: 75px;
	display: block;
	width: calc(100% - 50px);
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.box-buttons i {
	position: absolute;
	right: 25px;
	bottom: 25px;
	display: block;
	transition: all 0.5s ease;
	color: rgba(255, 255, 255, 0);
	vertical-align: middle;
	font-size: 20px;
}

.box-buttons a:hover i {
	color: rgba(255, 255, 255, 1);
}


#converstaion {
	padding: 75px 0px 0px 0px;
}

#converstaion:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	background: transparent url('https://www.kale-connect.org.uk/assets/images/corner-round-home-news-bottom.svg') bottom right no-repeat;
	background-size: contain;
}

#converstaion img, .profile_portrait {
	background: #eaeced;
	border-radius: 50%;
	margin-bottom: 15px;
}

.profile_portrait {
width: 100%;
display: block;
}

#converstaion .profiles h4.profile_name {
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 0px !important;

}

#converstaion .profiles p {
	margin-bottom: 0px !important;
}

#converstaion .profiles p.email {
	margin-bottom: 30px !important;
	color: #b44646;
}


#KEEHubBanner {
	padding: 0px 0px 75px 0px;
}

#KEEHubBanner .page-section {
	position: relative;
	background: #040608;
	background: #040608 url('https://www.kale-connect.org.uk/assets/images/KEEHub-banner-bg.png') center center no-repeat;
	background-size: cover;
	color: #fff;
	z-index: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

#KEEHubBanner .page-section:after {
	background: linear-gradient(90deg, rgba(4, 6, 8, 1) 5%, rgba(4, 6, 8, 0) 100%);
	display: block;
	position: absolute;
    content: " ";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#KEEHubBanner .content {
	position: relative;
	z-index: 10;
}

a.KEEHub-Logo {
	display: block;
	text-align: right;
	margin-bottom: 30px;
}

a.KEEHub-Logo img {
	width: 50%;
	max-width: 300px;
	height: auto;
}

@media only screen and (min-width:576px) {
a.KEEHub-Logo img {
	width: 75%;
	max-width: 350px;
}
}

#KEEHubBanner h3 {
	color: #fff !important;
	font-size: 20px;
	line-height: 24px;
	border-left: 5px solid #EC6606;
	padding-left: 15px;
	text-transform: capitalize !important;
	margin-bottom: 30px !important;
}

#KEEHubBanner h3:after {
	display: none !important;
}

#KEEHubBanner h4 {
	font-size: 18px;
	line-height: 24px;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

@media only screen and (min-width:576px){
#KEEHubBanner h3 {
	font-size: 24px;
	line-height: 30px;

}
#KEEHubBanner h4 {
	font-size: 20px;
	line-height: 28px;
}
}

@media only screen and (min-width:992px){
#KEEHubBanner h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 60px !important;
}
#KEEHubBanner h4 {
	font-size: 24px;
	line-height: 34px;
}
}


.readmore a, .readmore a:hover {
	color: #324650;
}

body#home .readmore a {
	line-height: 32px;
	vertical-align: baseline;
}

.readmore a i {
	transition: all 0.5s ease;
	margin-left: 10px;
	color: #B44647;
	line-height: 32px;
	font-size: 20px;
	vertical-align: baseline;
}

.readmore a:hover i {
	color: #324650;
}




/* ==========================================================================
   News & Events
   ========================================================================== */

/* Events page */
ul.list2,ul.list2 ul:last-of-type {
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
	list-style:none;
}

ul.list2 li::before, ul.list2 li ul li::before {
	display:none;
}

.yearBar {
	background:#324650;
	color:#fff !important;
	margin-bottom:10px;
	line-height: 30px !important;
	padding:10px 20px;
	font-size: 20px !important;
	border-radius: 25px;
}

.monthBar {
	background:#626366;
}

.EventsSummary {
	background:0 0;
}

/*.EventsSummary:nth-of-type(3n+1) {
	background:rgba(235, 237, 238, 0.75);
}

.EventsSummary:nth-of-type(3n+2) {
	background:rgba(235, 237, 238, 0.50);
}

.EventsSummary:nth-of-type(3n+0) {
	background:rgba(235, 237, 238, 0.25);
} */

.EventsSummary:nth-of-type(even) {
	background:rgba(235, 237, 238, 0);
}

.EventsSummary:nth-of-type(odd) {
	background:rgba(235, 237, 238, 0.95);
}


.EventSummaryTitle {
	font-weight:bold;
	font-size:1.286em;
	margin-bottom:8px;
}

.EventSummaryPostdate {
	float:left;
	display:block;
	background:rgba(181, 70, 70, 1);
	width:25%;
	text-align: center;
}

.EventsSummary:nth-of-type(3n+2) .EventSummaryPostdate {
	background:#324650!important;
}

.EventsSummary:nth-of-type(3n+0) .EventSummaryPostdate {
	background:#476570!important;
}

.EventsSummary:first-of-type .EventSummaryPostdate {
	border-top-left-radius: 25px 25px;
}

.EventsSummary:last-of-type .EventSummaryPostdate {
	border-bottom-left-radius: 25px 25px;
}

.EventsSummary:first-of-type {
	border-top-left-radius: 25px 25px;
	border-top-right-radius: 25px 25px;
}


.EventsSummary:last-of-type {
	border-bottom-left-radius: 25px 25px;
	border-bottom-right-radius: 25px 25px;
}

.EventSummaryContent {
	float:right;
	display:block;
	padding:10px;
	width:calc(75% - 20px);
}

@media only screen and (max-width:768px) {
	.EventSummaryPostdate {
		width:25%;
	}

	.EventSummaryContent {
		width:calc(75% - 20px);
	}
}

@media only screen and (max-width:480px) {
	.EventSummaryPostdate {
		width:30%;
	}

	.EventSummaryContent {
		width:calc(70% - 20px);
	}
}

.EventSummaryFooter {
	border-top:1px solid rgba(49, 69, 80, 0.25);
	padding-top:5px;
	margin-top:10px;
}

.month,.year {
	font-size:18px;
	line-height:110%;
	margin-bottom:2px;
}

.day {
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}

.day a span.day-number {
	transition:all .4s ease;
	display:block;
	width:calc(100% - 20px);
	height:auto;
	font-weight:bold;
	padding:10px;
	color:rgba(255,255,255,.5);
	margin:0;
	line-height:100%;
}

.day a span.day-number svg text {
	transition:all .4s ease;
	color:rgba(255,255,255,.5);
}

.day a:hover span.day-number svg text {
	fill:rgba(255,255,255,1);
}

.day a span.day-number svg {
	margin:0;
	padding:0;
}

.day-suffix {
	font-size:.857em;
	line-height:100%;
}

span.day-suffix-small {
	font-size:.57em;
	line-height:100%;
	font-weight:400;
}


#NewsPostDetailReturnLink {
	text-align: right;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer:before {
	position: absolute;
	top: -75px;
	right: 0;
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	background: transparent url('https://www.kale-connect.org.uk/assets/images/corner-round-footer-grey.svg') bottom right no-repeat;
	background-size: contain;
	border-bottom: #eaeced solid 1px;
}

footer {
	background: #eaeced;
	position: relative;
	padding: 0px 15px;
	border-radius: 75px 0px 0px 0px;
}

@media only screen and (min-width:576px) {
footer {
	padding: 0px 30px;
}
}

@media only screen and (min-width:992px) {
footer {
	padding: 0px 50px;
}
}

#sign-up h3 {
	margin-bottom: 15px;
}

#sign-up {
	padding: 50px 0px 5px 0px;
	background: transparent url('https://www.kale-connect.org.uk/assets/images/KALE-watermark-white-tint-footer.svg') left 25px bottom -25px no-repeat;
	background-size: contain;
}

a.bubble-button {
	position: relative;
	display: block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #B44646;
	color: #fff;
	font-family: quicksand, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(180, 70, 70, 0.5);
}

a.bubble-button:hover {
  animation: pulse-lg 1.5s;
}

a.bubble-button span {
	padding-top: 35px;
	display: block;
}

@media only screen and (min-width:500px){
a.bubble-button:before {
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	right: -35px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 3px solid #B44646;
  box-shadow: 0 0 0 0 rgba(180, 70, 70, 0.5);
}

a.bubble-button:after {
	position: absolute;
	display: block;
	content: '';
	top: -5px;
	right: -60px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #B44646;
  box-shadow: 0 0 0 0 rgba(180, 70, 70, 0.5);
}

a.bubble-button:hover:before {
  animation: pulse-ripple 1.75s;
}

a.bubble-button:hover:after {
  animation: pulse-ripple2 2s;
}
}

#deep-footer {
	background: #476570;
	color: #fff;
	padding: 25px 0px 10px 0px;
	font-size: 14px;
	border-radius: 25px 25px 0px 0px
}

@media only screen and (min-width:768px){
#deep-footer {border-radius: 50px 50px 0px 0px;
	padding: 50px 0px 10px 0px;}
}
@media only screen and (min-width:992px) {
#deep-footer {border-radius: 75px 75px 0px 0px;}
}

#deep-footer .page-section {
	margin-bottom:0px;
}

#deep-footer p, #deep-footer h4 {
	margin-bottom: 15px;
}

#deep-footer p:last-of-type {
	margin-bottom: 0px;
}


#deep-footer h4 {
font-family: quicksand, sans-serif;
font-weight: 700;
font-style: normal;
}

#deep-footer a {
	transition: all 0.3s ease;
	color: #fff;
}

#deep-footer a:hover {
	color:rgba(255, 255, 255, 0.75);
}

.deep-footer-nav {

}

.deep-footer-nav ul {
    padding: 0;
    list-style-type: none;
}

.deep-footer-nav li a {
	transition: all 0.3s ease;
	display: block;
	padding: 3px 0px;
	color: #fff;
}

.deep-footer-nav li a:hover {
	color: #fff !important;
}

.deep-footer-nav li a:before {
	transition: all 0.3s ease;
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2f5';
	color:rgba(255, 255, 255, 0);
	margin-right: 0px;
	margin-left: -10px;
	display: inline-block;
	width: 10px;
}

.deep-footer-nav li a:hover:before{
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2f5';
	color:rgba(255, 255, 255, 1);
	margin-right: 10px;
	margin-left: 0px;
	display: inline-block;
	width: 15px;
	}

.footer-logo img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#footer .page-section {
	margin-bottom:0px;
}

#footer .row {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: 25px;
}

#footer {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	background: #476570;
}

#footer a {
	transition: all 0.3s ease;
	color: rgba(255, 255, 255, 0.75);
}

#footer a:hover {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

ul.social-media-links, ul.footer-nav, ul.credit{-webkit-padding-start:0;-moz-padding-start:0;padding:0;list-style-type:none;margin:0px 0px 10px 0px;}
ul.social-media-links li, ul.footer-nav li, ul.credit li{display:inline-block}
ul.footer-nav li:after{content:'|';	color: rgba(255, 255, 255, 0.75);margin:0 10px}
ul.footer-nav li:last-of-type:after{content:'';margin:0}
ul.social-media-links{ text-align: right;}
ul.credit{ text-align: left;}
ul.social-media-links li {margin-left: 10px; font-size: 26px; text-align: center;}


@media only screen and (min-width:768px) {
ul.credit{ text-align: right;}
}

.credit strong {white-space: nowrap;}


/* ==========================================================================
   Maps
   ========================================================================== */

#contactgoogleMap {
    /* height: calc(100% + 40px) !important; */
    height: 100% !important;
    left: 0;
    width: 100% !important;
}

/* ==========================================================================
   Widths
   ========================================================================== */

.fullwidth {
	width: 100%;
}

.fullheight {
	width: 100%;
}


/* ==========================================================================
   Global settings
   ========================================================================== */

.cycle-slideshow {
	z-index: 0;
}

.aspectContainer {
	position: relative;
	padding-top: 100%;
	width: 100%!important;
}

.aspect {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: table-cell;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ratio_1_1 {
	padding-top:100%;
}

.ratio_27_7 {
	padding-top: 25.93%;
}

.ratio_21_9 {
	padding-top: 42.857%;
}

.ratio_19_4 {
	padding-top: 21.032%;
}

.ratio_16_9 {
	padding-top: 56.25%;
}

.ratio_8_5 {
	padding-top: 62.5%;
}

.ratio_3_2 {
	padding-top: 66.66%;
}

.ratio_2_3 {
	padding-top: 133.33%;
}

.ratio_3_5,.ratio_4_6 {
	padding-top: 166.66%;
}

.ratio_4_3 {
	padding-top: 75%;
}

.ratio_3_08 {
	padding-top: 32.42%;
}

.ratio_9_2 {
	padding-top: 22.22%;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}

.txtVtop {
	vertical-align: top;
}

.txtVcenter {
	vertical-align: middle;
}

.txtVbottom {
	vertical-align: bottom;
}

.centertContent {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.padbottom0 {
	padding-bottom: 1px;
}


.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad15 {
	padding: 15px;
}

.pad20 {
	padding: 20px;
}

.pad25 {
	padding: 25px;
}

.pad75top {
	padding-top: 75px;
}

.pad5pc {
	padding: 5%;
}

.pad10pc {
	padding: 10%;
}

.pad15pc {
	padding: 15%;
}

.pad20pc {
	padding: 20%;
}

.pad25pc {
	padding: 25%;
}

.pad0vertically {
	padding: 0px;
}

.pad5vertically {
	padding: 5px 0;
}

.pad10vertically {
	padding: 10px 0;
}

.pad15vertically {
	padding: 15px 0;
}

.pad20vertically {
	padding: 20px 0;
}

.pad25vertically {
	padding: 25px 0;
}

.pad30vertically {
	padding: 30px 0;
}

.pad45vertically {
	padding: 45px 0;
}

.pad60vertically {
	padding: 60px 0;
}

.marginTop0 {
	margin-top: 0 !important;
}

.marginTop5 {
	margin-top: 5px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop15 {
	margin-top: 15px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginTop50 {
	margin-top: 50px;
}

.marginTop75 {
	margin-top: 75px;
}

.marginTop100 {
	margin-top: 100px;
}

.marginTop150 {
	margin-top: 150px;
}

.marginBottom0 {
	margin-bottom: 0px !important;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom25 {
	margin-bottom: 25px;
}

.marginBottom30 {
	margin-bottom: 30px;
}

.marginBottom50 {
	margin-bottom: 50px;
}

.marginBottom60 {
	margin-bottom: 60px;
}

.marginBottom75 {
	margin-bottom: 75px;
}

.marginBottom100 {
	margin-bottom: 100px;
}

.marginRight15px {
	margin-right: 15px;
}

.marginRight30px {
	margin-right: 30px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.flexStretch {
    display: flex;
    align-items: stretch;
}


/* Animations */

@keyframes pulse {
  0% {
/*    transform: scale(0.95); */
  }
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 50px rgba(180, 70, 70, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(180, 70, 70, 0);
  }
}

@keyframes pulse-lg {
  0% {
/*    transform: scale(0.95); */
  }
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 50px rgba(180, 70, 70, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(180, 70, 70, 0);
  }
}

@keyframes pulse-md {
  0% {
/*    transform: scale(0.95); */
  }
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 25px rgba(180, 70, 70, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(180, 70, 70, 0);
  }
}

@keyframes pulse-sm {
  0% {
/*    transform: scale(0.95); */
  }
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 15px rgba(180, 70, 70, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(180, 70, 70, 0);
  }
}

@keyframes pulse-ripple {
  0% {
/*    transform: scale(0.95); */
  }
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 10px rgba(180, 70, 70, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(180, 70, 70, 0);
  }
}

@keyframes pulse-ripple2 {
  0% {
/*    transform: scale(0.95); */
  }
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 5px rgba(180, 70, 70, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(180, 70, 70, 0);
  }
}

@keyframes pulse2 {
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 50px rgba(50, 70, 80, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(50, 70, 80, 0);
  }
}

@keyframes pulse3 {
  70% {
 /*   transform: scale(1); */
    box-shadow: 0 0 0 10px rgba(50, 70, 80, 0);
  }
  100% {
/*    transform: scale(1); */
    box-shadow: 0 0 0 0 rgba(50, 70, 80, 0);
  }
}

p.share {
    text-align: center;
}

p.share a {
	margin-left: 10px;
	font-size: 1.2em;
	vertical-align: middle;
}
