.jump-to-menu {
	padding: 1rem;
	background: #F6F6F6;
	border-radius: 0.25rem;
}

.jump-to-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.jump-to-menu ul li {
    display: inline-block; 
    padding: 0 1rem !important;
    margin-bottom: 0.5rem;
    border-right: 1px solid #CCC;
}

div:not(region="sidebar_left") ul li,
div:not(region="sidebar_left") ol li {
	padding: 0.25rem 0 !important;
}

.field_left_column {
	height: 100%;
}

.card-prog .card-body {
	height: 6.5lh;
}

.card-prog .position-absolute a.btn {
	left: 25%;
}

@media screen and (max-width: 991px) {
	.card-prog .card-body {
		height: 7.5lh;
	}
}

@media screen and (max-width: 767px) {
	.card-prog .card-body {
		height: 6lh;
	}

	.field_left_column {
		padding-bottom: 1rem;
	}

	.card-prog .card {
		margin-bottom: 1rem;
	}
}