/* Upcoming Events Pages */
html {
	scroll-behavior: smooth;
}

.container.default h3,
.container.default .h3 {
	text-align: center;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text {
	margin-bottom: 50px;
	padding: 30px 20px 25px;
}
@media (min-width: 768px) {
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text {
		margin-bottom: 75px;
		padding: 31px 43px 25px;
	}
}
@media (min-width: 1024px) {
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text {
		margin-bottom: 100px;
	}
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row {
	justify-content: space-between;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.text-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	width: 45%;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.image-holder {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 32%;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.image-holder img {
	max-width: 100%;
	width: 300px;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder {
	width: 23%;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.text-holder h1 {
	text-align: left;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.text-holder h2 {
	color: #cbf600;
	font-size: 24px;
	line-height: 1.107;
	text-align: left;
}
@media (min-width: 768px) {
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.text-holder h2 {
		font-size: 28px;
	}
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.text-holder p a {
	color: #fff;
	font-weight: 600;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder h2 {
	text-align: right;
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 10px;
	color: #cbf600;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder ul {
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder ul li {
	line-height: 1.2;
	font-size: 15px;
	padding: 6px 0;
}

section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder ul li a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 1023px) {
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.text-holder,
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.image-holder,
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder {
		width: 100%;
	}
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder,
	section.upcoming-hero-section.purple-grad-bg.rounded.white-text .row .col.index-holder h2 {
		text-align: center;
	}
}

.monthly-comm-convos-section .post-slider,
.monthly-comm-convos-section .slick-list,
.monthly-comm-convos-section .slick-track {
	height: auto !important;
	min-height: 0 !important;
}

.monthly-comm-convos-section .post-slider {
	padding-bottom: 35px;
}

.monthly-comm-convos-section .slick-slide,
.monthly-comm-convos-section .slide {
	height: auto !important;
	min-height: 0 !important;
}

.monthly-comm-convos-section {
	margin-bottom: 50px;
	padding: 50px 43px 0px;
}
@media (min-width: 768px) {
	.monthly-comm-convos-section {
		margin-bottom: 75px;
		padding-top: 60px;
	}
}
@media (min-width: 1024px) {
	.monthly-comm-convos-section {
		margin-bottom: 100px;
	}
}

.monthly-comm-convos-section .text-holder {
	max-width: 660px;
	margin: 0px auto 66px auto;
}

.post-carousel-section {
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.post-carousel-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.post-carousel-section {
		margin-bottom: 100px;
	}
}

.post-carousel-section h2 {
	margin-bottom: 22px;
	color: #cbf600;
}

@media (min-width: 1200px) {
	.post-carousel-section h2.text-left {
		padding-left: 20px;
	}
}

.post-carousel-section .events-slider {
	padding: 27px 40px 22px;
	position: relative;
}
@media (min-width: 480px) {
	.post-carousel-section .events-slider {
		padding: 27px 20px 22px;
	}
}
@media (min-width: 1024px) {
	.post-carousel-section .events-slider {
		padding: 27px 39px 22px;
	}
}

.post-carousel-section .img.rounded {
	padding: 10px;
	background: #fff;
}

.post-carousel-section .events-slider:before {
	background: url("../images/decor-bg2.png") no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 200px;
	position: absolute;
	right: -80px;
	top: -77px;
	width: 200px;
	z-index: -1;
}
@media (min-width: 768px) {
	.post-carousel-section .events-slider:before {
		height: 220px;
		top: -105px;
		width: 260px;
	}
}
@media (min-width: 1024px) {
	.post-carousel-section .events-slider:before {
		height: 275px;
		right: -83px;
		width: 407px;
	}
}

.post-carousel-section .slick-arrow {
	background: transparent;
	border: 0;
	color: #cbf600;
	font-size: 30px;
	left: 0px;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.post-carousel-section .post-slider.three-up .slick-arrow.slick-prev {
	left: -25px;
}

.post-carousel-section .post-slider.three-up .slick-arrow.slick-next {
	right: -25px;
}

@media (min-width: 1024px) {
	.post-carousel-section .slick-arrow {
		font-size: 46px;
		left: 14px;
	}
}

.post-carousel-section .slick-arrow:hover {
	opacity: 0.8;
}

.post-carousel-section .slick-arrow.slick-next {
	left: auto;
	right: 0px;
}
@media (min-width: 1024px) {
	.post-carousel-section .slick-arrow.slick-next {
		right: 14px;
	}
}

.post-carousel-section .events-slider p.check-back {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}

.post-carousel-section .slick-slide {
	padding: 0 20px;
}

.post-carousel-section.roundtable-layout .roundtable-wrap.has-featured-event {
	margin: 0 -43px;
}
@media (min-width: 768px) {
	.post-carousel-section.roundtable-layout .roundtable-wrap.has-featured-event {
		display: grid;
		align-items: center;
	}
}

.post-carousel-section .slick-list {
	padding-top: 15px;
}

.post-carousel-section .eyebrow.desktop {
	display: none;
}

.post-carousel-section.roundtable-layout .featured-event-card > a {
	text-decoration: none;
}

@media (min-width: 1024px) {
	.post-carousel-section .eyebrow.mobile {
		display: none;
	}
	.post-carousel-section .eyebrow.desktop {
		display: block;
	}
	.post-carousel-section.roundtable-layout .roundtable-featured-column {
		grid-column: 1;
		padding: 35px 0px 35px 85px;
	}
	.post-carousel-section.roundtable-layout .roundtable-wrap.has-featured-event {
		display: grid;
		grid-template-columns: minmax(0, 2.875fr) minmax(0, 1.78fr);
		align-items: center;
	}
	.post-carousel-section .slick-slide {
		padding: 0 44px;
	}
	.post-carousel-section.roundtable-layout .featured-event-card > a,
	.post-carousel-section.roundtable-layout .featured-event-card > div.featured-event-inner {
		display: flex;
		height: 100%;
	}
}

.post-carousel-section .slick-slide img {
	border-radius: 15px;
	width: 100%;
}

.post-carousel-section.roundtable-layout .roundtable-featured-column,
.post-carousel-section.roundtable-layout .roundtable-slider-column {
	min-width: 0;
}

.post-carousel-section.roundtable-layout .roundtable-featured-column {
	grid-column: 1;
}

.post-carousel-section.roundtable-layout .roundtable-slider-column {
	grid-column: 2;
	padding: 35px 0;
}

@media (min-width: 478px) {
	.post-carousel-section.roundtable-layout .post-slider.one-up {
		width: 100%;
		padding: 0 35px;
	}
}
@media (max-width: 477px) {
	.post-carousel-section .post-slider.one-up .slick-arrow.slick-prev {
		left: -25px;
	}
	.post-carousel-section .post-slider.one-up .slick-arrow.slick-next {
		right: -25px;
	}
}

.post-carousel-section .dark-blue-bg.rounded.roundtable-wrap.no-featured-event,
.post-carousel-section .dark-blue-bg.rounded.comm-convo-wrap {
	padding: 15px 45px 35px 45px;
}

.dark-blue-bg.rounded .coming-soon-card.rounded,
.dark-gray-bg.rounded .coming-soon-card.rounded {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: -1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.dark-blue-bg.rounded .coming-soon-card.rounded h3,
.dark-gray-bg.rounded .coming-soon-card.rounded h3 {
	color: #2743b5;
	font-size: 23px;
	position: absolute;
	padding: 0 30px;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.dark-blue-bg.rounded.roundtable-wrap.no-featured-event .slide,
.dark-gray-bg.rounded .standard-wrap .slide {
	position: relative;
	padding-top: 20px;
}

@media (max-width: 767px) {
	.post-carousel-section.roundtable-layout .roundtable-wrap.has-featured-event {
		grid-template-columns: 1fr;
	}
}

.post-carousel-section.roundtable-layout .featured-event-card {
	height: 100%;
	background-color: #fff;
	position: relative;
	display: flex;
}

.post-carousel-section.roundtable-layout .featured-event-card > div.featured-event-inner {
	display: flex;
	height: 100%;
}

.post-carousel-section .event-content-link {
	text-decoration: none;
}

.post-carousel-section.roundtable-layout .featured-event-card .img {
	margin: 0;
	width: 50%;
}

.post-carousel-section.roundtable-layout .featured-event-card .img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.post-carousel-section.roundtable-layout .featured-event-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 28px 25px 0;
	text-decoration: none;
	width: 50%;
}

.event-cta.btn.btn-blue {
	background: #2743b5;
	padding: 10px 20px;
	width: fit-content;
}

.event-cta.btn.btn-blue:hover {
	background: #cbf600;
	color: #212e69;
}

.post-carousel-section .post-slider.three-up.comm-convo-slider .slick-slide {
	position: relative;
	padding-top: 20px;
}

.post-carousel-section .eyebrow {
	background-color: #cbf600;
	border-radius: 20px;
	color: #212e69;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
	padding: 5px 45px;
}

.post-carousel-section .standard-wrap {
	padding: 15px 40px 0;
	width: 100%;
}

.post-carousel-section .standard-wrap .slide {
	position: relative;
	padding-top: 20px;
}

.post-carousel-section .standard-wrap .slide .eyebrow,
.dark-gray-bg.rounded .slide .eyebrow {
	top: 0px;
}

.post-carousel-section.roundtable-layout .featured-event-content .event-date {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 24px;
	color: #2743b5;
}

.post-carousel-section.roundtable-layout .featured-event-content .event-time {
	margin: 0 0 20px;
	color: #000;
	font-size: 20px;
}

@media (max-width: 1023px) {
	.post-carousel-section.roundtable-layout .roundtable-featured-column {
		padding: 35px;
	}
	.post-carousel-section.roundtable-layout .featured-event-card {
		flex-direction: column;
	}
	.post-carousel-section.roundtable-layout .featured-event-card .img {
		width: 100%;
	}
	.post-carousel-section.roundtable-layout .featured-event-content {
		padding: 0 15px;
		text-decoration: none;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.post-carousel-section.roundtable-layout .roundtable-featured-column {
		padding: 25px;
	}
	.post-carousel-section.roundtable-layout .roundtable-slider-column {
		padding: 15px 40px 35px;
	}
	.post-carousel-section.roundtable-layout .featured-event-card > a,
	.post-carousel-section.roundtable-layout .featured-event-card > div.featured-event-inner {
		grid-template-columns: 1fr;
	}
}

.hero-page-section p.event-meta {
	margin-bottom: 0;
}

.post-carousel-section .section-intro {
	text-align: center;
}

.post-carousel-section h3.section-lower-heading {
	max-width: 540px;
	margin: 0 auto;
}

.post-carousel-section.roundtable-layout .featured-event-content h3 {
	margin: 0 0 16px;
	text-align: left;
	color: #212e69;
	text-transform: uppercase;
}

.quarterly-t2bmeets-section {
	position: relative;
	padding: 70px 43px 0px;
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.quarterly-t2bmeets-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.quarterly-t2bmeets-section {
		margin-bottom: 100px;
	}
}

.quarterly-t2bmeets-section .floating-image-left {
	position: absolute;
	left: 0;
	top: -40px;
	max-width: 250px;
}

.quarterly-t2bmeets-section .floating-image-right {
	position: absolute;
	right: 0;
	top: -40px;
	max-width: 250px;
}

.quarterly-t2bmeets-section .t2bmeets-content {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}
@media (min-width: 1200px) {
	.quarterly-t2bmeets-section .t2bmeets-content {
		max-width: 725px;
	}
}
@media (max-width: 1000px) {
	.quarterly-t2bmeets-section .t2bmeets-content {
		margin-top: 300px;
	}
}

.quarterly-t2bmeets-section .t2bmeets-content .text-holder {
	max-width: 675px;
	margin: 0 auto;
	text-align: center;
}

.quarterly-t2bmeets-section .t2bmeets-content .text-holder h2 {
	font-size: 37px;
	color: #cbf600;
}

.quarterly-t2bmeets-section .t2bmeets-content h3.tickets-heading {
	max-width: 580px;
	margin: 40px auto;
	font-size: 24px;
}

.quarterly-t2bmeets-section .t2bmeets-content h3.registration-heading {
	font-size: 24px;
	margin-top: 40px;
	color: #cbf600;
}

.quarterly-t2bmeets-section .t2bmeets-event-grid {
	display: flex;
	gap: 80px;
	padding: 0px 0 40px;
}
@media (max-width: 767px) {
	.quarterly-t2bmeets-section .t2bmeets-event-grid {
		flex-direction: column;
		gap: 40px;
		padding: 0 0 60px 0;
		max-width: 330px;
		margin: 0 auto;
	}
}

.quarterly-t2bmeets-section .post-slider {
	padding: 0 0 40px;
}
@media (min-width: 478px) {
	.quarterly-t2bmeets-section .post-slider {
		margin: 0 -43px;
	}
}
@media (max-width: 767px) {
	.quarterly-t2bmeets-section .post-slider {
		padding: 0 0 60px;
	}
}

.quarterly-t2bmeets-section .post-slider .slick-list {
	padding-top: 0;
}

.quarterly-t2bmeets-section .t2bmeets-event-grid .img.rounded {
	padding: 10px;
	background: #fff;
	border-radius: 20px;
}

.quarterly-t2bmeets-section .t2bmeets-event-grid .img.rounded img {
	border-radius: 15px;
}

.quarterly-t2bmeets-section .floating-image-left {
	position: absolute;
	left: 0;
	top: -40px;
	max-width: 250px;
}

.quarterly-t2bmeets-section .ticket-types .ticket-type {
	text-transform: uppercase;
	color: #212e69;
	background: #8cd1ce;
	width: fit-content;
	margin: 20px auto;
	border-radius: 30px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 500;
	width: 365px;
	text-align: right;
}
@media (max-width: 477px) {
	.quarterly-t2bmeets-section .ticket-types .ticket-type {
		border-radius: 20px;
		text-align: center;
		width: auto;
	}
}

.quarterly-t2bmeets-section .ticket-types .ticket-type span.ticket-label {
	background: #8cd1ce;
	border-radius: 30px;
	padding: 0 5px 0 0;
}
@media (max-width: 477px) {
	.quarterly-t2bmeets-section .ticket-types .ticket-type  span.ticket-label {
		display: block;
	}
}

.quarterly-t2bmeets-section .ticket-types .ticket-type span.ticket-price {
	background: #fff;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 22px;
	text-align: center;
}
@media (max-width: 477px) {
	.quarterly-t2bmeets-section .ticket-types .ticket-type span.ticket-price {
		display: inline-block;
		margin-top: 10px;
	}
}

.peer-learning-practicum-section {
	margin-bottom: 50px;
	padding: 50px 43px;
	position: relative;
}
@media (min-width: 768px) {
	.peer-learning-practicum-section {
		margin-bottom: 75px;
		padding: 70px 43px;
	}
}
@media (min-width: 1024px) {
	.peer-learning-practicum-section {
		margin-bottom: 100px;
	}
}

.peer-learning-practicum-section .plp-content {
	width: 725px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 1200px) {
	.peer-learning-practicum-section .plp-content {
		width: 500px;
	}
}

.peer-learning-practicum-section .floating-image-left {
	left: -85px;
	max-width: 365px;
	position: absolute;
	top: 25px;
}
@media (max-width: 1000px) {
	.peer-learning-practicum-section .floating-image-left {
		left: auto;
		margin: 0 auto;
		position: relative;
		top: auto;
		width: 100%;
	}
}

.peer-learning-practicum-section .plp-content h2 {
	font-size: 37px;
	color: #cbf600;
}

.peer-learning-practicum-section h3.section-lower-heading {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	width: 100%;
	max-width: 660px;
	margin: 1px auto 20px;
}

.peer-learning-practicum-section .section-instructions *:last-of-type {
	margin-bottom: 0;
}

.peer-learning-practicum-section .plp-content .btn {
	margin-top: 40px;
	max-width: 420px;
	width: 100%;
}

.peer-learning-practicum-section .plp-content .btn:hover {
	background: #212e69;
}

.member-led-roundtables-section {
	margin-bottom: 50px;
	padding: 50px 43px;
	position: relative;
}
@media (min-width: 768px) {
	.member-led-roundtables-section {
		margin-bottom: 75px;
		padding: 70px 43px 50px;
	}
}
@media (min-width: 1024px) {
	.member-led-roundtables-section {
		margin-bottom: 100px;
	}
}


.member-led-roundtables-section .img.rounded {
	padding: 10px 10px 6px;
	background: #fff;
	border-radius: 20px;
	max-width: 325px;
	margin: 0 auto;
}

.member-led-roundtables-section .img.rounded img {
	border-radius: 15px;
}

.member-led-roundtables-section .text-holder {
	max-width: 666px;
	margin: 0 auto;
	text-align: center;
}

.member-led-roundtables-section .text-holder h2 {
	font-size: 37px;
	color: #cbf600;
}

.member-led-roundtables-section h3.section-lower-heading {
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	margin: 60px auto 45px;
	max-width: 635px;
}

@media (min-width: 478px) {
	.member-led-roundtables-section .post-slider {
		margin: 0 -43px;
	}
}

.registration-heading {
	color: #cbf600;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0px auto 45px;
}

.quarterly-masterclasses-section {
	margin-bottom: 50px;
	padding: 50px 43px;
	position: relative;
}
@media (min-width: 768px) {
	.quarterly-masterclasses-section {
		margin-bottom: 75px;
		padding: 70px 43px 50px;
	}
}
@media (min-width: 1024px) {
	.quarterly-masterclasses-section {
		margin-bottom: 100px;
	}
}

.quarterly-masterclasses-section .text-holder {
	max-width: 666px;
	margin: 0 auto;
	text-align: center;
}

.quarterly-masterclasses-section .text-holder h2 {
	font-size: 37px;
	color: #cbf600;
}

.quarterly-masterclasses-section .post-slider,
.quarterly-masterclasses-section .slick-list,
.quarterly-masterclasses-section .slick-track {
	height: auto !important;
	min-height: 0 !important;
}

.quarterly-masterclasses-section .post-slider {
	margin: 0 -43px;
	padding-bottom: 0;
}

.quarterly-masterclasses-section .slick-slide,
.quarterly-masterclasses-section .slide {
	height: auto !important;
	min-height: 0 !important;
}

.quarterly-masterclasses-section .post-slider.three-up .slick-slide {
	position: relative;
	padding-top: 20px;
}

.quarterly-t2bmeets-section .bcf-content .text-holder {
	width: 675px;
	margin: 0 auto;
	text-align: center;
}

.quarterly-t2bmeets-section h2 {
	color: #cbf600;
}

.biopharma-comms-forums-section {
	margin-bottom: 50px;
	padding: 50px 43px;
	position: relative;
}
@media (min-width: 768px) {
	.biopharma-comms-forums-section {
		margin-bottom: 75px;
		padding: 70px 43px;
	}
}
@media (min-width: 1024px) {
	.biopharma-comms-forums-section {
		margin-bottom: 100px;
	}
}

.biopharma-comms-forums-section .floating-image-left {
	position: absolute;
	left: 0;
	top: -40px;
	max-width: 250px;
}

.biopharma-comms-forums-section .floating-image-right {
	position: absolute;
	right: 10px;
	top: 30px;
	max-width: 250px;
}

.biopharma-comms-forums-section .bcf-content {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}
@media (min-width: 1200px) {
	.biopharma-comms-forums-section .bcf-content {
		max-width: 725px;
	}
}
@media (max-width: 1023px) {
	.biopharma-comms-forums-section .bcf-content {
		max-width: none;
	}
}
@media (max-width: 1000px) {
	.biopharma-comms-forums-section .bcf-content {
		margin-top: 300px;
	}
}

.biopharma-comms-forums-section .text-holder h3.tickets-heading {
	max-width: 580px;
	margin: 40px auto;
	font-size: 24px;
}

.biopharma-comms-forums-section .text-holder h2 {
	font-size: 31px;
	color: #cbf600;
}

.bcf-ticket-types .ticket-type {
	text-transform: uppercase;
	color: #212e69;
	background: #8cd1ce;
	width: fit-content;
	margin: 20px auto;
	border-radius: 30px;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 500;
	width: 365px;
	text-align: right;
}
@media (max-width: 477px) {
	.bcf-ticket-types .ticket-type {
		border-radius: 20px;
		text-align: center;
		width: auto;
	}
}

.bcf-ticket-types .ticket-type span.ticket-label {
	background: #8cd1ce;
	border-radius: 30px;
	padding: 0 5px 0 0;
}
@media (max-width: 477px) {
	.bcf-ticket-types .ticket-type span.ticket-label {
		display: block;
	}
}

.bcf-ticket-types .ticket-type span.ticket-price {
	background: #fff;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 22px;
	text-align: center;
}
@media (max-width: 477px) {
	.bcf-ticket-types .ticket-type span.ticket-price {
		display: inline-block;
		margin-top: 10px;
	}
}

.biopharma-comms-forums-section .bcf-featured-event-card {
	background-color: #fff;
	position: relative;
	display: flex;
	max-width: 720px;
	margin: 70px auto 0;
	padding: 10px;
}
@media (max-width: 1023px) {
	.biopharma-comms-forums-section .bcf-featured-event-card {
		flex-direction: column;
		max-width: 680px;
	}
}
@media (max-width: 767px) {
	.biopharma-comms-forums-section .bcf-featured-event-card {
		margin: 70px -18px 0;
	}
}

.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-image.img {
	margin: 0;
	width: 50%;
	max-width: 300px;
	border-radius: 15px;
}
@media (max-width: 1023px) {
	.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-image.img {
		width: 100%;
		max-width: none;
	}
}

.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-inner {
	display: flex;
	height: 100%;
	width: 100%;
}

.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-image.img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 28px 25px 0;
	text-decoration: none;
	/* width: 50%; */
}

.biopharma-comms-forums-section .bcf-featured-event-card .event-content-link {
	text-decoration: none;
}

.biopharma-comms-forums-section .bcf-featured-event-card .eyebrow {
	background-color: #cbf600;
	border-radius: 20px;
	color: #212e69;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
	padding: 5px 45px;
}

.biopharma-comms-forums-section .bcf-featured-event-card .eyebrow.mobile {
	display: none;
}

.biopharma-comms-forums-section .bcf-featured-event-card .eyebrow.desktop {
	display: block;
}

.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-content h3 {
	margin: 0 0 16px;
	text-align: left;
	color: #212e69;
	font-size: 24px;
	text-transform: uppercase;
}

.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-content .event-date {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 20px;
	color: #2743b5;
}

.biopharma-comms-forums-section .bcf-featured-event-card .featured-event-content .event-time {
	margin: 0 0 20px;
	color: #000;
	font-size: 20px;
}

.biopharma-comms-forums-section .bcf-featured-event-card .event-cta.btn.btn-blue {
	background: #2743b5;
	padding: 10px 60px;
	width: fit-content;
}

.biopharma-comms-forums-section .bcf-featured-event-card .event-cta.btn.btn-blue:hover {
	background: #cbf600;
	color: #212e69;
}

@media (max-width: 1023px) {
	.page-template-page-upcoming-events .cta-section .row,
	.page-template-page-upcoming-events-pro .cta-section .row {
		align-items: center;
	}
	.biopharma-comms-forums-section .bcf-featured-event-card .eyebrow.mobile {
		display: block;
		top: -15px;
	}
	.biopharma-comms-forums-section .bcf-featured-event-card .eyebrow.desktop {
		display: none;
	}
}

.page-template-page-upcoming-events .cta-section .row .btn-holder,
.page-template-page-upcoming-events-pro .cta-section .row .btn-holder {
	margin: 20px auto 0;
	width: unset;
}
@media (min-width: 1024px) {
	.page-template-page-upcoming-events .cta-section .row .btn-holder,
	.page-template-page-upcoming-events-pro .cta-section .row .btn-holder {
		bottom: -30px;
		margin: 0;
		position: absolute;
	}
}

.page-template-page-upcoming-events .cta-section .row .btn-holder .btn:hover,
.page-template-page-upcoming-events-pro .cta-section .row .btn-holder .btn:hover {
	background: #212e69;
}

.page-template-page-upcoming-events .cta-section.dark-blue-bg .row .btn-holder .btn:hover,
.page-template-page-upcoming-events .cta-section.dark-gray-bg .row .btn-holder .btn:hover,
.page-template-page-upcoming-events-pro .cta-section.dark-blue-bg .row .btn-holder .btn:hover,
.page-template-page-upcoming-events-pro .cta-section.dark-gray-bg .row .btn-holder .btn:hover {
	background: #4a5fab;
}

.t2b-content-archive-section {
	border: 5px solid #cbf600;
	margin-bottom: 50px;
	padding: 50px 43px;
	position: relative;
	text-align: center;
}
@media (min-width: 768px) {
	.t2b-content-archive-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.t2b-content-archive-section {
		margin-bottom: 100px;
	}
}

.t2b-content-archive-section .content-archive-wrap {
	max-width: 875px;
	margin: 0 auto;
}

.t2b-content-archive-section .content-archive-wrap a {
	color: #ec008c;
	font-weight: 700;
}

.t2b-content-archive-section .content-archive-wrap h3.section-lower-heading {
	color: #2743b5;
	margin: 40px 0;
}

.pro-perks-section {
	margin-bottom: 50px;
	padding: 50px 43px;
	position: relative;
	text-align: center;
}
@media (min-width: 768px) {
	.pro-perks-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.pro-perks-section {
		margin-bottom: 100px;
	}
}

.pro-perks-section .pro-perks-content {
	max-width: 900px;
	margin: 0 auto;
}

.pro-perks-section .pro-perks-content .btn.btn-blue {
	background: #212e69;
	padding: 10px 60px;
}

.pro-perks-section .pro-perks-content .btn.btn-blue:hover {
	background: #4a5fab;
	color: #fff;
}

.pro-welcome-gift-section {
	margin-bottom: 50px;
	text-align: center;
}
@media (min-width: 768px) {
	.pro-welcome-gift-section {
		margin-bottom: 75px;
	}
}
@media (min-width: 1024px) {
	.pro-welcome-gift-section {
		margin-bottom: 100px;
	}
}

.pro-welcome-gift-section .pro-welcome-gift-content {
	max-width: 815px;
	margin: 0 auto;
}

.pro-welcome-gift-section .pro-welcome-gift-content p {
	font-size: 21px;
}
@media (min-width: 768px) {
	.pro-welcome-gift-section .pro-welcome-gift-content p {
		font-size: 24px;
	}
}
@media (min-width: 1024px) {
	.pro-welcome-gift-section .pro-welcome-gift-content p {
		font-size: 27px;
	}
}

.t2b-slack-workspace-section .slack-workspace-heading {
	max-width: 815px;
	margin: 0 auto 40px;
	text-align: center;
}

.t2b-slack-workspace-section .slack-workspace-heading a {
	color: #ec008c;
	font-weight: 700;
}

.t2b-slack-workspace-section .light-gray-bg.rounded {
	position: relative;
	padding: 50px 43px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.t2b-slack-workspace-section .light-gray-bg.rounded {
		margin-bottom: 35px;
	}
}
@media (min-width: 1024px) {
	.t2b-slack-workspace-section .light-gray-bg.rounded {
		margin-bottom: 60px;
	}
}

.t2b-slack-workspace-section .slack-tips-box h3 {
	max-width: 815px;
	margin: 0 auto 40px;
	text-align: center;
	color: #2743b5;
}

.t2b-slack-workspace-section .slack-tips-box .row {
	gap: 90px;
}

.t2b-slack-workspace-section .slack-tips-box .slack-tips-column.col {
	width: calc(50% - 45px);
}
@media (max-width: 767px) {
	.t2b-slack-workspace-section .slack-tips-box .slack-tips-column.col {
		width: 100%;
	}
}

.t2b-slack-workspace-section .slack-tips-box .slack-tips-column.col strong {
	color: #2743b5;
	font-weight: 700;
}

.page-template-page-upcoming-events .subscribe-section .btn-holder .btn:hover {
	background: #212e69;
}

.pro-upgrade-section {
	max-width: 866px;
	margin: 0 auto 10px;
	text-align: center;
}
@media (min-width: 768px) {
	.pro-upgrade-section {
		margin-bottom: 35px;
	}
}
@media (min-width: 1024px) {
	.pro-upgrade-section {
		margin-bottom: 60px;
	}
}

.pro-upgrade-section h2 {
	font-size: 27px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.pro-upgrade-section h2 {
		font-size: 36px;
	}
}
@media (min-width: 1024px) {
	.pro-upgrade-section h2 {
		font-size: 45px;
	}
}

.pro-upgrade-section p {
	font-size: 21px;
}
@media (min-width: 768px) {
	.pro-upgrade-section p {
		font-size: 24px;
	}
}
@media (min-width: 1024px) {
	.pro-upgrade-section p {
		font-size: 28px;
	}
}

.pro-upgrade-section a {
	color: #2643b4;
	font-weight: 500;
}

.pro-lower-text {
	padding: 43px;
}

.page-template-page-upcoming-events-pro .pr-directory-section .section-intro {
	font-size: 24px;
}

.organizations-types-list ul {
	column-count: 2;
	column-gap: 40px;
	margin: 0;
	padding-left: 1.2em;
}
@media (max-width: 767px) {
	.organizations-types-list ul {
		column-count: 1;
	}
}

.organizations-types-list li {
	break-inside: avoid;
	margin-bottom: 12px;
}

.page-template-page-upcoming-events .cta-section,
.page-template-page-upcoming-events-pro .cta-section {
	overflow: visible;
}

.page-template-page-upcoming-events .cta-section .text-holder,
.page-template-page-upcoming-events-pro .cta-section .text-holder {
	margin-bottom: 30px;
	padding-bottom: 0;
	padding-top: 40px;
}
@media (min-width: 1024px) {
	.page-template-page-upcoming-events .cta-section .text-holder,
	.page-template-page-upcoming-events-pro .cta-section .text-holder {
		padding-bottom: 20px;
	}
}

.page-template-page-upcoming-events .cta-section .text-holder h2,
.page-template-page-upcoming-events-pro .cta-section .text-holder h2 {
	font-size: 32px;
}

.page-template-page-upcoming-events .cta-section .row .image-holder,
.page-template-page-upcoming-events-pro .cta-section .row .image-holder {
	justify-content: center;
	padding-bottom: 40px;
}
@media (min-width: 1024px) {
	.page-template-page-upcoming-events .cta-section .row .image-holder,
	.page-template-page-upcoming-events-pro .cta-section .row .image-holder {
		padding-bottom: 0;
	}
}

.page-template-page-upcoming-events .cta-section .row .image-holder img,
.page-template-page-upcoming-events-pro .cta-section .row .image-holder img {
	border-radius: 20px;
}

.pr-directory-section p.image-disclaimer {
	font-size: 18px;
	font-style: italic;
	line-height: 1;
	text-align: center;
	max-width: 275px;
	margin: 0 auto 20px;
}

.pr-directory-section .row .text-holder h3 {
	color: #fff;
	margin: 20px 0;
	font-weight: 400;
}

.page-template-page-upcoming-events .pr-directory-section .row .text-holder h3 {
	font-size: 21px;
}

.pr-directory-section .row .text-holder .pr-directory-categories {
	margin-left: 25px;
	padding-left: 15px;
	border-left: 5px solid #cbf600;
}

.pr-directory-section .row .text-holder .pr-directory-category strong {
	color: #cbf600;
}