#ciscoWebex * {
	font-family: "Montserrat", Arial, sans-serif;
}
#ciscoWebex .gotham-rounded {
	font-family: "Montserrat", Arial, sans-serif;
}
#ciscoWebex >* a, #ciscoWebex >* a:visited,
#ciscoWebex .cs-blue {
	color: #28C2FE;
}
#ciscoWebex .hide {
	display: none;
}
#ciscoWebex .noBreak {
	white-space: nowrap;
}
#ciscoWebex .container {
	max-width: 1300px;
}
/* SECTION HEADER */
#ciscoWebex .header {
	height: 250px;
	background-color: #444444;
}
#ciscoWebex .header .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0 auto;
}
#ciscoWebex .header .title {
	color: #FFFFFF;
	font-size: 50px;
	text-transform: uppercase;
}
/* SECTION HEADER WEBINAR */
#ciscoWebex .header-webinar {
	height: 450px;
	display: flex;
	background-color: #444444;
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}
#ciscoWebex .header-webinar .intro-img {
	display: block;
	text-align: left;
	background-image: url(/resources/images/business/partners/cisco-webex/header-ciscowebex-v2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	flex: 1 0 40%;
	max-width: 483px;
}
#ciscoWebex .header-webinar .intro-text {
	flex: 1 0 60%;
}
#ciscoWebex .header-webinar .intro-txt__wrapper {
	max-width: none;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	color: #FFFFFF;
}
#ciscoWebex .header-webinar .intro-txt__wrapper .title {
	font-size: 58px;
	font-weight: 500;
	width: 100%;
	margin: 10px 0;
}
#ciscoWebex .header-webinar .intro-txt__wrapper .desc {
	font-size: 22px;
	font-weight: 500;
	width: 100%;
	margin: 10px 10px 50px 10px;
}
#ciscoWebex .header-webinar .intro-txt__wrapper .button {
	color: #FFFFFF;
}
#ciscoWebex .header-webinar .intro-txt__wrapper .button:HOVER {
	color: #28C2FE;
}
/* SECTION INTRO */
#ciscoWebex .introduction {
	height: 500px;
	display: flex;
	background-color: #FFFFFF;
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}
#ciscoWebex .introduction > div {
	flex: 1;
}
#ciscoWebex .introduction .intro-img {
	display: block;
	text-align: left;
}
#ciscoWebex .intro-txt__wrapper {
	max-width: 560px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	justify-content: space-around;
	margin: 0;
}
#ciscoWebex .intro-txt__wrapper .title {
	font-size: 34px;
	font-weight: 500;
	width: 100%;
}
#ciscoWebex .intro-txt__wrapper .desc {
	font-size: 22px;
	font-weight: 100;
	width: 100%;
}
#ciscoWebex .intro-txt__wrapper .button {
	color: #FFFFFF;
}
#ciscoWebex .intro-txt__wrapper .button:HOVER {
	color: #28C2FE;
}
/* SECTION TESTIMONIAL */
#ciscoWebex .testimonial {
	background-color: #EFEFEF;
	padding: 70px 40px;
}
#ciscoWebex .testimonial .container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0 auto;
	flex-direction: column;
}
#ciscoWebex .testimonial-video {
	text-align: center;
}
#ciscoWebex .testimonial-video .title {
	font-size: 16px;
	font-style: italic;
}
#ciscoWebex .testimonial-video .iframe-wrapper {
	margin: 20px;
	max-width: 560px;
	max-height: 315px;
}
#ciscoWebex .testimonial-panels {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
#ciscoWebex .testimonial-panels > div {
	width: 33%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}
