/* =========================================================
   CRITTENDEN MEDICAL - WEBINAR LANDING PAGE
   Complete replacement stylesheet
   Includes typography + visual polish updates
   ========================================================= */

.cml-webinar-landing {
	--cml-purple: #676ab1;
	--cml-blue: #41506f;
	--cml-navy: #293542;
	--cml-teal: #66e6d6;
	--cml-light: #f6f7fa;
	--cml-purple-light: #f1f1fa;
	--cml-border: #e2e4ea;
	--cml-text: #1a1a1a;

	background: #fff;
	color: var(--cml-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.55;
}

.cml-webinar-landing *,
.cml-webinar-landing *::before,
.cml-webinar-landing *::after {
	box-sizing: border-box;
}

.cml-webinar-landing-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}


/* HERO */

.cml-webinar-landing-hero {
	position: relative;
	min-height: 315px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(22, 45, 85, .95), rgba(22, 45, 85, .64)),
		var(--cml-webinar-hero-image, linear-gradient(135deg, #243a66, #192c50));
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.cml-webinar-landing-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 24% 40%, rgba(103,106,177,.18), transparent 24%),
		linear-gradient(90deg, rgba(14,38,76,.35), rgba(14,38,76,.05));
	pointer-events: none;
}

.cml-webinar-landing-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(30, 51, 91, .98) 0%,
		rgba(30, 51, 91, .90) 36%,
		rgba(65, 80, 111, .52) 64%,
		rgba(65, 80, 111, .14) 100%
	);
}

.cml-webinar-landing-hero .cml-webinar-landing-container {
	position: relative;
	z-index: 2;
}

.cml-webinar-landing-hero-copy {
	max-width: 570px;
	padding: 58px 0 62px;
	color: #fff;
}

.cml-webinar-series-label {
	margin-bottom: 4px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.05;
}

.cml-webinar-hero-content h1,
.cml-webinar-hero-content h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(46px, 5.5vw, 70px);
	font-weight: 800;
	letter-spacing: -2px;
	line-height: .98;
}

.cml-webinar-hero-content h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
}

.cml-webinar-hero-content p {
	max-width: 500px;
	margin: 0 0 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.55;
}

.cml-webinar-hero-content p:last-child {
	margin-bottom: 0;
}


/* FEATURED WEBINAR */

.cml-webinar-featured-wrap {
	position: relative;
	z-index: 4;
	margin-top: -28px;
}

.cml-webinar-featured-card {
	display: grid;
	grid-template-columns: 42% 58%;
	border: 1px solid var(--cml-border);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 7px 25px rgba(41,53,66,.09);
}

.cml-webinar-featured-info {
	padding: 31px 33px 25px;
	border-right: 1px solid var(--cml-border);
}

.cml-webinar-kicker,
.cml-webinar-section-label,
.cml-webinar-price-type {
	display: inline-block;
	color: var(--cml-purple);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.cml-webinar-kicker {
	margin-bottom: 12px;
	padding: 5px 9px;
	border-radius: 4px;
	background: var(--cml-purple);
	color: #fff;
}

.cml-webinar-featured-info h2 {
	margin: 0 0 12px;
	color: var(--cml-navy);
	font-size: 31px;
	line-height: 1.1;
}

.cml-webinar-featured-info h2 a {
	color: inherit;
	text-decoration: none;
}

.cml-webinar-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 15px;
	color: var(--cml-navy);
	font-size: 13px;
	font-weight: 700;
}

.cml-webinar-featured-description {
	color: #39414c;
	font-size: 14px;
	line-height: 1.6;
}

.cml-webinar-featured-description p:last-child {
	margin-bottom: 0;
}

.cml-webinar-featured-speakers {
	padding: 31px 33px 25px;
}

.cml-webinar-speaker-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 15px;
}

.cml-webinar-speaker-card {
	text-align: center;
}

.cml-webinar-speaker-card-photo {
	width: 108px;
	height: 108px;
	margin: 0 auto 11px;
	overflow: hidden;
	border-radius: 50%;
	background: var(--cml-light);
}

.cml-webinar-speaker-card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cml-webinar-speaker-card-placeholder {
	position: relative;
	width: 100%;
	height: 100%;
	background: #e4e5ea;
}

.cml-webinar-speaker-card-placeholder::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	width: 35px;
	height: 35px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #c8cad0;
}

.cml-webinar-speaker-card-placeholder::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 12px;
	left: 18px;
	height: 43px;
	border-radius: 36px 36px 12px 12px;
	background: #c8cad0;
}

