:root {
	--olddiz-color-primary: var(--work-and-career-color-primary);
	--work-and-career-color-primary: #fdbe61;
	--work-and-career-color-primary-darken: #CE4B0D ;
	--work-and-career-color-primary-lighten: #f7923a;
	--tw-color-card-label: 241, 101, 34;

	--expo-conference-separator-color: #333;
	--expo-conference-text-color: #fff;
	--expo-conference-header-color: #f7923a;
	--expo-conference-primary-color: #f7923a;	
}

/* Styles for the chat */
a[onclick*='WebChat.open'] {
	position: fixed;
	bottom: 65px;
	right: 15px;
	z-index: 101;
	/* color: #ffffff; */
	color: #293439 !important;
	background: var(--work-and-career-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/work-and-career/images/chat.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 28px;
	color: inherit;
}

@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;
		display: none;
	}
}

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

/* Subscribe to newsletter button */
.summary-block__sidebar-content-wrapper--body button {
	color: #293439 !important;
}