.section-banner {
	padding-top: 205px;
}

.section-banner:after {
	content:"";
	display: block;
	background-color: #F3F8FF;
	position: absolute;
	top: 0;
	bottom: 24%;
	left: 0;
	right: 0;
	z-index: -1;
}

.breadcrumbs .btn-button.secondary-button {
	background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.3208 1.11206L10.341 6.13224M10.341 6.13224L5.3208 11.1524M10.341 6.13224H0.300619" stroke="%23EFB257" stroke-width="1.13663"/></svg>');
	background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.01953 11.041L0.999349 6.02083M0.999349 6.02083L6.01953 1.00065M0.999349 6.02083L11.0397 6.02083" stroke="%23EFB257" stroke-width="1.13663"/></svg>');
}

.banner-image {
	border-radius: 8px;
	margin-top: 0;
	box-shadow: 3px 4px 5px 0px rgba(112, 112, 112, 0.1);
	position: relative;
	padding-bottom: calc(533.67 / 1249 * 100%);
}

.banner-image img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	position:absolute;
	object-fit: cover;
	top: 50%;
	transform: translateY(-50%);
}

.heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.blog-title {
	font-size: 40px;
	line-height: 52px;
	margin: 22px 0 0;
	max-width: 830px;
	text-transform: capitalize;
	width: calc(100% - 80px);
	font-weight: 300;
}

.blog-date {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0;
	margin-left: 20px;
	color: #752963;
	width: 80px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 0;
}

.section-banner .heading {
    margin-bottom: 29px;
}

.section-detail {
	padding-top: 157px;
	padding-bottom: 140px;
}

.article-meta {
	width: 137px;
	margin-top: 8px;
}

.article-meta .article-wrap {
	position: sticky;
	top: 108px;
}

.hide-menu .article-meta .article-wrap {
	top: 20px;
}

.admin-bar .article-meta .article-wrap {
	top: 140px;
}

.admin-bar.hide-menu .article-meta .article-wrap {
	top: 52px;
}

.article-meta h6 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	color: #752963;
	line-height: 15.6px;
	margin-top: 0;
	margin-bottom: 21px;
}

.categorie-list {
	display: flex;
	flex-wrap: wrap;
}

.category {
	padding: 6px 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #752963;
	background: none;
	transition: all .3s;
}

.category:hover {
	background-color: #752963;
	color: #fff;
}

.share-icons {
	margin-top: 27px;
}

.button-list {
	display: flex;
	gap: 10px;
	margin-top: -7px;
}

.share-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 0;
	text-decoration: none;
	margin-right: 9px;
	margin-bottom: 10px;
	background: none;
}

.share-icons a:last-child {
	margin-bottom: 0;
}

.share-icons a svg path {
	transition: all .3s;
}

.share-icons a:hover svg path {
	fill: #752963;
}

.article-content {
	width: calc(100% - 240px);
}

.section-detail .section-inner {
	display: flex;
	justify-content: space-between;
}

.citations {
	margin-top: 64px;
	background-color: #F7F7F7;
	padding: 39px 34px 16px 40px;
	border-radius: 3px;
}

.heading-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    width: 100%;
    max-width: calc(100% - 160px);
}

.citations-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
	width: 100%;
}

.sub-heading {
	font-size: 13px;
	color: #752963;
	line-height: 17px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
    width: calc(100% - 120px);
}

.citation-title {
	margin-top: 0;
	margin-bottom: 0;
}

.citations-heading a {
	align-self: end;
	margin-bottom: 11px;
	white-space: nowrap;
	margin-left: auto;
}

.citation-description {
	font-size: 16px;
	color: #1B214A;
	line-height: 20.8px;
}

.citation-description ul li strong {
    font-weight: 500;
}

.citation-description>*:last-child {
	margin-bottom: 0;
}

.citation-description ul {
	padding-left: 0;
	list-style: none;
	margin-top: 21px;
	display: flex;
	flex-wrap: wrap;
}

.citation-description ul li {
	position: relative;
	padding-left: 18px;
	color: #1B214A;
	margin-right: 5px;
	font-size: 14px;
	line-height: 18.2px;
	margin-bottom: 17px;
}

.citation-description ul:after {
	content: "";
	display: table;
	clear: both;
}

.citation-description ul li::before,
.citation-description ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
	width: 11px;
	height: 1px;
	background-color: #EFB257;
}

