/*
 * Archive/Landing page template styling
*/
.coresight-events-button {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: auto;
	padding: 16px 24px;
	text-align: center;
	width: 250px;
}
.coresight-events-button:hover,
.coresight-events-button:focus,
.coresight-events-button:visited {
	background-color: #af2223;
	color: #fff;
}
.coresight-events-landing {
	overflow-x: hidden;
}
.coresight-events-landing .coresight-events-header,
.coresight-events-template .coresight-events-header,
.coresight-attending-events-template .coresight-events-header,
.coresight-past-events .coresight-events-header {
	background-color: #f2f2f2;
}
/* .coresight-events-landing .coresight-events-header .container {
	background-image: url(https://coresight.com/wp-content/uploads/2024/09/events-landing.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 4% 0;
} */
.coresight-past-events .coresight-events-header {
	margin-bottom: 50px;
}
.coresight-past-events .coresight-events-header,
.coresight-events-template .coresight-events-header,
.coresight-attending-events-template .coresight-events-header {
	background-image: url(./images/HeaderBanner.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 4rem 0;
}
.coresight-events-landing .coresight-events-header h1,
.coresight-events-template .coresight-events-header h1,
.coresight-attending-events-template .coresight-events-header h1,
.coresight-past-events .coresight-events-header h1 {
	color: #2D2A29;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(28px, 5vw, 40px);
	font-weight: 700;
	line-height: clamp(36px, 6vw, 46px);
	margin-bottom: 5px;
	width: min(750px, 100%);
}
.coresight-upcoming-events .coresight-events-header p {
	width: min(700px, 100%);
}
.coresight-events-landing .coresight-events-header h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.coresight-events-section {
	margin-bottom: 50px;
}

/* Main Section */
.coresight-events-landing .coresight-upcoming-events {
	padding: 3rem 0;
}
/* Section header */
/* CSS for buttons used for glide js blocks */
.coresight-glide-arrow-section button {
	background-color: #f2f2f2;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	height: 42px;
	outline: none;
	padding: 0;
	width: 42px;
}
.coresight-glide-arrow-section button:hover {
	background-color: #dadada;
}
.coresight-glide-arrow-section button svg {
	width: 9px;
}
.coresight-events-landing .coresight-landing-header {
	margin-bottom: 32px;
}
.coresight-events-landing .coresight-landing-header h3 {
	color: #2D2A29;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-size: clamp(22px, 5vw, 32px);
	line-height: clamp(28px, 5vw, 48px);
	font-weight: 700;
	margin-bottom: 5px;
}
.coresight-events-landing .coresight-landing-header p {
	color: #2D2A29;
	font-size: 18px;
	margin-bottom: 0;
}
.coresight-events-landing .coresight-landing-header a {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 42px;
	line-height: 24px;
	margin: 30px auto 0;
	padding: 9px 20px;
	text-align: center;
	width: 150px;
}
.coresight-events-landing .coresight-landing-header a:hover {
	background-color: #af2223;
}

.coresight-events-landing .coresight-landing-header .industry-events-link {
	background-color: transparent;
	border-radius: 0;
	color: #d62e2f;
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: auto;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	width: auto;
}
.coresight-events-landing .coresight-landing-header .industry-events-link:hover {
	background-color: transparent;
	color: #af2223;
}

/* Filter buttons */
.coresight-events-landing .filter-button-group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
	overflow: auto;
}
.coresight-events-landing .filter-button-group button {
	align-items: center;
	background-color: #F2F2F2;
	border: 1px solid #CBCACA;
	border-radius: 40px;
	color: #2D2A29;
	cursor: pointer;
	display: flex;
	font-weight: 600;
	gap: 5px;
	padding: 6px 10px;
	position: relative;
	text-align: center;
}
.coresight-events-landing .filter-button-group::-webkit-scrollbar {
	display: none;
}
.coresight-events-landing .filter-button-group button:hover {
	background-color: #ddd;
}
.coresight-events-landing .filter-button-group .is-checked {
	background-color: #d62e2f;
	border-color: #d62e2f;
	color: #fff;
}
.coresight-events-landing .filter-button-group .is-checked svg path {
	fill: #fff;
}
.coresight-events-landing .filter-button-group .is-checked:hover {
	background-color: #d62e2f;
}

/* Section content */
.coresight-events-landing .coresight-events-slider {
	background-image: url(./images/HeaderBanner.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5rem;
}
.coresight-events-landing .coresight-events-slider .glide__slide {
	align-items: center;
	color: #fff;
	display: flex;
	height: 410px;
	position: relative;
}
.coresight-events-landing .coresight-events-slider .glide__slide .slider-link {
	position: absolute;
	inset: 0;
	z-index: 12;
}
.coresight-events-landing .coresight-events-slider .glide__slide .slider-content {
	padding: 3rem 5rem;
	position: relative;
	z-index: 11;
}
.coresight-events-landing .coresight-events-slider .glide__slide .slider-content .slider-logos {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 32px;
}
.coresight-events-landing .coresight-events-slider .glide__slide .slider-content .slider-logos img {
	border-radius: 0;
	height: auto;
	max-width: 180px;
	position: static;
}
.coresight-events-landing .coresight-events-slider .glide__slide .slider-content p {
	margin-bottom: 8px;
}
.coresight-events-landing .coresight-events-slider .glide__slide .slider-content h1 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 32px;
}
.coresight-events-landing .coresight-events-slider .glide__slide .slider-content a {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 8px 16px;
	text-align: center;
	width: 150px;
}
.coresight-events-landing .coresight-events-slider .glide__slide img {
	border-radius: 32px;
	display: block;
	height: 410px;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}
