.co-op--ctabox {
	background-color: #eb0f8b;
	padding: 15px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 60px;
}
@media (min-width: 768px)  {.co-op--ctabox {margin-bottom: 75px;}}
@media (min-width: 1024px) {.co-op--ctabox {margin-bottom: 90px;}}
@media (min-width: 1244px) {.co-op--ctabox {margin-bottom: 130px;}}

.co-op--ctabox-container {}

.co-op--ctabox-left, .co-op--ctabox-right {
	float: left;
	width: 100%;
	padding: 20px 10px;
}

.co-op--ctabox-right {
	border-top: 2px solid #fff;
}

	@media (min-width: 768px) {}
	@media (min-width: 1100px) {
		.co-op--ctabox-left {
			width: 40%;
			padding: 10px 30px;
		}
		.co-op--ctabox-right {
			width: 60%;
			padding: 10px 30px;
			border-left: 2px solid #fff;
			border-top: 0px;
		}
	}
	@media (min-width: 1400px) {
		.co-op--ctabox-left, .co-op--ctabox-right {
			width: 50%;
			padding: 10px 30px;
		}
	}


.co-op--ctabox-left ul, .co-op--ctabox-right ul {
	margin-top: 10px;
}

.co-op--ctabox-left a, .co-op--ctabox-right a {
	color: #FFF;
}

.co-op--ctabox-days, .co-op--ctabox-hours {
	margin-top: 15px;
	float: left;
	list-style: none;
}

.co-op--ctabox-hours {
	margin-left: 30px;
}

.co-op--more h6 {
	color: #000;
}

.hide-it {
	display: none;
}