.agenda {
	font-family: Gotham, sans-serif;
	font-size: 18px;
}
td.time {
	margin-top: 1em;
}
.agenda td {
	vertical-align: text-bottom;
	display: block;
}
@media (min-width: 480px) {
	.agenda td {
		display: table-cell;
		border-bottom: 1px solid #CCC;
		padding: 22px 0;
	}
	td.time {
		min-width: 210px;
		margin-top: 0;
	}
	.agenda {
		text-align: left;
		margin-top: -22px;
	}
}
.title {
	color: #1D2737;
	font-weight: 500;
	font-size: 18px;
}
.speaker-bio {
	display: none;
	padding: 44px;
	font-family: Gotham, sans-serif;
	color: #30405B;
}
@media (min-width: 720px) {
	.speaker-bio {
		max-width: 50vw;
	}
}
.title-speaker-container {
	display: flex;
}
.heading--5 {
	font-size: 20px;
}
.q-lp-privacy-info.private-info {
	font-family: Gotham, sans-serif;
}
.wrapper > h1 + .heading--3 {
	margin: 0.5em 0;
	color: #6A778B;
}

/*! RSAC reception imported */

.container {
	max-width: 1440px;
	min-height: 500px;
}
.col1 {
	background-color: #2e8be0;
	background: linear-gradient(135deg, #fffcfc 0%,#2e8be0 67%,#207cca 67%,#2989d8 67%,#2e8be0 67%,#0091ff 100%);
	padding: 2em 0;
}
.col2 {
	padding: 1.5em;
}
.col1,
.col2 {
	width: auto;
}
.logo {
	margin: 0 auto;
	width: 160px;
	max-width: 80%;
}
h1 {
	font-family: Gotham, sans-serif;
	font-size: 32px;
	color: #262626;
	font-weight: 500;
	margin-bottom: 1.4%;
	line-height: 1.3;
}
.date {
	font-family: Gotham, sans-serif;
	color: #6A778B;
	font-weight: 300;
	font-size: 28px;
	margin-top: 0;
	line-height: 1.3;
}
body {
	padding-top: 0;
	text-align: center;
}
@media (min-width: 534px) {
	h1 {
		font-size: 48px;
		max-width: 460px;
		margin: 0 auto;
	}
	.date {
		font-size: 42px;
	}
	.logo {
		width: 300px;
	}
	.col1 {
		padding: 1.8em 0;
	}
	.col2 {
		padding: 3.9em;
	}
	.register {
		margin-top: 1.8em;
		margin-bottom: 0.7em;
	}
	.q-lp-privacy-info {
		margin-bottom: 4.4em;
	}
}
@media (min-width: 769px) {
	body {
		display: flex;
		text-align: left;
	}
	h1 {
		font-size: 48px;
		max-width: none;
		margin: 0;
	}
	.col1 {
		width: 300px;
		min-width: 300px;
		background-color: #2e8be0;
	}
	.bg {
		background-image: url(https://ik.imagekit.io/qualys/image/2019/qsc/blue-background-491-2x.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		position: fixed;
		width: 300px;
		height: 100%;
		top: 0;
	}
	.col2 {
		padding: 9.7% 7%;
	}
	.col2 .wrapper {
		max-width: 740px;
	}
	.logo {
		max-width: none;
		position: fixed;
		width: 200px;
		left: calc(300px/2 - 100px);
		top: calc(50vh - 48px);
	}
	.register {
		display: none;
	}
	.date {
		margin-bottom: 0.7em;
	}
}
@media (min-width: 1070px) {
	.bg {
		width: 491px;
	}
	.logo {
		width: 300px;
		left: calc(491px/2 - 150px);
	}
	.col1 {
		width: 491px;
		min-width: 491px;
	}
}
@media (min-width: 1440px) {
	.col2 {
		padding: 8.7em 6.7em;
	}
}
.mktoButton {
	background: #ED2E26;
	border-radius: 2px;
	padding: 1.6em;
	height: auto;
	font-size: 18px;
}
.mktoButton:hover {
	background: #E3241C;
}
.mktoButtonRow .mktoButtonWrap {
	margin: 0;
}
.paragraph--1 {
	font-family: Gotham, sans-serif;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
ul.paragraph--1 {
	list-style: none;
	padding: 0;
}
.q-lp-privacy-info {
	margin-bottom: 3.3em;
}
.copyright {
	font-weight: 400;
	font-size: 14px;
	padding: 0 0.6em;
}
.q-link {
	font-weight: 400;
}
.col2 .footer-divider {
	margin: 5em 0 0;
}
@media (min-width: 534px) {
	.col2 .footer-divider {
		margin: 5.8em 0 0;
	}
}
@media (min-width: 769px) {
	.col2 .footer-divider {
		margin: 9.2em 0 0;
	}
	.copyright {
		padding: 0;
	}
	ul.paragraph--1 {
		list-style: disc;
		padding-left: 40px;
	}
}
.mktoFormRow.Marketing_Asset_Id_Current__c,
.mktoFormRow.Campaign_Id_Current__c {
	display: none;
}
.fieldsWrapper {
	display: flex;
	flex-wrap: wrap;
}
.mktoFormRow,
.mktoButtonRow {
	width: 100%;
}
.q-form {
	max-width: 431px;
	margin: 0 auto;
}
@media (min-width: 769px) {
	.mktoFormRow,
	.mktoButtonRow {
		width: 330px;
		margin-right: 2em;
	}
	.q-form {
		max-width: none;
		margin: 0;
	}
}
.mktoFormCol {
	margin-bottom: 1.5em;
}
@media (min-width: 769px) {
	.mktoFormCol {
		margin-bottom: 0.9em;
	}
}
@media (max-width: 768px) {
	.register {
		font-size: 26px;
		font-family: Gotham, sans-serif;
		font-weight: 500;
		margin-top: 1.5em;
		margin-bottom: 0.4em;
	}
	.text-wrapper {
		max-width: 580px;
		margin: 0 auto;
	}
}
.mktoForm .qmktoCheckboxListLabel {
	margin: 0;
}
.mktoCheckboxList {
	text-align: left;
}


.confirmed > img.handclap {
	margin: 0 auto;
}
@media (min-width: 769px) {
	.confirmed > img.handclap {
		margin: 0;
	}
}
@media (min-width: 1413px) {
	.mktoFormRow.qSCFullEvent {
		width: auto;
	}
}
.qSCFullEvent .mktoFieldWrap {
    display: flex;
}
.qSCFullEvent .qmktoRadioListLabel {
	margin-top: 0;
	text-align: left;
}
.qSCFullEvent .mktoRadioList {
	display: flex;
}
.mktoRadioList.qSCFullEvent label {
	display: flex;
	margin-left: 1em;
}
/*# sourceMappingURL=index.css.map */