#ciscoCollabWebinar {
	color: #131E29;
}

/* **************************************** */
/* ********** TOP BANNER MODULE *********** */
/* **************************************** */
#ciscoCollabWebinar #bannerModule {
	width: 100%;
	height: 400px;
	background: url(/resources/images/wireless-home/background-textured-denim-blue.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#ciscoCollabWebinar #bannerModule .img-wrapper {
	background-color: #FFFFFF;
	border-radius: 0 500px 500px 0;
	height: 100%;
	min-width: 320px;
	width: 25%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px 0 0;
	overflow: hidden;
}

#ciscoCollabWebinar #bannerModule .img-wrapper img {
	width: 65%;
}

#ciscoCollabWebinar #bannerModule .content {
	padding: 40px;
	margin: auto 7%;
	color: #FFFFFF;
}

#ciscoCollabWebinar #bannerModule .content p {
	font-family:'Barlow Semi Condensed', sans-serif;
	font-style: italic;
	font-weight: 600;
	color: #28C2FE;
	font-size: calc(16px + (24 - 16) * ((100vw - 375px) / (1900 - 375)));
	padding-bottom: 10px;
}

#ciscoCollabWebinar #bannerModule .content h1 {
	font-family:'Barlow Semi Condensed', sans-serif;
	font-size: calc(40px + (64 - 40) * ((100vw - 375px) / (1900 - 375)));
	font-weight: 600;
}

#ciscoCollabWebinar .body-wrapper {
	display: flex;
}

/* **************************************** */
/* *********** DETAILS SECTION ************ */
/* **************************************** */
#ciscoCollabWebinar .body-wrapper #descriptionModule {
	width: 55%;
	padding: 3% 3% 3% 6%;
}

#ciscoCollabWebinar .body-wrapper #descriptionModule h3 {
	font-family: "Montserrat", sans-serif;
	font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (1900 - 375)));
	font-weight: 500;
	margin: 15px 0;
}

#ciscoCollabWebinar .body-wrapper #descriptionModule p {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: calc(14px + (22 - 14) * ((100vw - 375px) / (1900 - 375)));
}

#ciscoCollabWebinar .body-wrapper #descriptionModule .details {
	padding: 0 0 20px 0;
}

#ciscoCollabWebinar .body-wrapper #descriptionModule .details p {
	max-width: 53ch;
}

#ciscoCollabWebinar .body-wrapper #descriptionModule .panelists .panelist {
	padding: 0 0 20px 0;
	font-family: "Barlow Semi Condensed", sans-serif;
}

#ciscoCollabWebinar .body-wrapper #descriptionModule .panelists .panelist .name {
	font-weight: 600;
}

#ciscoCollabWebinar .body-wrapper #descriptionModule .panelists .panelist .title {
	font-style: italic;
}

/* **************************************** */
/* ************ PARDOT FORM *************** */
/* **************************************** */
#ciscoCollabWebinar .body-wrapper #pardotModule {
	flex-grow: 1;
	background: url(/resources/images/wireless-home/background-textured-concrete.jpg) no-repeat;
	background-size: cover;
	padding: 40px;
	padding-right: 80px;
}
#ciscoCollabWebinar .body-wrapper #pardotModule p {
	margin: 0 0 40px 6px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (1900 - 375)));
}

#ciscoCollabWebinar .body-wrapper #pardotModule iframe {
	max-width: 700px;
}

@media only screen and (max-width: 700px) {
	/* ************ BANNER MODULE *************** */
	#ciscoCollabWebinar #bannerModule {
		flex-direction: column;
		height: 450px;
		align-items: flex-start;
	}
	#ciscoCollabWebinar #bannerModule .img-wrapper {
		width: 100%;
		border-radius: 0 0 500px 500px;
		height: 40%;
		min-height: 220px;
		justify-content: center;
		align-items: flex-start;
		padding: 0 0 30px 0;
		-webkit-box-pack: center;
	}
	#ciscoCollabWebinar #bannerModule .img-wrapper img {
		height: 90%;
		width: auto;
		margin: auto;
	}
	#ciscoCollabWebinar #bannerModule .content {
		padding: 25px;
		margin: auto 0;
	}
	/* ************ WRAPPER & DETAILS SECTION *************** */
	#ciscoCollabWebinar .body-wrapper {
		flex-direction: column;
	}
	#ciscoCollabWebinar .body-wrapper #descriptionModule {
		width: 100%;
		padding: 40px calc(6% - 6px);
	}
	#ciscoCollabWebinar .body-wrapper #pardotModule {
		padding: 40px calc(6% - 6px);
	}
	#ciscoCollabWebinar .body-wrapper #pardotModule p {
		margin: 0 0 20px 6px;
	}
}