#content .story-details .entry-content .fl-row:first-child > .fl-row-content-wrap > .fl-row-content {
	max-width: 1260px;
}

.story-details .fl-row-content-wrapper {
    position: relative;
}
.story-details .fl-row-content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url("../images/hero-section-with-vh-logo.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.story-details .fl-row-content-wrapper .fl-row-content {
    max-width: 1260px;
}
.story-details .col-left-side {
	width: 45%;
}
.story-details .fl-row-content .fl-col-group .col-left-side .fl-col-content {
    align-items: baseline;
    -webkit-align-items: baseline;
    padding: 80px 0 40px;
    margin: 20px 20px 0 20px;
}
.story-details .col-left-side .story-title-section .story-title {
	color: #ddb428;
	font-family: 'Helvetica Neue', Arial;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%; /* 64.4px */
	max-width: 459px;
}
.story-details .col-left-side .story-title-section .story-meta {
    margin-top: 10px;
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: flex-start;
	max-width: 459px;
}
.story-details .col-left-side .story-title-section .story-meta .story-date {
	color: #FFFFFF;
	font-family: "Helvetica Neue", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
    flex: none;
    line-height: 30px;
}
.story-details .col-left-side .story-title-section .story-categories {
	display: flex;
	flex-wrap: wrap;
}
.story-details .col-left-side .story-title-section .story-categories .story-category-item {
	margin-right: 16px;
	display: flex;
    align-items: center;
}
.story-details .col-left-side .story-title-section .story-categories .story-category-item .story-categories-icon {
	margin-right: 5px;
    line-height: 0;
}
.story-details .col-left-side .story-title-section .story-categories .story-category-item .story-categories-text a {	
	color: #FFFFFF;
	text-align: center;
	font-family: 'Helvetica Neue', Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.story-details .col-left-side .story-title-section .story-categories .story-category-item .story-categories-text:hover a {
	color: #EF7C00;
}

.story-details .col-right-side {
	width: 55%;
	text-align: center;
}
.story-details .col-right-side .hero-image {
	width: 100%;
}
.story-details .col-right-side .hero-image img {
    box-shadow: 0px 0px 40px 0px #989898;
    aspect-ratio: 656 / 438;
    max-width: 656px;
    width: 100%;
    object-fit: cover;
    margin: 88px 0 20px;
}

.ast-container > .story-details .previous-page-navigation a, 
.ast-container > .story-details .previous-page-navigation i {
	color: #FFFFFF;
}


/* Right sidebar */
.story-details .fl-col.sticky-col > .fl-col-content {
	margin-top: 0;
}
.story_detail_right_side {
	padding: 24px 32px 32px 32px;
	border-radius: 4px 4px 72px 4px;
	border-top: 8px solid var(--secondary-bright-blue, #ABD7F5);
	background: var(--secondary-blue, #004B99);
	box-shadow: 0px 0px 6px -2px rgba(16, 24, 40, 0.03), 0px 2px 16px -4px rgba(16, 24, 40, 0.14);
	display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.story_detail_right_side h3 {
	color: var(--secondary-white, #FFF);
	/* Desktop/Heading 4/Bold */
	font-family: 'Helvetica Neue', Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 33.6px */
	margin-bottom: 12px;
}

.story_detail_right_side p.text-label {
	color: var(--secondary-white, #FFF);
	font-family: 'Helvetica Neue', Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
	margin-bottom: 0;
}

.story_detail_right_side p.text-content {
	color: var(--secondary-white, #FFF);
	/* Desktop/Body (normal)/Regular */
	font-family: 'Helvetica Neue', Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	margin-bottom: 0;
	display: flex;
    align-items: center;
}

.story_detail_right_side p.text-content svg {
	margin-right: 6px;
}

.story_detail_right_side p.text-label:not(:first-child) {
    margin-top: 10px;
}

.story_detail_right_side .story_detail_right_side_info .story_detail_right_side_content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.story_detail_right_side .story_detail_right_side_info .story_detail_right_side_content .story_detail_right_side_content_date_time,
.story_detail_right_side .story_detail_right_side_info .story_detail_right_side_content .story_detail_right_side_content_venue,
.story_detail_right_side .story_detail_right_side_info .story_detail_right_side_content .story_detail_right_side_content_registration_fee {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.story_detail_right_side .story_detail_right_side_info .story_detail_right_side_content .story_detail_right_side_content_date_time .story_detail_right_side_content_date_time_details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.story_detail_right_side .register-btn {
	padding: 8px 16px 10px 16px;
	border-radius: 2px;
	background: var(--primary-orange-brand, #EF7C00);
	color: var(--neutral-white, #FFF);
	font-family: 'Helvetica Neue', Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
    display: flex;
    align-items: center;
    gap: 6px;
}

.story_detail_accessibility {
	display: flex;
	flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.story_detail_accessibility .story_accessibility_col_3 {
	width: 33%;
    flex-grow: 1;
    margin-bottom: 16px;
}

.story_detail_accessibility .story_accessibility_col_3 .story_accessibility_text {
	color: var(--secondary-black-text, #2C2F34);
	/* Desktop/Body (large)/Regular */
	font-family: 'Helvetica Neue', Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}

.story_detail_accessibility .story_accessibility_col_3 svg {
	margin-right: 6px;
}

.info-box-related-srories .uabb-infobox-content {
	position: relative;	
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
}

.info-box-related-srories .uabb-infobox-content:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 22, 46, 0.20) 22.15%, #00162E 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: 0.5s;
}

.info-box-related-srories .uabb-infobox-content:after {
    content: "";
	background: linear-gradient(180deg, rgba(0, 22, 46, 0.70) 0%, #00162E 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.info-box-related-srories .uabb-infobox-content:hover:after {
	opacity: 1;
}

.info-box-related-srories .uabb-infobox-content .uabb-image-content,
.info-box-related-srories .uabb-infobox-content .uabb-image-content img.uabb-photo-img {
	width: 100%;
}

.info-box-related-srories .uabb-infobox-content .uabb-infobox-title-wrap {
	position: absolute;
    bottom: 14px;
    padding: 0 20px;
    z-index: 2;
    transition: 0.5s;
}

.info-box-related-srories .uabb-infobox-content:hover .uabb-infobox-title-wrap {
	transform: translateY(-6px);
}

.related-stories-wrapper {
	display: grid;
	gap: 30px;
}

.related-stories-wrapper .related-story {
	position: relative;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
	aspect-ratio: 264 / 149;
    width: 85%;
}

.related-stories-wrapper .related-story:before {
	content: "";
    background: linear-gradient(180deg, rgba(0, 22, 46, 0.20) 22.15%, #00162E 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: 0.5s;
}

.related-stories-wrapper .related-story:after {
	content: "";
    background: linear-gradient(180deg, rgba(0, 22, 46, 0.70) 0%, #00162E 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}

.related-stories-wrapper .related-story .related-story-title-wrap {
	position: absolute;
    bottom: 14px;
    padding: 0 20px;
    z-index: 2;
    transition: 0.5s;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    color: #ffffff;
}

.related-story:hover .related-story-title-wrap {
	transform: translateY(-10px);
}

.related-story:hover:after {
    opacity: 1;
}

.story-details .col-left-side > .fl-col-content {
	max-width: 45vw;
	padding: 80px 0 40px;
}

.banner-captions {
    padding: 0 20px;
    width: 100%;
    max-width: 656px;
    color: white;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}

.banner-captions a {
	font-weight: bold;
    color: white;
    text-decoration: underline;
}

.story-detail-left-col {
	position: relative;
  	--storyDetailBGColor: 0;
  	padding-left: 20px;
}

.story-detail-left-col:before {
    content: "";
    position: absolute;
    background: var(--storyDetailBGColor);
    left: -90%;
    height: 100%;
    width: 100%;
    z-index: -1;
    display: block;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.story-details .col-left-side > .fl-col-content {
		max-width: 45vw;
		padding: 60px 30px;
	}

	.story-details .col-left-side .story-title-section .story-title {
		font-size: 36px !important;		
		line-height: 125%;
	}

	.story-details .fl-col.sticky-col {
		padding-top: 20px;
        padding-left: 30px;
	}
	
	.story-details .fl-col.sticky-col > .fl-col-content {
		padding-top: 0;
	}

	.story-details .col-right-side .hero-image {
		display: flex;
        align-items: flex-start;
        flex-direction: column;
	}

	.story-details .col-right-side {
		padding-right: 20px;
	}

	/*.story-details .col-right-side .hero-image img {		
		border-radius: 4px 0 0 100px;
	}	*/
}

@media (max-width: 768px) {	
	.ast-container .story-details .previous-page-navigation a,
	.ast-container .story-details .previous-page-navigation i {
		color: #ffffff;
	}

	.story-details .story-detail-hero-section-col-group {
		flex-direction: column-reverse;
		display: flex;
	}

	.story-details .story-detail-hero-section-col-group .col-left-side {
		padding: 0 20px 40px 20px;
        width: 100% !important;
        margin: 0;
	}

	.story-details .story-detail-hero-section-col-group .col-left-side .story-title-section .story-title {
		font-size: 30px;
		max-width: unset;
	}

	/*.story-details .story-detail-hero-section-col-group .col-right-side .hero-image img {		
		width: 100vw;
		border-radius: 0 0 0 100px;
		top: 15%;
		right: -5%;
		margin: 0;
		left: unset;
	}*/

	#contributor-row {
		flex-direction: column;
		width: 100%;
	}

	#contributor-row .contributor-col {
		margin-left: 0;
	}

	.story-details .col-left-side > .fl-col-content {
		max-width: unset;
		padding: 0;
	}

	/*.story-details #content-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group {
		margin-left: 20px;
	}*/

	.related-stories-wrapper .related-story {
		width: 100%;
	}
		
	/*.story-details .fl-row-content-wrapper:before {
		background-image: unset;
	}*/

	.story-details .story-detail-hero-section-col-group .col-right-side .hero-image .banner-captions {
		width: 100%;
		top: 20%;
		position: relative;
	}

	.story-details .story-detail-hero-section-col-group .col-right-side {
		padding-bottom: 15%;
	}
}

@media (max-width: 481px) {
	.story-details .story-detail-hero-section-col-group .col-right-side {
        padding: 31px 20px;
	}

	.story-details .story-detail-hero-section-col-group .col-right-side .hero-image img {
		margin: 40px 0 0 0;
	}

	.story-details .story-detail-hero-section-col-group .col-right-side .hero-image .banner-captions {
		top: 0;
        padding: 10px 0 0 0;
        margin: 0;
        text-align: left;
	}

	.story-details .fl-row-content .fl-col-group .col-left-side .fl-col-content {
		margin: 0;
		padding: 0;
	}
}