.anchorlink-list {
	display: block;
	margin-top: 20px;
}
.anchorlink-list a{
	font-family: FFDINStdRegular,sans-serif !important;
	color: #060606;
}
.anchorlink-list h3{
	color: #000000;
}
.anchorlink-list:hover{
	color: #ffffff;
}
.anchor-title-v{
	display: flex;
	width: 100%;
	align-items: baseline;
	flex-direction: column;
}
.anchor-title-h{
	display: flex;
	width: 100%;
	align-items: baseline;
	flex-direction: row;
	gap: 20px;
	margin-bottom:30px;
	color:#000000; 
}
.anchor-title-h h3{
	margin: 0px;
	padding: 0 5px;
    text-align: center;
}
.anchor-title-h p{
	margin: 0px;
}
.anchor-title-underline{
	height: 6px;
	background: #F47321;
	border-radius: 30px;
}
.mission-gray-bg{
	display: flex;
	width: 100%;
	padding: 20px 30px;
	background: #F3F4F6;
	border-radius: 15px;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 30px;
}
.mission-gray-bg h4{
	margin: 0;
	padding: 0 3px;
	font-style: italic;
	font-family: FFDINWebProRegularItalic,sans-serif;
}
.mission-gray-bg:hover .hide{
	display: block;
	color:#ffffff;
	margin: 20px 30px 0;
}
.mission-gray-bg:hover .anchor-title-underline{
	background: #ffffff;		
}	
.mission-gray-bg:hover .readmore_underline {
	background:#000000;
}	
.mission-gray-bg:hover{
	background: #F47321;
	color:#ffffff;
}	
.mission-gray-bg:hover p {
	color: #ffffff;
}
.mission-gray-bg:hover h3 {
	color: #ffffff;
}
.mission-gray-bg:hover h4 {
	color: #000000;
}
.hide {
	display: none;
}
.anchor-number{
margin-bottom: 9px;
    font-size: 35pt;
    position: relative;
    left: 30px;
    color: rgba(244, 115, 33, 0.5);
	}
.readmore_underline{
	width:auto;
	height: 2px;
	background-color:#f47321;
}