.cml-webinar-speaker-card h3 {
	margin: 0 0 4px;
	color: var(--cml-navy);
	font-size: 14px;
	line-height: 1.3;
}

.cml-webinar-speaker-card p {
	margin: 1px 0;
	color: #5c6470;
	font-size: 11px;
	line-height: 1.35;
}

.cml-webinar-featured-pricing {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 0 33px 17px;
}

.cml-webinar-featured-price-card {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 15px;
	padding: 19px 20px;
	border: 1px solid var(--cml-border);
	border-radius: 8px;
	background: #fff;
}

.cml-webinar-featured-price-card.is-cle {
	border-color: rgba(61,174,196,.45);
}

.cml-webinar-featured-price-icon {
	display: flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cml-purple);
	border-radius: 50%;
	color: var(--cml-purple);
}

.cml-webinar-featured-price-card.is-cle .cml-webinar-featured-price-icon {
	border-color: #3daec4;
	color: #3daec4;
}

.cml-webinar-featured-price-copy h3 {
	margin: 2px 0 4px;
	color: var(--cml-navy);
	font-size: 15px;
}

.cml-webinar-featured-price-copy p {
	margin: 0;
	color: #5f6670;
	font-size: 12px;
}

.cml-webinar-featured-price-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 10px;
}

.cml-webinar-featured-price {
	color: var(--cml-navy);
	font-size: 21px;
	font-weight: 800;
}

.cml-webinar-featured-note {
	grid-column: 1 / -1;
	padding: 0 33px 15px;
	color: #646b75;
	font-size: 11px;
	text-align: center;
}


/* BUTTONS */

.cml-webinar-landing-btn {
	display: inline-flex;
	min-height: 41px;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: .2s ease;
}

.cml-webinar-landing-btn.is-primary {
	background: var(--cml-purple);
	color: #fff !important;
}

.cml-webinar-landing-btn.is-primary:hover {
	background: var(--cml-blue);
}

.cml-webinar-landing-btn.is-teal {
	background: #3daec4;
	color: #fff !important;
}

.cml-webinar-landing-btn.is-teal:hover {
	background: var(--cml-blue);
}

.cml-webinar-landing-btn.is-light {
	background: #fff;
	color: var(--cml-purple) !important;
}

.cml-webinar-landing-btn.is-light:hover {
	background: var(--cml-light);
}

.cml-webinar-landing-btn.is-outline {
	border-color: var(--cml-purple);
	background: #fff;
	color: var(--cml-purple) !important;
}

.cml-webinar-landing-btn.is-outline:hover {
	background: var(--cml-purple);
	color: #fff !important;
}

.cml-webinar-landing-btn.is-full {
	width: 100%;
}


/* YEAR PASS BANNER */

.cml-webinar-year-pass-banner-wrap {
	padding: 18px 0 0;
}

.cml-webinar-year-pass-banner {
	display: grid;
	grid-template-columns: 95px minmax(0,1fr) 170px 250px;
	gap: 23px;
	align-items: center;
	padding: 24px 28px;
	border-radius: 8px;
	background: linear-gradient(100deg, #4b529b, #676ab1);
	color: #fff;
}

.cml-webinar-year-pass-icon {
	display: flex;
	width: 72px;
	height: 72px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,.12);
	font-size: 26px;
}

.cml-webinar-year-pass-banner-copy h2 {
	margin: 0 0 2px;
	color: #fff;
	font-size: 28px;
}

.cml-webinar-year-pass-banner-copy p {
	margin: 0 0 5px;
	color: #fff;
	font-size: 14px;
}

.cml-webinar-year-pass-banner-copy p:last-child {
	margin-bottom: 0;
}

.cml-webinar-year-pass-banner-price {
	text-align: center;
}

.cml-webinar-year-pass-price {
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
}

.cml-webinar-year-pass-price .amount {
	color: inherit;
}

.cml-webinar-year-pass-banner-price > span {
	display: block;
	margin: 4px 0 10px;
	font-size: 10px;
	opacity: .8;
}

.cml-webinar-year-pass-benefits {
	border-left: 1px solid rgba(255,255,255,.35);
	padding-left: 27px;
}

.cml-webinar-year-pass-benefits ul,
.cml-webinar-year-pass-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cml-webinar-year-pass-benefits li,
.cml-webinar-year-pass-card li {
	position: relative;
	margin: 6px 0;
	padding-left: 22px;
	font-size: 12px;
	line-height: 1.4;
}

