.hero-resources-center{
	border-bottom: 1px solid var(--black_color); 
	padding-bottom: var(--spacer_80);
}

.hero-resources-center .breadcrumb ul li:not(:last-child) a{
	font-weight: var(--font_weight_300);
	padding-right: var(--spacer_12);
}
.hero-resources-center .breadcrumb ul li:not(:first-child) a{
	padding-left: var(--spacer_12);
}
.hero-resources-center .breadcrumb ul li:last-child) a{
	font-weight: var(--font_weight_700);
}

.hero-resources-center .breadcrumb ul li a{
	font-size: var(--font_size_14);
	position: relative;
	color: var(--black_color);
}

.hero-resources--text{
	margin: 0 auto;
	text-align: center;
}

.hero-resources--text .top-title{
	text-transform: uppercase;
	font-weight: var(--font_weight_700);
	font-size: va(--font_size_14);
	color: var(--gold_color);
	margin-bottom: var(--spacer_16);
	margin-top: var(--spacer_40);
}

.hero-resources--text p{
	margin-bottom: 0;
}

.hero-resources-center .breadcrumb ul li:nth-child(2) a:before, 
.hero-resources-center .breadcrumb ul li:last-child a:before {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
}

.hero-resources-center .breadcrumb ul li:nth-child(2) a:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M6.21094 13.0867L11.0875 8.21009L6.21094 3.3335' stroke='%23231F20'/%3E%3Cpath d='M6.21094 13.0867L11.0875 8.21009L6.21094 3.3335' stroke='black' stroke-opacity='0.2'/%3E%3Cpath d='M6.21094 13.0867L11.0875 8.21009L6.21094 3.3335' stroke='black' stroke-opacity='0.2'/%3E%3Cpath d='M6.21094 13.0867L11.0875 8.21009L6.21094 3.3335' stroke='black' stroke-opacity='0.2'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-resources-center .breadcrumb ul li:last-child a:before{
	background-image : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.20996 13.0867L11.0866 8.21009L6.20996 3.3335' stroke='%23FED302' stroke-width='2'/%3E%3C/svg%3E");
}

.hero-resources--text p:last-child{
	font-weight: var(--font_weight_500);
	font-size: 2.4rem;
}

.hero-resources-center .hs-menu-wrapper.hs-menu-flow-horizontal ul{
	display: flex;
	flex-flow: row wrap;
}

@media (max-width: 767px){
	.hero-resources--text p:last-child{
		font-size: var(--font_size_16);
	}
}