.question {
    background: #234F6E;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    border: 1px solid white;
}

.question a {
    color: #fff;
    text-decoration: none;
}
.question:hover {
	background: #77A3C1;
    cursor: pointer;
}

.answer {
    padding: 20px;
}

.faq h3 {
    color: #234F6E;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
}

.faq a {
	color: #234F6E;
}

.flashy-link {
	text-transform: uppercase;
	font-weight: 600;
}