.coresight-events-landing .coresight-events-slider .glide__arrows {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.coresight-events-landing .coresight-events-slider .glide__arrows button {
	background-color: rgba(0, 0, 0, 0.69);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 42px;
	outline: none;
	padding: 0;
	width: 42px;
}
.coresight-events-landing .coresight-events-slider .glide__arrows button svg {
	height: 20px;
	width: 20px;
}
.coresight-events-landing .coresight-events-slider .glide__arrows button svg path {
	stroke: #fff;
}
.coresight-events-landing .coresight-events-slider .glide__bullets {
	bottom: 15px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.coresight-events-landing .coresight-events-slider .glide__bullets button {
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 8px;
	margin: 2px;
	outline: none;
	padding: 0;
	width: 8px;
}
.coresight-events-landing .coresight-events-slider .glide__bullets button.glide__bullet--active {
	background-color: rgba(255, 255, 255, 0.50);
}

.coresight-events-landing .coresight-events-landing-section {
	margin-bottom: 30px;
}
.coresight-events-landing .coresight-events-landing-section .glide__track {
	overflow: visible;
}
.coresight-events-landing .coresight-events-landing-section .glide__slide {
	height: auto;
}

/* Image/Date section */
.coresight-events-section-image {
	position: relative;
}
.coresight-events-section-image .coresight-event-date {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(7.5px);
	border-radius: 0px 8px 0px 8px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 10px;
	position: absolute;
	right: 0;
	text-align: center;
}
.coresight-events-section-image .coresight-event-date > span {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 400;
}

/* Event card content */
.coresight-event-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
}
.coresight-event-item {
	border-radius: 12px;
	flex: 0 1 280px;
	position: relative;
	transition: .3s all ease;
	width: 280px;
}
.coresight-event-item:hover {
	background-color: #F2F2F2;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
	transition: .3s all ease;
}
#section-1 .coresight-event-item {
	height: 370px;
	margin: 0 5px 20px;
}
.coresight-events-section-content {
	padding: 0 8px 10px;
}
.coresight-events-section-image img {
	border-radius: 12px;
	display: block;
	margin-bottom: 15px;
	height: 180px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.coresight-events-section-content h5 {
	color: #2D2A29;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
}
.coresight-events-section-content .coresight-event-time,
.coresight-events-section-content .coresight-event-location {
	color: #4F4F4F;
	display: block;
	font-size: 14px;
}
.coresight-events-section-content .coresight-event-location {
	font-weight: 500;
}
.coresight-events-section-content .coresight-event-date {
	color: #4F4F4F;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}
.coresight-events-section-content .coresight-event-misc-tags {
	align-items: center;
	color: #4F4F4F;
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 12px;
	margin-top: 8px;
}
.coresight-events-section-content .coresight-event-misc-tags > span {
	align-items: center;
	display: flex;
	gap: 4px;
	position: relative;
}
.coresight-events-section-content .coresight-event-misc-tags .limited,
.coresight-events-section-content .coresight-event-misc-tags .open {
	color: #2D2A29;
}
.coresight-events-section-content .coresight-event-misc-tags .limited:before,
.coresight-events-section-content .coresight-event-misc-tags .open:before {
	content: url('./images/ticket.svg');
	display: block;
	height: 15px;
	width: 15px;
}
.coresight-events-section-content .coresight-event-misc-tags .closed {
	color: #888;
}
.coresight-events-section-content .coresight-event-misc-tags .closed:before {
	content: url('./images/ticket-closed.svg');
	display: block;
	height: 15px;
	width: 15px;
}
.coresight-events-section-content .coresight-event-misc-tags .sponsorship-available:before {
	content: url('./images/star.svg');
	display: block;
	height: 16px;
	width: 16px;
}
.coresight-events-section-content .coresight-event-category {
	display: none;
	font-size: 14px;
	font-weight: 300;
}
.coresight-events-section-content .coresight-event-register-button {
	background-color: #d62e2f;
	border: none;
	color: #fff;
	display: block;
	margin: 5px auto 15px;
	outline: none;
	padding: 5px 20px;
	width: 100%;
}
.event-more-info {
	bottom: 10px;
	color: #2D2A29;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	left: 15px;
	position: absolute;
	text-transform: uppercase;
}

/* Industry event Section */
.coresight-events-landing .coresight-event-banner-section {
	background-color: #f2f2f2;
	background-image: url(https://coresight.com/wp-content/uploads/2024/05/industry-events-header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 4% 0;
}
.coresight-events-landing .coresight-event-banner-section .container > div {
	width: 60%;
}
.coresight-events-landing .coresight-event-banner-section h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.coresight-events-landing .coresight-event-banner-section p {
	color: #2D2A29;
	font-size: 18px;
}
.coresight-events-landing .coresight-event-banner-section a {
	background-color: #fff;
	border: 2px solid #d62e2f;
	border-radius: 8px;
	color: #d62e2f;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 12px 20px;
	text-align: center;
}
.coresight-events-landing .coresight-event-banner-section a:hover {
	background-color: #d62e2f;
	color: #fff;
}

/* CTA section */
.coresight-events-landing .coresight-events-landing-cta {
	background-image: url('./images/events-vector.svg');
	background-size: cover;
	padding: 8rem 0 6rem;
}
.coresight-events-landing .coresight-events-landing-cta .container {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.coresight-events-landing .coresight-events-landing-cta .container > div {
	flex: .6;
}
.coresight-events-landing .coresight-events-landing-cta h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 10px;
}
.coresight-events-landing .coresight-events-landing-cta p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}
.coresight-events-landing .coresight-events-landing-cta a {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 16px;
	text-align: center;
	width: 140px;
}
.coresight-events-landing .coresight-events-landing-cta a:hover {
	background-color: #af2223;
}

/* Webinar section */
.coresight-events-landing .coresight-events-landing-webinars {
	background-color: #f2f2f2;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-landing-section .glide__slide {
	border: none;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-section-content {
	padding: 0;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-section-image {
	position: relative;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-section-image::before {
	align-items: center;
	background-color: #2d2a29;
	border-radius: 12px;
	content: url(https://coresight.com/wp-content/themes/coresight/assets/images/play.svg);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	position: absolute;
	transition: all .3s ease;
	z-index: 1;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-section-image:hover::before {
	opacity: .7;
	transition: all .3s ease;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-section-image img {
	border-radius: 12px;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-section-content h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-events-section-content .coresight-event-date {
	color: #2D2A29;
	font-size: 14px;
	font-weight: 400;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-glide-arrow-section button {
	background-color: #fff;
}
.coresight-events-landing .coresight-events-landing-webinars .coresight-glide-arrow-section button:hover {
	background-color: #e6e6e6;
}

/* Events pagination */
.coresight-events-pagination {
	align-items: center;
	border-top: 1px solid #CBCACA;
	display: flex;
	justify-content: center;
	padding: 25px 15px;
}
.coresight-events-pagination-inner {
	background-color: #f2f2f2;
	border-radius: 8px;
	overflow: hidden;
}
.coresight-events-pagination-inner .page-numbers {
	color: #4F4F4F;
	display: inline-block;
	font-weight: 700;
	padding: 20px;
}
.coresight-events-pagination-inner .page-numbers.current {
	color: #d62e2f;
}
.coresight-events-pagination-inner .page-numbers:hover {
	background-color: #CBCACA;
}

/* Single event page - updated template */
.coresight-single-event-template {
	background-color: #f2f2f2;
}
.coresight-single-event-template .coresight-single-event-banner {
	line-height: 0;
	margin-bottom: 20px;
	max-height: 290px;
	overflow: hidden;
}
.coresight-single-event-template .coresight-single-event-banner img {
	width: 100%;
}
.coresight-single-event-template .coresight-single-event-meta {
	margin-bottom: 24px;
}
.coresight-single-event-template .coresight-single-event-meta .single-event-date {
	color: #d62e2f;
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}
.coresight-single-event-template .coresight-single-event-meta .title-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.coresight-single-event-template .coresight-single-event-meta h1 {
	color: #0F0F10;
	flex: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}
.coresight-single-event-template .coresight-single-event-meta .title-container .button-container {
	display: flex;
	flex: 1;
	gap: 5px;
	justify-content: flex-end;
}

.coresight-single-event-template .mobile-register-button a,
.coresight-single-event-template .coresight-single-event-meta .button-container a {
	background-color: #fff;
	border: 1px solid #d62e2f;
	border-radius: 8px;
	color: #d62e2f;
	cursor: pointer;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 8px 16px;
	text-align: center;
}
.coresight-single-event-template .mobile-register-button {
	display: none;
}
.coresight-single-event-template .coresight-single-event-meta .button-container .coresight-event-register-button {
	background-color: #d62e2f;
	color: #fff;
}
.coresight-single-event-template .coresight-single-event-meta .button-container a:hover {
	background-color: #f9f9f9;
}
.coresight-single-event-template .coresight-single-event-meta .button-container .coresight-event-register-button:hover {
	background-color: #af2223;
}
.coresight-single-event-template .coresight-events-section-content {
	padding: 0;
}
.coresight-single-event-template .coresight-events-section-content .coresight-event-misc-tags > span {
	align-items: center;
	display: flex;
	gap: 4px;
	position: relative;
}
.coresight-single-event-template .event-single-time {
	align-items: center;
	color: #2D2A29;
	display: flex;
	font-weight: 600;
	gap: 16px;
	margin-bottom: 12px;
}
.coresight-single-event-template .event-single-time span {
	align-items: center;
	display: flex;
	gap: 6px;
}
.coresight-single-event-template .coresight-single-event-tabs {
	margin-top: 3rem;
	padding-bottom: 14px;
}
.coresight-single-event-template .coresight-single-event-tabs .container {
	align-items: center;
	border-bottom: 2px solid #CBCACA;
	display: flex;
	justify-content: space-between;
}
.coresight-single-event-template .coresight-single-event-tabs .tab button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #2D2A29;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	outline: none;
	padding: 10px 20px;
}
.coresight-single-event-template .coresight-single-event-tabs .tab button:hover {
	color: #d62e2f;
}
.coresight-single-event-template .coresight-single-event-tabs .tab .active {
	border-bottom: 4px solid #d62e2f;
	color: #d62e2f;
	margin-bottom: -3px;
}
.coresight-single-event-template .coresight-single-event-export a {
	align-items: center;
	color: #2D2A29;
	display: flex;
	gap: 8px;
}

/* Single event tabs */
.coresight-single-event-template .coresight-single-event-tab-content {
	background-color: #fff;
	background-image: url('./images/HeaderBanner.svg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
  display: none;
  padding: 5rem 0;
}
.coresight-single-event-template #Overview {
	background-color: #f2f2f2;
	background-image: none;
	padding-bottom: 0;
	padding-top: 2rem;
}
.coresight-single-event-template .coresight-single-event-tab-content h3 {
	color: #2D2A29;
  font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 3rem;
}
.coresight-single-event-template .coresight-single-event-tab-content h5 {
	color: #000;
  font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}
/* Overview tab */
.coresight-single-event-template .overview-intro {
	padding-bottom: 3rem;
}
.coresight-single-event-template .overview-speakers {
	background-color: #fff;
	padding: 3rem 0;
}
.coresight-single-event-template .overview-sponsors {
	background-color: #F9F9F9;
	padding: 3rem 0;
}
.coresight-single-event-template .overview-sponsors h3 {
	text-align: center;
}
.coresight-single-event-template .coresight-event-container-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-evenly;
	text-align: center;
}
.coresight-single-event-template .coresight-event-container-inner .coresight-event-section-item {
	flex: 0 1 200px;
	text-align: center;
}
.coresight-single-event-template .coresight-event-container-inner img {
	border-radius: 50%;
	height: 150px;
	margin-bottom: 20px;
	object-fit: cover;
	width: 150px;
}
.coresight-single-event-template .coresight-single-speakers {
	align-items: flex-start;
}
.coresight-single-event-template .coresight-single-speakers img {
	background: radial-gradient(94.02% 89.68% at 64.42% 73.14%, #D62E2F 0%, #D62E2F 40.87%, #E7ACAC 62.98%, #CACACA 75%, #BDDCE7 89.9%, #99CDE0 100%);
	padding: 5px;
}
.coresight-single-event-template .coresight-event-container-inner.sponsor-section img {
	border-radius: 0;
	height: auto;
	width: auto;
}
.coresight-single-event-template .coresight-event-container-inner p {
	color: #000;
	font-size: 18px;
	margin-bottom: 0px;
}
.coresight-single-event-template .coresight-event-container-inner p:last-of-type {
	font-weight: 500;
}
.coresight-single-event-template .event-sponsor-cta {
	background-color: #f9f9f9;
	background-image: url('./images/events-vector.svg');
	background-size: cover;
	padding: 8rem 0 6rem;
}
.coresight-single-event-template .event-sponsor-cta h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 20px;
}
.coresight-single-event-template .event-sponsor-cta p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
	width: clamp(300px, 700px, 100%);
}
.coresight-single-event-template .event-sponsor-cta a {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 16px;
	text-align: center;
	width: 140px;
}

/* Agenda Tab */
.coresight-single-event-template #Agenda h3 {
	align-items: center;
	display: flex;
	gap: 5px;
	margin-bottom: 30px;
	margin-top: 4rem;
}
.coresight-single-event-template #Agenda .accordion-item {
	background-color: #f9f9f9;
	border: 1px solid #CBCACA;
	border-radius: 16px;
	margin-bottom: 16px;
	padding: 17px 25px;
}
.coresight-single-event-template #Agenda .accordion-item button {
	align-items: center;
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	outline: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
.coresight-single-event-template #Agenda .accordion-item .active svg {
	transform: rotate(180deg);
}
.coresight-single-event-template #Agenda .accordion-item .accordion-title span {
	align-items: center;
	color: #2D2A29;
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}
.coresight-single-event-template #Agenda .accordion-item h5 {
	color: #2D2A29;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0;
}
.coresight-single-event-template #Agenda .accordion-panel {
	border-top: 1px solid #CBCACA;
	display: none;
	margin-top: 16px;
  overflow: hidden;
	padding-top: 16px;
}
.coresight-single-event-template #Agenda .accordion-panel p:last-of-type {
	margin-bottom: 0;
}

