.yrm-accordion-item-content:not(.yrm-show) {
	display: none
}

.yrm-accordion-item {
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	border-radius: 3px;
}

.yrm-accordion-item-header {
 display:block;
 text-decoration:none;
 cursor:pointer;
 font-family: "CorporateS-Regular", Arial, sans serif;
 font-weight:600;
 color:#fff;
 font-size:20px;
 line-height:36px;
 box-shadow:none;
 background:#003769;
 padding:15px
}

.accordion-header-icon {
	font-size: 18px;
	margin-top: 7px;
}

.yrm-rotate-90 {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}