.pro-hq-stream-container {
	/*background: red;*/
	display: inline-block;
	overflow-x: auto;
	width: 100%;
	/* min-height: 200px; */
	margin-bottom: 24px;
}

.stream-with-intro {
	width: 81%;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	height: 248px;
}

.pro-hq-stream-container h5 {
	font-family: avenir-medium;
}

.pro-hq-stream-container~h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	display: inline-block;
}

.pro-card-small .pro-card-body>h5 {
	height: 48px;
}

.no-of-events {
	color: #999;
	float: right;
}

.pro-horizontal-scroll-area {
	/* background: white; */
	scroll-snap-type: x mandatory;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.slider-left,
.slider-right {
	position: absolute;
	height: 240px;
	width: 40px;
	padding: 16px;
	box-sizing: border-box;
	z-index: 1;
	display: flex;
	align-items: center;
	transition: all ease-out 0.3s;
	color: white;
	font-size: 34px;
	font-family: Impact;
	cursor: pointer;
}

.slider-left:hover,
.slider-right:hover {
	background: #efefef;
}

.slider-left {
	opacity: 0;
	margin-left: -40px;
}

.slider-right {
	margin-right: -20px;
	right: 0;
	justify-content: flex-end;
}

.pro-card-small {
	width: 304px;
	height: 240px;
	padding: 16px;
	/*border: 1px solid #efefef;*/
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-right: 16px;
	margin-bottom: 8px;
	background-color: white;
	transition: transform ease-out 0.45s;
	cursor: pointer;
	float: left;
	scroll-snap-align: start;
	border: 2px solid transparent;
	cursor: pointer;
	flex: 0 0 auto;
}

.pro-card-wide {
	width: 100%;
	height: 256px;
	padding: 16px;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-right: 16px;
	margin-bottom: 8px;
	background-color: white;
	transition: transform ease-out 0.45s;
	cursor: pointer;
	float: left;
	scroll-snap-align: start;
	border: 2px solid transparent;
	cursor: pointer;
	flex: 0 0 auto;
}

.pro-card-wide .pro-card-foot {
	margin-top: 16px;
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    padding: 0px 16px 16px 16px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
}

.pro-card-wide .pro-card-head {
	margin: 0px 16px 0px 0px;
    height: min-content;
}



.pro-card-head {
	margin-bottom: 4px;
}

.pro-card-head .posted-on {
	float: right;
	color: #999;
	font-size: 12px;
	display: none;
}

.pro-card-head .format-tag {
	display: inline-block;
	color: #999;
	/*text-transform:uppercase;*/
	font-size: 14px;
	font-family: avenir-medium;
}

.track-line {
	height: 3px;
	width: 30px;
	margin-bottom: 8px;
	transition: 0.3s ease-in-out;
}

.pro-card-wide .track-line {
	width: 10%;
}

.pro-card-body p {
	margin-bottom: 16px;
	color: #777;
}

.pro-card-body small {
	color: #999;
}

.pro-card-small small,
.pro-card-wide small {
	margin-bottom: 0px;
	max-height: 48px;
}

.speakers-list {
	padding: 0px 15px;
	margin: 16px 0px;
	box-sizing: border-box;
}

.pro-card-wide .speakers-list {
	margin: 0px;
	opacity: 0.5;
	transition: 0.25s ease-in-out;
}

.speakers-list .speaker-icon {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: white;
	display: inline-block;
	border: 2px solid white;
	box-sizing: border-box;
	margin-left: -15px;
	overflow: hidden;
	/*margin-right: 2px;*/
}

.speaker-icon>img {
	height: 28px;
	width: 28px;
	border-radius: 50%;
}

.pro-card-wide .speakers-list .speaker-icon {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-right: 8px;
}

.pro-card-wide .speaker-icon>img {
	height: 40px;
	width: 40px;
}

.speaker-initial {
	font-weight: 700;
	height: 26px;
	font-family: Avenir-Book;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-transform: uppercase;
	margin-top: 1px;
}

.pro-card-wide .speaker-initial {
    height: 38px;
    margin: 0px;
    font-size: 20px;
}

.pro-card-foot {
	margin-top: 16px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 268px;
    display: flex;
    justify-content: flex-end;
}

.pro-card-foot .event-date span {
	color: #999;
	font-size: 14px;
	font-family: avenir-medium;
}

.pro-card-wide .pro-card-foot .event-date span {
	color: white;
}

.pro-card-foot .event-interest {
	font-size: 14px;
	color: #999;
	display: inline-block;
	position: absolute;
	bottom: 16px;
	right: 16px;
}

.pro-card-foot .event-date span,
.pro-card-foot .event-interest span {
	/*font-size: 24px;*/
	/*color: black;*/
	/*font-family: avenir-bold;*/
}

.pro-card-foot .calendar-view {
	width: 30px;
	position: absolute;
	right: 8px;
	bottom: 0px;
	margin-bottom: 0px;
	opacity: 0.5;
	transition: 0.2s ease-in-out;
	box-shadow: none;
}

.pro-card-wide .pro-card-foot .calendar-view {
    width: max-content;
    margin-bottom: 0px;
    opacity: 0.5;
    transition: 0.2s ease-in-out;
	box-shadow: none;
	position: relative;
	right: 0px;
}

.pro-card-foot .calendar-view .event-month-date {
	box-shadow: none;
	border: 1px solid #efefef;
	border-radius: 2px;
	overflow: hidden;
}

.call-to-action {
	display: inline-block;
	float: right;
}

.pro-button {
	height: 32px;
	font-size: 12px;
	padding: 4px 16px;
	box-sizing: border-box;
	border: 1px solid transparent;
	display: inline-block;
	float: left;
	margin-left: 8px;
	border-radius: 50px;
	vertical-align: middle;
	min-width: 120px;
	text-align: center;
}

.call-to-action>.pro-button {
	position: absolute;
	bottom: 16px;
	right: 16px;
}

.pro-secondary-button {
	border-color: lightgrey;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.pro-primary-button {
	background-color: #333;
	color: white;
}

.scroll-down {
	height: 80px;
	width: 80px;
	background-color: #fafafa;
	position: fixed;
	bottom: 0px;
	right: 50%;
	margin-right: -40px;
	cursor: pointer;
	text-align: center;
	opacity: 0.8;
}

.conducted .pro-card-foot .event-date {
	/*color: #999 !important;*/
}

.progress-bar {
	display: flex;
	margin-bottom: 8px;
}


.progress {
	background: #666;
	height: 4px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.remaining {
	height: 4px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #fafafa;
}

.pin-icon {
	vertical-align: sub;
	height: 20px;
}

.module-card {
	font-family: Avenir, sans-serif;
	display: inline-block;
	padding: 16px;
	border-radius: 2px;
	font-size: 12px;
	background: white;
	box-sizing: border-box;
	color: #333;
	width: 304px;
	margin-right: 16px;
	height: 140px;
	float: left;
	flex: 0 0 auto;
	margin-bottom: 8px;
}

.module-card p {
	font-size: 14px;
	line-height: 20px;
	color: #555;
	margin-bottom: 0px;
}

.pro-card-intro {
	padding: 0px;
	background: none;
	width: 160px;
}

.pro-card-intro>p {
	line-height: 20px;
	color: #999;
	font-size: 14px;
	margin-bottom: 16px;
}

.pro-4-col {
	width: 304px;
	float: left;
	display: inline-block;
	position: relative;
	min-height: 30px;
}

.right-gutter {
	margin-right: 16px;
}

div.grey-bg {
	background: #333 !important;
}

.lds-roller {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 57px;
	left: 25px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 54px;
	left: 19px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 50px;
	left: 14px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 45px;
	left: 10px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 480px) {
	
	.pro-container {
		width: 100%;
	}

	.pro-cover-page {
		width: 100%;
	}

	.pro-cover-image p {
		padding: 0px;
	}

	.pro-home-page h1 {
		font-size: 32px;
		line-height: 1.2;
		padding-top: 0px;
	}

	.people-grid .single-profile, .people-grid .single-profile img {
		width: 30px;
		height: 30px;
	}

	.people-grid {
		margin: 0px auto 24px auto;
		max-width: 338px;
		display: grid;
		grid-template-rows: 1fr 1fr;
		grid-template-columns: repeat(10, 1fr);
		grid-row-gap: 2px;
		grid-column-gap: 2px;
	}

	.pro-cover-page p {
		padding: 0px;
	}

	.obsession-info {
		display: inline-flex;
		flex-direction: column;
		width: 100%;
		align-content: center;
	}

	.right-gutter {
		margin-right: 0px;
	}

	.obsession-info .single-obsession .obsession-title {
		margin-bottom: 0px;
	}

	.obsession-info .single-obsession {
		padding: 0px 24px 15px 24px;
		width: 100%;
	}

	.stream-with-intro {
		width: 100%;
	}

	.pro-card-intro {
		text-align: center;
		width: 100%;
		height: auto;
	}

	.pro-card-small:not(.pro-card-intro) {
		max-width: 304px;
	}

	.calendar-view {
		width: auto;
	}
}

@media (hover: hover) {
	.pro-card-small:hover {
		border: 2px solid white;
	}

	.pro-card-small:hover .track-line {
		width: 100%;
	}

	.pro-card-small:hover .pro-card-foot .calendar-view,  .pro-card-wide:hover .pro-card-foot .calendar-view{
		opacity: 1;
	}
	
	.pro-card-wide:hover .pro-card-foot .speakers-list{
		opacity: 1;
	}

	.pro-secondary-button:hover {
		background: #333;
		color: white;
	}

	.pro-card-intro:hover {
		cursor: default;
		border: 2px solid #fafafa;
	}
  }