#ciscoWebex .testimonial-panels img {
	width: 114px;
	padding: 10px;
}
#ciscoWebex .testimonial-panels .name {
	font-size: 28px;
	font-weight: 500;
	padding: 0 0 20px;
}
#ciscoWebex .testimonial-panels .desc {
	font-size: 16px;
	font-weight: 100;
	padding: 0 20px;
	line-height: 26px;
	width: 100%;
}
/* SECTION Plans */
#ciscoWebex .plans {
	padding: 70px 40px;
}
#ciscoWebex .plans .container {
	margin: 0 auto;
}
#ciscoWebex .plan-wrapper {
	display: flex;
	justify-content: center;
}
#ciscoWebex .plan-wrapper > div {
	max-width: 430px;
	width: 100%;
	border-radius: 7px;
	border: 3px solid #4E4E4E;
	padding: 40px;
	text-align: center;
	margin: 20px 40px;
}
#ciscoWebex .plan-wrapper > div * {
	padding: 10px 0;
}
#ciscoWebex .plan-wrapper .title {
	font-size: 34px;
	color: #28C2FE;
}
#ciscoWebex .plan-wrapper .desc {
	font-size: 16px;
	line-height: 28px;
	font-weight: 100;
}
#ciscoWebex .plan-summary {
	padding: 40px 0 0;
	margin: 0 auto;
	max-width: 1100px;
}
#ciscoWebex .plan-summary .desc {
	text-align: center;
	font-size: 22px;
	font-weight: 100;
}
/* SECTION PARDOT */
#ciscoWebex .pardot {
	padding: 0 40px 20px;
}
#ciscoWebex .pardot .container {
	margin: 0 auto;
}
#ciscoWebex .pardot p {
	font-size: 22px;
	font-weight: 500;
	padding: 20px 10px;
}
@media (min-width: 2000px) {
	/* Header Webinar */
	#ciscoWebex .header-webinar {
		max-width: none;
	}
	#ciscoWebex .header-webinar .intro-img {
		text-align: right;
		max-width: none;	
	}
	/* Intro */
	#ciscoWebex .introduction .intro-img {
		text-align: right;
	}
	#ciscoWebex .intro-txt__wrapper {
		margin: 0 auto;
	}
}
@media (max-width: 1440px) {
	/* header webinar */
	#ciscoWebex .header-webinar {
		height: auto;
	}
	#ciscoWebex .header-webinar .intro-img {
		flex: none;
		margin: 0;
		background-image: none;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		max-width: 375px;
	}
	#ciscoWebex .header-webinar .intro-img .hide {
		display: block;
		width: 100%;
	}
	#ciscoWebex .header-webinar .intro-txt__wrapper .desc {
		margin: 10px 10px 25px 10px;
	}
	/* intro */
	#ciscoWebex .introduction {
		height: 34.75vw;
	}
	#ciscoWebex .intro-txt__wrapper {
		max-width: 44vw;
	}
	#ciscoWebex .introduction .intro-img {
		text-align: left;
	}
	#ciscoWebex .intro-txt__wrapper img {
		width: 20vw;
	}
	#ciscoWebex .intro-txt__wrapper .title {
		font-size: 2.5vw;
	}
	#ciscoWebex .intro-txt__wrapper .desc {
		font-size: 1.5vw;
	}
}
@media (max-width: 1050px) {
	#ciscoWebex .header-webinar .intro-text {
		flex: unset;
		width: 100%;
	}
	#ciscoWebex .header-webinar .intro-txt__wrapper .title {
		font-size: 4.5rem;
	}
}
@media (max-width: 900px) {
	/*header webinar */
	#ciscoWebex .header-webinar .intro-img {
		flex: 1 0 30%;
	}
	#ciscoWebex .header-webinar .intro-text {
		flex: 1 0 50%;
	}
	#ciscoWebex .header-webinar .intro-txt__wrapper .title {
		font-size: 3rem;
	}
	/* Intro */
	#ciscoWebex .button {
		font-size: 1.25vw;
	}
	/* Testimonial */
	#ciscoWebex .testimonial {
		padding: 70px 10px;
	}
	/* Plans */
	#ciscoWebex .plan-wrapper > div {
		max-width: 327px;
		padding: 20px;
		margin: 10px;
	}
	#ciscoWebex .plan-wrapper .title {
		font-size: 3vw;
	}
}
@media (max-width: 760px) {
	/* Header Webinar */
	#ciscoWebex .header-webinar {
		height: 640px;
		background-image: url(/resources/images/business/partners/cisco-webex/header-ciscowebex-v2-mbl.png);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
	}
	#ciscoWebex .header-webinar .intro-img {
		display: none;
	}
}
@media (max-width: 600px) {
	/* Header */
	#ciscoWebex .header {
		height: 40vw;
	}
	#ciscoWebex .header .title {
		font-size: 10vw;
	}
	/* Header Webinar */
	#ciscoWebex .header-webinar {
		height: 725px;
	}
	/* Intro */
	#ciscoWebex .introduction {
		height: auto;
	}
	#ciscoWebex .introduction .intro-img {
		display: none;
	}
	#ciscoWebex .intro-txt__wrapper {
		max-width: none;
	}
	#ciscoWebex .plan-wrapper > div {
		margin: 20px 0;
	}
	#ciscoWebex .intro-txt__wrapper img {
		width: 40vw;
		padding: 0 0 20px;
	}
	#ciscoWebex .intro-txt__wrapper .title {
		font-size: 6vw;
	}
	#ciscoWebex .intro-txt__wrapper .desc {
		font-size: 4vw;
		line-height: 6.25vw;
		padding: 20px 0;
	}
	#ciscoWebex .button {
		font-size: 4vw;
	}
	/* Testimonial */
	#ciscoWebex .testimonial-video .iframe-wrapper {
		max-width: 350px;
		max-height: 196.875px;
		width: 100%;
		height: 100%;
		margin: 20px 0;
	}
	#ciscoWebex .testimonial-video iframe {
		width: auto;
		height: auto;
	}
	#ciscoWebex .testimonial-video video {
		width: 100%;
		height: auto;
	}
	#ciscoWebex .testimonial-panels {
		display: block;
	}
	#ciscoWebex .testimonial-panels > div {
		width: 100%;
		padding: 0;
	}
	#ciscoWebex .testimonial-panels img {
		width: 30vw;
		padding: 10px;
	}
	#ciscoWebex .testimonial-panels .name {
		font-size: 6vw;
		font-weight: 500;
		padding: 0 0 20px;
	}
	#ciscoWebex .testimonial-panels .desc {
		font-size: 4vw;
		font-weight: 100;
		line-height: 6vw;
		padding: 0 20px;
	}
	/* Plans */
	#ciscoWebex .plans {
		padding: 40px 10px;
	}
	#ciscoWebex .plan-wrapper {
		display: block;
		margin: 0 auto;
	}
	#ciscoWebex .plan-wrapper > div {
		max-width: 327px;
		margin: 20px auto;
		padding: 20px;
	}
	#ciscoWebex .plan-wrapper .title {
		font-size: 6.5vw;
		color: #28C2FE;
	}
	#ciscoWebex .plan-wrapper .desc {
		font-weight: 100;
	}
	#ciscoWebex .plan-summary .desc {
		font-size: 16px;
		line-height: 23px;
	}
	/* Pardot */
	#ciscoWebex .pardot {
		padding: 40px 15px;
	}
	#ciscoWebex .pardot p {
		padding: 20px 10px;
		font-weight: 500;
		font-size: 18px;	
	}
}
@media (max-width: 450px) {
	#ciscoWebex .header-webinar {
		height: 587px;
	}
}
@media (max-width: 350px) {
	#ciscoWebex .header-webinar .intro-txt__wrapper {
		padding: 20px 10px;
	}
	#ciscoWebex .header-webinar .intro-txt__wrapper .desc {
		font-size: 1.9rem;
	}
}