.citation-description ul li::after {
	width: 1px;
	height: 11px;
	top: 3px;
	left: 5px;
}

.section-related {
	background: #f8f8f8;
	padding-top: 82px;
	padding-bottom: 80px;
}

.section-related .sub-heading {
	margin-bottom: 5px;
}

.related-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}

.related-title {
	margin-top: 0;
	margin-bottom: 0;
}

.related-heading a {
	align-self: end;
	margin-bottom: 11px;
	white-space: nowrap;
}

.related-articles {
	display: flex;
	gap: 36px;
}

.article-content iframe {
	width: 100%;
	height: 38.4vw;
	margin-top: 24px;
}

.article-content p img {
	display: block;
    margin-top: 36px;
	width: 100%;
}

.article-item {
	width: calc((100% - 72px) / 3);
	background: #fff;
	overflow: hidden;
	transition: transform 0.3s ease;
	box-shadow: 1px 1px 3px rgba(112, 112, 112, 0.1), 3px 4px 5px rgba(112, 112, 112, 0.09), 6px 9px 6px rgba(112, 112, 112, 0.05), 11px 15px 8px rgba(112, 112, 112, 0.01), 18px 24px 8px rgba(112, 112, 112, 0);
	background: #f3f8ff;
	border-radius: 3px;
	overflow: hidden;
}

.article-thumbnail {
	position: relative;
	height: 0;
	padding-bottom: 62.8%;
	overflow: hidden;
}

.article-info {
	position: relative;
	padding: 30px 18px 26px;
}

.article-item img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.article-item:hover img {
	transform: translate(-50%, -50%) scale(1.05);
}

.article-category {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #91467F;
	padding: 10px 15px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: -19px;
}

.article-title {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #1B214A;
}

.article-info .btn-wrapper {
	text-align: right;
	margin-top: 35px;
}

.article-info .btn-button {
	transition: all 0.3s ease;
}

.article-info .btn-button span {
	color: #1B214A;
}

.article-info .btn-button span[data-label]:after {
	color: #752963;
}

.article-content .content>*:first-child {
	margin-top: 0;
}

.article-content .content>h2:first-child {
	margin-top: -13px;
}

.color-cta {
	background-color: #303666;
	padding: 29px 0;
	color: #fff;
}

.color-cta .section-wrap {
	display: flex;
	justify-content: space-between;
}

.color-cta .heading {
	font-size: 29px;
	font-weight: 300;
	line-height: 38px;
	letter-spacing: 0.1px;
}

.color-cta .btn-button {
	color: #fff;
}

.color-cta .container {
	max-width: 1390px;
}

.color-cta .cta-link {
	padding-top: 6px;
}

.section-detail .entry-content h5 {
    margin-bottom: 30px;
    margin-top: 32px;
}

.section-detail .entry-content p + ul {
    margin-bottom: 17px;
}

.section-detail .entry-content p + ul li {
    margin-bottom: 8px;
}

.section-detail .entry-content strong {
    font-weight: 500;
}

.section-detail .entry-content ol {
    list-style-type: none; /* Remove default markers */
    counter-reset: custom-counter; /* Initialize custom counter */
}

.section-detail .entry-content ol li {
    counter-increment: custom-counter; /* Increment custom counter */
    position: relative;
	margin-bottom: 4px;
}

.section-detail .entry-content ol li::before {
    content: counter(custom-counter) ". "; /* Custom marker content */
     /* Position absolute for custom marker */
     /* Adjust position of custom marker */
     /* Color of custom marker */
    position: absolute;
    left: -15px;
}

.section-detail .entry-content ol.bolder li::before {
	font-weight: 500; /* Bold custom marker */
}

@media (min-width: 768px){
	.citation-description ul li:nth-child(odd) {
		width: calc(56% - 5px);
	}
	
	.citation-description ul li:nth-child(even) {
		width: calc(44% - 5px);
	}

	.section-related .heading-wrap {
		margin-bottom: 0;
	}
}

@media (min-width: 1275px){
	.section-related .article-info {
		padding: 38px 18px 26px;
	}
	
	.section-related  .related-articles {
		gap: 71px;
	}
	
	.section-related  .article-info .btn-wrapper {
		margin-top: 25px;
	}

	.section-detail .entry-content h6 {
        margin-top: 36px;
        margin-bottom: 32px;
    }

	.article-category {
		padding: 10px 44px;
	}
}

