
.faq_element:first-child {
	border-top: none;
}

.faq_element {
	width: 100%;
	border-top: 1px solid #e4e4e4;
}

.faq_element a {
	text-decoration: none;
	line-height: 50px;
	display: block;
}
.faq_element a:hover .faq_icon {
	background-color: #f90000;
}

.faq_question {
	display: inline;
}

.faq_question h2{
	position: relative;
	padding: 1em 28px 1em 0;
	margin: 0;
	font-family: antennacond_bold;
	color: #1f2f52;
	font-size: 1.3em;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 0.1em;
}

.faq_icon {
	position: absolute;
	top: 1em;
	right: 0;
	width: 23px;
	height: 23px;
	margin-top: -5px;
	background-color: #b8b8b8;
	color: #ffffff;
	line-height: 23px;
}

.faq_icon.open{
	background-color: #f90000;
}

.faq_icon:focus,
.faq_icon:active,
.faq_icon:hover {
	text-decoration: none;
}



.faq_plus {
	width: 25px;
	line-height: 21px;
	vertical-align: middle;
	font-size: 30px;	
	text-align: center;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: normal;
}

.faq_answer {
	display: none;
	margin: 0 75px 0 20px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(45deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(45deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(45deg); transform:rotate(45deg); } }
