header .wrapper nav > ul > li.menu-item > ul.sub-menu {
	height: auto;
    overflow: hidden;
}
header .wrapper nav > ul > li.menu-item > ul.sub-menu > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
header .wrapper nav > ul > li.menu-item > ul.sub-menu > li.menu-item .caticon {
	display: none;
}

.no-events-wrapper {
	width: 63%;
    margin: auto;
}
.no-events-wrapper img {
	width: 100%;
    height: auto;
}

html body .content ul.articlelist > li a > div.postcontent {
	width: 42%;
	padding-right: 3%;
    padding-left: 4%;
}
html body .content ul.articlelist > li a > div.postcontent h2 {
	margin-bottom: 5px;
}
html body .content ul.articlelist > li a > div.postcontent p {
	margin-bottom: 5px;
	height: 50px;
    overflow: hidden;
}
html body .content .events-loadmore {
  padding-top: 33px;
  text-align: center;
  font-size: .875em;
  position: relative;
  min-height: 50px;
}
html body .content .events-loadmore a {
  background: #72bf44;
  color: white;
  padding: 2px 15px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Open Sans';
  outline: none;
}
html body .content .events-loadmore a.inactive {
  display: none;
}
html body .content .events-loadmore .loading {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  display: none;
}
html body .content .events-loadmore .loading.active {
  display: block;
}
html body .content .events-loadmore .showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}
html body .content .events-loadmore .loader {
  position: relative;
  margin: 0px auto;
  width: $width;
}
html body .content .events-loadmore .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
html body .content .events-loadmore .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
html body .content .events-loadmore .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.agenda-wrapper .title {
	margin-top: 50px;
    font-size: 23px;
    margin-bottom: 25px;
    text-align: center;
}

.prewrapper {
	height: auto !important;
}

html body .content ul.articlelist > li a > div.postcontent h2 .caticon {
	display: none;
}

html body .content article.event {
	width: 100%;
	box-sizing: border-box;
}


@media (max-width: 767px) {
	html body .content article.wide {
		width: 100%;
	}
	html body .content ul.articlelist > li a img {
		display: block;
		position: relative;
		width: 90%;
		margin: 0;
	}
	html body .content ul.articlelist > li a > div.postcontent {
		display: block;
		position: relative;
		width: 90%;
		margin: 0;
		padding: 20px 0;
		height: auto;
	}
	html body .content ul.articlelist > li a > div.social {
		background: #c65244;
		display: block;
		width: 10%;
		top: 0;
		height: 100%;
	}
	html body .content ul.articlelist > li a > div.social ul li {
		margin-right: 0;
		width: 100%;
	}
}