@media (max-width: 1600px){
	.section-banner .container {
    max-width: 1279px;
}
}

@media screen and (max-width: 1280.98px) {
	.related-articles {
		gap: 0;
		margin-left: -6px;
		margin-right: -6px;
	}

	.article-item {
		width: calc((100% - 36px) / 3);
		margin: 0 6px;
	}
	
	.color-cta .cta-link {
		padding-top: 8px;
	}

	.citations-heading a {
		margin-bottom: 6px;
	}
}

@media (max-width: 1199px) {
	.section-banner {
		padding-left: 67px;
	}
}

@media (max-width: 1024px) {
	.section-banner {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.article-content {
		width: calc(100% - 180px);
	}

	.article-content iframe {
		height: 44.3vw;
	}
	.color-cta .section-wrap {
		display: block;
	}
	.color-cta .cta-link {
		padding-top: 26px;
	}
}

@media screen and (max-width: 767.98px) {
	.section-banner:after {
		bottom: 29%;
	}

	.section-banner .heading {
		margin-bottom: 36px;
	}

	.article-content iframe {
		height: 54vw;
	}

	.article-content .content>h2:first-child {
		margin-top: 0;
	}

	.section-banner .heading {
		flex-direction: column;
	}

	.section-banner {
		padding-top: 157px;
		text-align: left;
	}

	.banner-content {
		margin-top: 0;
		background: none;
		box-shadow: none;
	}

	.blog-title {
		font-size: 28px;
		line-height: 36.4px;
		margin: 16px 0;
		font-weight: 300;
		width: 100%
	}

	.blog-date {
		align-self: auto;
		margin-left: 0;
		width: 100%;
		text-align: left;
		margin-top: 0;
	}

	.section-detail .section-inner {
		flex-direction: column;
	}

	.section-detail {
		padding: 92px 0 84px;
	}

	.article-meta {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
		order: 1;
	}

	.citations {
		position: relative;
		margin-top: 65px;
		padding: 39px 15px 14px;
	}

	.citations-heading a {
	align-self: start;
	margin-left: 0;
	}

	.related-heading {
		display: block;
		margin-bottom: 43px;
	}

	.related-title {
		font-size: 40px;
		line-height: 52px;
		margin-top: 10px;
		margin-bottom: -5px;
	}

	.article-categories {
		margin-bottom: 10px;
	}

	.article-content {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
	}

	.citations-section {
		text-align: left;
		padding: 20px 10px;
	}

	.citation-title {
		margin: 5px 0 25px;
	}

	.citation-description {
		font-size: 14px;
		line-height: 18.2px;
	}

	.section-related {
		padding: 102px 0 60px;
	}

	.article-title {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 12px;
		text-align: left;
	}

	.related-articles {
		display: block;
		margin-left: auto;
		margin-right: auto;

	}

	.article-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.article-item img {
		width: 100%;
		height: auto;
	}

	.article-category {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.article-thumbnail {
		padding-bottom: 68%;
	}

	.article-info {
		padding-top: 36px;
	}

	.citation-description ul li {
		margin-right: 0;
		width: 100%;
	}

	.article-meta .article-wrap {
		position: static;
		margin-top: 57px;
	}

	.share-icons a {
		width: 23px;
		height: 32px;
		margin-right: 6px;
	}

	.category {
		margin-right: 6px;
	}

	.color-cta .heading {
		font-size: 25px;
		line-height: 32.5px;
	}

	.color-cta .section-wrap {
		display: block;
	}

	.color-cta .cta-link {
		padding-top: 26px;
	}

	.color-cta {
		padding: 43px 0 48px;
	}

	.banner-image {
		padding-bottom: calc(207 / 360* 100%);
	}
	
	section.section-detail .article-content h4 {
		font-size: 24px;
		line-height: 31.2px;
	}

	.article-content .content h2 {
		font-size: 38px;
		line-height: 41.8px;
		margin-bottom: 35px;
	}
	
	.section-detail .entry-content h5 {
		margin-bottom: 36px;
		margin-top: 35px;
	}
	
	.sub-heading {
		width: 100%;
	}
	
	.section-related .heading-wrap {
		margin-bottom: 28px;
		max-width: 100%;
	}
	
	.article-info .btn-wrapper {
		margin-top: 30px;
	}
}