.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.column .collapse {
	padding-top: 0.1px;
}

a.collapse-menu {
	color: #000;
}

a.collapse-menu .fa-bars {
	color: #46ac68;
}

a.collapse-menu .fa-times {
	color: red;
}

.column.clear-off h3, .column.clear-off h4 {
	clear: none;
}

.column.clear-off h4 {
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin-top: 17px;
	margin-bottom: 0;
}

.pull-right {
	float: right;
	margin-bottom: 20px;
	padding-left: 10px;
	min-height: 450px;
	background: #fff;
}

.pull-right iframe {
	width: 100%;
	height: 450px;
	box-sizing: border-box;
}

.list-normal {
	line-height: 20px !important;
}

.list-normal li {
	list-style: circle;
	margin-left: 1rem;
}

.dl-horizontal {
	display: block;
	width: 100%;
}

.dl-horizontal::after {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	content: "";
}

.dl-horizontal dt {
	float: left;
	width: 10rem;
	clear: left;
}

.dl-horizontal.dl-horizontal-date dt {
	width: 7rem;
}

.dl-horizontal dd {
	float: left;
	width: auto;
	clear: right;
}

.image-row {
	margin-bottom: 17px;
}

.image-set {
	width: 100%;
	margin-right: -10px;
	padding: 0;
}

.lb-image-link {
	display: inline-block;
	width: 117.1083px;
	height: 117.1083px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.lb-image-link img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.w-50pc {
	width: 50%;
	box-sizing: border-box;
}

.strong, .strong a {
	font-weight: bold;
}

.slide-menu {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

.slide-menu .menu-content {
	display: flex;
	width: 300%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -157px;
}

.slide-menu .menu-item {
	display: block;
	width: 163.2px;
	height: 100%;
	margin: 0 3px;
	position: relative;
	top: 0;
}

.slide-menu .thumbnail {
	width: 163.2px;
	height: 113px;
	overflow: hidden;
}

.slide-menu .thumbnail img {
	width: 100%;
	height: auto;
}

.slide-menu .nav-left, .slide-menu .nav-right {
	display: flex;
	width: 20px;
	height: 100%;
	background-color: #fff;
	border: none;
	padding: 0;
	color: #999;
	font-size: .8rem;
	position: absolute;
	top: 0;
}

.slide-menu .nav-left {
	justify-content: start;
	align-items: center;
	left: 0;
}

.slide-menu .nav-right {
	justify-content: end;
	align-items: center;
	right: 0;
	text-align: right;
	padding-left: 10px;
}

.slide-menu .nav-left:hover,
.slide-menu .nav-left:focus,
.slide-menu .nav-right:hover,
.slide-menu .nav-right:focus {
	text-decoration: none;
	color: #bbb;
	border: none;
	cursor: pointer;
	outline: none;
}
