@import '/_assets/css/iidc-global-styles.css';

/*COP Review */
/* DR:9-27-19 - form label white font */
.skirt label {
	color: #fff;
}

/*END COP Review */
/*COP Approved */
/* DR: - image class to float in container */
.image-float-left {
	margin: 0px 20px 0px 0px;
	float: left;
}

.image-float-right {
	margin: 0px 0px 0px 20px;
	float: right;
}

/* DR: - section class for white text chunks */
.custom-box .text {
	background: #fff;
	padding: 1em;
	height: 100%;
}

/* OD: 2020-01-17 Fix for dark backgrounds, as text is styled white */
.bg-dark.custom-box .text {
	background: rgba(255, 255, 255, 0.15);
}

/* DR: - LiveWhale CSS hack to hangle multiple day events */
span.lw_events_repeats_until:not(:empty)::before {
	content: "until - ";
}

/* END COP Approved */

/* add custom site CSS here */
 .panel--interactive>a {
	 text-decoration: none !important;
}

/* test horizontal accordion */


.horizontal-accord div.accordion
{
	display: block;
	width: 43em;
	margin: 0 auto;
	background-color: #666;
	overflow: auto;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.horizontal-accord div.accordion .accordion-item
{
	position: relative;
	display: block;
	float: left;
	width: 2em;
	height: 12em;
	margin: 0.5em 0 0.5em 0.5em;
	color: #333;
	background-color: #333;
	overflow: hidden;
	border-radius: 3px;
}
.horizontal-accord div.accordion .accordion-item h2
{
	position: absolute;
	font-size: 1em;
	font-weight: bold;
	width: 12em;
	height: 2em;
	top: 12em;
	left: 0;
	text-indent: 1em;
	padding: 0;
	margin: 0;
	color: #ddd;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.horizontal-accord div.accordion .accordion-item h2 a
{
	display: block;
	width: 100%;
	line-height: 2em;
	text-decoration: none;
	color: inherit;
	outline: 0 none;
}
.horizontal-accord .accordion-item.is-active+.accordion-content, .horizontal-accord .accordion-item.is-active {
    width: 30em;
	padding: 0 1em;
	color: #333;
	background-color: #fff;
}


/* video resources starts... */
.resources {
    display: flex;
    flex-wrap: wrap
}

.resources .video-item {
    width: 50%
}
#ajax-collection-interaction {
    display:flex;
    flex-wrap: wrap;
}
#ajax-collection-interaction .video-item {
    padding: .5rem;
    width: 50%
}
/* video resources ends... */


id8-iframe .webchat__stacked-layout__avatar-gutter div {
    min-height: none;
}