.emailmsg {
	font-weight: bold;
}

.emailmsg.success {
	color: #ffffff;
}

.emailmsg.error {
	color: #ffffff;
}

/* Calendly booking widget - blend with the site */
.calendly-inline-widget {
	margin: 2em auto 0 auto;
	max-width: 1000px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0.25em;
	overflow: hidden;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}