@media (min-width: 1000px) {
	.not-front.meeting-agenda-video .region-sidebar-first::after {
		background-color: transparent;
	}
}

img.meetings-icon, img.checkmark {
    width: auto;
    height: 24px;
}

/* BG CSS ADDITIONS START 200416 */
.not-front.meeting-agenda-video .sidebar-first-wrapper #block-mcc-agenda-video-agenda-video .block-content {
    padding:0px;
}

@media (min-width: 1000px) {
	.not-front.meeting-agenda-video.not-front .container2 {
		margin-left:1%;
		margin-right:1%;
	}
}

.not-front.meeting-agenda-video .sidebar-first-wrapper {
    margin: 0 20px;
}

@media (min-width: 1000px) {
	.not-front.meeting-agenda-video .sidebar-first-wrapper {
		float: left;
		width: 38.4%;
		margin-left: 0%;
		margin-right: -40%;
		padding-left: 0.8%;
		padding-right: 0.8%;
	}
}

@media (min-width: 1000px) {
	.not-front.meeting-agenda-video.one-sidebar .main-content-wrapper {
		float: left;
		width: 58.4%;
		margin-left: 40%;
		margin-right: -100%;
		padding-left: 0.8%;
		padding-right: 0.8%;
	}
}

.not-front.meeting-agenda-video .container2-wrapper {
	max-width:inherit;	
}

@media (min-width: 1000px) {
	.not-front.meeting-agenda-video .container2-wrapper {
		max-width:inherit;
	}
}