/* Related report */
.event-related-report {
	padding: 3rem 0;
}
.event-related-report h4 {
	color: #2D2A29;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 40px;
}
.event-related-report .report-inner {
	align-items: center;
	display: flex;
	gap: 35px;
}
.event-related-report .report-inner > a {
	flex: 1;
	line-height: 0;
}
.event-related-report .report-inner img {
	border-radius: 8px;
}
.event-related-report .report-inner > div {
	flex: 2;
}
.event-related-report .report-inner .report-date {
	color: #888;
	display: block;
	font-weight: 700;
	margin-bottom: 14px;
}
.event-related-report .report-inner .report-date a {
	color: #888;
}
.event-related-report .report-inner h5 {
	color: #2D2A29;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 16px;
}


/* Register form popup */
#register-popup-form {
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	display: none;
	flex-direction: column;
	height: 100%;
	inset: 0;
	justify-content: center;
	padding: 0 15px;
	position: fixed;
	width: 100%;
	z-index: 1111;
}
#register-popup-form:before {
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: blur(8.6499996185px);
	content: "";
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}
#register-popup-form .register-form-inner {
	background-color: #fff;
	border-radius: 12px;
	max-height: 80vh;
	max-width: 600px;
	overflow: auto;
	padding: 15px;
	position: relative;
	width: 100%;
}
#register-popup-form .register-form-inner #register-popup-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}


