@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;
}
