.sectionIntro {
	background-image:url('/cisiweb2/image/membership/ypnbg1.jpg');
	background-size: cover;
	background-position: left bottom;
	background-attachment: scroll;
}
.sectionEvents {
	background-color: #efefef;
	padding: 7% 0 !important;
}
.sectionIntro .container .rightColumn {
	width:100%;
	float: right;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
	padding: 30px;
	background: rgba(255,255,255,0.85);
}
.sectionEvents .leftColumn {
	width:inherit !important;
	float: left;
	text-align: left;	
}
.sectionIntro h1 {
	margin-top:0px;
	font-weight: 400;
}
.sectionIntro h2,
.sectionEvents h2 {
	margin-top:0px;
	font-weight: 400;
}
.sectionEvents .sflist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sectionEvents .sflist li {
	padding: 30px 10px 0px 10px;
	margin: 0;
}
.sectionEvents h3 {
	margin-bottom: 0px;
}
.regionTitle {
	clear: both;
}
.eventBlock {
    padding: 20px;
    background: #fff;
	transition: box-shadow 0.2s;
}
.eventBlock:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	/*outline: 8px solid #23adad;*/
}
.eventBlock .btn {
	width:100%;
}
.addToBasket.btn.btn-primary {
    background: #5ec017 none repeat scroll 0 0;
	border:1px solid #5ec017;
	width: 100%;
}
.addToBasket.btn.btn-primary:hover {
	background:#58b216;
	border:1px solid #5ec017;
}
.eventBlock .eventTitle h4 {
    font-weight: 400 !important;
    margin: 0;
}
.eventBlock p {
	font-size: 14px;
	margin: 20px 0;
}
.dateBlock {
    background: #006666;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.dateBlock .date {
    font-size: 26px;
    line-height: normal;
}
.dateBlock .day,
.dateBlock .month {
	font-size: 8px;
	font-weight: 600;
}

/* new content block with grid */
.eventContainer {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.eventContainer .event {
	background: #efefef; 
}
.content {
	padding: 20px;
}
.content h3 {
	margin-top: 15px;
}
@media(max-width: 991px) {
	.eventContainer {
		grid-template-columns: 1fr;
	}
	/* .content {
		padding: 20px 65px;
	} */
	.event .image img {
		margin: 0;
		width: 100%;
	}
}

/* old content block with grid */
.additionalResources .content {
    padding: 20px;
}
.additionalResources .content p {
	font-size: 14px;
}
.additionalResources .content h3 {
	margin-top: 0px;
	color: #000000;
}
.additionalResources .sfContentBlock {
    background: #efefef;
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	/* image width fix */
	.additionalResources div div div div.image img {
		margin: 0;
		width: 100%;
	}

	.sectionIntro {
		background-image:url('/cisiweb2/image/membership/ypnbg1.jpg');
		background-size: cover;
		background-position: center bottom;
		background-attachment: fixed;
	}
	.sectionIntro .container .rightColumn {
		width:69%;
		float: right;
		text-align: right;
		margin-top: -40px;
		margin-bottom: 0px;
		padding: 0px;
		background: transparent;
	}
	.dateBlock {
		margin-bottom: 0px;
	}
	.dateBlock .date {
		font-size: 36px;
		line-height: normal;
	}
	.dateBlock .day,
	.dateBlock .month {
		font-size: 10px;
		font-weight: 600;
	}
	.sectionEvents {
		background-image:url('/cisiweb2/image/membership/ypnbg2.png');
		background-size: contain;
		background-position: right;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-color: #efefef;
		padding: 7% 0 !important;
	}
	.leftText {
		width: 55%;
	}

}


@media (min-width: 1200px) {

	.eventBlock {
		padding: 30px;
		background: #fff;
		transition: box-shadow 0.2s;
	}
	.sectionEvents .sflist li {
		padding: 30px 30px 0px 0px;
		margin: 0;
	}
	.sectionEvents .leftColumn {
		width:100% !important;
		float: left;
		text-align: left;	
	}
	.leftText {
		width: 70%;
	}

	
}


@media (min-width: 1600px) {
	.sectionIntro h1 {
		margin-top:0px;
		font-size: 350%;
		font-weight: 400;
	}
	.sectionIntro h2,
	.sectionEvents h2 {
		margin-top:0px;
		font-size: 200%;
		font-weight: 400;
	}
	.sectionEvents .leftColumn {
		width:75% !important;
		float: left;
		text-align: left;	
	}
    .sectionIntro .container .rightColumn {
        width: 70%;
        margin-top: -110px;
    }
	.leftText {
		width: 100%;
	}
}



