.agenda {
	font-family: Gotham, sans-serif;
	font-size: 18px;
}
.q-form {
	margin-bottom: 25px;
}
td.time {
	margin-top: 1em;
}
.confdetails {
	font-weight: 400;
}
.agenda td {
	vertical-align: text-bottom;
	display: block;
}
.register {
	color: #BE0A00;
	font-family: Gotham, sans-serif;
	font-weight: 500;
}
.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;
}
hr {
	margin-top: 11px;
	margin-bottom: 43px;
}
ul {
	font-family: Gotham, sans-serif;
}
.heading {
	font-weight: 500;
	margin-bottom: 0;
}
.join {
	font-weight: 500;
	font-size: 18px;
	margin-top: -5px;
	padding-left: 1em;
    list-style: none;
}
.join a {
	font-weight: 500;
	color: #2E8BE0;
	text-decoration: none;
}
.details b {
	display: block;
}
.text > p {
	margin-top: 0;
}
#comments {
	min-height: 160px;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.4;
}
.mktoFormRow.comments {
	width: 100%;
}
/*! 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%);
	background-image: url(https://ik.imagekit.io/qualys/image/2020/analyst-investor/blue-background-768-2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 42px 0;
}
.col2 {
	padding: 1.5em;
	padding-top: 1.1em;
}
.col1,
.col2 {
	width: auto;
}
.logo {
	margin: 0 auto;
	width: 196px;
	max-width: 80%;
}
h1 {
	font-family: Gotham, sans-serif;
	font-size: 32px;
	color: #262626;
	font-weight: 500;
	margin-bottom: 1.4%;
	line-height: 1.2;
}
.date {
	font-family: Gotham, sans-serif;
	color: #6A778B;
	font-weight: 300;
	font-size: 22px;
	margin-top: 0;
	line-height: 1.3;
}
body {
	padding-top: 0;
	text-align: center;
}
.reg-closed {
	color: #ED2E26;
}

.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;
}

.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-left: auto;
	margin-right: auto;
}

.mktoForm .qmktoCheckboxListLabel {
	margin: 0;
}
.mktoCheckboxList {
	text-align: left;
}
.confirmed > img.handclap {
	margin: 0 auto;
}
.qSCInvestorReg .mktoFieldWrap {
	display: flex;
}
.qSCInvestorReg .qmktoRadioListLabel {
	margin-top: 0;
	text-align: left;
}
.qSCInvestorReg .mktoRadioList {
	display: flex;
}
.mktoRadioList.qSCInvestorReg label {
	display: flex;
	margin-left: 1em;
}
.title {
	color: #1D2737;
	font-weight: 500;
	font-size: 18px;
}
.speaker-bio {
	display: none;
	padding: 44px;
	font-family: Gotham, sans-serif;
	color: #30405B;
}
.mktoFormCol {
	margin-bottom: 1.5em;
}
.addeventatc_icon {
	display: none;
}
.addeventatc.addeventatc {
	background-color: #ED2E26 !important;
	color: #fff !important;
	padding: 1em 2.6em !important;
}
.addeventatc.addeventatc:hover {
	background-color: #E3241C;
	outline: none;
}
.confcalldetails {
	color: #262626;
}
.register {
	font-size: 14px;
	font-weight: 500;
	margin-top: 2.6em;
	margin-bottom: 0.7em;
}
@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;
	}
}
@media (min-width: 534px) {
	h1 {
		font-size: 48px;
		max-width: 630px;
		margin: 0 auto;
	}
	.date {
		font-size: 42px;
		margin-top: 0.2em;
	}
	.col1 {
		padding: 2.2em 0;
	}
	.logo {
		width: 270px;
	}
	.col2 {
		padding: 2.8em;
		padding-top: 2.9em;
	}
	.register {
		margin-top: 1.8em;
		margin-bottom: 0.7em;
		margin-bottom: 1.1em;
	}
	.q-lp-privacy-info {
		margin-bottom: 4.4em;
	}
	.col2 .footer-divider {
		margin: 5.8em 0 0;
	}
	.register {
		font-size: 20px;
		margin-top: 1.8em;
	}
	#comments {
		min-height: 120px;
	}
}
@media (min-width: 720px) {
	.speaker-bio {
		max-width: 50vw;
	}
	.q-form__input, input[type=text].mktoField, input[type=email].mktoField, input[type=tel].mktoField, textarea.mktoField {
		max-width: 100%;
	}
}
@media (min-width: 769px) {
	.mktoFormRow.comments {
		padding-right: 31px;
	}
	#comments {
		width: 330px;
	}
	.confirmed > img.handclap {
		margin: 0;
		margin-right: 1em;
		margin-bottom: 1em;
	}
	.confirmed {
		display: flex;
		align-items: flex-start;
		margin-top: 3em;
	}
	.join {
	    list-style: disc;
	}
	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 - 15%);
	}
	.date {
		margin-bottom: 0.7em;
	}
	.col2 .footer-divider {
		margin: 9.2em 0 0;
	}
	.copyright {
		padding: 0;
	}
	ul.paragraph--1 {
		list-style: disc;
		padding-left: 40px;
	}
	.mktoFormRow,
	.mktoButtonRow {
		width: 330px;
		margin-right: 31px;
	}
	.q-form {
		max-width: none;
		margin-left: 0;
	}
	.mktoFormCol {
		margin-bottom: 0.9em;
	}
}
@media (min-width: 1070px) {
	.bg {
		width: 491px;
	}
	.logo {
		width: 300px;
		left: calc(491px/2 - 150px);
	}
	.col1 {
		width: 491px;
		min-width: 491px;
	}
}
@media (min-width: 1412px) {
	#comments {
		width: 100%;
		max-width: 692px;
	}
	.mktoFormRow.qSCInvestorReg {
		width: auto;
	}
}
@media (min-width: 1440px) {
	.col2 {
		padding: 6.3em 6.7em 8.7em;
	}
	.register {
		margin-top: 1.5em;
	}
}
/*# sourceMappingURL=index.css.map */