.c-section--qia-subnav {
	margin: 0;
	background-color: #071642;
}
.c-section--qia-subnav > ul {
	height: auto;
	padding: 20px 0;
	justify-content: space-between;
    max-width: 1310px;
    margin: 0 auto;
}
.c-section--qia-subnav .c-subnav__item:first-child {
    margin-left: unset;
}
.c-section--qia-subnav .c-subnav__item:last-child {
    margin-right: unset;
}
.c-section--qia-subnav .c-subnav li.c-subnav__item:last-child > a {
    padding-right: 0;
}
.c-section--qia-subnav .c-blocks__block {
	border-bottom: 0;
	padding-right: 60px;
	padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.c-section--qia-subnav .c-blocks__block {
		padding-right: 30px;
		font-size: .9rem;
	}
}

.c-section--qia-subnav .c-subnav__title {
	font-family: Raleway, sans-serif;
	color: #fff;
	opacity: .9;
}

.c-section--qia-subnav .c-subnav__title:hover {
	opacity: 1;	
}

/* @media only screen and (max-width: 768px) {
	.c-section--qia-subnav .c-subnav__title {
		font-size: 1.2rem;
	}
} */

.c-section--qia-subnav .c-blocks__block-arrow svg path {
	fill: #fff;
}

.c-subnav__btn-current .c-subnav__title {
    color: #FAC922;
}

.c-subnav__btn-current .c-blocks__block-arrow svg path {
    fill: #FAC922;
}