/* OER Side Buttons*/

.OER-button-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.OER-button-container a {
	max-width: 10rem;
}
@media screen and (max-width: 1023.5px) {
	.OER-button-container {
		flex-direction: row;
		justify-content: center
	}
	.OER-button-container a {
		max-width: 25%;
	}
	.OER-help>div {
		text-align: center;
	}
}


/* Homepage */

/* Flexbox styling */
.OER-button-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 35em;
}
.OER-button-column {
	flex: calc(100%/3);
	padding: 0;
}
@media screen and (min-width: 30em) {
	.OER-button {
		padding:.5rem;
	}
}


/* Slideshow styling */
.cycle-slideshow {
	max-width: 35rem; 
	overflow: hidden; 
	margin: 2em auto;
}
@media screen and (max-width: 768px) {
	.cycle-prev, .cycle-next {
		display: none;
	}
}

/* Remove ">" from help buttons */

.lwz-btn::after {
	display: none;
}