#calendar,
.legend {
	font-family: Gotham, sans-serif;
	font-size: 9pt;
}
.legend a {
	text-decoration: none;
}
.legend a:hover {
	text-decoration: underline;
}
.fc-list-empty-wrap2 {
	position: static;
}
@media (min-width: 375px) {
	#calendar,
	.legend {
		font-size: 10pt;
	}
}
@media (min-width: 414px) {
	#calendar,
	.legend {
		font-size: 11pt;
	}
}
@media (min-width: 694px) {
	#calendar,
	.legend {
		font-size: 12pt;
	}
}
@media (min-width: 1080px) {
	#calendar,
	.legend {
		margin-left: -80px;
		margin-right: -80px;
	}
}
.q-grid__container {
	margin-bottom: 140px;
	margin-top: 66px;
}
.fc h2 {
	font-weight: 500;
	color: #262626;
	letter-spacing: 0.15pt;
}

/* style the calendar legend */
.legend {
	display: flex;
	flex-flow: column;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
.legend__item {
	display: flex;
	margin-left: 2em;
}
.legend__item:before {
	background-color: #9BC0E0;
	content: " ";
	display: block;
	height: 0.75em;
	margin-top: 0.4em;
	margin-right: 0.25em;
	width: 1em;
}
.legend__item--customer:before {
	background-color: #ED2E26;
}
.legend__item--speaking-engagements:before {
	background-color: #6CA3CF;
}
.legend__item--training:before {
	background-color: #1D2737;
}
.legend__item--webcasts:before {
	background-color: #707F93;
}
@media (min-width: 694px) {
	.legend {
		flex-wrap: wrap;
		justify-content: space-around;
		align-content: space-around;
		max-height: 3.25em;
	}
	.legend__item {
		margin-left: 0;
	}
}
@media (min-width: 1366px) {
	.legend {
		flex-flow: row;
	}
}

/* style the tooltips */
.tooltip {
	background-color: #F7FAFC;
	box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.3);
	z-index: 5;
}
.tooltip-inner {
	color: #262626;
	font-weight: 400;
	line-height: 1.5;
	padding: 1em 1.25em;
	max-width: calc(280px - 1.25em - 1.25em);
}
.tooltip__heading {
	margin: 0;
	padding: 0;
}
.tooltip__body {
	margin-bottom: 1.5em;
}
.tooltip-arrow {
	border-color: #F7FAFC;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: -10px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
	border-width: 7px 7px 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -7px;
	left: calc(50% - 7px);
	margin-top: 0;
	margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow  {
	border-width: 0 7px 7px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -7px;
	left: calc(50% - 7px);
	margin-top: 0;
	margin-bottom: 0;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
	border-width: 7px 7px 7px 0;
	border-left-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	left: -7px;
	top: calc(50% - 7px);
	margin-left: 0;
	margin-right: 0;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
	border-width: 7px 0 7px 7px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	right: -7px;
	top: calc(50% - 7px);
	margin-left: 0;
	margin-right: 0;
}

/*
 * Override Fullcalendar defaults
 */

/* allow calendar entries to wrap */
.fc-day-grid-event .fc-content {
	white-space: normal;
}

/* remove margins and border radius around events, adjust padding */
.fc-day-grid-event {
	margin: 0 0 1px;
	padding: 4pt;
	border-radius: 0;
}

/* darken (or lighten) the background when hovered */
.fc-day-grid-event:hover {
	opacity: 0.8;
}
.fc-day-grid-event.qualys-public-events:hover,
.fc-day-grid-event.qualys-speaking-engagements:hover {
	box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1);
	opacity: 1;
}

/* make calendar boxes always at least squaree */
.fc-basic-view .fc-body .fc-row {
	min-height: 12.75vw;
}

/* fix z-indexing to allow popups over rows below */
.fc-row .fc-bg {
	z-index: -1;
}
.fc-day-grid .fc-row {
	z-index: auto;
}
.fc-row .fc-content-skeleton {
	z-index: auto;
}

/*# sourceMappingURL=events.css.map */