.c-nav__list { display:none; }
.jump-links { font-size:.875rem; background:#fff; padding:1rem; border-radius:1rem; margin:3rem auto 1rem; width:70%; }
.jump-links li { margin:0 1rem; line-height:2.2; }
.jump { display: inline-block; 	padding-top: 80px;	}
.rich-text h4, .t-richtext h4 { font-size: 1.35em; }
.rich-text ul.c-document_list, .t-richtext ul.c-document_list { padding-left:0; }
.rich-text ul li.c-document_list__item, .t-richtext ul li.c-document_list__item { margin-bottom:2rem; }
.rich-text ul li.c-document_list__item::before, .t-richtext ul li.c-document_list__item::before { display:none; }
.rich-text ul.c-document_list h3, .t-richtext ul.c-document_list h3 { font-size: initial; margin-bottom:.125em; }
input[name="rd"] { display:none; }
input[name="rd"] + h4 label { cursor:pointer; color:#007aff; }
input[name="rd"] + h4 label:hover { cursor:pointer; color: #da5b00; }
input[name="rd"]:checked + h4 label { cursor:pointer; color: #ec6707; }
input[name="rd"] + h4 + div.tab-content { opacity:0; height:0; }
input[name="rd"] + h4 + div.tab-content p, input[name="rd"] + h4 + div.tab-content ul { display:none; }
input[name="rd"]:checked + h4 + div.tab-content { transition: opacity .25s ease-in-out; height:auto; opacity:1; }
input[name="rd"]:checked + h4 + div.tab-content p, input[name="rd"]:checked + h4 + div.tab-content ul {display:block; }

@media (min-width: 600px) {
	.c-nav__list { display:flex; flex-direction:row; }
	.jump-links { display:inline-flex;	justify-content:center;	align-items:center;	border-radius:2rem;	height:3.6rem; width:auto; }
	.jump-links li { margin:0 1rem; }
}
	
@media (min-width: 841px) {
	.c-text_chunks__chunk { padding: 0 1em 2em 1em; flex: 0 0 100%; }
	#frequently-asked-questions { width: 85%; line-height: 1.3;	}
	.c-hero_about__inner { padding: 7.5rem 0 7.5rem 0; }
}

@media (min-width: 1441px) {
    .c-text_chunks__chunk { flex-basis: 100%; 	width: 100%; }
}