.cml-webinar-year-pass-benefits li::before,
.cml-webinar-year-pass-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	font-weight: 800;
}


/* SECTION TITLES */

.cml-webinar-section-title {
	margin: 0 0 17px;
	text-align: center;
}

.cml-webinar-section-title h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 7px;
	color: var(--cml-navy);
	font-size: 21px;
	line-height: 1.2;
	text-transform: uppercase;
}

.cml-webinar-section-title h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 42px;
	height: 2px;
	transform: translateX(-50%);
	background: var(--cml-purple);
}


/* UPCOMING */

.cml-webinar-upcoming-section {
	padding: 20px 0 12px;
}

.cml-webinar-upcoming-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(300px, .9fr);
	gap: 20px;
}

.cml-webinar-upcoming-copy,
.cml-webinar-year-pass-card {
	border: 1px solid var(--cml-border);
	border-radius: 9px;
	background: #fff;
}

.cml-webinar-upcoming-copy {
	position: relative;
	padding: 28px 30px 25px 84px;
	background: linear-gradient(135deg, #f7f7fc, #f1f1fa);
}

.cml-webinar-upcoming-icon {
	position: absolute;
	top: 25px;
	left: 25px;
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--cml-purple);
	border-radius: 50%;
	color: var(--cml-purple);
}

.cml-webinar-wysiwyg h2,
.cml-webinar-wysiwyg h3 {
	margin: 0 0 9px;
	color: var(--cml-purple);
	line-height: 1.25;
}

.cml-webinar-wysiwyg h2 {
	font-size: 25px;
}

.cml-webinar-wysiwyg h3 {
	font-size: 20px;
}

.cml-webinar-wysiwyg p {
	margin: 0 0 12px;
}

.cml-webinar-wysiwyg ul {
	margin: 14px 0;
	padding: 0;
	list-style: none;
}

.cml-webinar-wysiwyg li {
	position: relative;
	margin: 8px 0;
	padding-left: 25px;
}

.cml-webinar-wysiwyg li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--cml-purple);
	font-weight: 800;
}

.cml-webinar-wysiwyg em {
	color: var(--cml-purple);
	font-weight: 600;
}

.cml-webinar-year-pass-card {
	padding: 27px;
}

.cml-webinar-year-pass-card h3 {
	margin: 5px 0 17px;
	color: var(--cml-navy);
	font-size: 17px;
	line-height: 1.35;
}

.cml-webinar-year-pass-card-price {
	padding-top: 15px;
	border-top: 1px solid var(--cml-border);
	color: var(--cml-purple);
	font-size: 33px;
	font-weight: 800;
	line-height: 1;
}

.cml-webinar-year-pass-card-price .amount {
	color: inherit;
}

.cml-webinar-year-pass-card-sub {
	display: block;
	margin: 4px 0 13px;
	font-size: 12px;
	font-weight: 700;
}

.cml-webinar-year-pass-card ul {
	margin-bottom: 18px;
}

.cml-webinar-year-pass-card li::before {
	color: var(--cml-purple);
}


/* ARCHIVE */

.cml-webinar-archive-section {
	padding: 5px 0 12px;
}

.cml-webinar-archive-list {
	border: 1px solid var(--cml-border);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.cml-webinar-archive-item {
	display: grid;
	grid-template-columns: 120px minmax(0,1fr) 150px;
	gap: 20px;
	align-items: center;
	padding: 10px 16px;
	border-bottom: 1px solid var(--cml-border);
}

.cml-webinar-archive-item:last-child {
	border-bottom: 0;
}

.cml-webinar-archive-thumb {
	position: relative;
	display: block;
	height: 68px;
	overflow: hidden;
	border-radius: 4px;
	background: var(--cml-blue);
}

.cml-webinar-archive-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cml-webinar-archive-thumb-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--cml-blue), var(--cml-purple));
}

.cml-webinar-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	width: 31px;
	height: 31px;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(20,30,50,.45);
	color: #fff;
	font-size: 12px;
}

.cml-webinar-archive-copy h3 {
	margin: 0 0 3px;
	color: var(--cml-navy);
	font-size: 13px;
	line-height: 1.35;
}

.cml-webinar-archive-copy h3 a {
	color: inherit;
	text-decoration: none;
}

.cml-webinar-archive-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: #555d68;
	font-size: 10px;
}

.cml-webinar-archive-copy p {
	margin: 2px 0 0;
	color: #5d6470;
	font-size: 10px;
}