/* old code */
.coresight-single-event-container {
	background-color: #f2f2f2;
}
.coresight-single-event-container h1,
.coresight-single-event-container h3 {
	color: #2D2A29;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}
.coresight-single-event-container .coresight-single-meta-container {
	align-items: stretch;
	display: flex;
	gap: 35px;
	margin-bottom: 40px;
}
.coresight-single-event-container .coresight-single-meta-container > div {
	flex: 1;
}
.coresight-single-event-container .coresight-single-meta-container .coresight-single-image img {
	border-radius: 16px;
	width: 100%;
}
.coresight-single-event-container .coresight-single-meta-container .coresight-single-meta {
	align-items: center;
	background-color: #fff;
	border-radius: 16px;
	color: #2D2A29;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	justify-content: center;
	padding: 20px;
	position: relative;
}
.coresight-single-event-container .coresight-single-meta-container .coresight-single-meta > div:first-of-type {
	margin-bottom: 50px;
	text-align: center;
}
.coresight-single-event-container .coresight-single-meta-container .coresight-single-meta span {
	display: block;
}
.coresight-single-event-container .coresight-single-meta-container .coresight-single-meta a {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	padding: 8px 16px;
	text-align: center;
	width: 230px;
}
.coresight-single-event-container .coresight-single-meta-container .coresight-single-meta a:hover {
	background-color: #af2223;
}
/* Export button */
.coresight-single-event-container .coresight-single-event-export {
	border-top: 1px solid #CBCACA;
	bottom: 15px;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	width: 95%;
}
.coresight-single-event-container .coresight-single-event-export a {
	align-items: center;
	background-color: transparent;
	color: #d62e2f;
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	gap: 10px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	width: 100%;
}
.coresight-single-event-container .coresight-single-event-export a:hover {
	color: #af2223;
}

/* Single event content */
.coresight-single-event-container .coresight-single-event-content h4 {
	color: #d62e2f;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
/* Speaker section */
.coresight-single-event-container .coresight-single-event-speaker-section {
	background-color: #fff;
	padding: 5% 0;
}
.coresight-single-event-container .coresight-single-event-speaker-section h3 {
	color: #2D2A29;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}
.coresight-single-event-container .coresight-single-event-speaker-section .coresight-event-container-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: space-evenly;
	text-align: center;
}
.coresight-single-event-container .coresight-single-event-speaker-section .coresight-event-container-inner .coresight-event-speaker-item {
	flex: 1 1 200px;
}
.coresight-single-event-container .coresight-single-event-speaker-section .coresight-event-container-inner img {
	border-radius: 50%;
	height: 220px;
	margin-bottom: 30px;
	object-fit: cover;
	width: 220px;
}
.coresight-single-event-container .coresight-single-event-speaker-section .coresight-event-container-inner h5 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.coresight-single-event-container .coresight-single-event-speaker-section .coresight-event-container-inner p {
	color: #000;
	margin-bottom: 0;
}


.coresight-events-cta .coresight-events-cta-button {
	background-color: #d62e2f;
	border: #d62e2f;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	outline: none;
	padding: 10px 40px;
}
.coresight-events-container .coresight-featured-more {
	color: #d62e2f;
	font-size: 14px;
	text-transform: uppercase;
}


.coresight-archive-filters.coresight-event-filters .coresight-filter-title {
	border-bottom: none;
	margin-bottom: 0;
}
.coresight-archive-filters.coresight-event-filters .coresight-filter-list .coresight-filter-item button {
	padding-top: 0;
}
.coresight-events-list-item:nth-of-type(2n+1) {
	clear: both;
}

.coresight-event-list-item-inner {
	box-shadow: 0 0 10px #ddd;
	transition: .3s all ease;
}
.coresight-event-list-item-inner:hover {
	box-shadow: 0 0 15px #aaa;
	transform: scale(1.03);
	transition: .3s all ease;
}


.coresight-event-list-item-inner a {
	display: block;
}
.coresight-event-single-container .col-md-7,
.coresight-event-single-container .col-md-5 {
	float: none;
	width: 100%;
}
.coresight-event-content .coresight-event-category {
	color: #898A8D;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
	transition: .1s ease all;
}
.coresight-event-content .coresight-event-title {
	color: #000;
	font-size: 24px;
	line-height: 28px;
	transition: .1s ease all;
}
/* Archive pagination */
.csr-events-navigation {
	clear: both;
	padding: 0 15px;
}
.csr-pagination-buttons a {
	background-color: #d62e2f;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	transition: .3s ease all;
}
.csr-pagination-buttons a:hover {
	background-color: #ED202E;
	transition: .3s ease all;
}

/*
 * Industry events template styling
*/
.coresight-industry-events-header {
	background-color: #f2f2f2;
	position: relative;
}
.coresight-industry-events-header .container {
	align-items: center;
	display: flex;
	min-height: 335px;
}
.coresight-industry-events-header img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
}
.coresight-industry-events-header .container > div {
	flex: 0.5;
	position: relative;
	z-index: 1;
}
.coresight-industry-events-header h1 {
	color: #d62e2f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 0;
}
.coresight-industry-events-header p {
	font-size: 18px;
	margin-bottom: 20px;
}
.coresight-industry-events-header a {
	border: 2px solid #d62e2f;
	border-radius: 8px;
	color: #d62e2f;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 8px 16px;
}

/*
 * Single coresight event aggregate styling
*/
.coresight-aggr-landing-template .coresight-aggr-section {
	padding: 50px 0;
}
.coresight-aggr-landing-template .coresight-aggr-section h3 {
	color: #d62e2f;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-aggr-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
}
.coresight-aggr-landing-template .coresight-aggr-section .container .coresight-event-section-item {
	display: flex;
	flex: 0 1 350px;
	flex-direction: column;
	justify-content: space-between;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item img {
	border-radius: 8px;
	height: 210px;
	margin-bottom: 20px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item .coresight-aggr-meta {
	color: #d62e2f;
	margin-bottom: 10px;
	text-align: center;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item h4 {
	color: #323232;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item .event-user-card {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
	margin-bottom: 40px;
	text-align: left;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item .event-user-card img {
	border-radius: 50%;
	height: 72px;
	margin-bottom: 0;
	width: 72px;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item .event-user-card > div {
	max-width: 150px;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item .event-user-card span {
	display: block;
	text-align: left;
}
.coresight-aggr-landing-template .coresight-aggr-section .coresight-event-section-item .register-now {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 auto;
	padding: 8px 16px;
	text-align: center;
	width: 170px;
}

/* Shoptalk landing page */
.coresight-aggr-landing-template .coresight-aggr-inner {
	justify-content: center;
}
.coresight-shoptalk-landing.coresight-aggr-landing-template .coresight-aggr-section .container .coresight-event-section-item {
	flex: 0 1 350px;
}
.coresight-event-landing-template .coresight-event-speaker-section .coresight-event-speaker-item img {
	height: 150px;
	width: 150px;
}
.coresight-aggr-landing-template .coresight-event-speaker-name {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.coresight-aggr-landing-template .coresight-event-speaker-title {
	font-weight: 400;
}
.coresight-aggr-landing-template .book-meeting {
	background-color: #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 40px auto 0;
	padding: 8px 16px;
	text-align: center;
	width: 170px;
}

/* Groceryshop landing page */
.coresight-aggr-event-buttons {
	display: block;
	margin-bottom: 3rem;
	margin-top: 3rem;
}
.coresight-aggr-events-schedule-buttons {
	align-items: stretch;
	display: flex;
	gap: 24px;
	flex-direction: column;
	justify-content: space-between;
}
.coresight-aggr-events-schedule-buttons > div {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.90);
	backdrop-filter: blur(2px);
	border: 1px solid rgba(203, 202, 202, 0.95);
	border-radius: 8px;
	display: flex;
	flex: 1;
	padding: 10px;
}
.coresight-aggr-events-schedule-buttons > div a {
	color: #2D2A29;
	text-align: left;
}

/*
 * Single coresight event styling
*/
.single-coresightevents .col-md-12.coresight-event-content {
	width: 100%;
}
.single-coresightevents .site .site-content {
	padding-top: 0;
}
.single-coresightevents .daily-news-feed-container,
.single-coresightevents .footer.new-footer-styling {
	display: none;
}
.coresight-event-section {
	margin: 50px 0;
}
.coresight-event-content-meta > .col-md-12,
.coresight-event-content.col-md-12 {
	padding-left: 0;
}
.coresight-event-section .coresight-event-section-heading {
	text-align: center;
}
.coresight-event-content-inner {
	clear: both;
}
.coresight-event-content-inner a {
	color: #d62e2f;
}
.single .row div.coresight-event-register-button {
	margin-top: 15px;
	text-align: center;
}
.coresight-event-register-button a {
	background: #d62e2f;
	border: 2px solid #d62e2f;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 15px 40px;
	text-transform: uppercase;
	transition: .3s all ease;
	width: 250px;
}
.coresight-event-register-button a:visited,
.coresight-event-register-button a:active {
	color: #fff;
}
.coresight-event-register-button a:hover {
	background: #fff;
	color: #d62e2f;
	transition: .3s all ease;
}
.coresight-event-section .coresight-event-container-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.coresight-event-section .container .coresight-event-section-item {
	flex: 1 1 300px;
	text-align: center;
}
.coresight-event-content-inner ol,
.coresight-event-content-inner ul {
	margin-left: 10px;
	padding: 0;
}
.coresight-event-content-inner ol li,
.coresight-event-content-inner ul li {
	margin-left: 20px;
	padding: 5px;
}
.coresight-event-content-inner ol li::marker,
.coresight-event-content-inner ul li::marker {
	color: #d62e2f;
}
.coresight-event-content-inner ol {
	list-style: decimal;
}
.coresight-event-content-inner ul {
	list-style: disc;
}


/*
 * Single coresight event Section 1 - Intro
*/
.coresight-event-section-1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0;
}
.coresight-event-section-1 .page-title {
	font-size: 40px;
	line-height: 48px;
}
.coresight-event-meta-info {
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*
 * Single coresight event Section 2 - Moderators
*/
.coresight-event-moderator-image {
	width: 300px;
}
.coresight-event-moderator-name {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
.coresight-event-moderator-title {
	font-weight: 500;
	margin-bottom: 5px;
}
.coresight-event-moderator-title,
.coresight-event-moderator-company {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}

/*
 * Single coresight event Section 3 - Speakers
*/
.coresight-event-speaker-image {
	width: 300px;
}
.coresight-event-speaker-name {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
.coresight-event-speaker-title {
	font-weight: 500;
	margin-bottom: 5px;
}
.coresight-event-speaker-title,
.coresight-event-speaker-company {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}

/*
 * Single coresight event Section 4 - Judges
*/
.coresight-event-judge-image {
	width: 300px;
}
.coresight-event-judge-name {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
.coresight-event-judge-title {
	font-weight: 500;
	margin-bottom: 5px;
}
.coresight-event-judge-title,
.coresight-event-judge-company {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}

/*
 * Single coresight event Section 5 - Sponsors
*/
.coresight-event-sponsor-image {
	width: 300px;
}

.coresight-event-list-item-inner .coresight-event-image {
	float: left;
	width: 200px;
}
.coresight-event-list-item-inner img {
	margin-bottom: 0;
}
.coresight-event-list-item-inner a {
	display: block;
}
.coresight-event-content {
	display: inline-block;
	padding: 20px;
	width: calc(100% - 200px);
}
.coresight-event-content .coresight-event-category {
	color: #898A8D;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
	transition: .1s ease all;
}
.coresight-event-content .coresight-event-title {
	color: #000;
	font-size: 24px;
	line-height: 28px;
	transition: .1s ease all;
}
.coresight-event-content .coresight-event-date {
	color: #000;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
	transition: .1s ease all;
}

/*
 * Single coresight event landing page template
*/
.coresight-event-landing-template h3 {
	color: #d62e2f;
	margin-bottom: 50px;
	text-align: center;
}
/* Section - 1 */
.coresight-event-landing-template .coresight-event-section-1 {
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-1 .page-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 34px;
}
.coresight-event-landing-template .coresight-event-logo {
	max-width: 200px;
	width: 100%;
}
.coresight-event-landing-template .coresight-event-content-meta {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100%;
}
.coresight-event-landing-template .coresight-dark-text .coresight-event-content-meta,
.coresight-event-landing-template .coresight-event-section-1.coresight-dark-text .page-title {
	color: #000;
}
.coresight-event-landing-template .coresight-event-content-meta > div {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 100%;
}
.coresight-event-landing-template .coresight-event-content-meta p {
	margin-bottom: 10px;
}
.coresight-event-landing-template .coresight-event-content-meta span {
	color: #d62e2f;
}

/* Section - 2 - content section */
.coresight-event-landing-template .coresight-event-section-2 {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CBCACA;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-2 h4 {
	color: #d62e2f;
}
.coresight-event-landing-template .coresight-event-section-2 p {
	font-size: 18px;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more {
	font-size: 18px;
	text-align: center;
	transition: .2s all ease;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more a {
	color: #000;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more:hover {
	transform: translateY(-10px);
	transition: .2s all ease;
}
.coresight-event-landing-template .coresight-event-section-2 .coresight-event-learn-more svg {
	display: block;
	height: 24px;
	margin: 0 auto;
	transform: rotate(90deg);
	width: 24px;
}

/* Navigation buttons Section */
.coresight-event-landing-template .coresight-event-navigation-buttons {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-navigation-buttons a {
	align-items: center;
	border: 2px solid #d62e2f;
	border-radius: 8px;
	display: flex;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	padding: 8px 16px;
	width: 150px;
}
.coresight-event-landing-template .coresight-event-register a {
	background-color: #d62e2f;
	color: #fff;
}
.coresight-event-landing-template .coresight-event-register a:hover {
	background-color: #BD1516;
}

/* Agenda section */
.coresight-event-landing-template .coresight-event-agenda-section {
	border-bottom: 1px solid #CBCACA;
	margin: 0;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-agenda-section h3 {
	color: #000;
}
.coresight-event-landing-template .coresight-event-agenda-section h5 {
	text-align: center;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-inner {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 50px;
	position: relative;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-inner:before {
	display: none;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-inner.coresight-agenda-single-column {
	grid-template-columns: 1fr;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-inner.coresight-agenda-single-column:before {
	display: none;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-accordion {
	border-bottom: 1px solid #CBCACA;
	padding: 16px 0;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-accordion:first-of-type {
	border-top: 1px solid #CBCACA;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-accordion-title {
	font-weight: 700;
}
.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-accordion-description {
	height: 0;
	overflow: hidden;
	transition: .2s height;
}
.coresight-event-landing-template .coresight-agenda-accordion:hover .coresight-agenda-accordion-description {
	height: auto;
	transition: .2s height;
}

/* Speaker Section */
.coresight-event-landing-template .coresight-event-speaker-section {
	background-color: #f2f2f2;
	border-bottom: 1px solid #CBCACA;
	margin: 0;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-speaker-section h3 {
	color: #000;
}
.coresight-event-landing-template .coresight-event-speaker-section .coresight-event-container-inner {
	gap: 30px;
}
.coresight-event-landing-template .coresight-event-speaker-section .coresight-event-speaker-item {
	flex: 1 1 100%;
}
.coresight-event-landing-template .coresight-event-speaker-section .coresight-event-speaker-item img {
	border-radius: 50%;
	height: 180px;
	margin-bottom: 10px;
	object-fit: cover;
	width: 180px;
}

/* Section - 3 - discussion point */
.coresight-event-landing-template .coresight-event-section-3 {
	background-color: #F2F2F2;
	padding: 50px 0;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-3 h3 {
	color: #000;
	margin-bottom: 50px;
}
.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion > div {
	flex: 1;
}
.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion h4 {
	color: #d62e2f;
	font-size: 24px;
	margin-bottom: 10px;
}

/* Section - 4 */
.coresight-event-landing-template .coresight-event-section-4 {
	border-bottom: 1px solid #CBCACA;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-4 h3 {
	color: #d62e2f;
	margin-bottom: 50px;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div {
	display: flex;
	gap: 50px;
	flex-direction: column;
}
.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div:nth-of-type(2n) {
	flex-direction: column;
}
.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

/* Section - 5 */
.coresight-event-landing-template .coresight-event-section-5 {
	border-bottom: 1px solid #CBCACA;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect {
	display: flex;
	flex-direction: column;
	gap: 50px;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect > div {
	flex: 1;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect img {
	max-width: 280px;
}
.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect h4 {
	color: #d62e2f;
	font-size: 20px;
	margin-bottom: 10px;
}

/* Section - 6 */
.coresight-event-landing-template .coresight-event-section-6 {
	background-color: #F9F9F9;
	padding: 50px 0;
}
.coresight-event-landing-template .coresight-event-section-6 .container {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-registration-form {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
	flex: 0 0 65%;
	padding: 24px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner {
	background-color: #f2f2f2;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 20px;
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner img {
	max-width: unset;
	width: 100%;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner h4 {
	color: #d62e2f;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner p {
	margin-bottom: 5px;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-sponsors {
	text-align: center;
}
.coresight-event-landing-template .coresight-event-section-6 .coresight-event-sponsors img {
	max-width: 250px;
	padding: 15px;
}

/*
 * Media queries
*/
@media screen and (min-width: 1600px) {
	.coresight-single-event-banner {
		margin: auto;
		max-width: 1170px;
		padding: 5px 0;
	}
}

@media screen and (min-width: 992px) {
	.coresight-events-section .col-md-3:nth-last-of-type(4n+1) {
		clear: both;
	}
	.coresight-event-single-container .col-md-7 {
		float: left;
		width: 58.33333333%;
	}
	.coresight-event-single-container .col-md-5 {
		float: left;
		width: 41.66666667%;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.coresight-events-section .col-sm-4:nth-last-of-type(3n) {
		clear: both;
	}
}
@media only screen and (min-width: 768px) {
	.coresight-events-landing .coresight-events-slider .glide__slide .slider-content {
		max-width: 60%;
	}
	.coresight-events-landing .coresight-event-banner-section {
		height: 330px;
	}
	.coresight-events-section-inner {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: repeat(4, 1fr);
		width: 100%;
	}
	.coresight-event-list-item-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	}
	.coresight-event-landing-template .coresight-event-section-3 .coresight-event-discussion,
	.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div,
	.coresight-event-landing-template .coresight-event-section-5 .coresight-event-expect,
	.coresight-event-landing-template .coresight-event-section-6 .container,
	.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner,
	.coresight-event-landing-template .coresight-event-content-meta > div {
		flex-direction: row;
	}
	.coresight-event-landing-template .coresight-event-section-4 .coresight-event-attend > div:nth-of-type(2n) {
		flex-direction: row-reverse;
	}
	.coresight-event-landing-template .coresight-event-section-1 .page-title {
		font-size: 40px;
	}
	.coresight-event-landing-template .coresight-event-content-meta {
		font-size: 24px;
	}
	.coresight-event-landing-template .coresight-event-section-6 .coresight-event-banner img {
		max-width: 40%;
	}
	.coresight-event-landing-template .coresight-event-speaker-section .coresight-event-speaker-item {
		flex: 1 1 15%;
	}
	.coresight-event-landing-template .coresight-event-navigation-buttons {
		flex-direction: row;
	}
	.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-inner {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 120px;
	}
	.coresight-event-landing-template .coresight-event-agenda-section .coresight-agenda-inner:before {
		background-color: #CBCACA;
		content: '';
		display: block;
		height: 100%;
		left: 50%;
		position: absolute;
		width: 1px;
	}
	.coresight-aggr-landing-template .coresight-aggr-section .coresight-aggr-inner {
		flex-direction: row;
	}
	.coresight-event-register-form {
		padding-top: 120%;
		position: relative;
		overflow: hidden;
		width: 100%;
	}
	.coresight-event-register-form iframe {
		bottom: 0;
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
	}
	.coresight-aggr-events-schedule-buttons {
		flex-direction: row;
	}
}
@media screen and (max-width: 1024px) {
	.coresight-single-event-template .coresight-single-event-meta .title-container {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.coresight-events-section-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767px) {
	.coresight-events-landing .coresight-event-banner-section,
	.coresight-events-landing .coresight-events-header .container,
	.coresight-attending-events-template .coresight-events-header,
	.coresight-events-template .coresight-events-header {
		background-image: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.coresight-events-landing .coresight-landing-header {
		gap: 20px;
	}
	.coresight-events-landing .coresight-event-banner-section .container > div {
		width: 100%;
	}
	.coresight-single-event-container .coresight-single-meta-container,
	.coresight-single-event-container .coresight-single-event-speaker-section .coresight-event-container-inner {
		flex-direction: column;
	}

	.coresight-events-landing .coresight-events-landing-cta .container {
		align-items: center;
		flex-direction: column;
	}

	#fixedFilterbar {
		position: relative;
	}
	ul.widget_categories li {
		width: auto;
	}
	.coresight-event-content.col-md-12 {
		padding-left: 15px;
	}
	.coresight-event-list-item-inner .coresight-event-image {
		float: none;
		text-align: center;
		width: 100%;
	}
	.coresight-event-content {
		display: block;
		width: 100%;
	}
	.row .coresight-event-single-container .col-md-8,
	.row .coresight-event-single-container .col-md-4 {
		padding: 0 15px;
		width: 100%;
	}
	.single .row div.coresight-event-register-button {
		margin-bottom: 15px;
	}
	.coresight-event-content-inner {
		padding: 0 15px;
	}
	.coresight-event-landing-template .coresight-event-navigation-buttons {
		align-items: center;
	}
	.coresight-industry-events-header .container > div {
		flex: 1;
	}

	.coresight-events-landing .coresight-events-slider {
		padding: 1rem 0;
	}
	.coresight-events-landing .coresight-events-slider .glide__slide .slider-content {
		padding: 1rem 3rem;
	}
	.coresight-events-landing .coresight-events-slider .glide__slide .slider-content h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.coresight-events-landing .coresight-events-slider .glide__arrows button {
		height: 30px;
		width: 30px;
	}
	.coresight-events-landing .coresight-events-slider .glide__arrows button svg {
		height: 15px;
		width: 15px;
	}
	.coresight-event-item {
		flex: 1 1 48%;
		width: 48%;
	}
	.coresight-events-landing .filter-button-group {
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.coresight-single-event-template .event-single-time {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
	.coresight-single-event-template #Agenda h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.coresight-single-event-template #Agenda .accordion-item h5 {
		font-size: 18px;
		line-height: 22px;
	}
	.coresight-single-event-template .coresight-single-event-tabs .tab {
		display: flex;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.coresight-single-event-template a.coresight-event-register-button.desktop-register-button {
		display: none;
	}
	.coresight-single-event-template .mobile-register-button {
		background-color: #f2f2f2;
		border-top: 1px solid #CBCACA;
		bottom: 0;
		display: block;
		padding: 10px;
		position: fixed;
		width: 100%;
	}
	.coresight-single-event-template .mobile-register-button .coresight-event-register-button {
		background-color: #d62e2f;
		border-radius: 8px;
		color: #fff;
		text-align: center;
		width: 100%;
	}
	.event-related-report .report-inner {
		flex-direction: column;
	}
}
@media screen and (max-width: 510px) {
	.coresight-event-container {
		flex-direction: column;
	}
	.coresight-event-item {
		flex: 1;
		height: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
	}
	.coresight-events-section-image img {
		height: 200px;
	}
}
