.page-182054 .expo-conference,
.page-176740 .expo-conference {
	box-sizing: content-box;
	grid-template-columns: 1fr ;
	grid-template-rows: 100%;
	/* grid-auto-flow: row; */
	grid-template-areas:
		"video";
}

.page-182054 .expo-conference__controls,
.page-182054 .expo-conference__sidebar,
.page-182054 .expo-conference__extra,
.page-176740 .expo-conference__controls,
.page-176740 .expo-conference__sidebar,
.page-176740 .expo-conference__extra {
	display: none;
}

/* Styles for the chat */
a[onclick*='WebChat.open'] {
	position: fixed;
	bottom: 65px;
	right: 15px;
	z-index: 101;
	color: #fff;
	background: var(--olddiz-color-primary);
	font-weight: 400;
	height: 56px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 0;
	width: 56px;
}

a[onclick*='WebChat.open']:before {
	content: '';
	background-image: url('/site/templates/expo-specific/world-of-education/images/chat.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
}

@media (min-width: 600px) {
	a[onclick*='WebChat.open'] {
		right: 55px;
	}
}

@media (min-width: 992px) {
	a[onclick*='WebChat.open'] {
		width: 300px;
		font-size: 20px;
		border-radius: 4px 4px 0 0;
		bottom: 55px;
	}
	
	a[onclick*='WebChat.open']:before {
		margin-right: 8px;
		width: 24px;
		height: 24px;
	}
}

@media (min-width: 1360px) {
	a[onclick*='WebChat.open'] {
		bottom: 0;
	}
}