.cml-webinar-archive-action {
	text-align: right;
}

.cml-webinar-empty {
	padding: 25px;
	border: 1px solid var(--cml-border);
	border-radius: 8px;
	background: var(--cml-light);
	text-align: center;
}


/* BOTTOM INFO CARDS */

.cml-webinar-info-section {
	padding: 0 0 12px;
}

.cml-webinar-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 20px;
}

.cml-webinar-info-card {
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 15px;
	align-items: start;
	padding: 22px 24px;
	border: 1px solid var(--cml-border);
	border-radius: 8px;
	background: #f7f7fb;
}

.cml-webinar-info-icon {
	display: flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--cml-purple);
	color: #fff;
	font-size: 20px;
}

.cml-webinar-info-card .cml-webinar-wysiwyg h2,
.cml-webinar-info-card .cml-webinar-wysiwyg h3 {
	color: var(--cml-purple);
	font-size: 18px;
}

.cml-webinar-info-card .cml-webinar-wysiwyg p {
	margin-bottom: 7px;
	font-size: 12px;
}


/* CONTACT */

.cml-webinar-contact-section {
	padding: 0 0 28px;
}

.cml-webinar-contact-bar {
	display: grid;
	grid-template-columns: 1fr .9fr 1.2fr;
	gap: 25px;
	align-items: center;
	padding: 20px 27px;
	border-radius: 8px;
	background: linear-gradient(100deg, #1c3761, #263b65);
	color: #fff;
}

.cml-webinar-contact-intro {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 15px;
	align-items: center;
}

.cml-webinar-contact-icon {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.4);
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
}

.cml-webinar-wysiwyg.is-dark h2,
.cml-webinar-wysiwyg.is-dark h3,
.cml-webinar-wysiwyg.is-dark p,
.cml-webinar-wysiwyg.is-dark a {
	color: #fff;
}

.cml-webinar-wysiwyg.is-dark h2,
.cml-webinar-wysiwyg.is-dark h3 {
	margin-bottom: 3px;
	font-size: 17px;
}

.cml-webinar-wysiwyg.is-dark p {
	margin: 0;
	font-size: 11px;
	opacity: .9;
}

.cml-webinar-contact-person {
	padding-left: 25px;
	border-left: 1px solid rgba(255,255,255,.3);
}

