/*
Welcome. You may delete these comments and get started with your custom
styles. But first, it's a good idea to review the WSU web standards at
brand.wsu.edu/media/web/web-standards/. As a general rule of thumb, if your
styles target aspects of the spine, that's against standard, whereas if
you're styling elsewhere on the page, it's all good.
*/
#secondary H4 {
	border-bottom: 1px dashed #262a2d;
}

#secondary a {
	text-decoration: none;
}

#main li {
	padding-bottom: 12px !important;
}

#link-37 a {
	display: none;
}

/* FAQ accordion list styles; Fix display for FAQ slider */
dl.cpb-faq {
	margin-bottom: 3px;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
}

dl.cpb-faq:hover,
dl.cpb-faq:focus,
dl.cpb-faq:active {
	background-color: transparent;
	text-decoration: none;
	border-color: #981e32;
}

dl.cpb-faq dt,
dl.cpb-faq dd {
	padding: .75rem;
	border: none;
}

dl.cpb-faq dd {
	padding-bottom: .5rem;
}

/* Fix symbol overlapping text */
dl.cpb-faq dt {
	padding-right: calc(.75rem + 40px);
	font-weight: normal;
}