.cml-webinar-contact-person strong,
.cml-webinar-contact-person span,
.cml-webinar-contact-person a {
	display: block;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.cml-webinar-contact-person strong {
	font-size: 12px;
}

.cml-webinar-contact-person a:hover {
	text-decoration: underline;
}

.cml-webinar-hosting {
	padding-left: 25px;
	border-left: 1px solid rgba(255,255,255,.3);
}


/* RESPONSIVE */

@media (max-width: 1000px) {

	.cml-webinar-featured-card {
		grid-template-columns: 1fr;
	}

	.cml-webinar-featured-info {
		border-right: 0;
		border-bottom: 1px solid var(--cml-border);
	}

	.cml-webinar-year-pass-banner {
		grid-template-columns: 75px minmax(0,1fr) 160px;
	}

	.cml-webinar-year-pass-benefits {
		grid-column: 1 / -1;
		border-left: 0;
		border-top: 1px solid rgba(255,255,255,.3);
		padding: 15px 0 0;
	}

	.cml-webinar-upcoming-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {

	.cml-webinar-landing-container {
		width: min(100% - 30px, 1180px);
	}

	.cml-webinar-landing-hero-copy {
		padding: 45px 0 60px;
	}

	.cml-webinar-series-label {
		font-size: 23px;
	}

	.cml-webinar-hero-content h1,
	.cml-webinar-hero-content h2 {
		font-size: 45px;
	}

	.cml-webinar-featured-wrap {
		margin-top: -20px;
	}

	.cml-webinar-featured-info,
	.cml-webinar-featured-speakers {
		padding: 25px 20px;
	}

	.cml-webinar-speaker-row {
		grid-template-columns: 1fr;
	}

	.cml-webinar-featured-pricing {
		grid-template-columns: 1fr;
		padding: 0 20px 15px;
	}

	.cml-webinar-featured-note {
		padding: 0 20px 14px;
	}

	.cml-webinar-featured-price-bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.cml-webinar-featured-price-bottom .cml-webinar-landing-btn {
		width: 100%;
	}

	.cml-webinar-year-pass-banner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.cml-webinar-year-pass-icon {
		margin: 0 auto;
	}

	.cml-webinar-year-pass-benefits {
		text-align: left;
	}

	.cml-webinar-upcoming-copy {
		padding: 75px 22px 24px;
	}

	.cml-webinar-upcoming-icon {
		top: 20px;
		left: 22px;
	}

	.cml-webinar-archive-item {
		grid-template-columns: 95px 1fr;
	}

	.cml-webinar-archive-action {
		grid-column: 1 / -1;
	}

	.cml-webinar-archive-action .cml-webinar-landing-btn {
		width: 100%;
	}

	.cml-webinar-info-grid {
		grid-template-columns: 1fr;
	}

	.cml-webinar-contact-bar {
		grid-template-columns: 1fr;
	}

	.cml-webinar-contact-person,
	.cml-webinar-hosting {
		padding: 16px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(255,255,255,.3);
	}
}

/* =========================================================
   WEBINAR LANDING PAGE — TYPOGRAPHY + VISUAL POLISH
   Add after existing webinar-landing.css
   ========================================================= */


/* ---------------------------------------------------------
   TYPOGRAPHY
   --------------------------------------------------------- */

.cml-webinar-landing {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}


/* Primary headings / UI headings */
.cml-webinar-landing h1,
.cml-webinar-landing h2,
.cml-webinar-landing h3,
.cml-webinar-series-label,
.cml-webinar-kicker,
.cml-webinar-section-label,
.cml-webinar-price-type,
.cml-webinar-landing-btn {
	font-family: "Roboto", sans-serif;
}


/* Body/content areas */
.cml-webinar-featured-description,
.cml-webinar-speaker-card p,
.cml-webinar-featured-price-copy p,
.cml-webinar-wysiwyg,
.cml-webinar-archive-copy,
.cml-webinar-contact-person,
.cml-webinar-year-pass-banner-copy p,
.cml-webinar-year-pass-benefits {
	font-family: "proxima-nova", sans-serif;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.cml-webinar-series-label {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
}

.cml-webinar-hero-content h1,
.cml-webinar-hero-content h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: -.035em;
}

.cml-webinar-hero-content h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: -.01em;
}

.cml-webinar-hero-content p {
	font-family: "proxima-nova", sans-serif;
}


/* ---------------------------------------------------------
   FEATURED / NEXT LIVE WEBINAR
   --------------------------------------------------------- */

.cml-webinar-featured-info h2 {
	font-family: "Roboto", sans-serif;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.08;
}

.cml-webinar-meta {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.cml-webinar-featured-description {
	font-size: 15px;
	line-height: 1.6;
}


/* ---------------------------------------------------------
   FEATURED PRICING CARDS
   Give these more importance
   --------------------------------------------------------- */

.cml-webinar-featured-pricing {
	gap: 20px;
	padding-top: 5px;
	padding-bottom: 22px;
}

.cml-webinar-featured-price-card {
	grid-template-columns: 66px 1fr;
	gap: 18px;
	min-height: 155px;
	padding: 24px 25px;
	border-width: 1px;
	box-shadow: 0 4px 14px rgba(41, 53, 66, .045);
	transition:
		transform .2s ease,
		box-shadow .2s ease,
		border-color .2s ease;
}

.cml-webinar-featured-price-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(41, 53, 66, .09);
}

.cml-webinar-featured-price-card.is-free {
	border-color: rgba(103, 106, 177, .38);
}

.cml-webinar-featured-price-card.is-cle {
	border-color: rgba(61, 174, 196, .55);
}


/* Larger icon */

.cml-webinar-featured-price-icon {
	width: 60px;
	height: 60px;
	font-size: 18px;
	border-width: 2px;
}


/* Registration / CLE label */

.cml-webinar-price-type {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .055em;
}


/* Main option name */

.cml-webinar-featured-price-copy h3 {
	margin: 2px 0 5px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -.015em;
	line-height: 1.25;
}


/* Description */

.cml-webinar-featured-price-copy p {
	font-size: 13px;
	line-height: 1.4;
}


/* Price + button row */

.cml-webinar-featured-price-bottom {
	margin-top: 15px;
}


/* Price */

.cml-webinar-featured-price {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -.02em;
}


/* Bigger registration CTAs */

.cml-webinar-featured-price-bottom .cml-webinar-landing-btn {
	min-width: 175px;
	min-height: 46px;
	padding: 12px 22px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .025em;
	border-radius: 5px;
}


/* Make buttons visually stronger */

.cml-webinar-featured-price-bottom .cml-webinar-landing-btn.is-primary {
	box-shadow: 0 4px 10px rgba(103, 106, 177, .20);
}

.cml-webinar-featured-price-bottom .cml-webinar-landing-btn.is-teal {
	box-shadow: 0 4px 10px rgba(61, 174, 196, .20);
}


/* CLE note gets a little more breathing room */

.cml-webinar-featured-note {
	padding-top: 2px;
	padding-bottom: 18px;
	font-size: 12px;
}


/* ---------------------------------------------------------
   YEAR PASS
   --------------------------------------------------------- */

.cml-webinar-year-pass-banner-copy h2 {
	font-family: "Roboto", sans-serif;
	font-size: 29px;
	font-weight: 600;
	letter-spacing: -.025em;
}

.cml-webinar-year-pass-price {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: -.025em;
}


/* ---------------------------------------------------------
   MAJOR SECTION HEADERS

   These need stronger separation in the current render.
   --------------------------------------------------------- */

.cml-webinar-section-title {
	margin: 0 0 25px;
	padding-top: 10px;
	text-align: center;
}

.cml-webinar-section-title h2 {
	padding-bottom: 11px;
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 1.15;
	text-transform: uppercase;
}

.cml-webinar-section-title h2::after {
	width: 52px;
	height: 3px;
	border-radius: 2px;
}


/* More breathing room between page sections */

.cml-webinar-upcoming-section {
	padding-top: 34px;
	padding-bottom: 28px;
}

.cml-webinar-archive-section {
	padding-top: 24px;
	padding-bottom: 28px;
}


/* ---------------------------------------------------------
   UPCOMING SERIES CONTENT
   --------------------------------------------------------- */

.cml-webinar-upcoming-copy {
	padding-top: 31px;
	padding-bottom: 30px;
}

.cml-webinar-upcoming-copy .cml-webinar-wysiwyg h2 {
	font-family: "Roboto", sans-serif;
	font-size: 27px;
	font-weight: 500;
	letter-spacing: -.02em;
}

.cml-webinar-upcoming-copy .cml-webinar-wysiwyg p {
	font-size: 15px;
	line-height: 1.55;
}

.cml-webinar-upcoming-copy .cml-webinar-wysiwyg li {
	font-size: 14px;
}


/* Year pass card heading */

.cml-webinar-year-pass-card h3 {
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-weight: 500;
}

.cml-webinar-year-pass-card-price {
	font-family: "Roboto", sans-serif;
	font-size: 36px;
	font-weight: 700;
}


/* ---------------------------------------------------------
   ARCHIVED WEBINARS
   --------------------------------------------------------- */

.cml-webinar-archive-copy h3 {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.cml-webinar-archive-meta {
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;
}

.cml-webinar-archive-copy p {
	font-size: 12px;
}


/* ---------------------------------------------------------
   BOTTOM INFO CARDS
   --------------------------------------------------------- */

.cml-webinar-info-card .cml-webinar-wysiwyg h2,
.cml-webinar-info-card .cml-webinar-wysiwyg h3 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.cml-webinar-info-card .cml-webinar-wysiwyg p {
	font-size: 13px;
	line-height: 1.5;
}


/* ---------------------------------------------------------
   CONTACT BAR
   --------------------------------------------------------- */

.cml-webinar-wysiwyg.is-dark h2,
.cml-webinar-wysiwyg.is-dark h3 {
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-weight: 500;
}


/* ---------------------------------------------------------
   MOBILE ADJUSTMENTS
   --------------------------------------------------------- */

@media (max-width: 767px) {

	.cml-webinar-featured-info h2 {
		font-size: 28px;
	}

	.cml-webinar-section-title {
		margin-bottom: 20px;
		padding-top: 5px;
	}

	.cml-webinar-section-title h2 {
		font-size: 22px;
	}

	.cml-webinar-upcoming-section {
		padding-top: 27px;
		padding-bottom: 22px;
	}

	.cml-webinar-archive-section {
		padding-top: 18px;
		padding-bottom: 23px;
	}

	.cml-webinar-featured-price-card {
		grid-template-columns: 58px 1fr;
		padding: 20px;
	}

	.cml-webinar-featured-price-icon {
		width: 52px;
		height: 52px;
	}

	.cml-webinar-featured-price-copy h3 {
		font-size: 17px;
	}

	.cml-webinar-featured-price {
		font-size: 24px;
	}

	.cml-webinar-featured-price-bottom .cml-webinar-landing-btn {
		min-width: 0;
		width: 100%;
		font-size: 12px;
	}

}
